code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
@font-face {
font-family: 'he1';
src: url('../fonts/HelveticaNeueW23-Bd.woff') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'he2';
src: url('../fonts/HelveticaNeueW23-Reg.woff') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ge1';
src: url('../fonts/GE_SS_Two_Light.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ge2';
src: url('../fonts/GE_SS_Two_Medium.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ge3';
src: url('../fonts/GE_SS_Two_Bold.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ho1';
src: url('../fonts/HoboStd.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'kof';
src: url('../fonts/DroidKufi-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'zz';
src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'co';
src: url('../fonts/Cocon-Next-Arabic-Light.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
* {
margin: 0;
padding: 0;
outline: 0;
}
ins {
text-decoration: underline;
}
del {
text-decoration: line-through;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ul,
ol,
il,
a,
input {
direction: rtl;
}
ul,
ol,
dl {
list-style-position: inside;
font-weight: normal;
list-style: none;
margin: 0;
padding: 0;
}
.clear {
clear: both;
}
a {
text-decoration: none!important;
-webkit-transition: all ease-in-out 0.2s;
-moz-transition: all ease-in-out 0.2s;
-o-transition: all ease-in-out 0.2s;
transition: all ease-in-out 0.2s;
color: #000;
} | site2/css/frame.css | @font-face {
font-family: 'he1';
src: url('../fonts/HelveticaNeueW23-Bd.woff') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'he2';
src: url('../fonts/HelveticaNeueW23-Reg.woff') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ge1';
src: url('../fonts/GE_SS_Two_Light.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ge2';
src: url('../fonts/GE_SS_Two_Medium.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ge3';
src: url('../fonts/GE_SS_Two_Bold.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ho1';
src: url('../fonts/HoboStd.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'kof';
src: url('../fonts/DroidKufi-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'zz';
src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'co';
src: url('../fonts/Cocon-Next-Arabic-Light.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
* {
margin: 0;
padding: 0;
outline: 0;
}
ins {
text-decoration: underline;
}
del {
text-decoration: line-through;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ul,
ol,
il,
a,
input {
direction: rtl;
}
ul,
ol,
dl {
list-style-position: inside;
font-weight: normal;
list-style: none;
margin: 0;
padding: 0;
}
.clear {
clear: both;
}
a {
text-decoration: none!important;
-webkit-transition: all ease-in-out 0.2s;
-moz-transition: all ease-in-out 0.2s;
-o-transition: all ease-in-out 0.2s;
transition: all ease-in-out 0.2s;
color: #000;
} | 0.320715 | 0.136897 |
form.style-1 input[type='text'],
form.style-1 input[type='email'],
form.style-1 input[type='password'],
form.style-1 input[type='number'],
form.style-1 select,
form.style-1 textarea {
border-bottom: 1px solid;
}
form.style-2 input[type='text'],
form.style-2 input[type='email'],
form.style-2 input[type='password'],
form.style-2 input[type='number'],
form.style-2 select,
form.style-2 textarea {
border-radius: 4px;
}
form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='number'],
form select,
form textarea {
display: block;
width: 100%;
padding: 10px;
font-size: 1.2em;
margin-bottom: 14px;
background: #dddddd;
border: none;
-webkit-transition: .3s;
transition: .3s;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
resize: none;
}
form button,
form input[type='submit'] {
display: block;
width: auto;
font-size: 1.2em;
border-radius: 10px;
padding: 8px 16px;
cursor: pointer;
border: none;
color: purple;
}
form textarea {
min-width: 100%;
max-width: 100%;
min-height: 89px;
max-height: 176px;
}
form label {
color: #e6e6e6 !important;
}
form *[disabled] {
color: #999;
}
form .status {
position: absolute;
min-width: 20%;
max-width: 90%;
min-height: 40px;
top: 50px;
left: 5%;
padding: 10px;
border-radius: 16px;
background: #fff;
color: #31353e;
-webkit-box-shadow: rgba(51, 51, 51, 0.5) 0 6px 14px 0;
box-shadow: rgba(51, 51, 51, 0.5) 0 6px 14px 0;
-webkit-transition: .3s;
transition: .3s;
opacity: 0;
visibility: hidden;
}
form .status h3 {
font-weight: 500;
}
form .status p {
font-weight: 600;
}
form .status p:not(:last-child) {
color: #db5461;
margin-bottom: 10px;
font-weight: 500;
}
form .status .dismiss {
position: absolute;
top: -20px;
right: -20px;
font-size: 2em;
color: #fff;
cursor: pointer;
-webkit-transition: .3s;
transition: .3s;
}
form .status .dismiss:hover {
color: #db5461;
}
form .status.show {
top: -20px;
opacity: 1;
visibility: visible;
}
header {
height: 50px;
background: #58bc82;
background: #fff;
padding: 10px 14%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
header .site-info {
width: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 1.4em;
}
@media (max-width: 450px) {
header .site-info {
font-size: 1.2em;
}
header .site-info .contact {
display: none;
}
}
@media (min-width: 451px) and (max-width: 540px) {
header .site-info {
font-size: 1.2em;
}
header .site-info .contact {
display: none;
}
}
@media (min-width: 541px) and (max-width: 768px) {
header .site-info {
font-size: 1.2em;
}
header .site-info .contact {
display: none;
}
}
header .site-info .logo {
text-transform: capitalize;
}
header .site-info strong {
font-weight: 600;
color: #1d7d45;
}
.landing {
padding: 10px 14%;
height: 70vh;
background-image: url("/storage/images/workout-3.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position-y: -100px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
@media (max-width: 450px) {
.landing {
background-position-y: 0;
background-position-x: -20px;
}
}
@media (min-width: 451px) and (max-width: 540px) {
.landing {
background-position-y: 0;
background-position-x: -20px;
}
}
@media (min-width: 541px) and (max-width: 768px) {
.landing {
background-position-y: 0;
}
}
.landing .lead {
width: 60%;
font-size: 1.8em;
text-transform: capitalize;
}
@media (max-width: 450px) {
.landing .lead {
width: 100%;
font-size: 1.4em;
}
}
@media (min-width: 451px) and (max-width: 540px) {
.landing .lead {
width: 100%;
font-size: 1.4em;
}
}
@media (min-width: 541px) and (max-width: 768px) {
.landing .lead {
width: 100%;
font-size: 1.4em;
}
}
.landing .lead h1 {
color: #31353e;
text-shadow: -40px 0 100px #fff, 0 40px 100px #fff, 40px 0 100px #fff, 0 -40px 100px #fff;
font-weight: 500;
}
.landing .lead button {
color: #fff;
font-size: .8em;
font-weight: 600;
margin-top: 10px;
padding: 8px 20px;
border-radius: 8px;
border: 2px solid #a62330;
text-transform: uppercase;
background: #db5461;
}
.landing .lead ul li {
list-style-position: inside;
text-shadow: -10px 0 10px #fff, 0 10px 10px #fff, 10px 0 10px #fff, 0 -10px 10px #fff;
}
section {
min-height: 240px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
section h1, section h2 {
font-weight: 500;
}
section h1 {
font-size: 2em;
}
section h2 {
font-size: 1.8em;
}
section p {
font-size: 1.2em;
padding: 10px 0;
}
section > div:nth-child(1) {
padding: 30px;
padding-left: 14%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 450px) {
section > div:nth-child(1) {
padding-left: 14%;
}
}
@media (min-width: 451px) and (max-width: 540px) {
section > div:nth-child(1) {
padding-left: 14%;
}
}
@media (min-width: 541px) and (max-width: 768px) {
section > div:nth-child(1) {
padding-left: 14%;
}
}
section > div:nth-child(2) {
padding: 30px;
padding-right: 14%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 450px) {
section > div:nth-child(2) {
padding-right: 14%;
}
}
@media (min-width: 451px) and (max-width: 540px) {
section > div:nth-child(2) {
padding-right: 14%;
}
}
@media (min-width: 541px) and (max-width: 768px) {
section > div:nth-child(2) {
padding-right: 14%;
}
}
.description {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 30px 14%;
text-align: center;
}
.description h1, .description h2 {
font-weight: 500;
}
.description h1 {
font-size: 2em;
}
.description h2 {
font-size: 1.8em;
}
.description p {
font-size: 1.2em;
padding: 10px 0;
}
.description > div:nth-child(1) {
padding: 30px;
padding-left: 14%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 450px) {
.description > div:nth-child(1) {
padding-left: 14%;
}
}
@media (min-width: 451px) and (max-width: 540px) {
.description > div:nth-child(1) {
padding-left: 14%;
}
}
@media (min-width: 541px) and (max-width: 768px) {
.description > div:nth-child(1) {
padding-left: 14%;
}
}
.description > div:nth-child(2) {
padding: 30px;
padding-right: 14%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 450px) {
.description > div:nth-child(2) {
padding-right: 14%;
}
}
@media (min-width: 451px) and (max-width: 540px) {
.description > div:nth-child(2) {
padding-right: 14%;
}
}
@media (min-width: 541px) and (max-width: 768px) {
.description > div:nth-child(2) {
padding-right: 14%;
}
}
.description.green {
background: #41d37e;
color: #fff;
color: #0d2116;
}
.second-section {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
@media (max-width: 450px) {
.second-section {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
@media (min-width: 451px) and (max-width: 540px) {
.second-section {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
@media (min-width: 541px) and (max-width: 768px) {
.second-section {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
.second-section > div {
min-height: 350px;
padding: 0 20px;
}
.second-section > div:nth-child(2) {
background: url("/storage/images/workout-1.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.form-wrap {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: none;
}
.form-wrap .form {
-webkit-transform: translateX(300%);
transform: translateX(300%);
padding: 30px 40px;
min-width: 250px;
max-width: 250px;
background: #fff;
border-radius: 4px;
-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 4px 30px 2px;
box-shadow: rgba(0, 0, 0, 0.6) 0 4px 30px 2px;
-webkit-transition: .3s;
transition: .3s;
position: relative;
}
@media (max-width: 450px) {
.form-wrap .form {
min-width: 70%;
max-width: 70%;
}
}
@media (min-width: 451px) and (max-width: 540px) {
.form-wrap .form {
min-width: 70%;
max-width: 70%;
}
}
.form-wrap .form .title {
margin: 0;
padding-bottom: 14px;
font-size: 1.8em;
font-weight: 300;
}
.form-wrap .form input {
width: 90%;
}
.form-wrap .form button,
.form-wrap .form input[type='submit'] {
width: 100%;
padding: 8px;
border-radius: 50px;
background: #db5461;
color: #fff;
-webkit-box-shadow: rgba(78, 2, 80, 0.5) 0 6px 14px 0;
box-shadow: rgba(78, 2, 80, 0.5) 0 6px 14px 0;
}
.form-wrap .form .links {
font-size: 1.2em;
padding-top: 16px;
}
.form-wrap .form .links a {
color: unset;
float: left;
clear: both;
}
.form-wrap .form .links a:first-child {
border-bottom: 1px dashed #4e0250;
margin-bottom: 8px;
}
.form-wrap .form.show {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.form-wrap .form > .dismiss {
position: absolute;
top: 0;
right: 4px;
font-size: 3em;
color: #db5461;
}
.form-wrap.show {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.thank-you {
padding: 10px 14%;
}
.thank-you h1 {
font-weight: 500;
}
@media (max-width: 450px) {
.thank-you h1 {
font-size: 1.4em;
}
}
@media (min-width: 451px) and (max-width: 540px) {
.thank-you h1 {
font-size: 1.4em;
}
}
.thank-you span {
color: #db5461;
}
.thank-you a {
float: left;
margin-top: 10px;
font-size: 1.4em;
padding: 10px 14px;
background: #db5461;
color: #fff;
}
footer {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 1.2em;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 10px 14%;
} | public/css/style.css | form.style-1 input[type='text'],
form.style-1 input[type='email'],
form.style-1 input[type='password'],
form.style-1 input[type='number'],
form.style-1 select,
form.style-1 textarea {
border-bottom: 1px solid;
}
form.style-2 input[type='text'],
form.style-2 input[type='email'],
form.style-2 input[type='password'],
form.style-2 input[type='number'],
form.style-2 select,
form.style-2 textarea {
border-radius: 4px;
}
form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='number'],
form select,
form textarea {
display: block;
width: 100%;
padding: 10px;
font-size: 1.2em;
margin-bottom: 14px;
background: #dddddd;
border: none;
-webkit-transition: .3s;
transition: .3s;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
resize: none;
}
form button,
form input[type='submit'] {
display: block;
width: auto;
font-size: 1.2em;
border-radius: 10px;
padding: 8px 16px;
cursor: pointer;
border: none;
color: purple;
}
form textarea {
min-width: 100%;
max-width: 100%;
min-height: 89px;
max-height: 176px;
}
form label {
color: #e6e6e6 !important;
}
form *[disabled] {
color: #999;
}
form .status {
position: absolute;
min-width: 20%;
max-width: 90%;
min-height: 40px;
top: 50px;
left: 5%;
padding: 10px;
border-radius: 16px;
background: #fff;
color: #31353e;
-webkit-box-shadow: rgba(51, 51, 51, 0.5) 0 6px 14px 0;
box-shadow: rgba(51, 51, 51, 0.5) 0 6px 14px 0;
-webkit-transition: .3s;
transition: .3s;
opacity: 0;
visibility: hidden;
}
form .status h3 {
font-weight: 500;
}
form .status p {
font-weight: 600;
}
form .status p:not(:last-child) {
color: #db5461;
margin-bottom: 10px;
font-weight: 500;
}
form .status .dismiss {
position: absolute;
top: -20px;
right: -20px;
font-size: 2em;
color: #fff;
cursor: pointer;
-webkit-transition: .3s;
transition: .3s;
}
form .status .dismiss:hover {
color: #db5461;
}
form .status.show {
top: -20px;
opacity: 1;
visibility: visible;
}
header {
height: 50px;
background: #58bc82;
background: #fff;
padding: 10px 14%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
header .site-info {
width: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 1.4em;
}
@media (max-width: 450px) {
header .site-info {
font-size: 1.2em;
}
header .site-info .contact {
display: none;
}
}
@media (min-width: 451px) and (max-width: 540px) {
header .site-info {
font-size: 1.2em;
}
header .site-info .contact {
display: none;
}
}
@media (min-width: 541px) and (max-width: 768px) {
header .site-info {
font-size: 1.2em;
}
header .site-info .contact {
display: none;
}
}
header .site-info .logo {
text-transform: capitalize;
}
header .site-info strong {
font-weight: 600;
color: #1d7d45;
}
.landing {
padding: 10px 14%;
height: 70vh;
background-image: url("/storage/images/workout-3.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position-y: -100px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
@media (max-width: 450px) {
.landing {
background-position-y: 0;
background-position-x: -20px;
}
}
@media (min-width: 451px) and (max-width: 540px) {
.landing {
background-position-y: 0;
background-position-x: -20px;
}
}
@media (min-width: 541px) and (max-width: 768px) {
.landing {
background-position-y: 0;
}
}
.landing .lead {
width: 60%;
font-size: 1.8em;
text-transform: capitalize;
}
@media (max-width: 450px) {
.landing .lead {
width: 100%;
font-size: 1.4em;
}
}
@media (min-width: 451px) and (max-width: 540px) {
.landing .lead {
width: 100%;
font-size: 1.4em;
}
}
@media (min-width: 541px) and (max-width: 768px) {
.landing .lead {
width: 100%;
font-size: 1.4em;
}
}
.landing .lead h1 {
color: #31353e;
text-shadow: -40px 0 100px #fff, 0 40px 100px #fff, 40px 0 100px #fff, 0 -40px 100px #fff;
font-weight: 500;
}
.landing .lead button {
color: #fff;
font-size: .8em;
font-weight: 600;
margin-top: 10px;
padding: 8px 20px;
border-radius: 8px;
border: 2px solid #a62330;
text-transform: uppercase;
background: #db5461;
}
.landing .lead ul li {
list-style-position: inside;
text-shadow: -10px 0 10px #fff, 0 10px 10px #fff, 10px 0 10px #fff, 0 -10px 10px #fff;
}
section {
min-height: 240px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
section h1, section h2 {
font-weight: 500;
}
section h1 {
font-size: 2em;
}
section h2 {
font-size: 1.8em;
}
section p {
font-size: 1.2em;
padding: 10px 0;
}
section > div:nth-child(1) {
padding: 30px;
padding-left: 14%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 450px) {
section > div:nth-child(1) {
padding-left: 14%;
}
}
@media (min-width: 451px) and (max-width: 540px) {
section > div:nth-child(1) {
padding-left: 14%;
}
}
@media (min-width: 541px) and (max-width: 768px) {
section > div:nth-child(1) {
padding-left: 14%;
}
}
section > div:nth-child(2) {
padding: 30px;
padding-right: 14%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 450px) {
section > div:nth-child(2) {
padding-right: 14%;
}
}
@media (min-width: 451px) and (max-width: 540px) {
section > div:nth-child(2) {
padding-right: 14%;
}
}
@media (min-width: 541px) and (max-width: 768px) {
section > div:nth-child(2) {
padding-right: 14%;
}
}
.description {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 30px 14%;
text-align: center;
}
.description h1, .description h2 {
font-weight: 500;
}
.description h1 {
font-size: 2em;
}
.description h2 {
font-size: 1.8em;
}
.description p {
font-size: 1.2em;
padding: 10px 0;
}
.description > div:nth-child(1) {
padding: 30px;
padding-left: 14%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 450px) {
.description > div:nth-child(1) {
padding-left: 14%;
}
}
@media (min-width: 451px) and (max-width: 540px) {
.description > div:nth-child(1) {
padding-left: 14%;
}
}
@media (min-width: 541px) and (max-width: 768px) {
.description > div:nth-child(1) {
padding-left: 14%;
}
}
.description > div:nth-child(2) {
padding: 30px;
padding-right: 14%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 450px) {
.description > div:nth-child(2) {
padding-right: 14%;
}
}
@media (min-width: 451px) and (max-width: 540px) {
.description > div:nth-child(2) {
padding-right: 14%;
}
}
@media (min-width: 541px) and (max-width: 768px) {
.description > div:nth-child(2) {
padding-right: 14%;
}
}
.description.green {
background: #41d37e;
color: #fff;
color: #0d2116;
}
.second-section {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
@media (max-width: 450px) {
.second-section {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
@media (min-width: 451px) and (max-width: 540px) {
.second-section {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
@media (min-width: 541px) and (max-width: 768px) {
.second-section {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
.second-section > div {
min-height: 350px;
padding: 0 20px;
}
.second-section > div:nth-child(2) {
background: url("/storage/images/workout-1.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.form-wrap {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: none;
}
.form-wrap .form {
-webkit-transform: translateX(300%);
transform: translateX(300%);
padding: 30px 40px;
min-width: 250px;
max-width: 250px;
background: #fff;
border-radius: 4px;
-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 4px 30px 2px;
box-shadow: rgba(0, 0, 0, 0.6) 0 4px 30px 2px;
-webkit-transition: .3s;
transition: .3s;
position: relative;
}
@media (max-width: 450px) {
.form-wrap .form {
min-width: 70%;
max-width: 70%;
}
}
@media (min-width: 451px) and (max-width: 540px) {
.form-wrap .form {
min-width: 70%;
max-width: 70%;
}
}
.form-wrap .form .title {
margin: 0;
padding-bottom: 14px;
font-size: 1.8em;
font-weight: 300;
}
.form-wrap .form input {
width: 90%;
}
.form-wrap .form button,
.form-wrap .form input[type='submit'] {
width: 100%;
padding: 8px;
border-radius: 50px;
background: #db5461;
color: #fff;
-webkit-box-shadow: rgba(78, 2, 80, 0.5) 0 6px 14px 0;
box-shadow: rgba(78, 2, 80, 0.5) 0 6px 14px 0;
}
.form-wrap .form .links {
font-size: 1.2em;
padding-top: 16px;
}
.form-wrap .form .links a {
color: unset;
float: left;
clear: both;
}
.form-wrap .form .links a:first-child {
border-bottom: 1px dashed #4e0250;
margin-bottom: 8px;
}
.form-wrap .form.show {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.form-wrap .form > .dismiss {
position: absolute;
top: 0;
right: 4px;
font-size: 3em;
color: #db5461;
}
.form-wrap.show {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.thank-you {
padding: 10px 14%;
}
.thank-you h1 {
font-weight: 500;
}
@media (max-width: 450px) {
.thank-you h1 {
font-size: 1.4em;
}
}
@media (min-width: 451px) and (max-width: 540px) {
.thank-you h1 {
font-size: 1.4em;
}
}
.thank-you span {
color: #db5461;
}
.thank-you a {
float: left;
margin-top: 10px;
font-size: 1.4em;
padding: 10px 14px;
background: #db5461;
color: #fff;
}
footer {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 1.2em;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 10px 14%;
} | 0.254324 | 0.08152 |
html {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
background: white;
background-color: #ffffff;
background-image: url(http://www.transparenttextures.com/patterns/green-dust-and-scratches.png);
}
main {
text-align: center;
margin-bottom: 70px;
overflow: hidden;
}
main h1 {
font-size: 2em;
}
h1, p, h2 {
color: #848484;
}
.require {
font-size: 1.3em;
color: #F1002A;
}
.wrapper {
/*max-width: 1100px;*/
display: block;
margin: 0 auto;
}
.login, .register, .sorry {
width: 440px;
max-width: 90%;
margin: 0 auto;
border: 1px solid #FFF;
margin-top: 5%;
margin-bottom: 30px;
background: #ffffff;
color: #FFF;
border: thin solid #195DE9;
border-radius: 3px;
box-shadow: 4px 4px 10px #CDCDCD;
}
.welcome {
margin-top: 5%;
}
.welcome h1 {
font-size: 5em;
color: #195DE9;
margin-bottom: 30px;
}
#branding {
font-size: 1.2em;
color: #195DE9;
margin-top: 15px;
font-weight: bolder;
font-style: italic;
}
.sorry p {
font-size: 1.1em;
}
.dripicon a:hover {
background: #dffef7;
}
#logged-in-as {
color: #CCC;
position: absolute;
top: 10px;
right: 10px;
}
#mobileStatus {display: none;}
input {
margin-bottom: 30px;
height: 25px;
padding: 8px 5px 8px 9px;
color: #195DE9;
width: 400px;
max-width: 80%;
border: none;
border-bottom: 2px solid #cecece;
font-size: 1.3em;
}
input:focus {
outline-width: 0;
border-bottom: 2px solid #195DE9;
background-color: rgba(231, 231, 231, 0.53);
color: #195DE9;
font-size: 1.5em;
}
button {
margin: 0 auto;
margin-bottom: 20px;
width: 163px;
margin: 30px 5px 20px 5px;
background: #FFF;
border: 1px solid #24E8DF;
color: #24E8DF;
padding: 15px 0 15px 0;
font-size: 1.2em;
}
button:focus {
outline-width: 0;
}
.view {
margin: 0 auto;
margin-bottom: 20px;
background: #FFF;
border: 1px solid #24E8DF;
color: #24E8DF;
padding: 15px 40px 16px 40px;
font-size: 1.2em;
}
.view:focus {
outline-width: 0;
}
.btn {
border: 1px solid #195DE9;
background-color: #195DE9;
color: #ffffff;
font-size: 15px 40px 15px 40px;
}
.btn:hover {
background-color: #2380FF;
border-bottom: 1px solid transparent;
cursor: pointer;
color: #ffffff;
}
#signup-button {
font-size: 1.2em;
padding: 15px 60px 15px 60px;
}
.altbtn {
margin: 0 auto;
margin-bottom: 20px;
width: 160px;
background: #FFF;
color: #24E8DF;
padding: 15px 0 15px 0;
font-size: 1.2em;
border: 1px solid #24E8DF;
background-color: transparent;
color: #24E8DF;
font-size: 1.2em;
display: inline-block;
}
.altbtn:hover {
background-color: #24E8DF;
color: #ffffff;
cursor: pointer;
}
.altbtn:focus {
outline-width: 0;
}
.settings {
color: #FFF;
border: 1px solid #FFF;
width: 50px;
display: block;
margin: 0 auto;
padding: 5px;
}
a {text-decoration: none; color: #c71f43;}
a:hover {color: #727272;}
.error {
color: #135643;
font-size: 14px;
font-style: italic;
background-color: rgba(23, 234, 190, 0.39);
padding: 5px 3px 5px 3px;
text-align: center;
width: 409px;
max-width: 82%;
display: block;
margin: 20px auto;
margin-top: -30px;
}
.nav {
width: 100%;
border-bottom: 1px solid rgba(161, 161, 161, 0.15);
/*margin: 0 auto;*/
padding-top: 15px;
padding-bottom: 0;
}
.nav ul {
list-style-type: none;
margin: 0 auto;
text-align: center;
padding-left: 0;
}
.nav li {
display: inline-block;
margin: 10px 15px 7px 15px;
position: relative;
}
.nav li a {
color: #195DE9;
font-size: 1.2em;
border: 1px solid rgba(32, 196, 227, 0.39);
border-radius: 50%;
height: 20px;
width: 20px;
padding: 10px;
}
.navparagraph {
color: rgba(32, 196, 227, 0.69);
margin-bottom: 0;
margin-top: 20px;
}
.brand a {
color: white;
border: none !important;
display: block;
}
#teamTitle {
color: #7c7c7c;
margin-top: 35px;
}
/* Status Color Classes
______________________________*/
.green {
border: 1px solid #26C281;
background-color: rgba(203, 246, 214, 0.25);
}
.green h3 {
background: #26C281;
padding-top: 10px;
padding-bottom: 10px;
}
.green .profilephoto {
border: 1px solid #26C281;
}
.grellow {
border: 1px solid #D3E93A;
background-color: rgba(211, 233, 58, 0.25);
}
.grellow h3 {
background: #D3E93A;
padding-top: 10px;
padding-bottom: 10px;
}
.grellow .profilephoto {
border: 1px solid #D3E93A;
}
.yellow {
border: 1px solid #FDD835;
background-color: rgba(251, 222, 86, 0.25);
}
.yellow h3 {
background: #FDD835;
padding-top: 10px;
padding-bottom: 10px;
}
.yellow .profilephoto {
border: 1px solid #FDD835;
}
.orange {
border: 1px solid #F9690E;
background-color: rgba(251, 150, 86, 0.25);
}
.orange h3 {
background: #F9690E;
padding-top: 10px;
padding-bottom: 10px;
}
.orange .profilephoto {
border: 1px solid #F9690E;
}
.red {
border: 1px solid #DC3023;
background-color: rgba(251, 100, 86, 0.25);
}
.red h3 {
background: #DC3023;
padding-top: 10px;
padding-bottom: 10px;
}
.red .profilephoto {
border: 1px solid #DC3023;
}
.darkred {
border: 1px solid #8F1D21;
background-color: rgba(242, 160, 152, 0.25);
}
.darkred h3 {
background: #8F1D21;
padding-top: 10px;
padding-bottom: 10px;
}
.darkred .profilephoto {
border: 1px solid #8F1D21;
}
.plain {
border: 1px solid #BDC3C7;
background-color: #f7f7f7;
}
.plain h3 {
background: #BDC3C7;
padding-top: 10px;
padding-bottom: 10px;
}
.plain .profilephoto {
border: 1px solid #BDC3C7;
}
.unavailable {
border: 1px solid #6C7A89;
background-color: rgba(153, 137, 135, 0.1);
}
.unavailable h3 {
background: #6C7A89;
padding-top: 10px;
padding-bottom: 10px;
}
.unavailable .profilephoto {
border: 1px solid #6C7A89;
}
/* Dashboard
______________________________*/
.edit {
width: 90%;
max-width: 600px;
height: auto;
border: thin solid transparent;
display: block;
margin: 0 auto;
margin-top: 3%;
overflow: hidden;
text-align: center;
border-radius: 3px;
/*background: url(../images/bg.jpg);*/
background-size: 100% 100%;
}
.dashicon {
font-family: dripicons;
font-size: 1.3em;
color: #2062E6;
margin-right: 10px;
}
.update-section {
width: 100%;
margin-top: -49px;
border-left: none !important;
border-right: none !important;
padding-bottom: 10px;
}
.status-box {
width: 49%;
max-width: 300px;
margin: 0 auto;
border: none !important;
margin-top: 50px;
}
.status-box p, .note-box p {
color: #3B3B3B;
font-size: 14.3px
}
.note-box {
width: 49%;
max-width: 300px;
margin: 0 auto;
border: none !important;
}
#frame-green {
border: thin solid #26C281;
/*background-color: rgba(203, 246, 214, 0.25);*/
}
#title-green {
margin-top: 0;
background-color: #26C281;
}
#frame-grellow {
border: thin solid #D3E93A;
/*background-color: rgba(211, 233, 58, 0.25);*/
}
#title-grellow {
margin-top: 0;
background-color: #D3E93A;
}
#frame-yellow {
border: thin solid #FDD835;
/*background-color: rgba(251, 222, 86, 0.25);*/
}
#title-yellow {
margin-top: 0;
background-color: #FDD835;
}
#frame-orange {
border: thin solid #F9690E;
/*background-color: rgba(251, 150, 86, 0.25);*/
}
#title-orange {
margin-top: 0;
background-color: #F9690E;
}
#frame-red {
border: thin solid #DC3023;
/*background-color: rgba(251, 100, 86, 0.25);*/
}
#title-red {
margin-top: 0;
background-color: #DC3023;
}
#frame-darkred {
border: thin solid #8F1D21;
/*background-color: rgba(242, 160, 152, 0.25);*/
}
#title-darkred {
margin-top: 0;
background-color: #8F1D21;
}
#frame-unavailable {
border: thin solid #a6a6a6;
/*background-color: rgba(153, 137, 135, 0.1);*/
}
#title-unavailable {
margin-top: 0;
background-color: #a6a6a6;
}
#frame-plain {
border: thin solid #c5c5c5;
/*background-color: rgba(153, 137, 135, 0.1);*/
}
#title-plain {
margin-top: 0;
background-color: #c5c5c5;
}
.dashTitle {
width: 100%;
height: 70px;
color: rgba(255, 255, 255, 0.5);
margin: 0 auto;
display: block;
font-size: 5em;
overflow: hidden;
text-align: right;
}
.register h1, .login h1, .sorry h1{
font-size: 2em;
margin-bottom: 5px;
margin-top: 0;
padding: 25px 0 15px 0;
background-color: #195DE9;
background-repeat: no-repeat;
background-size: 100%;
color: white;
}
.dashprojects {
margin-top: 15px;
}
#frame- {
border: thin solid #819fa6;
}
.register p, .login p{
margin-bottom: 25px;
/*font-size: 1.2em;*/
}
.dashTitle p {
color: #FFF;
text-align: right;
margin: 0;
margin-right: 40px;
font-size: 1.2em;
margin-top: 15px;
}
.dashImageHome {
float: none;
}
.dashImageHome img {
/*margin-bottom: 10px;*/
/*margin-top: 10px;*/
border-radius: 50%;
width: 100px;
/*height: 100px;*/
}
.dashimage {
display: block;
margin: 0 auto;
margin-top: -45px;
/*border: 1px solid red;*/
text-align: left;
padding-left: 6%;
}
.dashimage img {
border-radius: 50%;
width: 85px;
}
.userInfo {
float: right;
font-size: 10px !important;
color: #646464 !important;
padding: 0 5px 2px 10px;
}
#updateUpcoming {
background: rgba(0, 0, 0, 0);
color: #5B5B5B;
border-bottom: none;
text-align: center;
font-size: 1.1em;
padding: 10px;
border-radius: 2px;
background: transparent;
border: 1px solid rgba(0, 0, 0, 0.26);
margin-top: 30px;
margin-bottom: 30px;
}
.dashsubmit {
margin: 0 auto;
width: 65px;
margin: 15px;
font-size: 1.2em;
padding: 10px 20px 10px 20px;
display: inline-block;
color: #2062E6;
background-color: transparent;
}
.dashsubmit:hover {
color: #ffffff;
cursor: pointer;
}
.dashgoback {
margin: 0 auto;
width: 65px;
margin: 15px;
font-size: 1.2em;
padding: 10px 20px 10px 20px;
display: inline-block;
color: #2062E6;
background-color: transparent;
}
.dashgoback:hover {
color: #ffffff;
cursor: pointer;
}
.dashupdate {
margin: 0 auto;
width: 65px;
margin: 15px;
font-size: 1.2em;
padding: 10px 20px 10px 20px;
display: inline-block;
background: #24E8DF;
border: 1px solid #24E8DF;
}
.dashupdate:hover {
color: #ffffff;
cursor: pointer;
border: 1px solid #24E8DF;
background: #24E8DF;
}
textarea#memberproject {
width: 500px;
max-width: 90%;
height: 85px;
font-size: 1.5em;
color: #0078C2;
padding: 10px;
display: block;
margin: 0 auto;
background-color: rgba(255, 255, 255, 0)
}
textarea#memberproject:focus {
outline-width: 0;
}
.radio-toolbar {
margin-top: 30px;
}
.radio-toolbar input[type="radio"] {
display:none;
}
.radio-toolbar label {
display: inline-block;
background-color: #DDD;
padding: 10px 10px;
width: 15px;
height: 15px;
margin: 5px;
border-radius: 50%;
font-size: 12px;
color: #3B3B3B;
opacity: .8;
border: 1px solid rgba(109, 109, 109, 0.71);
}
.radio-toolbar label:hover {
cursor: pointer;
}
.radio-toolbar input[type="radio"]:checked + label {
opacity: 1;
color: white;
box-shadow: 1px 3px 3px #888888;
}
#greenRadio {
background: #26C281;
}
#grellowRadio {
background: #D3E93A;
}
#yellowRadio {
background: #FDD835;
}
#orangeRadio {
background: #F9690E;
}
#redRadio {
background: #DC3023;
}
#darkredRadio {
background: #8F1D21;
}
#unavailable {
background: #6C7A89;
}
#greenRadio:hover {
opacity: 1;
}
#grellowRadio:hover {
opacity: 1;
}
#yellowRadio:hover {
opacity: 1;
}
#orangeRadio:hover {
opacity: 1;
}
#redRadio:hover {
opacity: 1;
}
#darkredRadio:hover {
opacity: 1;
}
#unavailable:hover {
opacity: 1;
}
/* Full width responsive grid
______________________________*/
.cbp-rfgrid {
padding: 0;
list-style: none;
position: relative;
width: 100%;
margin-left: 2%;
}
.cbp-rfgrid li {
position: relative;
float: left;
overflow: hidden;
width: 14.285%;
width: -webkit-calc(100% / 7);
width: calc(100% / 7);
text-align: center;
margin: 10px;
padding: 10px 0 0 0;
border-radius: 2px;
box-shadow: 4px 4px 4px #CDCDCD;
}
/*.cbp-rfgrid {
margin: 35px 0 0 0;
padding: 0;
list-style: none;
position: relative;
width: 100%;
}
.cbp-rfgrid li {
position: relative;
float: left;
overflow: hidden;
width: 16.6666667%; /* Fallback */
width: -webkit-calc(100% / 6);
width: calc(100% / 6);
}*/
.profilephoto {
background: #FFF;
/* padding: 10px; */
border-radius: 50%;
font-size: 4em;
margin: 0 auto;
color: #A4A4A4;
background-position: 146px 158px !important;
background-repeat: no-repeat;
background-attachment: fixed;
}
#homeProfile {
margin-top: 0;
margin-bottom: 0;
box-shadow: 3px -3px 7px rgba(153, 153, 153, 0.49);
opacity: .7;
}
#homeProfile:hover {
opacity: 1;
}
img#homeProfile {
width: 115px;
}
.greenBorder {
border: 1px solid #26C281;
}
.grellowBorder {
border: 1px solid #D3E93A;
}
.yellowBorder {
border: 1px solid #FDD835;
}
.orangeBorder {
border: 1px solid #F9690E;
}
.redBorder {
border: 1px solid #DC3023;
}
.darkredBorder {
border: 1px solid #8F1D21;
}
.unavailableBorder {
border: 1px solid #6C7A89;
}
.plainBorder {
border: 1px solid #BDC3C7;
}
.actions {
display: inline-block;
padding: 5px 7px 5px 7px;
margin: auto 2px;
color: #3B3B3B;
border: 1px solid #3B3B3B;
border-radius: 4px;
font-size: .7em;
}
.actions:hover {
border: 1px solid #6117ff;
cursor: pointer;
background: #6117ff;
color: #ffffff;
}
/* Flexbox is used for centering the heading
______________________________*/
.cbp-rfgrid li a div {
position: absolute;
left: 20px;
top: 20px;
right: 20px;
bottom: 20px;
background: rgba(71,163,218,0.2);
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
text-align: center;
opacity: 0;
}
.cbp-rfgrid li:hover div {
opacity: 1;
}
.cbp-rfgrid li h3 {
width: 100%;
height: 25px;
color: #FFF;
text-shadow: 1px 1px 1px #000;
margin-top: 5px;
font-size: 1.8em;
padding-top: 5px;
text-align: center;
letter-spacing: 2px;
margin-bottom: 0;
}
/* Media Queries
______________________________*/
@media all and (max-width: 945px) {
.cbp-rfgrid li {
width: 28.571428%;
width: -webkit-calc(100% / 3.5);
width: calc(100% / 3.5);
}
}
@media all and (max-width: 768px) {
.cbp-rfgrid {
list-style: outside none none;
padding: 0;
position: relative;
width: 100%;
}
}
@media all and (max-width: 660px) {
.cbp-rfgrid li {
width: 28.5714%;
width: -webkit-calc(100% / 3.5);
width: calc(100% / 3.5);
}
.radio-toolbar label {
width: 3px;
height: 3px;
margin: 5px;
border-radius: 50%;
}
}
@media all and (max-width: 476px) {
.welcome h1 {
font-size: 3em;
margin-top: 90px;
}
.cbp-rfgrid li {
width: 100%;
margin: 0 auto;
float: left;
/*margin: 3px;*/
margin-bottom: 20px;
border-radius: 0;
}
.dashImageHome img {
border-radius: 50%;
width: 58px;
margin-bottom: 15px !important;
float: left;
opacity: 1 !important;
margin-left: 10px;
}
.cbp-rfgrid li h3 {
width: 100%;
height: 34px;
color: #FFF;
margin-top: 5px;
font-size: 1.2em;
padding-top: 15px;
text-align: center;
letter-spacing: 1px;
margin-bottom: 0;
padding-bottom: 0px;
}
#mobileStatus {display: block;}
.cbp-rfgrid {margin-left: 0;}
}
@media all and (max-width: 321px) {
.dashImageHome img {
border-radius: 50%;
width: 50px;
margin-top: 15px;
}
.dashimage img {
width: 65px;
}
.dashTitle p {
font-size: 0.9em;
}
.cbp-rfgrid li h3 {
width: 100%;
height: 40px;
color: #FFF;
margin-top: 5px;
font-size: 1.2em;
padding-top: 15px;
text-align: center;
letter-spacing: 1px;
margin-bottom: 0;
padding-bottom: 0px;
}
textarea#memberproject {
font-size: 1em;
}
.altbtn {
width: 135px;
padding: 15px 0 14px 0;
}
.view {
padding: 15px 28px 15px 28px;
}
} | builds/development/css/style.css | html {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
background: white;
background-color: #ffffff;
background-image: url(http://www.transparenttextures.com/patterns/green-dust-and-scratches.png);
}
main {
text-align: center;
margin-bottom: 70px;
overflow: hidden;
}
main h1 {
font-size: 2em;
}
h1, p, h2 {
color: #848484;
}
.require {
font-size: 1.3em;
color: #F1002A;
}
.wrapper {
/*max-width: 1100px;*/
display: block;
margin: 0 auto;
}
.login, .register, .sorry {
width: 440px;
max-width: 90%;
margin: 0 auto;
border: 1px solid #FFF;
margin-top: 5%;
margin-bottom: 30px;
background: #ffffff;
color: #FFF;
border: thin solid #195DE9;
border-radius: 3px;
box-shadow: 4px 4px 10px #CDCDCD;
}
.welcome {
margin-top: 5%;
}
.welcome h1 {
font-size: 5em;
color: #195DE9;
margin-bottom: 30px;
}
#branding {
font-size: 1.2em;
color: #195DE9;
margin-top: 15px;
font-weight: bolder;
font-style: italic;
}
.sorry p {
font-size: 1.1em;
}
.dripicon a:hover {
background: #dffef7;
}
#logged-in-as {
color: #CCC;
position: absolute;
top: 10px;
right: 10px;
}
#mobileStatus {display: none;}
input {
margin-bottom: 30px;
height: 25px;
padding: 8px 5px 8px 9px;
color: #195DE9;
width: 400px;
max-width: 80%;
border: none;
border-bottom: 2px solid #cecece;
font-size: 1.3em;
}
input:focus {
outline-width: 0;
border-bottom: 2px solid #195DE9;
background-color: rgba(231, 231, 231, 0.53);
color: #195DE9;
font-size: 1.5em;
}
button {
margin: 0 auto;
margin-bottom: 20px;
width: 163px;
margin: 30px 5px 20px 5px;
background: #FFF;
border: 1px solid #24E8DF;
color: #24E8DF;
padding: 15px 0 15px 0;
font-size: 1.2em;
}
button:focus {
outline-width: 0;
}
.view {
margin: 0 auto;
margin-bottom: 20px;
background: #FFF;
border: 1px solid #24E8DF;
color: #24E8DF;
padding: 15px 40px 16px 40px;
font-size: 1.2em;
}
.view:focus {
outline-width: 0;
}
.btn {
border: 1px solid #195DE9;
background-color: #195DE9;
color: #ffffff;
font-size: 15px 40px 15px 40px;
}
.btn:hover {
background-color: #2380FF;
border-bottom: 1px solid transparent;
cursor: pointer;
color: #ffffff;
}
#signup-button {
font-size: 1.2em;
padding: 15px 60px 15px 60px;
}
.altbtn {
margin: 0 auto;
margin-bottom: 20px;
width: 160px;
background: #FFF;
color: #24E8DF;
padding: 15px 0 15px 0;
font-size: 1.2em;
border: 1px solid #24E8DF;
background-color: transparent;
color: #24E8DF;
font-size: 1.2em;
display: inline-block;
}
.altbtn:hover {
background-color: #24E8DF;
color: #ffffff;
cursor: pointer;
}
.altbtn:focus {
outline-width: 0;
}
.settings {
color: #FFF;
border: 1px solid #FFF;
width: 50px;
display: block;
margin: 0 auto;
padding: 5px;
}
a {text-decoration: none; color: #c71f43;}
a:hover {color: #727272;}
.error {
color: #135643;
font-size: 14px;
font-style: italic;
background-color: rgba(23, 234, 190, 0.39);
padding: 5px 3px 5px 3px;
text-align: center;
width: 409px;
max-width: 82%;
display: block;
margin: 20px auto;
margin-top: -30px;
}
.nav {
width: 100%;
border-bottom: 1px solid rgba(161, 161, 161, 0.15);
/*margin: 0 auto;*/
padding-top: 15px;
padding-bottom: 0;
}
.nav ul {
list-style-type: none;
margin: 0 auto;
text-align: center;
padding-left: 0;
}
.nav li {
display: inline-block;
margin: 10px 15px 7px 15px;
position: relative;
}
.nav li a {
color: #195DE9;
font-size: 1.2em;
border: 1px solid rgba(32, 196, 227, 0.39);
border-radius: 50%;
height: 20px;
width: 20px;
padding: 10px;
}
.navparagraph {
color: rgba(32, 196, 227, 0.69);
margin-bottom: 0;
margin-top: 20px;
}
.brand a {
color: white;
border: none !important;
display: block;
}
#teamTitle {
color: #7c7c7c;
margin-top: 35px;
}
/* Status Color Classes
______________________________*/
.green {
border: 1px solid #26C281;
background-color: rgba(203, 246, 214, 0.25);
}
.green h3 {
background: #26C281;
padding-top: 10px;
padding-bottom: 10px;
}
.green .profilephoto {
border: 1px solid #26C281;
}
.grellow {
border: 1px solid #D3E93A;
background-color: rgba(211, 233, 58, 0.25);
}
.grellow h3 {
background: #D3E93A;
padding-top: 10px;
padding-bottom: 10px;
}
.grellow .profilephoto {
border: 1px solid #D3E93A;
}
.yellow {
border: 1px solid #FDD835;
background-color: rgba(251, 222, 86, 0.25);
}
.yellow h3 {
background: #FDD835;
padding-top: 10px;
padding-bottom: 10px;
}
.yellow .profilephoto {
border: 1px solid #FDD835;
}
.orange {
border: 1px solid #F9690E;
background-color: rgba(251, 150, 86, 0.25);
}
.orange h3 {
background: #F9690E;
padding-top: 10px;
padding-bottom: 10px;
}
.orange .profilephoto {
border: 1px solid #F9690E;
}
.red {
border: 1px solid #DC3023;
background-color: rgba(251, 100, 86, 0.25);
}
.red h3 {
background: #DC3023;
padding-top: 10px;
padding-bottom: 10px;
}
.red .profilephoto {
border: 1px solid #DC3023;
}
.darkred {
border: 1px solid #8F1D21;
background-color: rgba(242, 160, 152, 0.25);
}
.darkred h3 {
background: #8F1D21;
padding-top: 10px;
padding-bottom: 10px;
}
.darkred .profilephoto {
border: 1px solid #8F1D21;
}
.plain {
border: 1px solid #BDC3C7;
background-color: #f7f7f7;
}
.plain h3 {
background: #BDC3C7;
padding-top: 10px;
padding-bottom: 10px;
}
.plain .profilephoto {
border: 1px solid #BDC3C7;
}
.unavailable {
border: 1px solid #6C7A89;
background-color: rgba(153, 137, 135, 0.1);
}
.unavailable h3 {
background: #6C7A89;
padding-top: 10px;
padding-bottom: 10px;
}
.unavailable .profilephoto {
border: 1px solid #6C7A89;
}
/* Dashboard
______________________________*/
.edit {
width: 90%;
max-width: 600px;
height: auto;
border: thin solid transparent;
display: block;
margin: 0 auto;
margin-top: 3%;
overflow: hidden;
text-align: center;
border-radius: 3px;
/*background: url(../images/bg.jpg);*/
background-size: 100% 100%;
}
.dashicon {
font-family: dripicons;
font-size: 1.3em;
color: #2062E6;
margin-right: 10px;
}
.update-section {
width: 100%;
margin-top: -49px;
border-left: none !important;
border-right: none !important;
padding-bottom: 10px;
}
.status-box {
width: 49%;
max-width: 300px;
margin: 0 auto;
border: none !important;
margin-top: 50px;
}
.status-box p, .note-box p {
color: #3B3B3B;
font-size: 14.3px
}
.note-box {
width: 49%;
max-width: 300px;
margin: 0 auto;
border: none !important;
}
#frame-green {
border: thin solid #26C281;
/*background-color: rgba(203, 246, 214, 0.25);*/
}
#title-green {
margin-top: 0;
background-color: #26C281;
}
#frame-grellow {
border: thin solid #D3E93A;
/*background-color: rgba(211, 233, 58, 0.25);*/
}
#title-grellow {
margin-top: 0;
background-color: #D3E93A;
}
#frame-yellow {
border: thin solid #FDD835;
/*background-color: rgba(251, 222, 86, 0.25);*/
}
#title-yellow {
margin-top: 0;
background-color: #FDD835;
}
#frame-orange {
border: thin solid #F9690E;
/*background-color: rgba(251, 150, 86, 0.25);*/
}
#title-orange {
margin-top: 0;
background-color: #F9690E;
}
#frame-red {
border: thin solid #DC3023;
/*background-color: rgba(251, 100, 86, 0.25);*/
}
#title-red {
margin-top: 0;
background-color: #DC3023;
}
#frame-darkred {
border: thin solid #8F1D21;
/*background-color: rgba(242, 160, 152, 0.25);*/
}
#title-darkred {
margin-top: 0;
background-color: #8F1D21;
}
#frame-unavailable {
border: thin solid #a6a6a6;
/*background-color: rgba(153, 137, 135, 0.1);*/
}
#title-unavailable {
margin-top: 0;
background-color: #a6a6a6;
}
#frame-plain {
border: thin solid #c5c5c5;
/*background-color: rgba(153, 137, 135, 0.1);*/
}
#title-plain {
margin-top: 0;
background-color: #c5c5c5;
}
.dashTitle {
width: 100%;
height: 70px;
color: rgba(255, 255, 255, 0.5);
margin: 0 auto;
display: block;
font-size: 5em;
overflow: hidden;
text-align: right;
}
.register h1, .login h1, .sorry h1{
font-size: 2em;
margin-bottom: 5px;
margin-top: 0;
padding: 25px 0 15px 0;
background-color: #195DE9;
background-repeat: no-repeat;
background-size: 100%;
color: white;
}
.dashprojects {
margin-top: 15px;
}
#frame- {
border: thin solid #819fa6;
}
.register p, .login p{
margin-bottom: 25px;
/*font-size: 1.2em;*/
}
.dashTitle p {
color: #FFF;
text-align: right;
margin: 0;
margin-right: 40px;
font-size: 1.2em;
margin-top: 15px;
}
.dashImageHome {
float: none;
}
.dashImageHome img {
/*margin-bottom: 10px;*/
/*margin-top: 10px;*/
border-radius: 50%;
width: 100px;
/*height: 100px;*/
}
.dashimage {
display: block;
margin: 0 auto;
margin-top: -45px;
/*border: 1px solid red;*/
text-align: left;
padding-left: 6%;
}
.dashimage img {
border-radius: 50%;
width: 85px;
}
.userInfo {
float: right;
font-size: 10px !important;
color: #646464 !important;
padding: 0 5px 2px 10px;
}
#updateUpcoming {
background: rgba(0, 0, 0, 0);
color: #5B5B5B;
border-bottom: none;
text-align: center;
font-size: 1.1em;
padding: 10px;
border-radius: 2px;
background: transparent;
border: 1px solid rgba(0, 0, 0, 0.26);
margin-top: 30px;
margin-bottom: 30px;
}
.dashsubmit {
margin: 0 auto;
width: 65px;
margin: 15px;
font-size: 1.2em;
padding: 10px 20px 10px 20px;
display: inline-block;
color: #2062E6;
background-color: transparent;
}
.dashsubmit:hover {
color: #ffffff;
cursor: pointer;
}
.dashgoback {
margin: 0 auto;
width: 65px;
margin: 15px;
font-size: 1.2em;
padding: 10px 20px 10px 20px;
display: inline-block;
color: #2062E6;
background-color: transparent;
}
.dashgoback:hover {
color: #ffffff;
cursor: pointer;
}
.dashupdate {
margin: 0 auto;
width: 65px;
margin: 15px;
font-size: 1.2em;
padding: 10px 20px 10px 20px;
display: inline-block;
background: #24E8DF;
border: 1px solid #24E8DF;
}
.dashupdate:hover {
color: #ffffff;
cursor: pointer;
border: 1px solid #24E8DF;
background: #24E8DF;
}
textarea#memberproject {
width: 500px;
max-width: 90%;
height: 85px;
font-size: 1.5em;
color: #0078C2;
padding: 10px;
display: block;
margin: 0 auto;
background-color: rgba(255, 255, 255, 0)
}
textarea#memberproject:focus {
outline-width: 0;
}
.radio-toolbar {
margin-top: 30px;
}
.radio-toolbar input[type="radio"] {
display:none;
}
.radio-toolbar label {
display: inline-block;
background-color: #DDD;
padding: 10px 10px;
width: 15px;
height: 15px;
margin: 5px;
border-radius: 50%;
font-size: 12px;
color: #3B3B3B;
opacity: .8;
border: 1px solid rgba(109, 109, 109, 0.71);
}
.radio-toolbar label:hover {
cursor: pointer;
}
.radio-toolbar input[type="radio"]:checked + label {
opacity: 1;
color: white;
box-shadow: 1px 3px 3px #888888;
}
#greenRadio {
background: #26C281;
}
#grellowRadio {
background: #D3E93A;
}
#yellowRadio {
background: #FDD835;
}
#orangeRadio {
background: #F9690E;
}
#redRadio {
background: #DC3023;
}
#darkredRadio {
background: #8F1D21;
}
#unavailable {
background: #6C7A89;
}
#greenRadio:hover {
opacity: 1;
}
#grellowRadio:hover {
opacity: 1;
}
#yellowRadio:hover {
opacity: 1;
}
#orangeRadio:hover {
opacity: 1;
}
#redRadio:hover {
opacity: 1;
}
#darkredRadio:hover {
opacity: 1;
}
#unavailable:hover {
opacity: 1;
}
/* Full width responsive grid
______________________________*/
.cbp-rfgrid {
padding: 0;
list-style: none;
position: relative;
width: 100%;
margin-left: 2%;
}
.cbp-rfgrid li {
position: relative;
float: left;
overflow: hidden;
width: 14.285%;
width: -webkit-calc(100% / 7);
width: calc(100% / 7);
text-align: center;
margin: 10px;
padding: 10px 0 0 0;
border-radius: 2px;
box-shadow: 4px 4px 4px #CDCDCD;
}
/*.cbp-rfgrid {
margin: 35px 0 0 0;
padding: 0;
list-style: none;
position: relative;
width: 100%;
}
.cbp-rfgrid li {
position: relative;
float: left;
overflow: hidden;
width: 16.6666667%; /* Fallback */
width: -webkit-calc(100% / 6);
width: calc(100% / 6);
}*/
.profilephoto {
background: #FFF;
/* padding: 10px; */
border-radius: 50%;
font-size: 4em;
margin: 0 auto;
color: #A4A4A4;
background-position: 146px 158px !important;
background-repeat: no-repeat;
background-attachment: fixed;
}
#homeProfile {
margin-top: 0;
margin-bottom: 0;
box-shadow: 3px -3px 7px rgba(153, 153, 153, 0.49);
opacity: .7;
}
#homeProfile:hover {
opacity: 1;
}
img#homeProfile {
width: 115px;
}
.greenBorder {
border: 1px solid #26C281;
}
.grellowBorder {
border: 1px solid #D3E93A;
}
.yellowBorder {
border: 1px solid #FDD835;
}
.orangeBorder {
border: 1px solid #F9690E;
}
.redBorder {
border: 1px solid #DC3023;
}
.darkredBorder {
border: 1px solid #8F1D21;
}
.unavailableBorder {
border: 1px solid #6C7A89;
}
.plainBorder {
border: 1px solid #BDC3C7;
}
.actions {
display: inline-block;
padding: 5px 7px 5px 7px;
margin: auto 2px;
color: #3B3B3B;
border: 1px solid #3B3B3B;
border-radius: 4px;
font-size: .7em;
}
.actions:hover {
border: 1px solid #6117ff;
cursor: pointer;
background: #6117ff;
color: #ffffff;
}
/* Flexbox is used for centering the heading
______________________________*/
.cbp-rfgrid li a div {
position: absolute;
left: 20px;
top: 20px;
right: 20px;
bottom: 20px;
background: rgba(71,163,218,0.2);
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
text-align: center;
opacity: 0;
}
.cbp-rfgrid li:hover div {
opacity: 1;
}
.cbp-rfgrid li h3 {
width: 100%;
height: 25px;
color: #FFF;
text-shadow: 1px 1px 1px #000;
margin-top: 5px;
font-size: 1.8em;
padding-top: 5px;
text-align: center;
letter-spacing: 2px;
margin-bottom: 0;
}
/* Media Queries
______________________________*/
@media all and (max-width: 945px) {
.cbp-rfgrid li {
width: 28.571428%;
width: -webkit-calc(100% / 3.5);
width: calc(100% / 3.5);
}
}
@media all and (max-width: 768px) {
.cbp-rfgrid {
list-style: outside none none;
padding: 0;
position: relative;
width: 100%;
}
}
@media all and (max-width: 660px) {
.cbp-rfgrid li {
width: 28.5714%;
width: -webkit-calc(100% / 3.5);
width: calc(100% / 3.5);
}
.radio-toolbar label {
width: 3px;
height: 3px;
margin: 5px;
border-radius: 50%;
}
}
@media all and (max-width: 476px) {
.welcome h1 {
font-size: 3em;
margin-top: 90px;
}
.cbp-rfgrid li {
width: 100%;
margin: 0 auto;
float: left;
/*margin: 3px;*/
margin-bottom: 20px;
border-radius: 0;
}
.dashImageHome img {
border-radius: 50%;
width: 58px;
margin-bottom: 15px !important;
float: left;
opacity: 1 !important;
margin-left: 10px;
}
.cbp-rfgrid li h3 {
width: 100%;
height: 34px;
color: #FFF;
margin-top: 5px;
font-size: 1.2em;
padding-top: 15px;
text-align: center;
letter-spacing: 1px;
margin-bottom: 0;
padding-bottom: 0px;
}
#mobileStatus {display: block;}
.cbp-rfgrid {margin-left: 0;}
}
@media all and (max-width: 321px) {
.dashImageHome img {
border-radius: 50%;
width: 50px;
margin-top: 15px;
}
.dashimage img {
width: 65px;
}
.dashTitle p {
font-size: 0.9em;
}
.cbp-rfgrid li h3 {
width: 100%;
height: 40px;
color: #FFF;
margin-top: 5px;
font-size: 1.2em;
padding-top: 15px;
text-align: center;
letter-spacing: 1px;
margin-bottom: 0;
padding-bottom: 0px;
}
textarea#memberproject {
font-size: 1em;
}
.altbtn {
width: 135px;
padding: 15px 0 14px 0;
}
.view {
padding: 15px 28px 15px 28px;
}
} | 0.270288 | 0.073231 |
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Rectangle_34 {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15) ;
filter: alpha(opacity=15) ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Image_23 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Label_69 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Text_2 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Line_9 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Line_10 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Line_5 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Line_6 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Line_7 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Line_8 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Line_11 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Line_12 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Rectangle_19 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Image_8 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Image_24 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Image_27 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Image_71 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Button_17 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Button_18 {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35) ;
filter: alpha(opacity=35) ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Callout {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#jim-container .ui-page {
overflow-x: hidden;
}
.non_jim_mobile #simulation {
overflow-x: hidden;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 > #loadMark {
width: 1px;
visibility: hidden;
display: none;
} | doc/ui-mockups/html/resources/screens/7d9a839c-862d-4d00-8ff2-94f18e019662-1507888086769-ie8.css | -ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Rectangle_34 {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15) ;
filter: alpha(opacity=15) ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Image_23 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Label_69 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Text_2 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Line_9 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Line_10 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Line_5 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Line_6 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Line_7 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Line_8 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Line_11 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Line_12 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Rectangle_19 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Image_8 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Image_24 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Image_27 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Image_71 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Button_17 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Button_18 {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35) ;
filter: alpha(opacity=35) ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Callout {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#jim-container .ui-page {
overflow-x: hidden;
}
.non_jim_mobile #simulation {
overflow-x: hidden;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 > #loadMark {
width: 1px;
visibility: hidden;
display: none;
} | 0.35209 | 0.102979 |
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
:root {
--header-height: 3.5rem;
/* == Colors == */
--hue: 152;
--first-color: hsl(var(--hue), 24%, 32%);
--first-color-alt: hsl(var(--hue), 24%, 28%);
--first-color-light: hsl(var(--hue), 24%, 66%);
--first-color-lighten: hsl(var(--hue), 24%, 92%);
--title-color: hsl(var(--hue), 4%, 15%);
--text-color: hsl(var(--hue), 4%, 35%);
--text-color-light: hsl(var(--hue), 4%, 55%);
--body-color: hsl(var(--hue), 0%, 100%);
--container-color: #fff;
/* == Typografi == */
--body-font: "Lato", sans-serif;
--big-font-size: 2rem;
--h1-font-size: 1.5rem;
--h2-font-size: 1.25rem;
--h3-font-size: 1rem;
--normal-font-size: 0.938rem;
--small-font-size: 0.813rem;
--smaller-font-size: 0.75rem;
--font-medium: 500;
--font-semi-bold: 600;
/* == Margins bottom == */
--mb-0-5: 0.5rem;
--mb-0-75: 0.75rem;
--mb-1: 1rem;
--mb-1-5: 1.5rem;
--mb-2: 2rem;
--mb-2-5: 2.5rem;
/* == z index == */
--z-tooltip: 10;
--z-fixed: 100;
}
@media screen and (min-width: 968px) {
:root {
--big-font-size: 3.5rem;
--h1-font-size: 2.25rem;
--h2-font-size: 1.5rem;
--h3-font-size: 1.25rem;
--normal-font-size: 1rem;
--small-font-size: 0.875rem;
--smaller-font-size: 0.813rem;
}
}
/* == Base == */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body,
button,
input,
textarea {
font-family: var(--body-font);
font-size: var(--normal-font-size);
}
body {
margin-top: var(--header-height);
background-color: var(--body-color);
color: var(--text-color);
}
button {
cursor: pointer;
border: none;
outline: none;
}
h1,
h2,
h3 {
color: var(--title-color);
font-size: var(--font-semi-bold);
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
img {
width: 100%;
height: auto;
}
.section {
padding: 5.5rem 0 1rem;
}
.section__title,
.section__title-center {
font-size: var(--h2-font-size);
margin-bottom: var(--mb-2);
line-height: 140%;
}
.section__title-center {
text-align: center;
}
.container {
max-width: 968px;
margin-left: var(--mb-1-5);
margin-right: var(--mb-1-5);
}
.grid {
display: grid;
}
.main {
overflow: hidden;
}
.header {
width: 100%;
background-color: var(--body-color);
position: fixed;
top: 0;
left: 0;
z-index: var(--z-fixed);
}
.nav {
height: var(--header-height);
display: flex;
justify-content: space-between;
align-items: center;
}
.nav__logo {
text-transform: uppercase;
font-weight: 700;
display: flex;
align-items: center;
transition: 0.3s;
font-size: 1.15rem;
color: #0f8579;
}
.nav__logo img {
width: 100%;
height: var(--header-height);
padding: 0.5rem;
object-fit: cover;
}
.nav__logo:hover {
color: 1rem;
}
.nav__toggle {
display: inline-flex;
font-size: 1.25rem;
cursor: pointer;
}
@media screen and (max-width: 767px) {
.nav__menu {
position: fixed;
background-color: var(--container-color);
width: 80%;
height: 100%;
top: 0;
right: -100%;
box-shadow: -2px 0 4px hsla(var(--hue), 24%, 15%, 0.1);
padding: 4rem 0 0 3rem;
border-radius: 1rem 0 0 1rem;
transition: 0.3s;
z-index: var(--z-fixed);
}
}
.nav__close {
font-size: 1.5rem;
position: absolute;
top: 1rem;
right: 1.25rem;
cursor: pointer;
}
.nav__list {
display: flex;
flex-direction: column;
row-gap: 1.5rem;
}
.nav__link {
color: var(--title-color);
font-weight: var(--font-medium);
text-decoration: none;
}
.nav__link:hover {
color: var(--first-color);
text-decoration: none;
}
/* == buttons == */
.btn {
padding: 0.5rem 1.25rem;
}
.btn-pemilih {
background-color: #0f8579;
border-radius: 1rem;
color: var(--first-color-lighten);
}
.btn-panitia {
background-color: #094640;
border-radius: 1rem;
color: var(--first-color-lighten);
}
.btn-logout {
background-color: #dd0000;
border-radius: 1rem;
color: var(--first-color-lighten);
}
/* == show menu == */
.show-menu {
right: 0;
}
/* == home == */
.home {
padding: 3.5rem 0 2rem;
}
.home__container {
position: relative;
row-gap: 2rem;
}
.home__img {
width: 200px;
justify-self: center;
}
.home__title {
font-size: var(--big-font-size);
line-height: 140%;
margin-bottom: var(--mb-1);
}
.home__description {
margin-bottom: var(--mb-2-5);
}
.button-voting {
text-transform: uppercase;
position: relative;
align-items: center;
background-color: #0f8579;
padding: 0.75rem 1.5rem;
color: var(--first-color-lighten);
border-radius: 0.5rem;
}
/* == vote == */
.vote {
display: flex;
align-items: center;
justify-content: center;
padding: 5rem 0 1rem;
}
.vote__container {
display: grid;
grid-template-columns: repeat(1fr);
row-gap: 1rem;
justify-content: center;
align-content: center;
}
.card__title {
padding: var(--mb-0-5);
color: var(--first-color);
text-align: center;
font-weight: 700;
}
.card__title-info {
font-size: 1rem;
}
.card__title-value {
font-size: 1.25rem;
}
.card__image {
width: 100%;
display: flex;
}
.card__image img {
border-radius: 100%;
width: 11rem;
height: 11rem;
object-fit: cover;
margin: auto;
margin-top: var(--mb-1);
margin-bottom: var(--mb-0-5);
}
.nama_paslon {
display: flex;
width: 100%;
padding: var(--mb-0-5);
align-items: center;
justify-content: center;
}
.card__description {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: var(--mb-0-5);
}
.card__footer {
display: flex;
flex-direction: column;
gap: 0.5rem;
padding: var(--mb-0-75);
}
.btn-vote {
cursor: pointer;
text-transform: uppercase;
position: relative;
align-items: center;
background-color: #0f8579;
padding: 0.5rem 1.5rem;
color: var(--first-color-lighten);
border-radius: 0.45rem;
}
.btn-info {
cursor: pointer;
text-transform: uppercase;
position: relative;
align-items: center;
background-color: #073d38;
padding: 0.5rem 1.5rem;
color: var(--first-color-lighten);
border-radius: 0.45rem;
}
.chart {
padding: var(--mb-0-5);
}
.update__suara {
text-transform: uppercase;
margin: var(--mb-0-5);
text-decoration: none;
display: flex;
align-items: center;
gap: 0.25rem;
background: #0f8579;
color: white;
padding: var(--mb-0-5);
border-radius: 0.75rem;
}
.update__suara:hover {
color: #17a2b8;
text-decoration: none;
}
.calonpasangan {
margin-top: 5rem;
margin-bottom: 1rem;
}
.update-suara {
margin-bottom: var(--mb-1);
}
@media screen and (min-width: 767px) {
body {
margin: 0;
}
.container {
width: 767px;
}
.nav {
height: calc(var(--header-height) + 1.5rem);
column-gap: 3rem;
}
.nav__toggle,
.nav__close {
display: none;
}
.nav__menu {
position: absolute;
padding: var(--mb-2);
right: 0;
display: flex;
justify-content: flex-end;
}
.nav__list {
display: flex;
flex-direction: row;
}
.nav__item {
margin-right: 1rem;
}
.nav__link {
text-decoration: none;
font-weight: 700;
}
.home {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.home__container {
grid-template-columns: repeat(2, 1fr);
}
.home__img {
width: 100%;
order: 1;
}
.description__img {
width: 50%;
}
.calonpasangan {
margin-top: 5rem;
}
.update-suara {
margin-bottom: var(--mb-1);
}
.img-paslon {
height: 400px;
object-fit: cover;
}
} | assets/dist/css/home.css | @import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
:root {
--header-height: 3.5rem;
/* == Colors == */
--hue: 152;
--first-color: hsl(var(--hue), 24%, 32%);
--first-color-alt: hsl(var(--hue), 24%, 28%);
--first-color-light: hsl(var(--hue), 24%, 66%);
--first-color-lighten: hsl(var(--hue), 24%, 92%);
--title-color: hsl(var(--hue), 4%, 15%);
--text-color: hsl(var(--hue), 4%, 35%);
--text-color-light: hsl(var(--hue), 4%, 55%);
--body-color: hsl(var(--hue), 0%, 100%);
--container-color: #fff;
/* == Typografi == */
--body-font: "Lato", sans-serif;
--big-font-size: 2rem;
--h1-font-size: 1.5rem;
--h2-font-size: 1.25rem;
--h3-font-size: 1rem;
--normal-font-size: 0.938rem;
--small-font-size: 0.813rem;
--smaller-font-size: 0.75rem;
--font-medium: 500;
--font-semi-bold: 600;
/* == Margins bottom == */
--mb-0-5: 0.5rem;
--mb-0-75: 0.75rem;
--mb-1: 1rem;
--mb-1-5: 1.5rem;
--mb-2: 2rem;
--mb-2-5: 2.5rem;
/* == z index == */
--z-tooltip: 10;
--z-fixed: 100;
}
@media screen and (min-width: 968px) {
:root {
--big-font-size: 3.5rem;
--h1-font-size: 2.25rem;
--h2-font-size: 1.5rem;
--h3-font-size: 1.25rem;
--normal-font-size: 1rem;
--small-font-size: 0.875rem;
--smaller-font-size: 0.813rem;
}
}
/* == Base == */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body,
button,
input,
textarea {
font-family: var(--body-font);
font-size: var(--normal-font-size);
}
body {
margin-top: var(--header-height);
background-color: var(--body-color);
color: var(--text-color);
}
button {
cursor: pointer;
border: none;
outline: none;
}
h1,
h2,
h3 {
color: var(--title-color);
font-size: var(--font-semi-bold);
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
img {
width: 100%;
height: auto;
}
.section {
padding: 5.5rem 0 1rem;
}
.section__title,
.section__title-center {
font-size: var(--h2-font-size);
margin-bottom: var(--mb-2);
line-height: 140%;
}
.section__title-center {
text-align: center;
}
.container {
max-width: 968px;
margin-left: var(--mb-1-5);
margin-right: var(--mb-1-5);
}
.grid {
display: grid;
}
.main {
overflow: hidden;
}
.header {
width: 100%;
background-color: var(--body-color);
position: fixed;
top: 0;
left: 0;
z-index: var(--z-fixed);
}
.nav {
height: var(--header-height);
display: flex;
justify-content: space-between;
align-items: center;
}
.nav__logo {
text-transform: uppercase;
font-weight: 700;
display: flex;
align-items: center;
transition: 0.3s;
font-size: 1.15rem;
color: #0f8579;
}
.nav__logo img {
width: 100%;
height: var(--header-height);
padding: 0.5rem;
object-fit: cover;
}
.nav__logo:hover {
color: 1rem;
}
.nav__toggle {
display: inline-flex;
font-size: 1.25rem;
cursor: pointer;
}
@media screen and (max-width: 767px) {
.nav__menu {
position: fixed;
background-color: var(--container-color);
width: 80%;
height: 100%;
top: 0;
right: -100%;
box-shadow: -2px 0 4px hsla(var(--hue), 24%, 15%, 0.1);
padding: 4rem 0 0 3rem;
border-radius: 1rem 0 0 1rem;
transition: 0.3s;
z-index: var(--z-fixed);
}
}
.nav__close {
font-size: 1.5rem;
position: absolute;
top: 1rem;
right: 1.25rem;
cursor: pointer;
}
.nav__list {
display: flex;
flex-direction: column;
row-gap: 1.5rem;
}
.nav__link {
color: var(--title-color);
font-weight: var(--font-medium);
text-decoration: none;
}
.nav__link:hover {
color: var(--first-color);
text-decoration: none;
}
/* == buttons == */
.btn {
padding: 0.5rem 1.25rem;
}
.btn-pemilih {
background-color: #0f8579;
border-radius: 1rem;
color: var(--first-color-lighten);
}
.btn-panitia {
background-color: #094640;
border-radius: 1rem;
color: var(--first-color-lighten);
}
.btn-logout {
background-color: #dd0000;
border-radius: 1rem;
color: var(--first-color-lighten);
}
/* == show menu == */
.show-menu {
right: 0;
}
/* == home == */
.home {
padding: 3.5rem 0 2rem;
}
.home__container {
position: relative;
row-gap: 2rem;
}
.home__img {
width: 200px;
justify-self: center;
}
.home__title {
font-size: var(--big-font-size);
line-height: 140%;
margin-bottom: var(--mb-1);
}
.home__description {
margin-bottom: var(--mb-2-5);
}
.button-voting {
text-transform: uppercase;
position: relative;
align-items: center;
background-color: #0f8579;
padding: 0.75rem 1.5rem;
color: var(--first-color-lighten);
border-radius: 0.5rem;
}
/* == vote == */
.vote {
display: flex;
align-items: center;
justify-content: center;
padding: 5rem 0 1rem;
}
.vote__container {
display: grid;
grid-template-columns: repeat(1fr);
row-gap: 1rem;
justify-content: center;
align-content: center;
}
.card__title {
padding: var(--mb-0-5);
color: var(--first-color);
text-align: center;
font-weight: 700;
}
.card__title-info {
font-size: 1rem;
}
.card__title-value {
font-size: 1.25rem;
}
.card__image {
width: 100%;
display: flex;
}
.card__image img {
border-radius: 100%;
width: 11rem;
height: 11rem;
object-fit: cover;
margin: auto;
margin-top: var(--mb-1);
margin-bottom: var(--mb-0-5);
}
.nama_paslon {
display: flex;
width: 100%;
padding: var(--mb-0-5);
align-items: center;
justify-content: center;
}
.card__description {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: var(--mb-0-5);
}
.card__footer {
display: flex;
flex-direction: column;
gap: 0.5rem;
padding: var(--mb-0-75);
}
.btn-vote {
cursor: pointer;
text-transform: uppercase;
position: relative;
align-items: center;
background-color: #0f8579;
padding: 0.5rem 1.5rem;
color: var(--first-color-lighten);
border-radius: 0.45rem;
}
.btn-info {
cursor: pointer;
text-transform: uppercase;
position: relative;
align-items: center;
background-color: #073d38;
padding: 0.5rem 1.5rem;
color: var(--first-color-lighten);
border-radius: 0.45rem;
}
.chart {
padding: var(--mb-0-5);
}
.update__suara {
text-transform: uppercase;
margin: var(--mb-0-5);
text-decoration: none;
display: flex;
align-items: center;
gap: 0.25rem;
background: #0f8579;
color: white;
padding: var(--mb-0-5);
border-radius: 0.75rem;
}
.update__suara:hover {
color: #17a2b8;
text-decoration: none;
}
.calonpasangan {
margin-top: 5rem;
margin-bottom: 1rem;
}
.update-suara {
margin-bottom: var(--mb-1);
}
@media screen and (min-width: 767px) {
body {
margin: 0;
}
.container {
width: 767px;
}
.nav {
height: calc(var(--header-height) + 1.5rem);
column-gap: 3rem;
}
.nav__toggle,
.nav__close {
display: none;
}
.nav__menu {
position: absolute;
padding: var(--mb-2);
right: 0;
display: flex;
justify-content: flex-end;
}
.nav__list {
display: flex;
flex-direction: row;
}
.nav__item {
margin-right: 1rem;
}
.nav__link {
text-decoration: none;
font-weight: 700;
}
.home {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.home__container {
grid-template-columns: repeat(2, 1fr);
}
.home__img {
width: 100%;
order: 1;
}
.description__img {
width: 50%;
}
.calonpasangan {
margin-top: 5rem;
}
.update-suara {
margin-bottom: var(--mb-1);
}
.img-paslon {
height: 400px;
object-fit: cover;
}
} | 0.294215 | 0.087759 |
:root {
--background-main: #1E2140;
--background-button: #F87070;
--color-main: #D7E0FE;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul, ol { list-style: none; }
body {
font-family: 'Open Sans', sans-serif;
background: var(--background-main);
color: var(--color-main);
}
header, main {
width: min(100%, 400px);
margin: 0 auto;
}
header h1 {
margin-top: .2rem;
margin-bottom: 1rem;
text-align: center;
font-size: 1.5rem;
}
.menu {
display: flex;
margin: 1rem 0;
background: #151932;
border-radius: 120px;
width: max-content;
}
.menu li {
flex-grow: 1;
padding: 5px;
}
.menu button {
background: var(--background-button);
border: none;
padding: 1.2rem 1.4rem;
width: max-content;
font-size: .9rem;
border-radius: 120px;
color: #4C111F;
font-weight: bold;
cursor: pointer;
transition: .3s;
border: 3px solid transparent;
}
.menu button.inative {
background: none;
color: var(--color-main);
opacity: .5;
}
.menu button:hover {
border-color: #2e3468;
opacity: 1;
}
.time-container {
position: relative;
border-radius: 100%;
background: #151932;
width: 380px;
height: 380px;
text-align: center;
margin: 3rem auto;
border: 20px solid #272B50;
box-shadow: -50px -50px 100px 0 rgba(215,224,255,0.1),
50px 50px 100px 0 rgba(22,25,50,0.5),
inset 20px 20px 25px 0 rgba(22,25,50,0.5),
inset -20px -20px 25px 0 rgba(215, 224, 255, 0);
}
.timeout {
border-color: rgb(206, 30, 30);
}
.timeout h2 {
color: rgb(206, 30, 30);
}
.circle-time {
display: flex;
flex-direction: column;
justify-content: center;
border-radius: 100%;
width: 95%;
height: 95%;
margin: auto;
margin-top: 2.5%;
}
.time {
font-size: 6rem;
}
.circle-time h3 {
font-size: 1.5rem;
font-weight: 400;
margin-top: 30px;
letter-spacing: 10px;
z-index: 1;
border: 3px solid transparent;
border-radius: 50px;
padding: 5px 10px;
cursor: pointer;
width: max-content;
margin: 0 auto;
transition: border-color .2s;
}
.start:hover {
border-left-color: #272B50;
border-right-color: #272B50;
}
#config {
text-align: center;
margin-bottom: 1rem;
}
#config img {
width: 30px;
filter: contrast(0%);
cursor: pointer;
transition: transform .3s;
}
#config img:hover {
transform: rotate(90deg) scale(1.1);
}
/* CIRCLE TIMMING */
svg {
position: absolute;
top: 3%;
left: 2.5%;
transform: rotate(-90deg);
}
svg circle {
stroke: #F87070;
stroke-dasharray: 846;
stroke-dashoffset: 0;
animation: linear reverse forwards;
}
@keyframes time {
to {
stroke-dashoffset: 0;
}
from {
stroke-dashoffset: 846;
}
} | css/main.css | :root {
--background-main: #1E2140;
--background-button: #F87070;
--color-main: #D7E0FE;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul, ol { list-style: none; }
body {
font-family: 'Open Sans', sans-serif;
background: var(--background-main);
color: var(--color-main);
}
header, main {
width: min(100%, 400px);
margin: 0 auto;
}
header h1 {
margin-top: .2rem;
margin-bottom: 1rem;
text-align: center;
font-size: 1.5rem;
}
.menu {
display: flex;
margin: 1rem 0;
background: #151932;
border-radius: 120px;
width: max-content;
}
.menu li {
flex-grow: 1;
padding: 5px;
}
.menu button {
background: var(--background-button);
border: none;
padding: 1.2rem 1.4rem;
width: max-content;
font-size: .9rem;
border-radius: 120px;
color: #4C111F;
font-weight: bold;
cursor: pointer;
transition: .3s;
border: 3px solid transparent;
}
.menu button.inative {
background: none;
color: var(--color-main);
opacity: .5;
}
.menu button:hover {
border-color: #2e3468;
opacity: 1;
}
.time-container {
position: relative;
border-radius: 100%;
background: #151932;
width: 380px;
height: 380px;
text-align: center;
margin: 3rem auto;
border: 20px solid #272B50;
box-shadow: -50px -50px 100px 0 rgba(215,224,255,0.1),
50px 50px 100px 0 rgba(22,25,50,0.5),
inset 20px 20px 25px 0 rgba(22,25,50,0.5),
inset -20px -20px 25px 0 rgba(215, 224, 255, 0);
}
.timeout {
border-color: rgb(206, 30, 30);
}
.timeout h2 {
color: rgb(206, 30, 30);
}
.circle-time {
display: flex;
flex-direction: column;
justify-content: center;
border-radius: 100%;
width: 95%;
height: 95%;
margin: auto;
margin-top: 2.5%;
}
.time {
font-size: 6rem;
}
.circle-time h3 {
font-size: 1.5rem;
font-weight: 400;
margin-top: 30px;
letter-spacing: 10px;
z-index: 1;
border: 3px solid transparent;
border-radius: 50px;
padding: 5px 10px;
cursor: pointer;
width: max-content;
margin: 0 auto;
transition: border-color .2s;
}
.start:hover {
border-left-color: #272B50;
border-right-color: #272B50;
}
#config {
text-align: center;
margin-bottom: 1rem;
}
#config img {
width: 30px;
filter: contrast(0%);
cursor: pointer;
transition: transform .3s;
}
#config img:hover {
transform: rotate(90deg) scale(1.1);
}
/* CIRCLE TIMMING */
svg {
position: absolute;
top: 3%;
left: 2.5%;
transform: rotate(-90deg);
}
svg circle {
stroke: #F87070;
stroke-dasharray: 846;
stroke-dashoffset: 0;
animation: linear reverse forwards;
}
@keyframes time {
to {
stroke-dashoffset: 0;
}
from {
stroke-dashoffset: 846;
}
} | 0.587115 | 0.122078 |
body,
html {
width: 100%;
height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
}
.topnav {
font-size: 14px;
}
.lead {
font-size: 18px;
font-weight: 400;
}
.intro-header {
padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
padding-bottom: 50px;
text-align: center;
color: #f8f8f8;
background: url(../img/intro-bg.jpg) no-repeat center center;
background-size: cover;
}
.intro-message {
position: relative;
padding-top: 20%;
padding-bottom: 20%;
}
.intro-message > h1 {
margin: 0;
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
font-size: 5em;
}
.intro-divider {
width: 400px;
border-top: 1px solid #f8f8f8;
border-bottom: 1px solid rgba(0,0,0,0.2);
}
.intro-message > h3 {
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
@media(max-width:767px) {
.intro-message {
padding-bottom: 15%;
}
.intro-message > h1 {
font-size: 3em;
}
ul.intro-social-buttons > li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.intro-social-buttons > li:last-child {
margin-bottom: 0;
}
.intro-divider {
width: 100%;
}
}
.network-name {
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
letter-spacing: 2px;
}
.content-section-a {
padding: 50px 0;
background-color: #f8f8f8;
}
.content-section-b {
padding: 50px 0;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
}
.section-heading {
margin-bottom: 30px;
}
.section-heading-spacer {
float: left;
width: 200px;
border-top: 3px solid #e7e7e7;
}
.banner {
padding: 100px 0;
color: #f8f8f8;
background: url(../img/banner-bg.jpg) no-repeat center center;
background-size: cover;
}
.banner h2 {
margin: 0;
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
font-size: 3em;
}
.banner ul {
margin-bottom: 0;
}
.banner-social-buttons {
float: right;
margin-top: 0;
}
@media(max-width:1199px) {
ul.banner-social-buttons {
float: left;
margin-top: 15px;
}
}
@media(max-width:767px) {
.banner h2 {
margin: 0;
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
font-size: 3em;
}
ul.banner-social-buttons > li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.banner-social-buttons > li:last-child {
margin-bottom: 0;
}
}
footer {
padding: 50px 0;
background-color: #f8f8f8;
}
p.copyright {
margin: 15px 0 0;
}
footer img.icon {
height: 30px;
width: 30px;
z-index: 2;
}
.contactSection a.link{
color:#DDF8F7;
text-decoration:underline;
}
.contactSection a.link:focus,.contactSection a.link:hover{
color:#DDF8F7;
text-decoration:none;
}
footer a:focus,footer a:hover{
color:#23527C;
}
a:focus, a:hover{
color:#DDF8F7;
}
.contactSection .btn-primary{
margin-left:15px;
}
#returnmessage{
font-size: 14px;
color: rgb(247, 247, 247);
background-color: red;
padding: 0 20px;
}
@media screen and (max-width: 660px) {
.contactSection .btn-primary{
margin-top:10px !important;
margin-left: 110px !important;
}
.contactSection ul.banner-social-buttons{
float:right;
}
} | css/landing-page.css | body,
html {
width: 100%;
height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
}
.topnav {
font-size: 14px;
}
.lead {
font-size: 18px;
font-weight: 400;
}
.intro-header {
padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
padding-bottom: 50px;
text-align: center;
color: #f8f8f8;
background: url(../img/intro-bg.jpg) no-repeat center center;
background-size: cover;
}
.intro-message {
position: relative;
padding-top: 20%;
padding-bottom: 20%;
}
.intro-message > h1 {
margin: 0;
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
font-size: 5em;
}
.intro-divider {
width: 400px;
border-top: 1px solid #f8f8f8;
border-bottom: 1px solid rgba(0,0,0,0.2);
}
.intro-message > h3 {
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
@media(max-width:767px) {
.intro-message {
padding-bottom: 15%;
}
.intro-message > h1 {
font-size: 3em;
}
ul.intro-social-buttons > li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.intro-social-buttons > li:last-child {
margin-bottom: 0;
}
.intro-divider {
width: 100%;
}
}
.network-name {
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
letter-spacing: 2px;
}
.content-section-a {
padding: 50px 0;
background-color: #f8f8f8;
}
.content-section-b {
padding: 50px 0;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
}
.section-heading {
margin-bottom: 30px;
}
.section-heading-spacer {
float: left;
width: 200px;
border-top: 3px solid #e7e7e7;
}
.banner {
padding: 100px 0;
color: #f8f8f8;
background: url(../img/banner-bg.jpg) no-repeat center center;
background-size: cover;
}
.banner h2 {
margin: 0;
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
font-size: 3em;
}
.banner ul {
margin-bottom: 0;
}
.banner-social-buttons {
float: right;
margin-top: 0;
}
@media(max-width:1199px) {
ul.banner-social-buttons {
float: left;
margin-top: 15px;
}
}
@media(max-width:767px) {
.banner h2 {
margin: 0;
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
font-size: 3em;
}
ul.banner-social-buttons > li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.banner-social-buttons > li:last-child {
margin-bottom: 0;
}
}
footer {
padding: 50px 0;
background-color: #f8f8f8;
}
p.copyright {
margin: 15px 0 0;
}
footer img.icon {
height: 30px;
width: 30px;
z-index: 2;
}
.contactSection a.link{
color:#DDF8F7;
text-decoration:underline;
}
.contactSection a.link:focus,.contactSection a.link:hover{
color:#DDF8F7;
text-decoration:none;
}
footer a:focus,footer a:hover{
color:#23527C;
}
a:focus, a:hover{
color:#DDF8F7;
}
.contactSection .btn-primary{
margin-left:15px;
}
#returnmessage{
font-size: 14px;
color: rgb(247, 247, 247);
background-color: red;
padding: 0 20px;
}
@media screen and (max-width: 660px) {
.contactSection .btn-primary{
margin-top:10px !important;
margin-left: 110px !important;
}
.contactSection ul.banner-social-buttons{
float:right;
}
} | 0.40592 | 0.11158 |
*{
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6{
font-family: Roboto;
}
p{
font-family: Roboto;
}
a, a:hover{
text-decoration: none;
}
/************************************************************************************************************************************header section starts here***********************************/
/*menu code starts here*/
.menu{
width: 100%;
padding-bottom: 40px;
}
.menu .bg-light{
background: transparent !important;
}
.menu .navbar .navbar-nav .nav-link{
margin-top: 40px;
font-size: 18px;
color: #8e8e8e;
font-weight: 600;
text-transform: uppercase;
margin-left: 12px;
transition: 1s;
}
.menu .navbar .navbar-nav .nav-link:hover{
color: #black;
font-size: 23px;
}
.menu .navbar .navbar-nav .nav-link:focus{
color: black;
}
/*menu code ends here*/
/*banner code starts here*/
.banner {
width: 100%;
padding: 80px 0px;
background-image: url("../images/slider.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
}
.banner-in{
width: 100%;
margin-top: 100px;
}
.banner-in h1{
color: #ffff;
text-transform: capitalize;
font-weight: 700;
font-size: 60px;
margin-bottom: 25px;
}
.banner-in p{
color: #ffff;
font-weight: 400;
}
.banner-in .btn{
margin-top: 40px;
text-transform: uppercase;
padding: 7px 15px;
color: #333333;
background: #ffffff;
border: 2px solid #ffffff;
font-weight: 600;
transition: 1s;
margin-bottom: 100px;
}
.banner-in .btn .fa{
margin-left: 15px;
}
.banner-in ul{
position: absolute;
bottom: 1%;
padding: 0px
}
.banner-in ul li{
display: inline;
list-style-type: none;
}
.banner-in ul li a{
text-decoration: none;
text-transform: uppercase;
color: #333333;
font-weight: 600;
}
/************************************************************************************************************************************header section starts ends***********************************/
/************************************************************************************************************************************welcome section starts starts***********************************/
.welcome{
width: 100%
}
.feature{
width: 100%;
text-align: center;
}
.feature img{
margin-bottom: 10px;
}
.feature h3{
color: #333333;
text-transform: uppercase;
font-weight: 300;
margin-bottom: 30px;
}
.feature p{
color: #8e8e8e;
}
.welc{
padding: 80px 0px;
}
.inner-content{
width: 100%;
text-align: center;
border: 2px solid #c8c8c8;
padding: 40px 0px 20px;
transition: 1s;
}
.inner-content .top{
margin-top: -100px;
padding: 0px 7px;
background: #ffff;
z-index: 1;
}
.inner-content h4{
color: #333333;
text-transform: uppercase;
font-size: 22px;
font-weight: 400;
margin-bottom: 5px;
transition: 1s;
}
.inner-content p{
font-size: 18px;
line-height: 28px;
color: #a5a5a5;
margin-top: 10px;
}
.inner-content .all .btn{
text-transform: uppercase;
padding: 6px 25px;
color: #a5a5a5;
font-weight: 500;
margin-top: 25px;
transition: 1s;
}
.inner-content .btn .fa{
margin-left: 15px;
background: transparent;
color: #a5a5a5;
transition: 1s;
}
.inner-content:hover{
color: black;
border: 2px solid black;
}
.inner-content h4:hover{
font-weight: 700;
color: black;
}
.inner-content .btn:hover{
color: black;
}
.inner-content .fa:hover{
color: black;
}
/************************************************************************************************************************************welcome section starts ends***********************************/
/************************************************************************************************************************************about section starts starts***********************************/
.about{
width: 100%;
padding-bottom: 80px;
}
.about .tea{
width: 100%;
}
.about .row{
--bs-gutter-x: 0.5rem;
}
.about img{
width: 89%;
height: 370px;
}
.about h3{
text-transform: uppercase;
color: #333333;
margin-bottom: 30px;
}
.about p{
color: #a5a5a5;
font-size: 16px;
line-height: 26px;
}
.about .btn-info{
padding: 7px 25px;
margin-top: 15px;
text-transform: uppercase;
background: transparent;
border: 1px solid #333333;
color: #333333;
font-weight: 500;
transition: 1s;
}
.about .btn-info .fa{
margin-left: 15px;
}
/************************************************************************************************************************************about section ends here***********************************/
/************************************************************************************************************************************work section starts here***********************************/
.work{
width: 100%;
padding-bottom: 80px;
background: #f8f8f8;
}
.work .title{
width: 100%;
text-align: center;
}
.title img{
margin-bottom: 15px;
}
.title h3{
text-transform: uppercase;
color: #5b5b5b;
font-weight: 400;
}
.work .option{
width: 100%;
text-align: center;
}
.option ul{
margin-top: 80px;
margin-bottom: 40px;
}
.option ul li{
display: inline;
list-style: none;
}
.option ul li a{
padding: 12px;
text-decoration: none;
text-transform: uppercase;
color: #a3a3a3;
font-weight: 500;
transition: 1s;
}
.option ul li a:hover{
color: black;
border: 1px solid black;
}
.work .first{
margin-bottom: 40px;
}
.work .in-img{
width: 100%;
}
.in-img .mid{
width: 95%;
transition: 1s;
}
.in-img:hover .mid{
opacity: 0.6;
filter: brightness(60%);
}
.in-img{
position: relative;
}
.in-img .plus{
position: absolute;
top: 40%;
left: 41%;
display: none;
}
.in-img .plus img{
transition: 1s;
}
.in-img:hover .plus{
display: block;
}
.in-img .mid-text{
background: #ffff;
position: absolute;
bottom: 0%;
display: none;
padding-right: 241px;
transition: 1s;
}
.in-img:hover .mid-text{
display: block;
}
.in-img .mid-text h5{
text-transform: uppercase;
margin-top: 15px;
}
.in-img .mid-text p{
text-transform: uppercase;
}
/************************************************************************************************************************************work section ends here***********************************/
/************************************************************************************************************************************choose section starts here***********************************/
.choose{
width: 100%;
padding-bottom: 80px;
}
.choose .title{
width: 100%;
padding-bottom: 80px;
text-align: center;
}
.title img{
margin-bottom: 15px;
}
.title h3{
text-transform: uppercase;
color: #5b5b5b;
font-weight: 400;
}
.in-choose{
width: 100%;
border-bottom: 2px solid #eee;
transition: 1s;
}
.in-choose ul{
width: 100%;
padding: 0px;
margin-left: -10px;
}
.in-choose ul li{
list-style: none;
display: inline;
margin-left: 12px;
text-transform: uppercase;
color: #8e8e8e;
font-size: 17px;
font-weight: 500;
}
.in-choose p{
margin: 40px 0px;
color: #8e8e8e;
font-size: 18px;
line-height: 28px;
}
.choose .two{
margin-top: 55px;
}
.in-choose .cap{
width: 39px;
height: 39px;
}
.in-choose:hover{
border-bottom: 2px solid black;
color: black;
}
/************************************************************************************************************************************choose section ends here***********************************/
/************************************************************************************************************************************us section starts here***********************************/
.us{
width: 100%;
padding-bottom: 80px;
background-image: url("../images/us.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.us .title{
width: 100%;
padding-bottom: 80px;
text-align: center;
}
.us .title img{
margin-top: 10px;
}
.card{
position: relative;
}
.card h5{
text-transform: uppercase;
}
.card p{
text-transform: uppercase;
color: #8e8e8e;
}
.card .icons{
position: absolute;
top: 25%;
left: 0%;
display: none;
transition: 1s;
}
.card .icons ul{
padding: 0px;
}
.card .icons ul li{
list-style-type: none;
}
.card .icons ul li a{
color: gray;
background: #ffff;
padding: 0px 2px;
font-size: 20px;
transition: 1s;
}
.card .icons ul li .fa-facebook{
padding: 0px 6px 0px 0px;
}
.card:hover .icons{
display: block;
}
/************************************************************************************************************************************us section ends here***********************************/
/************************************************************************************************************************************pricing section starts here***********************************/
.pricing{
width: 100%;
padding-bottom: 80px;
}
.pricing .title{
width: 100%;
text-align: center;
padding-bottom: 80px;
}
.pricing .in-price{
padding: 20px 20px;;
border: 2px solid #eee;
width: 90%;
transition: 1s;
}
.in-price:hover{
border: 2px solid black;
}
.in-price img{
margin-top: -70px;
padding: 0px 6px;
text-transform: uppercase;
color: #333333;
background: #ffff;
z-index: 1;
}
.in-price span{
font-size: 45px;
font-weight: 500;
color: black;
}
.in-price p{
color: #8e8e8e;
}
.in-price ul {
padding: 0px;
}
.in-price ul li{
list-style-type: none;
font-size: 18px;
color: #8e8e8e;
margin-bottom: 8px;
}
.in-price ul li .fa{
font-size: 10px;
margin-right: 7px;
}
.in-price .btn-info{
text-transform: uppercase;
padding: 5px 60px;
margin-top: 20px;
background: transparent;
color: #8e8e8e;
border: 2px solid #8e8e8e;
font-weight: 500;
transition: 1s;
}
.in-price .btn-info .fa{
margin-left: 12px;
}
.in-price:hover .btn-info{
color: black;
background: transparent;
border: 2px solid black;
}
/************************************************************************************************************************************pricing section ends here***********************************/
/************************************************************************************************************************************buy now section starts here***********************************/
.buy{
width: 100%;
padding: 20px 0px;
background: #f8f8f8;
}
.buy p{
color: #333333;
margin-top: 20px;
font-weight: 500;
}
.buy .bnb{
text-align: right;
}
.bnb .btn{
padding: 4px 30px;
margin-top: 15px;
background: transparent;
border: 1px solid #333333;
color: #333333;
text-transform: uppercase;
}
.bnb .btn .fa{
margin-left: 15px;
}
/************************************************************************************************************************************buy now section starts here***********************************/
/************************************************************************************************************************************testimonial section starts here***********************************/
.testimonial{
width: 100%;
padding: 80px 0px;
}
.testimonial .tes{
border: 2px solid #eeeeee;
}
.d-flex{
padding-left: 200px;
padding-top: 40px;
padding-bottom: 40px;
}
.tes .d-flex img{
width: 255px;
height: 300px;
}
.tes .me-3 {
margin-right: 2rem!important;
}
.d-flex .coo{
color: #969696;
}
.d-flex h6{
margin-top: -7px;
}
.d-flex .test-mid{
color: #969696;
font-size: 14px;
line-height: 24px;
margin-top: 40px;
}
/************************************************************************************************************************************testimonial section ends here***********************************/
/************************************************************************************************************************************contact section starts here***********************************/
.contact{
width: 100%;
padding-bottom: 80px;
}
.main-form{
width: 100%;
padding: 50px 0px;
text-align: center;
border: 1px solid #333333;
}
.main-form img{
margin-top: -128px;
padding: 0px 10px;
background: #ffff;
z-index: 1;
}
form{
width: 40%;
margin: 0 auto;
}
.main-form .form-control{
border: none;
border-bottom: 2px solid #333333;
margin-bottom: 20px;
}
.main-form textarea{
border: none;
border-bottom: 2px solid #333333;
margin-bottom: 20px;
}
.form-control:focus{
outline: 0 !important;
box-shadow: none !important;
border-bottom: 2px solid #333333 !important;
}
textarea:focus{
outline: 0 !important;
box-shadow: none !important;
border-bottom: 2px solid #333333 !important;
}
.main-form .form-control:focus{
outline: none !important;
}
.contact .form-btn .btn-info{
padding: 4px 30px;
margin-top: 15px;
background: transparent;
border: 1px solid #333333;
color: #333333;
text-transform: uppercase;
transition: 1s;
}
.contact .form-btn .btn-info .fa{
margin-left: 15px;
}
/************************************************************************************************************************************contact section ends here***********************************/
/************************************************************************************************************************************footer section starts here***********************************/
.footer{
width: 100%;
background-image: url("../images/ground.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.footer .foot-top{
width: 100%;
text-align: center;
padding-bottom: 120px;
}
.foot-top .title h3{
color: #ffff;
}
.foot-top .fm{
color: #ffff;
margin: 30px 0px;
}
.foot-top ul{
padding: 0px;
}
.foot-top ul li{
display: inline;
list-style-type: none;
}
.foot-top ul li a{
text-decoration: none;
}
.foot-top ul li a .fa{
font-size: 25px;
padding: 20px;
border: 1px solid #ffff;
color: #ffff;
margin: 0px 10px;
transition: 1s;
}
.foot-top ul li a .fa:hover{
color: #333333;
background: #ffff;
}
.la{
padding-top: 20px;
padding-bottom: 30px;
}
.footer .fl p{
color: #ffff;
}
.footer .fl2{
text-align: right;
}
.footer .fl2 ul li{
display: inline;
list-style-type: none;
}
.fl2 ul li a{
text-decoration: none;
color: #ffff;
margin-left: 15px;
text-transform: capitalize;
font-size: 18px;
}
hr{
color: 1px solid #ffff;
}
/************************************************************************************************************************************footer section ends here***********************************/ | css/style.css | *{
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6{
font-family: Roboto;
}
p{
font-family: Roboto;
}
a, a:hover{
text-decoration: none;
}
/************************************************************************************************************************************header section starts here***********************************/
/*menu code starts here*/
.menu{
width: 100%;
padding-bottom: 40px;
}
.menu .bg-light{
background: transparent !important;
}
.menu .navbar .navbar-nav .nav-link{
margin-top: 40px;
font-size: 18px;
color: #8e8e8e;
font-weight: 600;
text-transform: uppercase;
margin-left: 12px;
transition: 1s;
}
.menu .navbar .navbar-nav .nav-link:hover{
color: #black;
font-size: 23px;
}
.menu .navbar .navbar-nav .nav-link:focus{
color: black;
}
/*menu code ends here*/
/*banner code starts here*/
.banner {
width: 100%;
padding: 80px 0px;
background-image: url("../images/slider.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
}
.banner-in{
width: 100%;
margin-top: 100px;
}
.banner-in h1{
color: #ffff;
text-transform: capitalize;
font-weight: 700;
font-size: 60px;
margin-bottom: 25px;
}
.banner-in p{
color: #ffff;
font-weight: 400;
}
.banner-in .btn{
margin-top: 40px;
text-transform: uppercase;
padding: 7px 15px;
color: #333333;
background: #ffffff;
border: 2px solid #ffffff;
font-weight: 600;
transition: 1s;
margin-bottom: 100px;
}
.banner-in .btn .fa{
margin-left: 15px;
}
.banner-in ul{
position: absolute;
bottom: 1%;
padding: 0px
}
.banner-in ul li{
display: inline;
list-style-type: none;
}
.banner-in ul li a{
text-decoration: none;
text-transform: uppercase;
color: #333333;
font-weight: 600;
}
/************************************************************************************************************************************header section starts ends***********************************/
/************************************************************************************************************************************welcome section starts starts***********************************/
.welcome{
width: 100%
}
.feature{
width: 100%;
text-align: center;
}
.feature img{
margin-bottom: 10px;
}
.feature h3{
color: #333333;
text-transform: uppercase;
font-weight: 300;
margin-bottom: 30px;
}
.feature p{
color: #8e8e8e;
}
.welc{
padding: 80px 0px;
}
.inner-content{
width: 100%;
text-align: center;
border: 2px solid #c8c8c8;
padding: 40px 0px 20px;
transition: 1s;
}
.inner-content .top{
margin-top: -100px;
padding: 0px 7px;
background: #ffff;
z-index: 1;
}
.inner-content h4{
color: #333333;
text-transform: uppercase;
font-size: 22px;
font-weight: 400;
margin-bottom: 5px;
transition: 1s;
}
.inner-content p{
font-size: 18px;
line-height: 28px;
color: #a5a5a5;
margin-top: 10px;
}
.inner-content .all .btn{
text-transform: uppercase;
padding: 6px 25px;
color: #a5a5a5;
font-weight: 500;
margin-top: 25px;
transition: 1s;
}
.inner-content .btn .fa{
margin-left: 15px;
background: transparent;
color: #a5a5a5;
transition: 1s;
}
.inner-content:hover{
color: black;
border: 2px solid black;
}
.inner-content h4:hover{
font-weight: 700;
color: black;
}
.inner-content .btn:hover{
color: black;
}
.inner-content .fa:hover{
color: black;
}
/************************************************************************************************************************************welcome section starts ends***********************************/
/************************************************************************************************************************************about section starts starts***********************************/
.about{
width: 100%;
padding-bottom: 80px;
}
.about .tea{
width: 100%;
}
.about .row{
--bs-gutter-x: 0.5rem;
}
.about img{
width: 89%;
height: 370px;
}
.about h3{
text-transform: uppercase;
color: #333333;
margin-bottom: 30px;
}
.about p{
color: #a5a5a5;
font-size: 16px;
line-height: 26px;
}
.about .btn-info{
padding: 7px 25px;
margin-top: 15px;
text-transform: uppercase;
background: transparent;
border: 1px solid #333333;
color: #333333;
font-weight: 500;
transition: 1s;
}
.about .btn-info .fa{
margin-left: 15px;
}
/************************************************************************************************************************************about section ends here***********************************/
/************************************************************************************************************************************work section starts here***********************************/
.work{
width: 100%;
padding-bottom: 80px;
background: #f8f8f8;
}
.work .title{
width: 100%;
text-align: center;
}
.title img{
margin-bottom: 15px;
}
.title h3{
text-transform: uppercase;
color: #5b5b5b;
font-weight: 400;
}
.work .option{
width: 100%;
text-align: center;
}
.option ul{
margin-top: 80px;
margin-bottom: 40px;
}
.option ul li{
display: inline;
list-style: none;
}
.option ul li a{
padding: 12px;
text-decoration: none;
text-transform: uppercase;
color: #a3a3a3;
font-weight: 500;
transition: 1s;
}
.option ul li a:hover{
color: black;
border: 1px solid black;
}
.work .first{
margin-bottom: 40px;
}
.work .in-img{
width: 100%;
}
.in-img .mid{
width: 95%;
transition: 1s;
}
.in-img:hover .mid{
opacity: 0.6;
filter: brightness(60%);
}
.in-img{
position: relative;
}
.in-img .plus{
position: absolute;
top: 40%;
left: 41%;
display: none;
}
.in-img .plus img{
transition: 1s;
}
.in-img:hover .plus{
display: block;
}
.in-img .mid-text{
background: #ffff;
position: absolute;
bottom: 0%;
display: none;
padding-right: 241px;
transition: 1s;
}
.in-img:hover .mid-text{
display: block;
}
.in-img .mid-text h5{
text-transform: uppercase;
margin-top: 15px;
}
.in-img .mid-text p{
text-transform: uppercase;
}
/************************************************************************************************************************************work section ends here***********************************/
/************************************************************************************************************************************choose section starts here***********************************/
.choose{
width: 100%;
padding-bottom: 80px;
}
.choose .title{
width: 100%;
padding-bottom: 80px;
text-align: center;
}
.title img{
margin-bottom: 15px;
}
.title h3{
text-transform: uppercase;
color: #5b5b5b;
font-weight: 400;
}
.in-choose{
width: 100%;
border-bottom: 2px solid #eee;
transition: 1s;
}
.in-choose ul{
width: 100%;
padding: 0px;
margin-left: -10px;
}
.in-choose ul li{
list-style: none;
display: inline;
margin-left: 12px;
text-transform: uppercase;
color: #8e8e8e;
font-size: 17px;
font-weight: 500;
}
.in-choose p{
margin: 40px 0px;
color: #8e8e8e;
font-size: 18px;
line-height: 28px;
}
.choose .two{
margin-top: 55px;
}
.in-choose .cap{
width: 39px;
height: 39px;
}
.in-choose:hover{
border-bottom: 2px solid black;
color: black;
}
/************************************************************************************************************************************choose section ends here***********************************/
/************************************************************************************************************************************us section starts here***********************************/
.us{
width: 100%;
padding-bottom: 80px;
background-image: url("../images/us.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.us .title{
width: 100%;
padding-bottom: 80px;
text-align: center;
}
.us .title img{
margin-top: 10px;
}
.card{
position: relative;
}
.card h5{
text-transform: uppercase;
}
.card p{
text-transform: uppercase;
color: #8e8e8e;
}
.card .icons{
position: absolute;
top: 25%;
left: 0%;
display: none;
transition: 1s;
}
.card .icons ul{
padding: 0px;
}
.card .icons ul li{
list-style-type: none;
}
.card .icons ul li a{
color: gray;
background: #ffff;
padding: 0px 2px;
font-size: 20px;
transition: 1s;
}
.card .icons ul li .fa-facebook{
padding: 0px 6px 0px 0px;
}
.card:hover .icons{
display: block;
}
/************************************************************************************************************************************us section ends here***********************************/
/************************************************************************************************************************************pricing section starts here***********************************/
.pricing{
width: 100%;
padding-bottom: 80px;
}
.pricing .title{
width: 100%;
text-align: center;
padding-bottom: 80px;
}
.pricing .in-price{
padding: 20px 20px;;
border: 2px solid #eee;
width: 90%;
transition: 1s;
}
.in-price:hover{
border: 2px solid black;
}
.in-price img{
margin-top: -70px;
padding: 0px 6px;
text-transform: uppercase;
color: #333333;
background: #ffff;
z-index: 1;
}
.in-price span{
font-size: 45px;
font-weight: 500;
color: black;
}
.in-price p{
color: #8e8e8e;
}
.in-price ul {
padding: 0px;
}
.in-price ul li{
list-style-type: none;
font-size: 18px;
color: #8e8e8e;
margin-bottom: 8px;
}
.in-price ul li .fa{
font-size: 10px;
margin-right: 7px;
}
.in-price .btn-info{
text-transform: uppercase;
padding: 5px 60px;
margin-top: 20px;
background: transparent;
color: #8e8e8e;
border: 2px solid #8e8e8e;
font-weight: 500;
transition: 1s;
}
.in-price .btn-info .fa{
margin-left: 12px;
}
.in-price:hover .btn-info{
color: black;
background: transparent;
border: 2px solid black;
}
/************************************************************************************************************************************pricing section ends here***********************************/
/************************************************************************************************************************************buy now section starts here***********************************/
.buy{
width: 100%;
padding: 20px 0px;
background: #f8f8f8;
}
.buy p{
color: #333333;
margin-top: 20px;
font-weight: 500;
}
.buy .bnb{
text-align: right;
}
.bnb .btn{
padding: 4px 30px;
margin-top: 15px;
background: transparent;
border: 1px solid #333333;
color: #333333;
text-transform: uppercase;
}
.bnb .btn .fa{
margin-left: 15px;
}
/************************************************************************************************************************************buy now section starts here***********************************/
/************************************************************************************************************************************testimonial section starts here***********************************/
.testimonial{
width: 100%;
padding: 80px 0px;
}
.testimonial .tes{
border: 2px solid #eeeeee;
}
.d-flex{
padding-left: 200px;
padding-top: 40px;
padding-bottom: 40px;
}
.tes .d-flex img{
width: 255px;
height: 300px;
}
.tes .me-3 {
margin-right: 2rem!important;
}
.d-flex .coo{
color: #969696;
}
.d-flex h6{
margin-top: -7px;
}
.d-flex .test-mid{
color: #969696;
font-size: 14px;
line-height: 24px;
margin-top: 40px;
}
/************************************************************************************************************************************testimonial section ends here***********************************/
/************************************************************************************************************************************contact section starts here***********************************/
.contact{
width: 100%;
padding-bottom: 80px;
}
.main-form{
width: 100%;
padding: 50px 0px;
text-align: center;
border: 1px solid #333333;
}
.main-form img{
margin-top: -128px;
padding: 0px 10px;
background: #ffff;
z-index: 1;
}
form{
width: 40%;
margin: 0 auto;
}
.main-form .form-control{
border: none;
border-bottom: 2px solid #333333;
margin-bottom: 20px;
}
.main-form textarea{
border: none;
border-bottom: 2px solid #333333;
margin-bottom: 20px;
}
.form-control:focus{
outline: 0 !important;
box-shadow: none !important;
border-bottom: 2px solid #333333 !important;
}
textarea:focus{
outline: 0 !important;
box-shadow: none !important;
border-bottom: 2px solid #333333 !important;
}
.main-form .form-control:focus{
outline: none !important;
}
.contact .form-btn .btn-info{
padding: 4px 30px;
margin-top: 15px;
background: transparent;
border: 1px solid #333333;
color: #333333;
text-transform: uppercase;
transition: 1s;
}
.contact .form-btn .btn-info .fa{
margin-left: 15px;
}
/************************************************************************************************************************************contact section ends here***********************************/
/************************************************************************************************************************************footer section starts here***********************************/
.footer{
width: 100%;
background-image: url("../images/ground.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.footer .foot-top{
width: 100%;
text-align: center;
padding-bottom: 120px;
}
.foot-top .title h3{
color: #ffff;
}
.foot-top .fm{
color: #ffff;
margin: 30px 0px;
}
.foot-top ul{
padding: 0px;
}
.foot-top ul li{
display: inline;
list-style-type: none;
}
.foot-top ul li a{
text-decoration: none;
}
.foot-top ul li a .fa{
font-size: 25px;
padding: 20px;
border: 1px solid #ffff;
color: #ffff;
margin: 0px 10px;
transition: 1s;
}
.foot-top ul li a .fa:hover{
color: #333333;
background: #ffff;
}
.la{
padding-top: 20px;
padding-bottom: 30px;
}
.footer .fl p{
color: #ffff;
}
.footer .fl2{
text-align: right;
}
.footer .fl2 ul li{
display: inline;
list-style-type: none;
}
.fl2 ul li a{
text-decoration: none;
color: #ffff;
margin-left: 15px;
text-transform: capitalize;
font-size: 18px;
}
hr{
color: 1px solid #ffff;
}
/************************************************************************************************************************************footer section ends here***********************************/ | 0.290477 | 0.036186 |
#scenes .cluetip span{
background:transparent url(../img/icon/cible.gif) no-repeat scroll center center;
color:black;
display:block;
font-size:1.1em;
font-weight:bold;
height:23px;
padding-top:5px;
text-align:center;
width:23px;
}
/*TMP*/
.thumbs_banner{
margin:10px auto;
padding:2px 0;
height: 60px !important;
width:100%;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}
.thumbs_banner .space-keeper{
width:21px;
float:left;
display:block;
height:100%;
}
.thumbs_banner .space-keeper a.prev{
display:none;
width:21px;
text-align:center;
font-size:1.5em;
text-decoration:none;
background:url(../img/icon/serial_scroll_left.gif) no-repeat 0 0 #eee;
}
#scenes_list{
overflow:hidden;
float:left;
width:478px;
}
#scenes_list ul{
list-style-type:none;
}
#scenes_list li{
float:left;
}
#scenes_list a{
display:block;
}
.thumbs_banner a.next {
float:left;
display:block;
width:21px;
text-align:center;
font-size:1.5em;
text-decoration:none;
background:url(../img/icon/serial_scroll_right.gif) no-repeat 0 0 #ddd;
}
/* Cluetip design ****************************************************************************** */
#scenes .screen_scene {
margin:0 auto;
}
#scenes a.cluetip{
display:block;
position:absolute;
text-decoration:none;
}
.cluetip-product_scene {
padding:10px;
border:7px solid #999;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
text-align:left;
background:#fff;
opacity:0.95;
}
.cluetip-product_scene #cluetip-close{
text-align:right;
float:right;
}
.cluetip-product_scene img {
float:left;
margin-right:10px;
border:1px solid #ccc
}
.cluetip-product_scene .title_block {
display:inline-block;
margin-bottom:5px;
padding:0 !important;
font-size:12px;
}
.cluetip-product_scene .clear {margin:0; padding:0}
.cluetip-product_scene .clear a {
/*float:left;*/
margin-top:2px;
}
.cluetip-product_scene p.description{
float:left;
padding:0;
width:140px;
color:#666
}
.cluetip-product_scene div.prices{
float:right;
position:relative;
width:65px;
text-align:right;
}
.cluetip-product_scene .new {
position:absolute;
top:0;
right:0;
display: inline-block;
padding: 1px 5px;
font-weight: bold;
font-size: 10px;
color: #fff;
text-transform: uppercase;
background: none repeat scroll 0 0 #9B0000
}
.cluetip-product_scene .price{
padding-top:18px;
font-weight:bold;
font-size:13px;
color:#990000
}
.cluetip-product_scene .on_sale, .cluetip-product_scene .discount {
display:block;
font-weight:bold;
color:#DA0F00;
text-transform:uppercase;
}
/* END Cluetip design */ | prestashop/themes/default/css/scenes.css | #scenes .cluetip span{
background:transparent url(../img/icon/cible.gif) no-repeat scroll center center;
color:black;
display:block;
font-size:1.1em;
font-weight:bold;
height:23px;
padding-top:5px;
text-align:center;
width:23px;
}
/*TMP*/
.thumbs_banner{
margin:10px auto;
padding:2px 0;
height: 60px !important;
width:100%;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}
.thumbs_banner .space-keeper{
width:21px;
float:left;
display:block;
height:100%;
}
.thumbs_banner .space-keeper a.prev{
display:none;
width:21px;
text-align:center;
font-size:1.5em;
text-decoration:none;
background:url(../img/icon/serial_scroll_left.gif) no-repeat 0 0 #eee;
}
#scenes_list{
overflow:hidden;
float:left;
width:478px;
}
#scenes_list ul{
list-style-type:none;
}
#scenes_list li{
float:left;
}
#scenes_list a{
display:block;
}
.thumbs_banner a.next {
float:left;
display:block;
width:21px;
text-align:center;
font-size:1.5em;
text-decoration:none;
background:url(../img/icon/serial_scroll_right.gif) no-repeat 0 0 #ddd;
}
/* Cluetip design ****************************************************************************** */
#scenes .screen_scene {
margin:0 auto;
}
#scenes a.cluetip{
display:block;
position:absolute;
text-decoration:none;
}
.cluetip-product_scene {
padding:10px;
border:7px solid #999;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
text-align:left;
background:#fff;
opacity:0.95;
}
.cluetip-product_scene #cluetip-close{
text-align:right;
float:right;
}
.cluetip-product_scene img {
float:left;
margin-right:10px;
border:1px solid #ccc
}
.cluetip-product_scene .title_block {
display:inline-block;
margin-bottom:5px;
padding:0 !important;
font-size:12px;
}
.cluetip-product_scene .clear {margin:0; padding:0}
.cluetip-product_scene .clear a {
/*float:left;*/
margin-top:2px;
}
.cluetip-product_scene p.description{
float:left;
padding:0;
width:140px;
color:#666
}
.cluetip-product_scene div.prices{
float:right;
position:relative;
width:65px;
text-align:right;
}
.cluetip-product_scene .new {
position:absolute;
top:0;
right:0;
display: inline-block;
padding: 1px 5px;
font-weight: bold;
font-size: 10px;
color: #fff;
text-transform: uppercase;
background: none repeat scroll 0 0 #9B0000
}
.cluetip-product_scene .price{
padding-top:18px;
font-weight:bold;
font-size:13px;
color:#990000
}
.cluetip-product_scene .on_sale, .cluetip-product_scene .discount {
display:block;
font-weight:bold;
color:#DA0F00;
text-transform:uppercase;
}
/* END Cluetip design */ | 0.193452 | 0.051368 |
header {
background :rgb(52, 73, 94);
color:#fff;
height: 60px;
margin-bottom: 20px;
}
footer {
width: 100%;
height: 40px;
position: absolute;
bottom: 0;
background:#16a085;
color:#fff;
}
body{
background:rgba(153,153,153,0.2);
}
/* FIN PLANTILLA */
.navbar-brand {
float: left;
height: 50px;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
background:rgba(153,153,153,0.2);
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
color:#FFF;
}
}
/* Scroll MODAL */
.scroll{
overflow-y: auto;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: #000000;
-webkit-border-radius: 10px;
border-radius: 10px;
}
::-webkit-scrollbar-track-piece {
background-color: #FFF;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: #3AC4AC;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background: #3AC4AC;
}
/* FIN Scroll MODAL */
/* barra de navegacion */
#imge{
left:22%;
width: 55%;
height: 70%;
opacity: 0.7;
margin-top:100px;
position:absolute;
}
.navbar-default {
background-color: #3AC4AC;
border-color: #e7e7e7;
border-bottom: 3px solid #FFF;
border-left: 3px solid #FFF;
}
.navbar-default .navbar-nav > li > a {
color: white;
}
/* FIN barra de navegacion */
/* MODAL ARTISTA */
.modal-lg {
width: 1000px;
}
/* FIN MODAL ARTISTA */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid transparent;
border-top: 4px solid #3AC4AC;
border-bottom-color: #f4f4f4;
}
.nav-tabs {
border-bottom: 1px solid #f4f4f4;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
color: #333;
}
/* tablas perzonalizada*/
.contenedor{
border-right: 1px;
border-left: 1px solid #d2d6de;
border-top: 3px solid #d2d6de;
border-bottom: 3px solid #d2d6de;
border-radius: 5px;
padding: 5px;
background-color: #fff;
}
.titulop{
border-bottom: 2px solid #f4f4f4;
}
/* FIN tablas perzonalizada*/ | bootstrap-3.3.7/css/csscustom.css | header {
background :rgb(52, 73, 94);
color:#fff;
height: 60px;
margin-bottom: 20px;
}
footer {
width: 100%;
height: 40px;
position: absolute;
bottom: 0;
background:#16a085;
color:#fff;
}
body{
background:rgba(153,153,153,0.2);
}
/* FIN PLANTILLA */
.navbar-brand {
float: left;
height: 50px;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
background:rgba(153,153,153,0.2);
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
color:#FFF;
}
}
/* Scroll MODAL */
.scroll{
overflow-y: auto;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: #000000;
-webkit-border-radius: 10px;
border-radius: 10px;
}
::-webkit-scrollbar-track-piece {
background-color: #FFF;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: #3AC4AC;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background: #3AC4AC;
}
/* FIN Scroll MODAL */
/* barra de navegacion */
#imge{
left:22%;
width: 55%;
height: 70%;
opacity: 0.7;
margin-top:100px;
position:absolute;
}
.navbar-default {
background-color: #3AC4AC;
border-color: #e7e7e7;
border-bottom: 3px solid #FFF;
border-left: 3px solid #FFF;
}
.navbar-default .navbar-nav > li > a {
color: white;
}
/* FIN barra de navegacion */
/* MODAL ARTISTA */
.modal-lg {
width: 1000px;
}
/* FIN MODAL ARTISTA */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid transparent;
border-top: 4px solid #3AC4AC;
border-bottom-color: #f4f4f4;
}
.nav-tabs {
border-bottom: 1px solid #f4f4f4;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
color: #333;
}
/* tablas perzonalizada*/
.contenedor{
border-right: 1px;
border-left: 1px solid #d2d6de;
border-top: 3px solid #d2d6de;
border-bottom: 3px solid #d2d6de;
border-radius: 5px;
padding: 5px;
background-color: #fff;
}
.titulop{
border-bottom: 2px solid #f4f4f4;
}
/* FIN tablas perzonalizada*/ | 0.179531 | 0.077692 |
.settings_panel .button {
position: absolute;
width: 26px;
height: 26px;
padding: 3px;
border: 1px solid black;
border-radius: 6px;
background-color: tan;
background-size: cover;
cursor: pointer;
}
.settings_panel .button:hover {
background-color: rgba(210, 180, 140, 0.9);
}
.settings_panel .forfeit {
bottom: 20px;
left: 20px;
background-image: url("../../assets/images/forfeit.png");
}
.settings_panel .leave_room {
bottom: 20px;
left: 20px;
background-image: url("../../assets/images/leave_room.png");
}
.settings_panel .sound {
bottom: 20px;
left: 60px;
}
.settings_panel .forfeit_mobile {
width: 40px;
height: 40px;
bottom: 252px;
left: 20px;
background-image: url("../../assets/images/forfeit.png");
}
.settings_panel .leave_room_mobile {
width: 40px;
height: 40px;
bottom: 252px;
left: 20px;
background-image: url("../../assets/images/leave_room.png");
}
.settings_panel .sound_mobile {
width: 40px;
height: 40px;
bottom: 322px;
left: 20px;
}
.settings_panel .undo_mobile {
width: 40px;
height: 40px;
bottom: 252px;
left: 90px;
background-image: url("../../assets/images/undo.png");
}
.settings_panel .edit_players_mobile {
width: 40px;
height: 40px;
bottom: 182px;
left: 20px;
background-image: url("../../assets/images/edit_players.png");
}
.settings_panel .edit_players {
bottom: 20px;
left: 100px;
background-image: url("../../assets/images/edit_players.png");
}
.settings_panel .undo {
bottom: 20px;
left: 100px;
background-image: url("../../assets/images/undo.png");
}
.settings_panel .sound3 {
background-image: url("../../assets/images/sound3.png");
}
.settings_panel .sound2 {
background-image: url("../../assets/images/sound2.png");
}
.settings_panel .sound1 {
background-image: url("../../assets/images/sound1.png");
}
.settings_panel .sound0 {
background-image: url("../../assets/images/sound0.png");
} | client/components/settingsPanel/settingsPanel.css | .settings_panel .button {
position: absolute;
width: 26px;
height: 26px;
padding: 3px;
border: 1px solid black;
border-radius: 6px;
background-color: tan;
background-size: cover;
cursor: pointer;
}
.settings_panel .button:hover {
background-color: rgba(210, 180, 140, 0.9);
}
.settings_panel .forfeit {
bottom: 20px;
left: 20px;
background-image: url("../../assets/images/forfeit.png");
}
.settings_panel .leave_room {
bottom: 20px;
left: 20px;
background-image: url("../../assets/images/leave_room.png");
}
.settings_panel .sound {
bottom: 20px;
left: 60px;
}
.settings_panel .forfeit_mobile {
width: 40px;
height: 40px;
bottom: 252px;
left: 20px;
background-image: url("../../assets/images/forfeit.png");
}
.settings_panel .leave_room_mobile {
width: 40px;
height: 40px;
bottom: 252px;
left: 20px;
background-image: url("../../assets/images/leave_room.png");
}
.settings_panel .sound_mobile {
width: 40px;
height: 40px;
bottom: 322px;
left: 20px;
}
.settings_panel .undo_mobile {
width: 40px;
height: 40px;
bottom: 252px;
left: 90px;
background-image: url("../../assets/images/undo.png");
}
.settings_panel .edit_players_mobile {
width: 40px;
height: 40px;
bottom: 182px;
left: 20px;
background-image: url("../../assets/images/edit_players.png");
}
.settings_panel .edit_players {
bottom: 20px;
left: 100px;
background-image: url("../../assets/images/edit_players.png");
}
.settings_panel .undo {
bottom: 20px;
left: 100px;
background-image: url("../../assets/images/undo.png");
}
.settings_panel .sound3 {
background-image: url("../../assets/images/sound3.png");
}
.settings_panel .sound2 {
background-image: url("../../assets/images/sound2.png");
}
.settings_panel .sound1 {
background-image: url("../../assets/images/sound1.png");
}
.settings_panel .sound0 {
background-image: url("../../assets/images/sound0.png");
} | 0.566738 | 0.099777 |
.container--admin {
padding-top: 0;
padding-bottom: 0;
}
.sidebar {
background-color: var(--color-grey-dark-1);
flex: 0 0 20%;
display: flex;
height: calc(100vh - 7rem);
}
.side-nav {
font-size: 1.5rem;
list-style: none;
margin-top: 3.5rem;
}
.side-nav__link:link, .side-nav__link:visited {
color: var(--color-grey-light-1);
text-decoration: none;
padding: 1.5rem 2.5rem;
z-index: 10;
display: flex;
align-items: center;
}
.side-nav__item:hover, .side-na--current {
background-color: var(--color-primary);
}
.side-nav__icon {
width: 1.75rem;
height: 1.75rem;
margin-right: 2rem;
fill: currentColor;
}
.tag-view {
padding-left: 3rem;
}
.tag-view__list {
display: flex;
flex-flow: row wrap;
}
.tag-view__item {
display: flex;
flex-direction: row;
align-items: center;
border: 1px solid var(--color-grey-light-4);
padding: .5rem 1rem;
border-radius: .4rem;
font-size: 1.6rem;
text-transform: capitalize;
cursor: pointer;
transition: all .3s;
margin: .5rem;
}
.tag-view__icon {
width: 2rem;
height: 2rem;
margin-left: 2rem;
fill: currentColor;
}
.tag-view__item:hover, .tag-view__item:active {
border: 1px solid var(--color-primary-dark);
color: var(--color-primary-dark);
}
.tag-view__search-container {
flex-grow: 1;
}
.tag-view__search{
background-color: var(--color-white);
}
.tag-view__create {
width: 30%;
justify-content: center;
flex-grow: 1;
}
.accordion {
flex: 1;
border-radius: 0;
align-items: center;
}
.form-create__tag {
/* border-radius: 3rem; */
margin: 1rem;
display: none;
}
.tag-view__delete-tag {
flex-grow: 1;
}
.tag-view__search {
padding: .8rem 1.5rem;
}
.tag-view__header {
justify-content: space-between;
align-items: baseline;
margin-bottom: 1rem;
padding-bottom: 2rem;
border-bottom: var(--line);
}
.tag-view__header > *:not(:last-child){
margin-right: 2rem;
}
.tag-view__create-input, .tag-view__search {
border: 1px solid var(--color-grey-light-4);
border-radius: .4rem;
}
.form-create__btn-save-tag {
margin-top: 1rem;
} | ui/css/admin.css | .container--admin {
padding-top: 0;
padding-bottom: 0;
}
.sidebar {
background-color: var(--color-grey-dark-1);
flex: 0 0 20%;
display: flex;
height: calc(100vh - 7rem);
}
.side-nav {
font-size: 1.5rem;
list-style: none;
margin-top: 3.5rem;
}
.side-nav__link:link, .side-nav__link:visited {
color: var(--color-grey-light-1);
text-decoration: none;
padding: 1.5rem 2.5rem;
z-index: 10;
display: flex;
align-items: center;
}
.side-nav__item:hover, .side-na--current {
background-color: var(--color-primary);
}
.side-nav__icon {
width: 1.75rem;
height: 1.75rem;
margin-right: 2rem;
fill: currentColor;
}
.tag-view {
padding-left: 3rem;
}
.tag-view__list {
display: flex;
flex-flow: row wrap;
}
.tag-view__item {
display: flex;
flex-direction: row;
align-items: center;
border: 1px solid var(--color-grey-light-4);
padding: .5rem 1rem;
border-radius: .4rem;
font-size: 1.6rem;
text-transform: capitalize;
cursor: pointer;
transition: all .3s;
margin: .5rem;
}
.tag-view__icon {
width: 2rem;
height: 2rem;
margin-left: 2rem;
fill: currentColor;
}
.tag-view__item:hover, .tag-view__item:active {
border: 1px solid var(--color-primary-dark);
color: var(--color-primary-dark);
}
.tag-view__search-container {
flex-grow: 1;
}
.tag-view__search{
background-color: var(--color-white);
}
.tag-view__create {
width: 30%;
justify-content: center;
flex-grow: 1;
}
.accordion {
flex: 1;
border-radius: 0;
align-items: center;
}
.form-create__tag {
/* border-radius: 3rem; */
margin: 1rem;
display: none;
}
.tag-view__delete-tag {
flex-grow: 1;
}
.tag-view__search {
padding: .8rem 1.5rem;
}
.tag-view__header {
justify-content: space-between;
align-items: baseline;
margin-bottom: 1rem;
padding-bottom: 2rem;
border-bottom: var(--line);
}
.tag-view__header > *:not(:last-child){
margin-right: 2rem;
}
.tag-view__create-input, .tag-view__search {
border: 1px solid var(--color-grey-light-4);
border-radius: .4rem;
}
.form-create__btn-save-tag {
margin-top: 1rem;
} | 0.480235 | 0.0704 |
body{
}
img{
width:100%;
height:auto;
}
/*********accordion********/
.accordin {
border: 1px solid #F4F4F4;
margin-top:6px;
}
.content-two .accordin h1{
font-size: 14px;
background: #F4F4F4;
margin: 0;
padding: 12px;
border: 1px solid #F4F4F4;
}
.accordin-content{
padding:10px;
display:none;
}
i.fa.fa-angle-right {
margin-right: 5px;
margin-left: 5px;
color: #03b4c8;
border-radius: 50%;
}
.accordi .active{
background:red;
}
btn.focus, .btn:focus {
outline: 0;
box-shadow: none !important;
}
/*********accordion end********/
/*contact detail area*/
.col-md-4.col-sm-6.col-xs-4.mobile-text {
padding-left: 0;
}
.col-md-4.col-sm-12.col-xs-4.mobile-text {
padding-left: 0px;
}
.head-contact p.contact {
margin-left: -45px;
margin-top: 10px;
}
.head-contact1 p.contact {
margin-left:0px;
margin-top: 10px;
}
p.contact{
font-size:12px;
color:#888a9d;
font-weight: 300;
font-family: 'Didact Gothic', sans-serif;
letter-spacing: 0.7px;
}
p.text-icon{
font-size:12px;
color:#888a9d;
font-weight: 100;
margin-top: 10px;
}
span.mob-span-block {
font-family: 'Didact Gothic', sans-serif;
letter-spacing: 0.7px;
font-weight: 300;
}
p.text-icon.part1 {
margin-left: 20px;
}
.text-icon i{
font-size:17px;
margin-right: 4px;
}
.container-fluid.head-two {
margin-top: 10px;
}
.logo-part img.logo-image {
width: 60%;
margin-left: 50px;
}
.input-area input.search {
width: 100%;
border: 1.5px solid #cacaca;
padding:4px;
position:relative;
margin-left: -13px;
}
.input-area input::placeholder {
color: #888a9d;
opacity: 1;
font-family: 'Didact Gothic', sans-serif;
letter-spacing: 0.7px;
}
.input-area .fa-search{
position: absolute;
right: 33px;
font-size: 18px;
color: #888a9d;
top: 4px;
}
.login-part ul{
padding-left: 0px;
}
.login-part ul li{
float:left;
list-style:none;
}
.login-part ul li a{
text-decoration:none;
margin:2px 10px;
text-align:left;
color:#545454;
font-family: 'Didact Gothic', sans-serif;
letter-spacing: 0.7px;
font-weight:600;
font-size: 14px;
}
.list-part i.fa.fa-heart-o{
color: #d32020;
}
.col-md-4.col-xs-12.login-part {
padding-left: 30px;
}
.login-part ul li:hover a{
color:#8749B6;
}
/**head part end **/
/** head menu start**/
menu{
background:#854AB8;
margin-bottom: 0px;
}
.menu-section{
position:relative;
}
.head-nav ul {
padding-left: 0px;
}
.head-nav ul li{
float:left;
list-style:none;
position:relative;
}
.head-nav ul li a{
display:inline-block;
text-decoration:none;
margin:11px 0px;
padding-left:40px;
text-transform:uppercase;
font-size:14px;
text-align:center;
color:white;
}
.head-nav ul ul{
position:absolute;
left:-10px;
z-index:9;
background:#854AB8;
}
.head-nav ul ul li{
display:none;
}
.head-nav ul li:hover li{
display:block;
}
.head-nav ul ul li a{
display:inline-block;
text-decoration:none;
margin:2px 10px;
background:#854AB8;
padding:5px;
text-transform:uppercase;
width:200px;
text-align:left;
color:#fff;
}
.head-nav ul li:hover a{
color:#fff;
}
.head-nav ul ul li:hover a{
color:#fff;
}
/** banner part start**/
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
display: block;
}
.owl-theme .owl-nav.disabled+.owl-dots {
display: none;
}
.baner-part img{
position:relative;
}
.baner-part h1{
font-size: 50px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 30px;
line-height: 1.2;
}
}
.baner-part span{
font-family: 'Noto Sans JP', sans-serif;
}
.baner-part p{
font-size: 20px;
/* font-weight: 600; */
letter-spacing: 4px;
}
.banner-content{
position:absolute;
bottom:65px;
right:70px;
z-index:7;
text-align: right;
}
.banner-content a {
font-family: AvenirLTStd-Roman;
font-size: 16px;
letter-spacing: 2px;
padding: 10px 20px;
border: 2px solid #8749B6;
}
.banner-content a.btn-primary {
color: #8749B6;
border-color: #8749B6;
border-radius: 0;
margin-right: 10px;
font-weight:600;
font-family: "Montserrat", sans-serif;
}
.banner-content a.bt-n:hover, .banner-content a.bt-n:focus,.banner-content a.bt-n:active:focus {
border-color: #8749B6;
color: #fff;
text-decoration:none;
}
a.bt-n {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
background-image: none;
border: 2px solid transparent;
border-radius: 4px;
color:#000;
background:none !important;
position: relative;
transition:color 0.25s ease;
}
a.bt-n::after {
position: absolute;
content: '';
top:0;
left: 0;
width: 0;
height: 100%;
background-color: #8749B6;
transform-origin:left;
transition:width 0.25s ease;
z-index:-1;
}
.bt-n:hover::after {
width: 100%;
}
.col-md-8.banner {
padding-left: 0;
padding-right:20px;
}
.col-md-4.col-xs-12.slider-rightpart {
background: #fff3f3;
height: 353px;
}
.col-md-12.slider-rightpart {
margin-top: 20px;
}
.col-md-12.slider-rightpart p.para1 {
font-size: 20px;
color: #424242;
font-weight: 600;
text-align: center;
font-family: "Montserrat", sans-serif;
letter-spacing: 0.7px;
}
.col-md-12.slider-rightpart p.para2 {
font-size: 15px;
color: #747474;
font-weight: 600;
text-align: center;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
}
.col-md-12.slider-rightpart .video {
margin-top: 20px;
}
.col-md-12.slider-rightpart iframe {
height: 220px;
border: 1px solid;
border-radius: 5px;
}
.owl-theme .owl-nav .owl-next {
position: absolute;
z-index: 7;
top: 150px;
left: 19px;
}
.owl-theme .owl-nav .owl-prev {
position: absolute;
z-index: 7;
top: 150px;
right: 19px;
}
.owl-theme .owl-nav [class*=owl-] {
color: #D6D6D6;
font-size: 0px;
margin: 5px;
padding: 20px 20px;
cursor: pointer;
border-radius: 50%;
}
.owl-theme .owl-nav .owl-next {
background:transparent;
background-image: url(../image/12.png);
background-position: center;
background-size: 20px 20px;
background-repeat: no-repeat;
}
.owl-theme .owl-nav .owl-next:hover {
background:transparent;
background-image: url(../image/12.png);
background-position: center;
background-size: 20px 20px;
background-repeat: no-repeat;
}
.owl-theme .owl-nav .owl-prev {
background:transparent;
background-image: url(../image/right-arrow.png);
background-position: center;
background-size: 20px 20px;
background-repeat: no-repeat;
}
.owl-theme .owl-nav .owl-prev:hover {
background:transparent;
background-image: url(../image/right-arrow.png);
background-position: center;
background-size: 20px 20px;
background-repeat: no-repeat;
background-color:none;
}
/** banner part end**/
/**.img-section1 {
margin-left: -14px;
margin-right: 5px;
padding-left: 0px;
}
.img-section2 {
margin-left: -14px;
margin-right: 5px;
padding-left: 0px;
}
.img-section3 {
margin-left: -14px;
margin-right: -15px;
padding-left: 0px;
}***/
.product-part1{
margin-top:8px;
}
.product-part1 img{
position:relative;
}
.product-part1 h2{
z-index:7;
}
.product-part1 a{
/**border-bottom: 2px solid #333;**/
}
.content-section{
position:absolute;
bottom: 40px;
left: 30px;
}
.product-part1 h2{
font-weight: 600;
color:#544949;
font-family: "Montserrat", sans-serif;
letter-spacing: 0.7px;
font-size: 25px;
}
.product-part1 a:focus, .product-part1 a:hover {
color: #8749B6;
text-decoration: none;
}
.product-part1 a{
font-weight: 900;
color: #2f2f2f;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
transition: 0.5s;
position: relative;
background-color: transparent;
font-size: 14px;
}
.product-part1 a::before{
position: absolute;
top: 100%;
left: 0;
width: 0%;
height: 2px;
content: "";
background: #8749B6;
visibility: hidden;
opacity: 0;
transition: 0.4s;
}
.product-part1 a:hover::before{
visibility: visible;
width: 100%;
opacity: 1;
}
.coll-part1 h2{
text-align: center;
font-weight: 900;
font-family: 'Montserrat', sans-serif;
font-size: 30px;
letter-spacing: 0.7px;
text-transform:uppercase;
color: #544949;
}
.coll-part1 p{
text-align: center;
font-weight: 600;
color: #747474;
margin-bottom: 25px;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
font-size: 15px;
}
.box-shadow{
border: 1px solid #e4e4e4;
border-radius: 10px;
box-shadow: 8px 8px 7px #c0bbbb;
}
.box-image img{
border-radius: 10px 10px 0 0;
}
.box-image{
height:100px;
}
.text-box-shadow .box-text{
text-align: center;
font-weight: 600;
vertical-align: middle;
height: 40px;
display: table-cell;
width: 100vh;
font-size: 15px;
color: #424242;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
}
.text-box-shadow a.box-text:hover{
text-decoration:none;
}
.text-box-shadow .box-text1{
text-align: center;
/*font-weight: 600;*/
font-size: 13px;
color: #747474;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
padding: 0px 6;
}
.box-part{
margin-top: 30px;
}
.text-part1 h2{
text-align: center;
font-weight: bold;
color: #fc5d45;
font-weight:900;
font-family: 'Montserrat', sans-serif;
font-size: 30px;
letter-spacing: 0.7px;
text-transform: uppercase;
}
.text-part1 p{
text-align: center;
font-weight: 600;
color: #747474;
margin-bottom: 25px;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
font-size: 15px;
}
.collection{
margin-top:50px;
}
/* tooltip*/
.tooltip {
opacity: 1 !important;
}
.tooltip .tooltiptext {
width: 50px;
background:red;
color: #fff;
text-align: center;
border-radius: 0px;
padding: 1px 0;
position: absolute;
z-index: 1;
top: -30px;
right: -27px;
font-size:12px;
}
.tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 50%;
left: 60%;
margin-left: -5px;
border-width: 10px;
border-style: solid;
border-color: red transparent transparent transparent;
transform: rotate(-270deg);
}
/*.arrow_box img{
width: 24%;
position: relative;
}
.arrow_box span{
position: absolute;
top: 6px;
left: 30px;
color: white;
}*/
p.left_text {
font-size: 15px;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
color: #424242;
font-weight: 600;
}
.week h4 a{
font-size: 14px;
color: #424242;
font-weight: 900;
display: flex;
text-align: center;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
line-height: 23px;
}
.week h4 a:hover{
text-decoration:none;
}
.week-part1 p{
color: #747474;
font-weight: 600;
text-align: center;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
margin-bottom: 0px;
font-size: 13px;
}
.week-part1 p.right_text {
text-align: center;
font-weight: 600;
position:relative;
color:#747474;
margin-top:5px;
font-family: 'Chivo', sans-serif;
font-size: 13px;
}
.week-part1 span{
margin-left:5px;
color:#e67676;
}
.week-part2 hr{
border: 1px solid #949393;
background: #949393;
width: 19%;
position: absolute;
bottom: -2px;
left: 71px;
}
.head-part .col-md-12 h1{
margin-top:40px;
text-align:center;
font-weight: 900;
font-size: 30px;
}
.head-part .col-md-12 p{
text-align: center;
font-weight: 600;
color: #918f8f;
}
.col-item .tooltip .tooltiptext {
width: 50px;
background: red;
color: #fff;
text-align: center;
border-radius: 0px;
padding: 1px 0;
position: absolute;
z-index: 1;
top: 0;
right: -20px;
font-size: 12px;
}
.col-item .tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 50%;
left: 60%;
margin-left: -5px;
border-width: 10px;
border-style: solid;
border-color: red transparent transparent transparent;
transform: rotate(-270deg);
}
.price .price-text-color{
text-align: center;
font-size: 13px;
font-weight: 600;
color: #747474;
margin-bottom: 0px;
}
.price h5{
text-align: center;
font-size: 15px;
font-weight: 600;
color: #564b56;
letter-spacing:0.7px;
font-family: 'Montserrat', sans-serif;
}
.price p{
text-align:center;
font-family: 'Chivo', sans-serif;
margin-top: 5px;
font-weight:600;
color: #747474;
letter-spacing:0.7px;
font-size: 13px;
margin-bottom: 0;
}
.info{
margin-top:10px;
}
.price p .right_text{
position:relative;
}
.price span{
margin-left:5px;
color:#e67676;
letter-spacing:0.7px;
}
.tcb-product-slider{
margin-top:50px;
}
.tcb-product-slider h2{
text-align: center;
font-weight: 900;
font-size: 30px;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
color: #564b56;
text-transform:uppercase;
}
.tcb-product-slider .heading-para{
text-align: center;
font-weight: 600;
color: #747474;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
font-size: 15px;
}
.carousel-inner .hr{
border-bottom: 1px solid #dedede;
padding-top: 15px;
}
.customer-details .hr{
border-bottom: 1px solid #dedede;
padding-top: 15px;
margin-left:15px;
margin-right:15px;
}
.controls{
position: absolute;
z-index: 1;
width: 100%;
top: 150px;
right: 0;
}
.controls a{
border-radius: 50%;
width: 50px;
height: 50px;
border: none;
font-size: 20px;
text-align: center;
line-height: 40px;
/** background: #d4d4d4;**/
margin: 0 7px;
}
.controls a.btn-primary {
color: #b3b1b1;
background-color: #fff;
border-color: #2e6da4;
}
.tcb-customer-slider h2{
text-align: center;
font-weight: 900;
font-size: 30px;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
color: #564b56;
text-transform:uppercase;
}
.tcb-customer-slider .customer-para{
text-align: center;
font-weight: 600;
color: #747474;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
font-size: 15px;
margin-bottom: 0;
}
.col-md-12.tcb-customer-slider{margin-top:45px;}
.carousel-inner{
margin-top: 20px;
}
/**.row{
margin-right:0px;
margin-left:0px;
}**/
a.right.fa.fa-chevron-right.btn.pull-right {
margin-right: 0;
}
.customer-img img{
width: 30%;
margin: auto;
border: none;
border-radius: 50%;
}
.price {
text-align: center;
}
.price i{
color: #fbfb8f;
}
.costomersaysname h4 a{
font-weight: 600;
color: #424242;
text-align:center;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
font-size: 16px;
}
.costomersaysname h4 a:hover{
text-decoration:none;
color:#854AB8;
}
.costomersaysname h4{
text-align:center;
margin-bottom: 0;
}
.costomersaysname h1 {
text-align: center;
margin-bottom: 5px;
margin-top: -6px;
}
.price.col-md-12{margin-bottom: 3px;
margin-top: 10px;}
.costomersaysname h1 a{
font-size: 13px;
font-weight: 600;
color: #424242;
text-align:center;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
}
.costomersaysname h1 a:hover{
text-decoration:none;
color:#854AB8;
}
.separator p{
font-size: 12px;
text-align: justify;
padding: 7px 20px;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
line-height: 20px;
color: #747474;
margin-bottom: 0;
}
.col-md-12.tcb-customer-blog {
margin-top: 35px;
margin-bottom: 30px;
}
.info-review{
margin-top:2px;
}
.tcb-customer-blog p{
font-size: 15px;
text-align: center;
font-weight: 600;
padding: 7px 53px;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
color: #747474;
padding-top: 0;
margin-bottom: 0;
}
.tcb-customer-blog h2{
text-align: center;
font-weight: 900;
font-size: 30px;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
color: #564b56;
text-transform:uppercase;
margin-bottom: 0;
}
.foot-bar{
padding:20px;
}
.foot-bar span{
margin-top: 5px
}
.foot-bar img{
margin-top: 7px
}
.foot-para p{
margin-top: 0px;
line-height: 20px;
word-spacing: normal;
font-size: 14px;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
color: #424242;
margin:0;
}
.foot-para p span{
font-weight: 700;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
}
.add-part{
margin-top:20px;
padding-left: 0;
padding-right: 0;
}
.sec-head h3{
font-size: 15px;
font-weight: 600;
color: #747474;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
margin-top: 20px;
}
.sec-head a{
font-weight: 600;
color: #424242;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
font-size: 16px;
}
.sec-head a:hover{
text-decoration:none;
color:#8749B6;
}
footer{
background-color:#2F2F2F;
}
.foot-nav ul{
float:left;
list-style: none;
margin-top: 10px;
padding-left: 33px;
}
.foot-nav ul li{
float:left;
padding:20px;
}
.foot-nav ul li a{
color:#b9b9b9;
letter-spacing: 0.7px;
font-family: 'Montserrat', sans-serif;
}
.foot-nav ul li a:hover{
text-decoration:none;
color:#fff;
}
.footer-nav hr{
border: 0;
border-top: 2px solid #464545;
margin-left: 35px;
margin-right: 50px;
margin-top:0;
}
.footer-icon p{
color: #fff;
margin-left: 25px;
margin-top: 20px;
font-size: 20px;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
letter-spacing: 1px;
}
.footer-icon ul{
float: left;
padding-left:0px;
padding-top: 0px;
list-style: none;
}
ul.heading1 {
padding-left: 8px;
}
ul.heading10 {
margin-top: 10px;
list-style: none;
}
.footer-icon ul li{
float:right;
padding-left:20px;
margin-left:5px;
}
.footer-icon ul li a div i{
color:#b9b9b9;
font-size: 20px
}
.footer-icon ul li a span{
color:#b9b9b9;
font-size: 13px;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.9px;
}
.footer-carr p{
font-size: 18px;
font-weight: 600;
color:#fff;
font-family: 'Montserrat', sans-serif;
letter-spacing: 1px;
}
.foot-con ul li{
float:left;
padding-top: 10px;
}
.foot-con ul li a{
color:#b9b9b9;
font-size:14px;
padding-left: 6px;
}
.foot-con ul li a i{
padding-right: 7px;
}
.footer-menu{
margin-top: 20px;
}
.footer-menu .heading-menu p{
font-size: 18px;
margin-left: 20px;
color:#fff;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
letter-spacing:1px;
}
.foot-cat ul{
float:left;
padding-left: 20px;
list-style: none;
}
.foot-cat ul li{
padding-top:12px;
}
.foot-cat ul li a{
color:#b9b9b9;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
font-size: 12px;
}
.foot-cat ul li a:hover{
text-decoration:none;
color:#fff;
}
.container-fluid.foot-icon {
padding-bottom: 20px;
}
.footer-color{
background-color:#292929;
padding-bottom: 15px;
}
.foot-last p{
color:#b9b9b9;
padding-top: 25px;
padding-left: 35px;
font-family: 'Chivo', sans-serif;
letter-spacing:0.7px;
font-size:9px;
}
.footlast-nav ul{
margin-top: 22px;
}
.footlast-nav ul li{
float:left;
padding-left:10px;
list-style:none;
}
.footlast-nav ul li a {
color:#b9b9b9;
font-size:9px;
font-family: 'Chivo', sans-serif;
letter-spacing:0.7px;
}
.footlast-nav ul li a:hover{
color:#fff;
text-decoration:none;
}
.footlast-nav ul li span{
margin-left: 15px;
}
.footlast-icon p{
color: #b9b9b9;
margin-top: 18px;
font-size: 9px;
font-family: 'Chivo', sans-serif;
letter-spacing:0.7px;
}
.footlast-icon i{
color: #b9b9b9;
padding-left: 6px;
font-size:16px;
}
.container-fluid.footer-color{padding-bottom: 10px;}
/*.img-section1, .img-section2, .img-section3
{
height:250px;
overflow:hidden;
}*/
.controls a{
color:#333;
}
.btn:active {
-webkit-box-shadow: none;
box-shadow: none!important;
}
.row-part{
margin-left:0px!important;
margin-right:0px!important;
}
menu .hidden-md{
display:none;
}
.mobile-icon{display:none;}
ul.for-moblie{display:none;}
.mslider-section{display:none;}
.customer-details{display:block;}
.customer-part{display:none;}
nav.mobile-menu{display:none;}
.moblile-last p{display:none;}
/** product page css**/
.col-lg-12.col-md-12.col-sm-9.col-xs-12.pro-heading{padding-top: 20px; padding-bottom:20px;}
h1.h-heading {text-align: center;color: #564b56;;font-size: 25px;letter-spacing:0.7px;font-weight:900;font-family:'Montserrat', sans-serif;}
.pro-heading p{text-align: center;color: #747474;font-size: 18px;letter-spacing:0.7px;font-weight:600;font-family: 'Chivo', sans-serif; font-size: 15px;}
.col-md-4.col-sm-4.col-xs-6.pro-content{margin-top: 30px; margin-bottom: 30px;}
.pr-img img{
width:17%;
position: absolute;
top: -15px;
left: 0;
z-index:2;
}
.pr-img span{
position: absolute;
top:-10px;
left: 17px;
font-size: 13px;
color: #fff;
z-index:4;
}
img.img-prod{
position:relative;
}
.prod-cont h2{text-align: center;color: #424242;font-size:14px;padding-top: 15px;letter-spacing:0.7px;font-weight:600;font-family: 'Montserrat', sans-serif;}
p.price-prod {
text-align: center;
font-size: 12px;
font-weight: 600;
color: #747474;
margin-bottom: 0px;
font-family: 'Chivo', sans-serif;
}
p.price-prod span{color:#e67676;margin-left:10px;}
.col-lg-3.col-sm-3.col-md-3.col-xs-12.shorting-part{
border: 1px solid gray;
padding: 0;
border-top: 0;
border-bottom: 0;
}
.fram-type{
background: #f7f6f1;
padding: 5px;
}
#btnShow{display:none;}
#dialog{display:none;}
.fram-type h1{
font-weight: 600;
font-size:14px;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
color: #564b56;
text-transform: uppercase;
padding: 5px 10px 0 7%;
}
.size-details{
padding: 10px 20px;
}
input[type="checkbox"]{
margin:0;
}
label span{
padding-left: 37px;
font-size: 13px;
font-weight: 100;
color: #747474;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.6px;
}
label.pad-1 {
padding: 4px;
}
.frame-type{
padding: 10px 10px;
border: 1px solid #e6e6e6;
background: #f7f6f1;
}
.frame-type h1{
font-weight: 600;
font-size:14px;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
color: #564b56;
text-transform: uppercase;
padding: 5px 10px 0 7%;
}
.size-details{display:none;}
.shape-image label {
background: unset;
margin-right: 5px;
height: auto;
text-indent: 0;
padding-left:20px;
padding-top: 12px;
}
input[type="checkbox"]{
opacity: 0;
position: absolute;
width: 24px;
height: 24px;
cursor: pointer;
}
.shape-image input[type=checkbox]+span {
opacity: .5;
border: 1px solid #cdcdcd;
white-space: nowrap;
margin-left: 0;
}
input.check{
opacity: .5;
border: 1px solid #cdcdcd;
white-space: nowrap;
margin-left: 0;
}
img.innerImg{
width: 56px;
margin: 7px 5px 0;
}
.shape-image label span {
padding-top: 2px;
max-width: 60px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
padding-left: 2%;
height: 60px;
margin-left: 0;
min-width: 65px;
color: #2a2a2a;
line-height: 12px;
letter-spacing: 1px;
overflow: hidden;
text-transform: capitalize!important;
display: block;
}
.shape-image.col-lg-4.col-md-4.col-sm-4.col-xs-4 {
padding:0;
}
.shape-image{
margin-bottom: 5px;
}
.shape-image label input+span:hover {
border: 1px solid #000;
}
.foot-margin{margin-top:0 !important;}
.moblie-shorting{display:none;}
.acco{display:none;}
.col-lg-3.col-sm-3.col-md-3.col-xs-12.shorting-part.moblie-hide {
height: 100vh;
}
.col-lg-3.col-sm-3.col-md-3.col-xs-12.shorting-part.moblie-hide.fixed {
position: fixed;
top: 0;background: #FFF; z-index: 1;
overflow-y:scroll;
}
.col-lg-9.col-sm-9.col-md-9.col-xs-12.shorting-part {
}
.col-lg-9.col-sm-9.col-md-9.col-xs-12.shorting-part.fixed {
margin-left: 25%;
}
.shorting-part::-webkit-scrollbar {
display: none;
}
.shorting-part{
overflow: -moz-scrollbars-none;
}
/**productinner page*/
.container-fluid.inner-li{display:block;}
.col-md-12.col-sm-12.col-xs-12.inner_product-list{display:block;}
.container-fluid.inner-li{border-bottom: 3px solid #dcd9d9;}
.inner_product-list ul{float:left;margin-bottom:6px;}
.inner_product-list ul li{float:left;list-style:none;margin-top:6px;}
.inner_product-list ul li a{padding-left:10px;font-size:12px;color: #747474;letter-spacing:0.7px;font-family: 'Chivo', sans-serif;}
.inner_product-list ul li a:hover{text-decoration:none;}
.col-md-12.col-sm-12.col-xs-12.product-img-part_one {
padding-left: 0px;
}
.col-md-3.col-sm-3.col-xs-12.product-img-part_two img{
border: 2px solid #d6d5d5;
}
.col-12-md.col-sm-12.col-xs-12.inner-background {padding-top: 25px;margin-top: 40px;
background: #F7F7F7;
}
.inner-content {
margin-top: 20px;
}
.inner-heading p{font-size: 16px;font-weight: 900;font-family: 'Montserrat', sans-serif;letter-spacing: 0.7px; text-transform: uppercase;color: #5CD422;}
.inner-content p.produt-name{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.inner-content p.produt-id{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.inner-content p.produt-pric{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
p.produt-pric strike{margin-left:2px;}
.inner-content p.produt-pay{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.inner-content p.produt-disc{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.inner-content p.produt-pin{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.inner-content p.Check-Size{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
p.produt-pin input[type="text"] {margin-left: 20px;border: 2px solid #9e9c9c;background: #F7F7F7;padding: 3px;}
.select input[type="radio"] {width: 13px;height: 13px;}
.select span{margin-left: 10px;font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;font-size: 14px; margin-right: 10px;}
.with-out {margin-top: 20px;margin-bottom:20px;}
.with-out span{margin-left: 10px;font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;font-size: 12px; margin-right: 10px;}
.inner-conte h1{font-size: 15px;font-weight: 900;font-family: 'Montserrat', sans-serif;letter-spacing: 0.7px; text-transform: uppercase;color:#6A6A6A ;margin-bottom: 0;}
.star-icon i {font-size: 13px;padding-left: 5px;margin-top: 20px;margin-bottom: 8px;color:#e4c20b;}
.inner-conte p.star{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.inner-conte .review-{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;display: inline-block;}
span.vl{display: inline-block;border: 1px solid #676262;height: 10px;margin-right: 4px;}
.review- p{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px;font-size: 11px;display: inline-block;margin-bottom: 0px;}
.inner-conte p.share{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.fb-sh{margin-bottom: 8px;}
.fb-sh button.btn.tweeter-btn{background: #00acee;color: #fff;}
.fb-sh button.btn.facebook-btn{background: #3b5998;color: #fff;margin-left: 5px;}
.inner-conte p.ship{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.inner-conte p.quality{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.inner-conte p.Pay-secur{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.inner-conte p.Statisfaction{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.col-12-md.col-12-xs-.col-sm-12.frame-img{margin-top:20px;}
.slect-frame {margin-bottom:20px;}
.slect-frame img{ margin-left: 30px;position:relative;}
.slect-frame input[type="radio"]{position:absolute;}
.magni.active{ border-color:#333 !important;}
.frame-img{margin-top:20px;}
.product-img-part_two{padding-top: 5%;}
aside { width:100%;right: 50%; height: 50px; position: absolute;left:0;}
aside.fixed {position: fixed;}
aside {font-family: Helvetica, sans-serif; font-weight: bold; color: #fff; font-size: 2.5em; letter-spacing: -3px; line-height: 0.8em;}
.pd-10 {
padding-top: 15px;
}
.content-tab p {
margin-top: 5px;
font-size: 15px;
text-align: justify;
margin-bottom: 0px;
font-size: 12px;
font-weight: 500;
font-family: 'Noto Sans JP', sans-serif;
line-height: 2;
}
.click-re .btn-primary {
color: #fff;
background-color: #854AB8;
border-color:#854AB8;
}
.file-field .btn-primary {
color: #fff;
background-color: #854AB8;
border-color:#854AB8;
}
/************ Tab part ***********/
.col-lg-10.col-md-12.col-sm-12.col-xs-12.tab {margin: 30px;
padding: 0;
margin-left: 30px;
margin-right: 0;
}
ul.tab-nav{
margin-bottom: 0px;
padding: 0;
}
.tab-nav li{
float: left;
list-style: none;
background:#F7F7F7;
}
.col-lg-12.col-md-12.col-sm-12.col-xs-12.tab {
margin-top: 35px;
padding:0;
}
/***.col-lg-12.col-12-md.col-12-sm-col-12-sm {
padding-left: 0;
}***/
.tab-nav li a{
text-align:center;
text-decoration:none;
padding:10px 10px;
display:inline-block;
color: #564b56;
font-weight:600;
font-size:14px;
font-family: 'Montserrat', sans-serif;
}
.tab-nav li a:hover{
text-decoration:none;
}
.tab a.active{
background:#854AB8;
color: #fff;
}
p.content-para {
padding-top: 15px;
margin-left: -15px;
}
p.content-para.mar {
margin-left: -30px;
}
.tab-border{
border: 1px solid #dcdcdc;
width: 100%;
height: 420px;
overflow: scroll;
width: 96%
}
.hid{display:none;}
.content-tab {
background: #fff;
}
p.gender{
font-size: 12px;
font-weight: 500;
font-family: 'Noto Sans JP', sans-serif;
}
p.gender span{
font-size: 12px;
font-weight: 100;
font-family: 'Noto Sans JP', sans-serif;
color: #747474;
}
/***p.pd-10{
padding-top: 15px;
}****/
.col-lg-12.col-sm-12.col-xs-12.background-col{
border: 1px solid #dcdcdc;
padding: 0;
margin-top: 30px;
}
.reviews{
background: #F7F7F7;
padding: 7px 7px;
}
.reviews h1{
font-size: 16px;
color: #564b56;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
.img-rev{
margin-left: 15px;
margin-top: 15px;
padding-right: 0;
}
.img-rev img{
width: 70%;
margin: auto;
border: none;
border-radius: 50%;
}
.col-lg-2.col-sm-3.col-md-3.col-xs-3.img-rev{ padding-right: 0;}
.col-lg-9.col-sm-8.col-md-7.col-xs-7.detail{ padding-left: 0;}
.detail{
margin-top: 20px;
margin-left: 20px;
}
.detail p.name-add{
font-size: 13px;
color: #333;
font-family: 'Noto Sans JP', sans-serif;
}
.star-icon i{
margin-top: 5px;
}
.detail p.comment{
font-size: 11px;
color: #333;
font-family: 'Noto Sans JP', sans-serif;
}
.review-detail .hr{
border: 1px solid #f4f1f1;
background: #949393;
width: 90%;
position: absolute;
left: 30px;
}
.review-detail {
padding-bottom: 130px;
}
.frame-check{
border: 1px solid #dcdcdc;
margin-top: 30px;
}
.frame-head{
background:#F7F7F7;
}
.frame-head h1{
margin-left: 10px;
margin-right: 10px;
font-family: 'Noto Sans JP', sans-serif;
font-size: 15px;
padding: 10px 0px;
}
.frame-head span {
padding-left: 10px;
font-size: 11px;
}
.range p{
text-align: center;
font-size: 15px;
font-weight: 500;
margin-top: 20px;
}
.md-form{
MARGIN: 25PX 70PX;
}
.ship-det{
background: #F7F7F7;
margin-top: 30px;
}
.ship-det h1{
margin-top: 20px;
font-size: 16px;
color: #564b56;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
.ship-det p.free-ship{
margin-top: 20px;
}
.ship-det p{
font-size: 11px;
color: #333;
font-family: 'Noto Sans JP', sans-serif;
}
.click-re{
float: left;
margin: 6% 20%;
}
.click-re li{list-style: none;float: left;}
.click-re li a.bt-n.btn-primary {
color: #8749B6;
border-color: #8749B6;
border-radius: 0;
margin-right: 10px;
font-weight: 600;
font-family: "Montserrat", sans-serif;
padding: 6px 12px;
margin-top: 0px !important;
}
.frame-check{
display: block;
}
.range{
display: block;
}
.upload{
display: block;
}
p.cod {
margin-bottom: 30px;
}
li.buy-now {
list-style: none;
}
.button-buy{
margin-bottom: 20px;
}
li.buy-now a.bt-n.btn-primary{
color: #8749B6;
border-color: #8749B6;
border-radius: 0;
margin-right: 10px;
font-weight: 600;
font-family: "Montserrat", sans-serif;
padding: 6px 30px;
margin-top: 0px !important;
z-index: 1;
}
li.but-now a.bt-n {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
background-image: none;
border: 2px solid transparent;
border-radius: 4px;
color: #000;
background: none !important;
position: relative;
transition: color 0.25s ease;
z-index: 1;
}
li.buy-now a:hover{
text-decoration: none;
border-color: #8749B6;
color: #fff;
}
/****************slider*****************************/
h2.recent-view{
text-align: center;
color: #564b56;
font-size: 25px;
letter-spacing: 0.7px;
font-weight: 900;
font-family: 'Montserrat', sans-serif;
}
.col-md-12.col-xs-12.recent-slider {
margin-top: 40px;
margin-bottom: 30px;
}
/****************************buying process page***************************/
ul.tabber-nav{
padding-left: 15px;
padding-right: 15px;
border: none;
margin-left: 15px;
margin-bottom: 15px;
list-style: none;
}
.tabber-nav:before, .tabber-nav:after {
display: table;
content: " ";
}
.tabber-nav>li a.active {
background: #4d4d4d;
color: #fff;
padding: 0px 0 9px;
}
.tabber-nav>li {
background-color: #e4e4e4;
color: #000;
text-align: center;
margin-right: 35px;
width: 28%;
/**padding: 1px 0 8px;**/
border: none;
float: left;
margin-bottom: -1px;
position: relative;
display: block;
list-style-type: none;
}
.tabber-nav>li.active a, .tabber-nav>li.active a:focus, .tabber-nav>li.active a:hover {
background: 0 0;
color: #fff;
border: none;
outline: none;
text-decoration: none;
}
.tabber-nav>li a:focus, .tabber-nav>li a:hover, .tabber-nav a {
width: 100%;
color: #fff;
/**padding: 0;**/
border: none;
position: static;
/* background: 0 0;**/
outline: none;
text-decoration: none;
}
.ship-add{
margin-top: 30px;
}
.tabber-nav>li>a {
margin-right: 2px;
line-height: 1.42857;
/**border: 1px solid transparent;**/
/**border-radius: 4px 4px 0 0;**/
display: block;
font-size: 15px;
padding: 1px 0px 8px;
}
.active .icon-bc-back {
background-position: -147px -86px;
right: -16px;
}
.tabber-nav>li .icon {
width: 16px;
height: 42px;
position: absolute;
top: 0;
margin: 0;
display: inline-block;
line-height: 14px;
background-image: url(../image/12.jpg);
background-repeat: no-repeat;
vertical-align: middle;
}
span.step-count {
background: #fff;
color: #4b4c51;
width: 24px;
height: 24px;
border-radius: 50%;
text-align: center;
display: inline-block;
line-height: 1.7;
margin-top: 9px;
}
.active .icon-bc-forward {
background-position: -125px -86px;
left: -16px;
}
.icon-bc-back {
background-position: -107px -78px;
right: -16px;
}
.icon-bc-forward {
background-position: -85px -78px;
left: -16px;
}
.bor-ri{
border-right: 1px dashed #d3d3d3;
margin-top: 30px;
}
.icon-cir {
bottom: 0;
top: 42%;
width: 26px;
height: 26px;
background-position: -1150px -200px;
position: absolute;
z-index: 2;
margin-left: -13px;
display: inline-block;
margin-top: 1px;
line-height: 14px;
background-image: url(../image/12.jpg);
background-repeat: no-repeat;
vertical-align: middle;
}
.fb-content {
font-size: 18px;
margin: 50px 10px 15px 19px;
color: #564b56;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
.facebook-button-class {
margin-left: 10%;
background: url(../image/images.png) no-repeat;
width: 230px;
height: 40px;
border: none;
/*float: left;*/
background-size: 100%;
}
.margin-t10 {
margin-top: 25px;
color: #564b56;
font-family: 'Montserrat', sans-serif;
font-size: 12px;
}
.fill-here {
margin-top: 25px;
}
h3.process-head{
font-size: 18px;
color: #564b56;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
margin-bottom: 20px;
width: 100%;
}
.butt-process {
margin-top: 70px;
}
button.facebook-button-class{
margin-top:10px;
}
label {
display: block;
margin-bottom: .5rem;
}
span.spac-span {
padding-left: 15px;
font-size: 13px;
}
button.login-btn.margin-t15 {
margin-top: 20px;
margin-bottom: 20px;
width: 150px;
background: #854AB8;
height: 40px;
font-size: 17px;
color: #fff;
border: none;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
label.form-head{
font-size: 12px;
text-align: justify;
font-weight: 500;
font-family: 'Noto Sans JP', sans-serif;
}
.ship-form{
margin-top: 20px;
}
.ship-add{
background: #854AB8;
}
.ship-add h1{
font-size: 18px;
color: #fff;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
width: 100%;
padding: 10px;
margin: 0;
}
.col-lg-3.col-md-3.col-sm-12.no-padding{
margin-top: 30px;
margin-left: 35px;
}
.no-padding {
padding: 0!important;
}
.checkout-cart {
border: 1px solid #ccc;
padding: 0 !important;
}
.checkout-cart .checkout-item {
background-color: #4b4c51;
width: 100%;
padding: 6px 10px;
}
.checkoutCartItems .checkout-cart-items {
margin: 0;
padding: 0;
overflow: auto;
width: 100%;
}
.row:before, .row:after {
display: table;
content: " ";
}
.display-ib {
display: inline-block;
}
.checkout-cart .checkout-item span {
color: #fff;
letter-spacing: 1px;
font-size: 15px;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
.text-center {
text-align: center!important;
text-align: -webkit-center;
}
.checkoutCartItem.cart-items span.qty-name {
margin: 13px 0 5px;
color: #000;
display: block;
}
.checkoutCartItem.cart-items .qtyMinus, .checkoutCartItem.cart-items .qtyMinus:hover {
background-image: url(../image/12.jpg);
width: 10px;
height: 10px;
cursor: pointer;
}
.checkoutCartItem.cart-items .qtyMinus {
display: inline-block;
background-position: -1050px -150px;
margin-right: 17px;
}
.checkoutCartItem.cart-items .qty-value {
width: 27px;
border: 1px solid #ccc;
text-align: center;
font-size: 13px;
color: #666;
display: inline-block;
height: 20px;
line-height: 20px;
}
input, button, select, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button, input, optgroup, select, textarea {
color: inherit;
font: inherit;
margin: 0;
}
.checkoutCartItem.cart-items .qtyPlus, .checkoutCartItem.cart-items .qtyPlus:hover {
display: inline-block;
width: 10px;
height: 10px;
background-image: url(../image/12.jpg);
cursor: pointer;
}
.checkoutCartItem.cart-items .qtyPlus {
background-position: -1100px -150px;
}
.checkoutCartItem.cart-items .remove-item, .checkoutCartItem.cart-items .remove-item:hover {
float: right;
width: 11px;
height: 11px;
cursor: pointer;
background-image: url(../image/12.jpg);
}
.checkoutCartItem.cart-items .remove-item {
background-position: -1000px -150px;
margin-top: 22px;
margin-right: 18%;
}
.checkoutCartItem.cart-items .product-amount {
margin: 10px 0 0;
border-bottom: 1px solid #f3f3f3;
padding-bottom: 5px;
}
.checkoutCartItem.cart-items .product-amount .product-head-details {
color: #555;
font-weight: 700;
font-size: 12px;
letter-spacing: 1px;
margin-bottom: 5px;
font-family: 'Montserrat', sans-serif;
color: #564b56;
}
.checkoutCartItem.cart-items .product-amount .off-price {
font-size: 13px;
line-height: 18px;
display: inline-block;
vertical-align: middle;
color: #555;
padding-right: 0;
}
.clearfix:before, .clearfix:after {
display: table;
content: " ";
}
.clearfix:after {
clear: both;
}
.clearfix:before, .clearfix:after {
display: table;
content: " ";
}
.chkPriceDetails .payment-checkout {
background-color: #efefef;
border-bottom: 3px solid #ccc;
border-top: 3px solid #ccc;
width: 100%;
float: left;
}
.chkPriceDetails .payment-checkout .checkout-subtotal {
padding: 10px 10px 0;
}
.chkPriceDetails .payment-checkout .checkout-subtotal li {
color: #555;
border-bottom: 1px dashed #ccc;
padding: 5px 0;
font-size: 13px;
list-style: none;
width: 100%;
float: left;
letter-spacing: 1px;
}
.chkPriceDetails .payment-checkout .checkout-subtotal li:nth-last-child(1){
border-bottom:none;
}
ul.checkout-totalorder li{
list-style: none;
}
i.fa.fa-rupee{
background: #efefef;
}
.chkPriceDetails .checkout-totalorder {
background-color: #efefef;
padding: 10px 10px 5px;
width: 100%;
float: left;
list-style: none;
margin: 0;
}
label.account-login {
font-size: 12px;
text-align: justify;
font-weight: 500;
font-family: 'Noto Sans JP', sans-serif;
}
button.submit-bttn{
margin-top: 20px;
margin-bottom: 20px;
width: 100px;
background: #854AB8;
height: 25px;
font-size: 15px;
color: #fff;
border: none;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
.log-button li{
list-style: none;
}
.form-control{
font-size: 13px !important;
color: black !important;
}
.form-set{
position: fixed;
height: 100%;
width: 100%;
background: rgba(0,0,0,.5);
top: 0;
z-index: 99;
}
.login-fm{
background: #FFF;
position: absolute;
width: 30%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.fom-mag{
margin-top: 30px;
}
.submit-button.col-lg-6 {
margin: 15px 0;
}
button.login-bttn {
background: #854ab8;
border: none;
padding: 4px 24px;
color: #fff;
font-size: 13px;
padding-bottom: 5px;
}
li.new-reg{
margin-left: 53px;
border: none;
list-style: none;
}
li.new-reg a{
color: #fff;
font-size: 13px;
}
li.new-reg a:hover{
text-decoration:none;
}
li.pass-reg {
list-style: none;
}
li.pass-reg a:hover{
text-decoration:none;
}
.account-login{
margin-top: 15px;
}
.log-button{
text-align: center;
}
.fom-icon button{
background: no-repeat;
border: none;
font-size: 25px;
position: absolute;
right: 0;
top: 20px;
transform: translate(-50%,-50%);
}
.form-set{
display: none;
}
button:focus {
outline: none !important;
}
/*****************product internal page***************************/
li.buy{
list-style: none;
width: 43%;
}
li.buy a.bt-n.btn-primary {
color: #8749B6;
border-color: #8749B6;
border-radius: 0;
margin-right: 10px;
font-weight: 600;
font-family: "Montserrat", sans-serif;
padding: 6px 30px;
margin-top: 0px !important;
z-index: 1;
}
/****************************************buying processs************************************/
span.off-price{
float: right;
}
@media only screen and (max-width: 600px) {
body {
}
menu.hidden-md{ display:none;}
img{
width:100%;
height:auto;
}
.col-md-9.col-xs-12.collection-part.no-padding{padding-left:0; padding-right:0;}
/*.col-md-12.col-xs-12.no-padding{padding-left:0; padding-right:0;}*/
.head-one{display:none;}
p.contact.text-xs-center.text-sm-center{ text-align:center;text-align: center;font-size: 10px;}
p.contact.text-xs-center.text-sm-cente{margin-left: 20px;text-align: center;font-size: 10px;}
/**span.mob-span-block{display:none;}**/
p.text-icon.moblie-only i{font-size: 25px;}
.mobile-icon{ height:35px; width:35px; display:block; position:absolute;
left:15px;top:10px; z-index:1;}
.mobile-icon img{ width:25px;}
.container-fluid.head-two {margin-top: 15px;}
.col-md-4.input-area{position: absolute;top: 39px;padding: 3px 25px; display:none; z-index: 11;}/**input box*/
.input-area .fa-search {position: absolute;right:65px;top:-35px;display: none;}
.col-md-3.col-sm-4.logo-part{padding-bottom: 10px;margin-left: 10px;}
.shopping-icon{display:block}
.login-part{display:none;}
.col-md-4.col-xs-4.shopping-icon{position: absolute;top: 15px;}
.col-md-4.col-xs-4.shopping-icon ul{float:right;}
img.logo-image {width:50% !important;margin-bottom: 8px;}
ul.list-part i{padding-right: 2px; font-size:20px;}
ul.list-part{position: absolute;right: 10px;width: auto;top: 10px; z-index:1;}
ul.list-part.for-moblie li{ display:block; float:left; padding: 0 5px;}
ul.list-part.for-moblie{ display:block;}
.head-two{ border-bottom:1px solid #ccc;}
nav.mobile-menu{width:100%;height:100%;position:fixed;top:0;left:0;background:black;z-index:7; display:none;}
.moblie-nav{position:relative;float:left;overflow-y:scroll;width:calc(100% - 50px);background:#fff;height: 100%;}
.mn-mo-icon{position:relative;float:left;width:50px;height: 100%;background:#854AB8;}
ul#accordion li .link{padding:10px; font-size:15px;font-weight: 600;color: #424242;}
ul#accordion li .link i{float:right;}
ul .submenu li{padding:10px; font-size:15px;}
ul .submenu li a{color:#747474;}
.mn-mo-icon button i{color:#bfbebe;font-size: 30px;}
.col-md-3.col-sm-2.col-xs-9.logo-part{margin-top: -6px;}
.mn-mo-icon button{background: no-repeat;border: none;font-size: 38px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.moblie-nav ul{
padding-left: 0;
margin-top: 10px;
}
.accordion li i {
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.accordion li.open i.fa-chevron-down {
-webkit-transform: rotate(350deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.moblie-nav ul li{ padding-top: 5px;border-bottom:1px solid gray;
transition:all .7s;}
.ullispan{ float:right; padding-right:10px; font-size:16px;}
.moblie-nav ul li a{margin-left:10px; font-size:15px;}
.moblie-nav ul li ul{ display:none; margin-top:5px;}
.moblie-nav ul li ul li{ display:block;border:none; border-top:1px solid gray; }
.moblie-nav ul li ul.active{display:block;}
.col-md-8.col-xs-12.banner{padding-left:0px;padding-right:0px;}
.banner-content {
position: absolute;
bottom: 0px;
right: 10px;
z-index: 2;
text-align: right;
}
.baner-part h1 {
font-size: 23px;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 10px;
line-height: 1.2;
}
.baner-part p {
font-size: 10px;
letter-spacing: 1px;
}
a.bt-n{
padding: 2px 3px;
margin-bottom: 15px;
font-size: 8px;
}
.owl-theme .owl-nav .owl-prev {
position: absolute;
z-index: 2;
top: 50px;
right: 0;
display:none;
}
.owl-theme .owl-nav .owl-next {
position: absolute;
z-index: 2;
top: 50px;
left: 0;
display:none;
}
.mobile-slider .hr{border-bottom: 1px solid #dedede;
margin-top: 15px;}
.customer-part .hr{border-bottom: 1px solid #dedede;
margin-top: 15px;}
.col-md-12.col-xs-12.tcb-product-slider {margin-top: 35px;}
.col-md-12.col-xs-12.ipad-pd{margin-top: 30px;}
.col-md-12.tcb-product-slider.slid-ms {margin-top: 40px;}
.col-md-12.tcb-customer-slider {margin-top: 35px;}
.col-md-12.slider-rightpart {
margin-top: 10px;
}
.col-md-12.slider-rightpart p.para1 {
font-size: 14px;
}
.col-md-12.slider-rightpart p.para2 {
font-size: 10px;
}
.col-md-12.slider-rightpart .video {
margin-top: 20px;
margin-left: 0;
}
.video iframe{width: 100%;}
.col-md-4.co-xs-12.product-part1{margin-top: 12px;}
.img-section1,.img-section2,.img-section3 {
margin-left: 0px;
margin-right: 0px;
}
.img-section1, .img-section2, .img-section3 {
height: auto;
}
.box-shadow {
margin-bottom: 25px;
}
.coll-part1 p {
font-size: 15px;
}
.product-part1 h2{font-size:18px;font-weight: 900;}
.content-section {bottom: 20px;left: 30px;}
.col-md-12.col-xs-12.box-part{margin-top:0px;}
.col-md-12.col-xs-12.text-part1 p{margin-bottom:20px;font-size: 15px;}
.col-md-12.col-xs-12.text-part1 h2{font-size: 27px;}
.col-md-12.col-xs-12.text-part1 {
margin-top: 20px;
}
p.left_text {
font-size: 12px;
}
.week-part1 p {
font-size: 12px;
}
.coll-part1 h2 {
font-size: 27px;
}
.container-fluid.sild{margin-top:0px;}
.tcb-product-slider h2 {
font-size: 18px;
}
p.review-part {
padding-right: 10px;
padding-left: 10px;
font-size: 12px;
text-align: justify;
margin-bottom: 0;
font-family: 'Chivo', sans-serif;
}
.tcb-product-slider .heading-para {
font-size: 15px;
margin-top: 5px;
margin-bottom: 25px;
}
.moblie-slid .tooltip .tooltiptext {
top:0px;
left: 229PX;
}
.moblie-slid .tooltip .tooltiptext::after{top:10px;}
.mslider-section{display:block;}
.ico-moblie {
width: 16%;
display: inline-block;
position: absolute;
top: -5px;
left: 0;
}
.ico-moblie img{width:100%;}
.ico-moblie span{position: absolute;
left: 12px;
top: 5px;
color: #fff;
font-size: 8px;}
.moblie-slid-content{margin-top: 15px;}
.moblie-slid-content h5{text-align: center;font-family: 'Montserrat', sans-serif;color: #564b56;font-weight: 600;
}
.moblie-slid-content p{text-align: center;margin-bottom: 0px;
font-size: 12px;font-weight: 600;
color: #747474;}
.moblie-slid-content p.right_text span{color: #e67676;}
.col-md-12.tcb-customer-slider h2.customer-head{font-size: 20px;}
.col-md-12.tcb-customer-slider p.customer-para{margin-top: 10px;font-size: 14px;}
.customer-details{display:none;}
.customer-slider{display:block; border-radius: 2%;}
.customer-part{display:inline-block;}
.cus-img {width: 25%; margin-left: 38%}
.cus-img img{ width: 100%;
margin: auto;
border: none;
border-radius: 50%;
padding-top: 10px;
padding-bottom: 5px;
}
.customer-cont h4{text-align: center;margin-top: -10px;margin-bottom: 10px;}
.customer-cont h4 a{color:#564b56;font-size: 16px;}
.customer-cont p{margin-top:6px;font-size: 14px;}
.price.col-md-12{margin-bottom:0;}
.box-image {
height: auto;
}
.col-md-12.tcb-customer-blog{margin-top: 30px;}
.col-md-12.tcb-customer-blog h2.customer-head{font-size: 27px;}
.col-md-12.tcb-customer-blog p.customer-para{padding: 3px 0px;font-size: 13px;}
.col-md-12.add-part {
margin-top: 20px;
padding:0;
}
.add-part .col-md-12{padding:0;}
.sec-head{padding-bottom: 30px;}
.sec-head h3{font-size: 15px;}
.sec-head a{font-size: 14px;}
span.span-icon img{width:30%;}
.sec-head h3{margin-top: 13px;}
.container-fluid.foot-nav ul{padding-left: 0;
padding-right: 0;margin-top:0;}
.col-md-3.col-6.col-sm-3.foot-bar.mob-pdb{padding-bottom:0;}
.col-md-3.col-6.col-sm-3.foot-bar.mob-pdt{padding-top:17px;padding-bottom: 23px;}
.container-fluid.foot-nav ul.heading-nav li{float: none;
border: 1px solid gray;
padding: 10px 10px;}
.container-fluid.foot-nav ul.heading-nav li a{font-size: 11px;}
.foot-con ul li a{font-size: 11px;padding-right: 20px;letter-spacing: 0.7px;}
.col-md-3.col-xs-12.footer-icon {
padding-left: 0;
padding-right: 0;
margin-bottom: 20px;
}
.col-md-12.p_0 p{margin-left:0px;font-size: 15px;
margin-top: 0px;}
.col-md-12.p_0 ul.heading10{margin-top:0px;margin-left: -10px;}
.footer-icon ul li a span {
font-size: 10px;
}
.col-md-12.p_0 ul.heading10 li{margin-left: 0px;padding-left: 12px;}
.container-fluid.footer-nav hr{display:none;}
.col-md-12.footer-carr {padding-top: 50px;}
.col-md-12.footer-carr p{margin-left: 0px;font-size: 15px;}
.col-md-9.col-xs-6.foot-menu {
padding-left: 0;
padding-right: 0;
}
.footer-icon ul li {
padding-left:0px;
margin-left:0px;
}
.col-md-3.col-xs-6.footer-menu{
padding-left: 0;
padding-right: 0;
margin-top: 0;
}
.footer-menu .heading-menu p{margin-left:0px;font-weight: 500;font-size: 15px;margin-bottom: 5px;margin-top: 5px;}
.col-md-12.heading-menu{
border: 1px solid gray;
}
.col-md-2.col-xs-6.footer-menu,.col-md-4.col-xs-6.footer-menu{
padding-left: 0;
padding-right: 0;
margin-top: 0;
}
.col-md-12.foot-cat ul li{list-style:none;}
ul.new{display:none;padding-left: 0;}
.col-md-3.foot-last p{text-align:left;}
.col-md-7.footlast-nav ul li{float:none; margin-bottom: 5px;}
.col-md-7.footlast-nav ul li a span{display:none;}
.col-md-7.footlast-nav ul li a{}
.col-md-3.foot-last,.col-md-7.footlast-nav {
padding-left: 0;
padding-right: 0;
}
.moblile-last p{display:block;color: #b9b9b9; padding-top: 25px;padding-left: 35px;font-family: 'Chivo', sans-serif; letter-spacing: 0.7px;font-size: 9px;text-align: left;
padding-top: 15px;
padding-left: 0;}
.foot-last p{display:none;}
.footlast-icon p{margin-top: 10px;}
ul.heading111{padding-left:4px;}
/** product page media query*/
.pr-img img{width:21%;
top: -8%;
left: -2%;
z-index: 2;}
h1.h-heading {font-size: 20px;}
.pro-heading p{ font-size: 15px;margin-top: 5px; margin-bottom: 25px;}
#btnShow{display:none;}
#dialog{display:none;}
.moblie-hide{display:none;}
h6.filter-head{
background: #e0e0e0;
padding: 10px;
font-size: 13px;
color: #424242;
font-weight: 700;
}
nav.filter{width:100%;height:100%;position:fixed;top:0;left:0;background:black;z-index:7; display:none;}
nav.filter{display:none;}
.fliter-style{background: #854AB8;
padding: 8px;
font-size: 14px;
color:#fff;
text-align:center;
}
.mn-mo-close button {
background: no-repeat;
border: none;
font-size: 30px;
position: absolute;
right: 0;
top: 15px;
transform: translate(-20%,-50%);
}
nav.filter {
width: 100%;
height: 100%;
position: fixed;
top: 0;
right: 0;
background: #854AB8;
z-index: 7;
}
i.fa.fa-times{
color:#fff;
}
.filter li{
list-style: none;
}
.link-fil {
background: #f3f1f1;
font-size: 14px;
padding: 10px;
font-weight: 500;
}
.submenu label{
background: unset;
margin-right: 5px;
height: auto;
text-indent: 0;
padding-left: 20px;
padding-top: 12px;
}
.submenu input[type="checkbox"] {
opacity: 0;
position: absolute;
width: 24px;
height: 24px;
cursor: pointer;
}
.submenu input[type=checkbox]+span {
opacity: .5;
border: 1px solid #cdcdcd;
white-space: nowrap;
margin-left: 0;
}
.submenu label span {
padding-top: 2px;
max-width: 60px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
padding-left: 2%;
height: 60px;
margin-left: 0;
min-width: 65px;
color: #2a2a2a;
line-height: 12px;
letter-spacing: 1px;
overflow: hidden;
text-transform: capitalize!important;
display: block;
}
.submenu label span {
padding-left: 2px;
font-size: 13px;
font-weight: 100;
color: #747474;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.6px;
}
.moblie-shorting{display:block;}
.background-col{display:none;}
.img-rev img{width:30% !important; display:inline-block; }
div#searchMobile{display: none;}
.acco{display:block;}
/*** product-inner-page ***/
.container-fluid.inner-li{display:none;}
.col-md-12.col-sm-12.col-xs-12.inner_product-list{display:none;}
.col-md-12.col-sm-12.col-xs-12.product-img-part_one {padding-left:0px;margin-left:5px;}
.slect-frame {
margin-left: 0px;
margin-bottom: 20px;
padding-left: 25px !important;
}
.inner-conte h1 {margin-top:30px;}
.frame-img{margin-top:20px;}
.inner-content p.produt-pin {display: flex; }
.product-img-part_two{padding-top:0px;}
.review-detail {
padding-bottom: 200px;
}
.container-fluid.customer-part.ipad-customer-slider{
margin-top: 30px;
}
.col-lg-9.col-sm-8.col-md-7.col-xs-7.detail {
margin: 0;
padding: 0;
}
.reviews {
padding: 11px 13px;
}
.col-lg-2.col-sm-3.col-md-3.col-xs-3.img-rev{padding: 10px 0;
margin: 0;}
.reviews h1 {
font-size: 15px;
color: #333;
}
.detail p.name-add{
text-align: center;
margin-top: 10px;
}
.detail p.name-add span{
display: block;
margin-top: 5px;
}
.star-icon {
margin-bottom: 5px;
text-align: center;
}
.detail p.comment{
padding-left: 10px;
padding-right: 10px;
text-align: justify;
}
.review-detail {
padding-bottom: 265px;
}
.review-detail .hr {
width: 95%;
left: 5px;
}
h2.recent-view {
font-size: 15px;
}
.click-re {
margin: 5% 25%;
}
button.btn.btn-primary{
margin-bottom: 20px;
}
/**.frame-check{
display: none;
}
.range{
display: none;
}
.upload{
display: none;
}*/
.md-form {
margin: 25PX 50PX;
}
.container-fluid.foot-icon {
padding-bottom: 0px;
}
.modal-body{
padding:0;
}
.col-lg-3.col-sm-3.col-md-3.col-xs-12.shorting-part.moblie-hide{padding:0;}
.modal-type{
border: 1px solid gray;
}
.modal-type h1{
font-size: 20px;
margin: 6px;
padding-left: 10px;
}
.size-model{
margin: 10px 30px;
}
input.check{
width: 40px;
height: 20px;
}
.tab{display:none;}
.accordin {
border: 1px solid #F4F4F4;
margin-top:6px;
}
.content-two .accordin h1{
font-size: 14px;
background: #F4F4F4;
margin: 0;
padding: 12px;
border: 1px solid #F4F4F4;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
color: #212121;
}
.accordin-content{
padding:10px;
display:none;
}
i.fa.fa-angle-right {
margin-right: 5px;
margin-left: 5px;
color: #03b4c8;
border-radius: 50%;
}
p.para-content{
font-size: 12px;
text-align: justify;
margin-bottom: 0px;
font-size: 12px;
font-weight: 500;
font-family: 'Noto Sans JP', sans-serif;
line-height: 2;
}
.accordi .active{
background:red;
}
.acco{
margin-top: 30px;
margin-bottom:10px;
}
span.hr{
border-bottom: 1px solid #dedede;
margin-top: 25px;
width: 100%;
display: inline-block;
}
.container.moble-mar{margin-top:10px !important;}
.col-lg-3.col-6.col-md-3.col-sm-3.col-xs-12.product-img-part_two{margin-bottom: 15px;}
.col-lg-10.col-md-12.col-sm-12.col-xs-12.acco {
padding-left: 0;
padding-right: 0;
}
/*********************************************buyer process****************************************************/
.col-sm-12.col-xs-12.tabber{
margin-left: 0px !important;
margin-top: 0px !important;
}
ul.tabber-nav {
padding-left: 15px;
padding-right: 0px;
border: none;
margin-left: 0px;
margin-bottom: 15px;
}
.tabber-nav>li {
width: 20%;
}
.tabber-nav>li>a{
font-size: 10px;
height: 42px;
}
span.step-count{
display: none;
}
.tabber-nav>li a.active{
padding: 10px 0 18px;
height: 42px;
}
.icon-cir{
display: none;
}
.butt-process{
margin-top: 25px;
}
.col-lg-3.col-md-3.col-sm-12.no-padding {
padding: 0 15px!important;
margin-top: 20px;
margin-left: 0px;
}
span.off-price{
float: right;
}
.g-log{
display: none;
}
}
@media only screen
and (min-device-width : 601px)
and (max-device-width : 767px) {
body{
}
img{
width:100%;
height:auto;
}
.container-fluid.head-one {
display: none;
}
.col-md-5.col-sm-5.login-part {
padding-left: 0;
}
.head-contact p.contact {margin-left: 0px;}
.col-md-6.col-sm-6.ipad-head{min-width: 100%;text-align:left !important;}
.col-md-6.col-sm-6.ipad-head p{text-align:left !important;text-align: left !important;margin-left: 0;font-size: 10px;
letter-spacing: 0.9px; margin-bottom: 0;}
.col-sm-6.col-xs-4 {padding-left:0;padding-right: 0;}
.col-sm-6.col-xs-4 p{margin-left: 0px;font-size: 10px;text-align: right;}
.col-sm-6.col-xs-4 i{font-size: 15px;}
.col-sm-6.col-xs-4 span{font-size: 8px;float:}
.col-sm-12.col-xs-4.mobile-text{padding-right:0px;}
.col-sm-12.col-xs-4.mobile-text p{font-size: 8px;margin-top: 0;text-align: right;margin-bottom: 0;}
.logo-part{padding-left:0;padding-right: 0;}
img.logo-image{width: 80% !important; margin-left: 13px !important;}
.login-part ul li a{font-size: 9px;margin: 3px 3px;letter-spacing: 0.8px;
}
.input-area input.search {margin-left: 0px;}
.input-area .fa-search {right: 20px;font-size: 16px;top: 4px;}
.input-area input::placeholder{font-size:7px;}
.head-nav ul li a{padding-left:20px;}
.container-fluid.banner-section{ padding-left:15px;padding-right:15px;}
.col-md-8.col-sm-12.col-xs-12.banner{padding-left:0;padding-right:0;}
.banner-content{bottom: 45px;right:45px;}
.baner-part p {font-size: 15px;}
.baner-part h1 {font-size: 35px;}
.banner-content a.bt-n{padding: 4px 4px;font-size: 10px;}
.owl-theme .owl-nav .owl-prev {top: 100px;right: 0px;}
.owl-theme .owl-nav .owl-next {top: 100px;left: 0px;}
.video{text-align:center;}
.img-section1,.img-section2,.img-section3{margin-left:0px;margin-right:0px;}
.img-section1, .img-section2, .img-section3 {height:auto;}
.content-section {bottom: 70px;left: 35px;}
.product-part1 a{font-size:15px;font-weight: 600;}
.product-part1 h2{font-size:30px;font-weight: 900;}
.collection {margin-top: 40px;}
.coll-part1 p{font-size: 15px;}
.box-shadow {border-radius: 10px;box-shadow: 8px 8px 15px #c0bbbb;margin-bottom: 30px;}
.box-image {height: auto}
.text-box-shadow .box-text{font-size: 17px;}
.text-box-shadow .box-text1{font-size: 13px;}
.col-md-12.col-xs-12.box-part {padding-bottom: 30px;}
.text-part1 p{font-size:15px;}
.arrow_box img {width: 14%;}
.arrow_box span {top: 6px;left: 35px;font-size:15px;}
.week h4 a{display:block;}
.week-part1 p{font-size:15px;}
.col-md-3.col-xs-12.offer-part{margin-bottom: 30px;}
.mslider-section{display:block;}
.owl-carousel .owl-item .ipad-ico img {position:relative;width: 15%;}
.owl-carousel .owl-item .ipad-ico span{position:absolute;top:2%;left:4%;font-size:15px;color:#fff;}
.slider-mobile.owl-theme .owl-nav .owl-next{top: 165px;
left: 0px;}
.slider-mobile.owl-theme .owl-nav .owl-prev{top: 165px;}
.moblie-slid-content.ipad-cnt h5{text-align:center; margin-top:15px;}
.moblie-slid-content.ipad-cnt p{text-align:center; margin-top:15px;margin-bottom:0px;font-size:13px}
.moblie-slid-content.ipad-cnt p.right_text{margin-top:0px; }
.moblie-slid-content.ipad-cnt span{color:#e67676;font-size:13px;}
.ipad-customer-slider{display:block;}
.cus-img {display:inline-block;margin-left: 20px;}
.cus-img img{ width: 100%;margin: auto;border: none;border-radius: 50%;padding-top: 10px;padding-bottom: 5px;}
.customer-cont h4{
font-size: 11px;
display: flex;
position: absolute;
right: 15%;
top: 25%;
}
.mobile-slider .hr{
border-bottom: 1px solid #dedede;
padding-top: 15px;
}
.col-md-4.col-sm-4.login-part{
padding: 0;
}
.customer-part .hr {
border-bottom: 1px solid #dedede;
margin-top: 15px;
}
.customer-cont h4 a{color:#424242;font-size: 15px;}
p.review-part{padding-right: 10px;padding-left: 10px;font-size: 13px;margin-bottom:0;
padding-top: 12px;}
.box-image {
height: auto;
}
.tcb-product-slider h2 {
font-size: 20px;
}
.price i {
color: #dada1682;
float: left;
margin-left: 6px;
}
.tcb-customer-slider .customer-para {
margin-top: 10px;
margin-bottom: 25px;
}
.tcb-customer-blog p {font-size: 15px;padding:0;}
.sec-head h3{margin-top: 12px;}
.sec-head{margin-bottom: 20px;}
.foot-bar img.img-responsive.m-pull-left-none{width: 50%;}
.foot-para p {margin-top: 8px;line-height: 17px;font-size: 10px;}
.foot-para p span{font-size: 7px;}
.container{ margin-top:0px;}
.foot-nav ul{padding-left: 17px;}
.footer-carr{padding-top: 12%;}
.foot-nav ul li {padding: 10px;}
.footer-icon ul li{padding-right: 20px;margin-left: 0px;padding-left:0;}
.foot-con ul{padding-left:10px;}
.footer-nav hr {margin-left: 0px;margin-right: 0px;}
.footer-icon p {margin-left:0px;margin-top: 0px;}
ul.heading10 {margin-top:0px;}
.col-md-12.col-sm-12.footer-carr {padding-top: 15%;}
.col-md-9.col-xs-6.foot-menu {padding-top: 20px;}
.foot-cat ul {list-style: none;padding-left:0;}
.footlast-nav ul {margin-top:21px;}
.footlast-nav ul li {padding-left:0px;}
.footlast-nav ul li span {margin-left: 8px;margin-right: 8px;}
.footer-menu{padding-left:0px !important;}
.heading-menu{display: table-cell;}
.heading-menu p{margin-left:0 !important;}
.footlast-nav ul li a {font-size: 8px;}
.footlast-icon p {margin-top: 21px;font-size: 11px;}
.foot-last p{padding-left: 13px;}
.footlast-icon i{font-size: 13px;}
/** product page css**/
.pr-img img{width:35%;position: absolute;
top: -8%;
left: 0;
z-index: 2;}
.size-details {
padding: 10px 12px;
}
label span {
padding-left: 2px;
font-size: 11px;
}
.col-lg-12.col-md-12.col-sm-9.col-xs-12.pro-heading {
padding-left: 0;
margin-left: 15%;
}
h1.h-heading{font-size: 18px;}
.prod-cont h2{font-size: 11px;}
p.price-prod{font-size: 10px;}
.foot-margin{margin-top:0 !important;}
.moblie-shorting{display:none;}
/*** product inner page**/
.container-fluid.inner-li{display:none;}
.slect-frame {
margin-left: 0px;
margin-bottom: 20px;
padding-left: 25px !important;}
.inner-conte h1 {margin-top:30px;}
.frame-img{margin-top:20px;}
.product-img-part_two{padding-top:20px;}
.review-detail {
padding-bottom: 140px;
}
.img-rev img{
width: 40%;
}
.col-lg-9.col-sm-8.col-md-7.col-xs-7.detail {
margin-left: -20px;
}
.click-re {
float: left;
margin: 6% 20%;
}
.shape-image label{
padding-left: 4px;
}
.frame-type h1{
font-size: 9px;
}
label.pad-1 span{
padding-left: 40px;
font-size: 7px;
}
.ipad-customer-slider{
display:none;
}
.tab-nav li a{
font-size: 13px;
}
/*********************************************buyer process****************************************************/
.tabber-nav>li{
width: 20%;
}
.tabber-nav>li>a{
font-size: 10px;
}
.tabber{
margin-left: 0px !important;
}
.no-padding{
margin-left: 0px !important;
}
span.off-price{
display:inline;
float: right;
}
.bor-ri {
display: inline-block;
}
.g-log{
display: inline-block;
}
.butt-process {
margin-top: 25px;
}
}
@media only screen and (min-device-width:768px) and (max-device-width: 1024px){
.head-one{display:none;}
.head-contact p.contact {margin-left: 0px;}
.logo-part img.logo-image {width: 80%;margin-left: 0px;}
.col-md-4.col-sm-8.login-part{padding:5px;}
.login-part ul li a {margin: 2px 3px;font-size: 8px;}
.input-area .fa-search {right: 35px;font-size: 16px;}
.col-md-4.col-sm-6.col-xs-4.mobile-text p {font-size: 9px;}
p.text-icon.moblie-only{font-size: 9px;}
.col-md-4.col-sm-6.col-xs-4.mobile-text{padding-left: 0;}
.col-md-4.col-sm-6.login-part{padding:0;}
.col-md-6.col-sm-10.ipad-nav.head-nav{padding:0;}
.head-nav ul li a {padding-left: 17px;margin: 5px 0px;font-size: 12px;}
.col-md-12.slider-rightpart iframe {height: auto;width: 100%;}
.col-md-4.col-xs-12.slider-rightpart {height: auto;}
.col-md-12.slider-rightpart p.para1 {font-size: 9px;margin-bottom: 5px;}
.col-md-12.slider-rightpart p.para2 {font-size: 8px;margin-bottom: 0px;}
.col-md-12.slider-rightpart iframe {height: auto;width: 100%;}
.col-md-12.slider-rightpart {margin-top:5px;}
.col-md-12.slider-rightpart .video {margin-top: 10px;}
.banner-content{bottom: 35px;right:45px;}
.baner-part p {font-size: 12px;letter-spacing: 1px;}
.baner-part h1 {font-size: 25px;margin-bottom: 15px;}
.banner-content a.bt-n{padding: 4px 4px;font-size: 10px;}
.owl-theme .owl-nav .owl-prev {top: 70px;right: 0px;}
.owl-theme .owl-nav .owl-next {top: 70px;left: 0px;}
.customer-part .hr {border-bottom: 1px solid #dedede;margin-top: 15px;}
.col-md-12.tcb-customer-slider h2{margin-bottom: 0;font-size: 20px;}
.col-md-12.tcb-customer-slider {margin-top: 40px;}
.content-section {bottom: 20px;left: 24px;}
.product-part1 a{font-size:12px;font-weight: 600;}
.product-part1 h2{font-size:14px;font-weight: 900;}
.container-fluid.collection{margin-top:50px;padding-right: 0;padding-left: 0;}
.coll-part1 h2 {font-size: 20px;}
.col-md-9.col-xs-12.collection-part{padding-right: 0;padding-left: 0;}
.coll-part1 p{font-size:13px;}
.box-shadow{height: 150px;}
.box-image {height: 70px;}
.text-box-shadow .box-text1{font-size: 11px;}
.text-part1 h2 { font-size:20px;}
.text-part1 p {margin-bottom: 15px;font-size: 13px;}
p.left_text {line-height:16px;font-size: 12px;font-family: 'Chivo', sans-serif;}
.week h4 a {font-size: 12px;line-height:17px;}
.week-part1 p{font-size: 11px;}
p.right_text strike{font-size: 12px;}
.week-part1 span{margin-left:0px;font-size: 12px;}
.tcb-product-slider h2{font-size: 20px;}
.tcb-product-slider .heading-para {margin-top: 7px;font-size: 13px;margin-bottom: 15px;}
.separator p{padding: 7px 0;}
.tcb-customer-blog h2{font-size: 20px;}
.tcb-customer-blog p{font-size: 13px;}
.col-md-12.tcb-customer-blog {
margin-top: 30px;
}
.footer-icon ul li a span{font-size: 11px;}
.footer-icon p{font-size: 17px;}
.tcb-customer-slider .customer-para {font-size: 13px;}
.info {
margin-top: 20px;
}
.sec-head a{font-size: 12px;}
.sec-head h3{font-size: 12px;}
span.span-icon img{min-width:25px;}
.foot-para p span{font-size: 12px;}
.arrow_box2 {
position: absolute;
left: 40%;
bottom: 80%;
}
.controls {top: 70px;}
.foot-nav ul li {padding: 10px;}
.footer-nav hr {margin-left: 15px;margin-right: 50px;}
.footer-menu .heading-menu p {font-size: 13px;}
.footer-icon ul li {padding-left: 0px;margin-left: 6px;}
.footer-icon ul {padding-left: 0;padding-top: 0px;}
.footer-icon p{margin-left: 5px;}
.foot-nav ul {padding-left: 30px;}
.footer-carr p {font-size: 15px;}
.foot-con ul li a {font-size: 10px;}
.foot-last p{line-height: 16px;font-size: 11px;padding-left: 12px;}
.footlast-nav ul li{line-height: 20px;}
.footlast-icon p{font-size: 15px;}
.pr-img img{width:28%;top: -8%;}
.ipad-pd{margin-top: 25px;}
/*** product inner page**/
.slect-frame {
margin-left: 0px;
margin-bottom: 20px;
padding-left: 25px !important;}
.inner-conte h1 {margin-bottom:5px;}
.frame-img{margin-top:20px;}
.product-img-part_two{padding-top:20px;}
.review-detail {
padding-bottom: 140px;
}
.img-rev img{
width: 40%;
}
.col-lg-9.col-sm-8.col-md-7.col-xs-7.detail {
margin-left: -20px;
}
/****product page*******/
.size-details {
padding: 10px 19px;
}
.shape-image.ipad {
margin-left: 15px;
}
.shape-image label{
padding-left:0;
}
label.pad-1 span{
font-size: 10px;
padding-left: 25px;
}
input[type="checkbox"] {
position: absolute;
width: 15px;
height: 13px;
}
.moblie-shorting{display:none;}
.col-lg-3.col-sm-3.col-md-3.col-xs-12.shorting-part.moblie-hide {
height: 1200px;
}
.col-lg-9.col-sm-9.col-md-9.col-xs-12.shorting-part {
height: 1200px;
overflow-y: scroll;
}
.col-md-12.col-sm-12.col-xs-12.inner_product-list {
margin-left: -50px;
}
h2.recent-view {
font-size: 20px;
}
.price h5 {
text-align: center;
font-size: 13px;
font-weight: 600;
color: #564b56;
letter-spacing: 0.7px;
font-family: 'Montserrat', sans-serif;
}
.price .price-text-color {
text-align: center;
font-size: 12px;
font-weight: 600;
color: #747474;
margin-bottom: 0px;
}
p.price-prod {
text-align: center;
font-size: 10px;
font-weight: 600;
color: #747474;
margin-bottom: 0px;
font-family: 'Chivo', sans-serif;
}
.prod-cont h2 {
text-align: center;
color: #424242;
font-size: 11px;
padding-top: 15px;
letter-spacing: 0.7px;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.col-lg-12.col-12-md.col-12-sm-col-12-sm {
margin-left: 5%;
}
.submit-button.col-lg-6 {
width: 46%;
margin-bottom: 25px;
padding-right: ;
}
.fom-icon button{
top: 0px;
}
.login-fm{
top: 25%;
background: #FFF;
position: absolute;
width: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.form-set{
z-index: 99999999999999;
}
/*********************************************buyer process****************************************************/
.tabber{
margin-left: 0px !important;
margin-top: 0px !important;
}
.fb-content{
font-size: 15px;
}
p.des2.margin-t10 {
font-size: 11px;
}
.butt-process {
margin-top: 25px;
}
} | theme_data/css/style.css | body{
}
img{
width:100%;
height:auto;
}
/*********accordion********/
.accordin {
border: 1px solid #F4F4F4;
margin-top:6px;
}
.content-two .accordin h1{
font-size: 14px;
background: #F4F4F4;
margin: 0;
padding: 12px;
border: 1px solid #F4F4F4;
}
.accordin-content{
padding:10px;
display:none;
}
i.fa.fa-angle-right {
margin-right: 5px;
margin-left: 5px;
color: #03b4c8;
border-radius: 50%;
}
.accordi .active{
background:red;
}
btn.focus, .btn:focus {
outline: 0;
box-shadow: none !important;
}
/*********accordion end********/
/*contact detail area*/
.col-md-4.col-sm-6.col-xs-4.mobile-text {
padding-left: 0;
}
.col-md-4.col-sm-12.col-xs-4.mobile-text {
padding-left: 0px;
}
.head-contact p.contact {
margin-left: -45px;
margin-top: 10px;
}
.head-contact1 p.contact {
margin-left:0px;
margin-top: 10px;
}
p.contact{
font-size:12px;
color:#888a9d;
font-weight: 300;
font-family: 'Didact Gothic', sans-serif;
letter-spacing: 0.7px;
}
p.text-icon{
font-size:12px;
color:#888a9d;
font-weight: 100;
margin-top: 10px;
}
span.mob-span-block {
font-family: 'Didact Gothic', sans-serif;
letter-spacing: 0.7px;
font-weight: 300;
}
p.text-icon.part1 {
margin-left: 20px;
}
.text-icon i{
font-size:17px;
margin-right: 4px;
}
.container-fluid.head-two {
margin-top: 10px;
}
.logo-part img.logo-image {
width: 60%;
margin-left: 50px;
}
.input-area input.search {
width: 100%;
border: 1.5px solid #cacaca;
padding:4px;
position:relative;
margin-left: -13px;
}
.input-area input::placeholder {
color: #888a9d;
opacity: 1;
font-family: 'Didact Gothic', sans-serif;
letter-spacing: 0.7px;
}
.input-area .fa-search{
position: absolute;
right: 33px;
font-size: 18px;
color: #888a9d;
top: 4px;
}
.login-part ul{
padding-left: 0px;
}
.login-part ul li{
float:left;
list-style:none;
}
.login-part ul li a{
text-decoration:none;
margin:2px 10px;
text-align:left;
color:#545454;
font-family: 'Didact Gothic', sans-serif;
letter-spacing: 0.7px;
font-weight:600;
font-size: 14px;
}
.list-part i.fa.fa-heart-o{
color: #d32020;
}
.col-md-4.col-xs-12.login-part {
padding-left: 30px;
}
.login-part ul li:hover a{
color:#8749B6;
}
/**head part end **/
/** head menu start**/
menu{
background:#854AB8;
margin-bottom: 0px;
}
.menu-section{
position:relative;
}
.head-nav ul {
padding-left: 0px;
}
.head-nav ul li{
float:left;
list-style:none;
position:relative;
}
.head-nav ul li a{
display:inline-block;
text-decoration:none;
margin:11px 0px;
padding-left:40px;
text-transform:uppercase;
font-size:14px;
text-align:center;
color:white;
}
.head-nav ul ul{
position:absolute;
left:-10px;
z-index:9;
background:#854AB8;
}
.head-nav ul ul li{
display:none;
}
.head-nav ul li:hover li{
display:block;
}
.head-nav ul ul li a{
display:inline-block;
text-decoration:none;
margin:2px 10px;
background:#854AB8;
padding:5px;
text-transform:uppercase;
width:200px;
text-align:left;
color:#fff;
}
.head-nav ul li:hover a{
color:#fff;
}
.head-nav ul ul li:hover a{
color:#fff;
}
/** banner part start**/
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
display: block;
}
.owl-theme .owl-nav.disabled+.owl-dots {
display: none;
}
.baner-part img{
position:relative;
}
.baner-part h1{
font-size: 50px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 30px;
line-height: 1.2;
}
}
.baner-part span{
font-family: 'Noto Sans JP', sans-serif;
}
.baner-part p{
font-size: 20px;
/* font-weight: 600; */
letter-spacing: 4px;
}
.banner-content{
position:absolute;
bottom:65px;
right:70px;
z-index:7;
text-align: right;
}
.banner-content a {
font-family: AvenirLTStd-Roman;
font-size: 16px;
letter-spacing: 2px;
padding: 10px 20px;
border: 2px solid #8749B6;
}
.banner-content a.btn-primary {
color: #8749B6;
border-color: #8749B6;
border-radius: 0;
margin-right: 10px;
font-weight:600;
font-family: "Montserrat", sans-serif;
}
.banner-content a.bt-n:hover, .banner-content a.bt-n:focus,.banner-content a.bt-n:active:focus {
border-color: #8749B6;
color: #fff;
text-decoration:none;
}
a.bt-n {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
background-image: none;
border: 2px solid transparent;
border-radius: 4px;
color:#000;
background:none !important;
position: relative;
transition:color 0.25s ease;
}
a.bt-n::after {
position: absolute;
content: '';
top:0;
left: 0;
width: 0;
height: 100%;
background-color: #8749B6;
transform-origin:left;
transition:width 0.25s ease;
z-index:-1;
}
.bt-n:hover::after {
width: 100%;
}
.col-md-8.banner {
padding-left: 0;
padding-right:20px;
}
.col-md-4.col-xs-12.slider-rightpart {
background: #fff3f3;
height: 353px;
}
.col-md-12.slider-rightpart {
margin-top: 20px;
}
.col-md-12.slider-rightpart p.para1 {
font-size: 20px;
color: #424242;
font-weight: 600;
text-align: center;
font-family: "Montserrat", sans-serif;
letter-spacing: 0.7px;
}
.col-md-12.slider-rightpart p.para2 {
font-size: 15px;
color: #747474;
font-weight: 600;
text-align: center;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
}
.col-md-12.slider-rightpart .video {
margin-top: 20px;
}
.col-md-12.slider-rightpart iframe {
height: 220px;
border: 1px solid;
border-radius: 5px;
}
.owl-theme .owl-nav .owl-next {
position: absolute;
z-index: 7;
top: 150px;
left: 19px;
}
.owl-theme .owl-nav .owl-prev {
position: absolute;
z-index: 7;
top: 150px;
right: 19px;
}
.owl-theme .owl-nav [class*=owl-] {
color: #D6D6D6;
font-size: 0px;
margin: 5px;
padding: 20px 20px;
cursor: pointer;
border-radius: 50%;
}
.owl-theme .owl-nav .owl-next {
background:transparent;
background-image: url(../image/12.png);
background-position: center;
background-size: 20px 20px;
background-repeat: no-repeat;
}
.owl-theme .owl-nav .owl-next:hover {
background:transparent;
background-image: url(../image/12.png);
background-position: center;
background-size: 20px 20px;
background-repeat: no-repeat;
}
.owl-theme .owl-nav .owl-prev {
background:transparent;
background-image: url(../image/right-arrow.png);
background-position: center;
background-size: 20px 20px;
background-repeat: no-repeat;
}
.owl-theme .owl-nav .owl-prev:hover {
background:transparent;
background-image: url(../image/right-arrow.png);
background-position: center;
background-size: 20px 20px;
background-repeat: no-repeat;
background-color:none;
}
/** banner part end**/
/**.img-section1 {
margin-left: -14px;
margin-right: 5px;
padding-left: 0px;
}
.img-section2 {
margin-left: -14px;
margin-right: 5px;
padding-left: 0px;
}
.img-section3 {
margin-left: -14px;
margin-right: -15px;
padding-left: 0px;
}***/
.product-part1{
margin-top:8px;
}
.product-part1 img{
position:relative;
}
.product-part1 h2{
z-index:7;
}
.product-part1 a{
/**border-bottom: 2px solid #333;**/
}
.content-section{
position:absolute;
bottom: 40px;
left: 30px;
}
.product-part1 h2{
font-weight: 600;
color:#544949;
font-family: "Montserrat", sans-serif;
letter-spacing: 0.7px;
font-size: 25px;
}
.product-part1 a:focus, .product-part1 a:hover {
color: #8749B6;
text-decoration: none;
}
.product-part1 a{
font-weight: 900;
color: #2f2f2f;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
transition: 0.5s;
position: relative;
background-color: transparent;
font-size: 14px;
}
.product-part1 a::before{
position: absolute;
top: 100%;
left: 0;
width: 0%;
height: 2px;
content: "";
background: #8749B6;
visibility: hidden;
opacity: 0;
transition: 0.4s;
}
.product-part1 a:hover::before{
visibility: visible;
width: 100%;
opacity: 1;
}
.coll-part1 h2{
text-align: center;
font-weight: 900;
font-family: 'Montserrat', sans-serif;
font-size: 30px;
letter-spacing: 0.7px;
text-transform:uppercase;
color: #544949;
}
.coll-part1 p{
text-align: center;
font-weight: 600;
color: #747474;
margin-bottom: 25px;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
font-size: 15px;
}
.box-shadow{
border: 1px solid #e4e4e4;
border-radius: 10px;
box-shadow: 8px 8px 7px #c0bbbb;
}
.box-image img{
border-radius: 10px 10px 0 0;
}
.box-image{
height:100px;
}
.text-box-shadow .box-text{
text-align: center;
font-weight: 600;
vertical-align: middle;
height: 40px;
display: table-cell;
width: 100vh;
font-size: 15px;
color: #424242;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
}
.text-box-shadow a.box-text:hover{
text-decoration:none;
}
.text-box-shadow .box-text1{
text-align: center;
/*font-weight: 600;*/
font-size: 13px;
color: #747474;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
padding: 0px 6;
}
.box-part{
margin-top: 30px;
}
.text-part1 h2{
text-align: center;
font-weight: bold;
color: #fc5d45;
font-weight:900;
font-family: 'Montserrat', sans-serif;
font-size: 30px;
letter-spacing: 0.7px;
text-transform: uppercase;
}
.text-part1 p{
text-align: center;
font-weight: 600;
color: #747474;
margin-bottom: 25px;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
font-size: 15px;
}
.collection{
margin-top:50px;
}
/* tooltip*/
.tooltip {
opacity: 1 !important;
}
.tooltip .tooltiptext {
width: 50px;
background:red;
color: #fff;
text-align: center;
border-radius: 0px;
padding: 1px 0;
position: absolute;
z-index: 1;
top: -30px;
right: -27px;
font-size:12px;
}
.tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 50%;
left: 60%;
margin-left: -5px;
border-width: 10px;
border-style: solid;
border-color: red transparent transparent transparent;
transform: rotate(-270deg);
}
/*.arrow_box img{
width: 24%;
position: relative;
}
.arrow_box span{
position: absolute;
top: 6px;
left: 30px;
color: white;
}*/
p.left_text {
font-size: 15px;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
color: #424242;
font-weight: 600;
}
.week h4 a{
font-size: 14px;
color: #424242;
font-weight: 900;
display: flex;
text-align: center;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
line-height: 23px;
}
.week h4 a:hover{
text-decoration:none;
}
.week-part1 p{
color: #747474;
font-weight: 600;
text-align: center;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
margin-bottom: 0px;
font-size: 13px;
}
.week-part1 p.right_text {
text-align: center;
font-weight: 600;
position:relative;
color:#747474;
margin-top:5px;
font-family: 'Chivo', sans-serif;
font-size: 13px;
}
.week-part1 span{
margin-left:5px;
color:#e67676;
}
.week-part2 hr{
border: 1px solid #949393;
background: #949393;
width: 19%;
position: absolute;
bottom: -2px;
left: 71px;
}
.head-part .col-md-12 h1{
margin-top:40px;
text-align:center;
font-weight: 900;
font-size: 30px;
}
.head-part .col-md-12 p{
text-align: center;
font-weight: 600;
color: #918f8f;
}
.col-item .tooltip .tooltiptext {
width: 50px;
background: red;
color: #fff;
text-align: center;
border-radius: 0px;
padding: 1px 0;
position: absolute;
z-index: 1;
top: 0;
right: -20px;
font-size: 12px;
}
.col-item .tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 50%;
left: 60%;
margin-left: -5px;
border-width: 10px;
border-style: solid;
border-color: red transparent transparent transparent;
transform: rotate(-270deg);
}
.price .price-text-color{
text-align: center;
font-size: 13px;
font-weight: 600;
color: #747474;
margin-bottom: 0px;
}
.price h5{
text-align: center;
font-size: 15px;
font-weight: 600;
color: #564b56;
letter-spacing:0.7px;
font-family: 'Montserrat', sans-serif;
}
.price p{
text-align:center;
font-family: 'Chivo', sans-serif;
margin-top: 5px;
font-weight:600;
color: #747474;
letter-spacing:0.7px;
font-size: 13px;
margin-bottom: 0;
}
.info{
margin-top:10px;
}
.price p .right_text{
position:relative;
}
.price span{
margin-left:5px;
color:#e67676;
letter-spacing:0.7px;
}
.tcb-product-slider{
margin-top:50px;
}
.tcb-product-slider h2{
text-align: center;
font-weight: 900;
font-size: 30px;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
color: #564b56;
text-transform:uppercase;
}
.tcb-product-slider .heading-para{
text-align: center;
font-weight: 600;
color: #747474;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
font-size: 15px;
}
.carousel-inner .hr{
border-bottom: 1px solid #dedede;
padding-top: 15px;
}
.customer-details .hr{
border-bottom: 1px solid #dedede;
padding-top: 15px;
margin-left:15px;
margin-right:15px;
}
.controls{
position: absolute;
z-index: 1;
width: 100%;
top: 150px;
right: 0;
}
.controls a{
border-radius: 50%;
width: 50px;
height: 50px;
border: none;
font-size: 20px;
text-align: center;
line-height: 40px;
/** background: #d4d4d4;**/
margin: 0 7px;
}
.controls a.btn-primary {
color: #b3b1b1;
background-color: #fff;
border-color: #2e6da4;
}
.tcb-customer-slider h2{
text-align: center;
font-weight: 900;
font-size: 30px;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
color: #564b56;
text-transform:uppercase;
}
.tcb-customer-slider .customer-para{
text-align: center;
font-weight: 600;
color: #747474;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
font-size: 15px;
margin-bottom: 0;
}
.col-md-12.tcb-customer-slider{margin-top:45px;}
.carousel-inner{
margin-top: 20px;
}
/**.row{
margin-right:0px;
margin-left:0px;
}**/
a.right.fa.fa-chevron-right.btn.pull-right {
margin-right: 0;
}
.customer-img img{
width: 30%;
margin: auto;
border: none;
border-radius: 50%;
}
.price {
text-align: center;
}
.price i{
color: #fbfb8f;
}
.costomersaysname h4 a{
font-weight: 600;
color: #424242;
text-align:center;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
font-size: 16px;
}
.costomersaysname h4 a:hover{
text-decoration:none;
color:#854AB8;
}
.costomersaysname h4{
text-align:center;
margin-bottom: 0;
}
.costomersaysname h1 {
text-align: center;
margin-bottom: 5px;
margin-top: -6px;
}
.price.col-md-12{margin-bottom: 3px;
margin-top: 10px;}
.costomersaysname h1 a{
font-size: 13px;
font-weight: 600;
color: #424242;
text-align:center;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
}
.costomersaysname h1 a:hover{
text-decoration:none;
color:#854AB8;
}
.separator p{
font-size: 12px;
text-align: justify;
padding: 7px 20px;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
line-height: 20px;
color: #747474;
margin-bottom: 0;
}
.col-md-12.tcb-customer-blog {
margin-top: 35px;
margin-bottom: 30px;
}
.info-review{
margin-top:2px;
}
.tcb-customer-blog p{
font-size: 15px;
text-align: center;
font-weight: 600;
padding: 7px 53px;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
color: #747474;
padding-top: 0;
margin-bottom: 0;
}
.tcb-customer-blog h2{
text-align: center;
font-weight: 900;
font-size: 30px;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
color: #564b56;
text-transform:uppercase;
margin-bottom: 0;
}
.foot-bar{
padding:20px;
}
.foot-bar span{
margin-top: 5px
}
.foot-bar img{
margin-top: 7px
}
.foot-para p{
margin-top: 0px;
line-height: 20px;
word-spacing: normal;
font-size: 14px;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
color: #424242;
margin:0;
}
.foot-para p span{
font-weight: 700;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
}
.add-part{
margin-top:20px;
padding-left: 0;
padding-right: 0;
}
.sec-head h3{
font-size: 15px;
font-weight: 600;
color: #747474;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
margin-top: 20px;
}
.sec-head a{
font-weight: 600;
color: #424242;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
font-size: 16px;
}
.sec-head a:hover{
text-decoration:none;
color:#8749B6;
}
footer{
background-color:#2F2F2F;
}
.foot-nav ul{
float:left;
list-style: none;
margin-top: 10px;
padding-left: 33px;
}
.foot-nav ul li{
float:left;
padding:20px;
}
.foot-nav ul li a{
color:#b9b9b9;
letter-spacing: 0.7px;
font-family: 'Montserrat', sans-serif;
}
.foot-nav ul li a:hover{
text-decoration:none;
color:#fff;
}
.footer-nav hr{
border: 0;
border-top: 2px solid #464545;
margin-left: 35px;
margin-right: 50px;
margin-top:0;
}
.footer-icon p{
color: #fff;
margin-left: 25px;
margin-top: 20px;
font-size: 20px;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
letter-spacing: 1px;
}
.footer-icon ul{
float: left;
padding-left:0px;
padding-top: 0px;
list-style: none;
}
ul.heading1 {
padding-left: 8px;
}
ul.heading10 {
margin-top: 10px;
list-style: none;
}
.footer-icon ul li{
float:right;
padding-left:20px;
margin-left:5px;
}
.footer-icon ul li a div i{
color:#b9b9b9;
font-size: 20px
}
.footer-icon ul li a span{
color:#b9b9b9;
font-size: 13px;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.9px;
}
.footer-carr p{
font-size: 18px;
font-weight: 600;
color:#fff;
font-family: 'Montserrat', sans-serif;
letter-spacing: 1px;
}
.foot-con ul li{
float:left;
padding-top: 10px;
}
.foot-con ul li a{
color:#b9b9b9;
font-size:14px;
padding-left: 6px;
}
.foot-con ul li a i{
padding-right: 7px;
}
.footer-menu{
margin-top: 20px;
}
.footer-menu .heading-menu p{
font-size: 18px;
margin-left: 20px;
color:#fff;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
letter-spacing:1px;
}
.foot-cat ul{
float:left;
padding-left: 20px;
list-style: none;
}
.foot-cat ul li{
padding-top:12px;
}
.foot-cat ul li a{
color:#b9b9b9;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.7px;
font-size: 12px;
}
.foot-cat ul li a:hover{
text-decoration:none;
color:#fff;
}
.container-fluid.foot-icon {
padding-bottom: 20px;
}
.footer-color{
background-color:#292929;
padding-bottom: 15px;
}
.foot-last p{
color:#b9b9b9;
padding-top: 25px;
padding-left: 35px;
font-family: 'Chivo', sans-serif;
letter-spacing:0.7px;
font-size:9px;
}
.footlast-nav ul{
margin-top: 22px;
}
.footlast-nav ul li{
float:left;
padding-left:10px;
list-style:none;
}
.footlast-nav ul li a {
color:#b9b9b9;
font-size:9px;
font-family: 'Chivo', sans-serif;
letter-spacing:0.7px;
}
.footlast-nav ul li a:hover{
color:#fff;
text-decoration:none;
}
.footlast-nav ul li span{
margin-left: 15px;
}
.footlast-icon p{
color: #b9b9b9;
margin-top: 18px;
font-size: 9px;
font-family: 'Chivo', sans-serif;
letter-spacing:0.7px;
}
.footlast-icon i{
color: #b9b9b9;
padding-left: 6px;
font-size:16px;
}
.container-fluid.footer-color{padding-bottom: 10px;}
/*.img-section1, .img-section2, .img-section3
{
height:250px;
overflow:hidden;
}*/
.controls a{
color:#333;
}
.btn:active {
-webkit-box-shadow: none;
box-shadow: none!important;
}
.row-part{
margin-left:0px!important;
margin-right:0px!important;
}
menu .hidden-md{
display:none;
}
.mobile-icon{display:none;}
ul.for-moblie{display:none;}
.mslider-section{display:none;}
.customer-details{display:block;}
.customer-part{display:none;}
nav.mobile-menu{display:none;}
.moblile-last p{display:none;}
/** product page css**/
.col-lg-12.col-md-12.col-sm-9.col-xs-12.pro-heading{padding-top: 20px; padding-bottom:20px;}
h1.h-heading {text-align: center;color: #564b56;;font-size: 25px;letter-spacing:0.7px;font-weight:900;font-family:'Montserrat', sans-serif;}
.pro-heading p{text-align: center;color: #747474;font-size: 18px;letter-spacing:0.7px;font-weight:600;font-family: 'Chivo', sans-serif; font-size: 15px;}
.col-md-4.col-sm-4.col-xs-6.pro-content{margin-top: 30px; margin-bottom: 30px;}
.pr-img img{
width:17%;
position: absolute;
top: -15px;
left: 0;
z-index:2;
}
.pr-img span{
position: absolute;
top:-10px;
left: 17px;
font-size: 13px;
color: #fff;
z-index:4;
}
img.img-prod{
position:relative;
}
.prod-cont h2{text-align: center;color: #424242;font-size:14px;padding-top: 15px;letter-spacing:0.7px;font-weight:600;font-family: 'Montserrat', sans-serif;}
p.price-prod {
text-align: center;
font-size: 12px;
font-weight: 600;
color: #747474;
margin-bottom: 0px;
font-family: 'Chivo', sans-serif;
}
p.price-prod span{color:#e67676;margin-left:10px;}
.col-lg-3.col-sm-3.col-md-3.col-xs-12.shorting-part{
border: 1px solid gray;
padding: 0;
border-top: 0;
border-bottom: 0;
}
.fram-type{
background: #f7f6f1;
padding: 5px;
}
#btnShow{display:none;}
#dialog{display:none;}
.fram-type h1{
font-weight: 600;
font-size:14px;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
color: #564b56;
text-transform: uppercase;
padding: 5px 10px 0 7%;
}
.size-details{
padding: 10px 20px;
}
input[type="checkbox"]{
margin:0;
}
label span{
padding-left: 37px;
font-size: 13px;
font-weight: 100;
color: #747474;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.6px;
}
label.pad-1 {
padding: 4px;
}
.frame-type{
padding: 10px 10px;
border: 1px solid #e6e6e6;
background: #f7f6f1;
}
.frame-type h1{
font-weight: 600;
font-size:14px;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.7px;
color: #564b56;
text-transform: uppercase;
padding: 5px 10px 0 7%;
}
.size-details{display:none;}
.shape-image label {
background: unset;
margin-right: 5px;
height: auto;
text-indent: 0;
padding-left:20px;
padding-top: 12px;
}
input[type="checkbox"]{
opacity: 0;
position: absolute;
width: 24px;
height: 24px;
cursor: pointer;
}
.shape-image input[type=checkbox]+span {
opacity: .5;
border: 1px solid #cdcdcd;
white-space: nowrap;
margin-left: 0;
}
input.check{
opacity: .5;
border: 1px solid #cdcdcd;
white-space: nowrap;
margin-left: 0;
}
img.innerImg{
width: 56px;
margin: 7px 5px 0;
}
.shape-image label span {
padding-top: 2px;
max-width: 60px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
padding-left: 2%;
height: 60px;
margin-left: 0;
min-width: 65px;
color: #2a2a2a;
line-height: 12px;
letter-spacing: 1px;
overflow: hidden;
text-transform: capitalize!important;
display: block;
}
.shape-image.col-lg-4.col-md-4.col-sm-4.col-xs-4 {
padding:0;
}
.shape-image{
margin-bottom: 5px;
}
.shape-image label input+span:hover {
border: 1px solid #000;
}
.foot-margin{margin-top:0 !important;}
.moblie-shorting{display:none;}
.acco{display:none;}
.col-lg-3.col-sm-3.col-md-3.col-xs-12.shorting-part.moblie-hide {
height: 100vh;
}
.col-lg-3.col-sm-3.col-md-3.col-xs-12.shorting-part.moblie-hide.fixed {
position: fixed;
top: 0;background: #FFF; z-index: 1;
overflow-y:scroll;
}
.col-lg-9.col-sm-9.col-md-9.col-xs-12.shorting-part {
}
.col-lg-9.col-sm-9.col-md-9.col-xs-12.shorting-part.fixed {
margin-left: 25%;
}
.shorting-part::-webkit-scrollbar {
display: none;
}
.shorting-part{
overflow: -moz-scrollbars-none;
}
/**productinner page*/
.container-fluid.inner-li{display:block;}
.col-md-12.col-sm-12.col-xs-12.inner_product-list{display:block;}
.container-fluid.inner-li{border-bottom: 3px solid #dcd9d9;}
.inner_product-list ul{float:left;margin-bottom:6px;}
.inner_product-list ul li{float:left;list-style:none;margin-top:6px;}
.inner_product-list ul li a{padding-left:10px;font-size:12px;color: #747474;letter-spacing:0.7px;font-family: 'Chivo', sans-serif;}
.inner_product-list ul li a:hover{text-decoration:none;}
.col-md-12.col-sm-12.col-xs-12.product-img-part_one {
padding-left: 0px;
}
.col-md-3.col-sm-3.col-xs-12.product-img-part_two img{
border: 2px solid #d6d5d5;
}
.col-12-md.col-sm-12.col-xs-12.inner-background {padding-top: 25px;margin-top: 40px;
background: #F7F7F7;
}
.inner-content {
margin-top: 20px;
}
.inner-heading p{font-size: 16px;font-weight: 900;font-family: 'Montserrat', sans-serif;letter-spacing: 0.7px; text-transform: uppercase;color: #5CD422;}
.inner-content p.produt-name{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.inner-content p.produt-id{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.inner-content p.produt-pric{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
p.produt-pric strike{margin-left:2px;}
.inner-content p.produt-pay{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.inner-content p.produt-disc{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.inner-content p.produt-pin{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.inner-content p.Check-Size{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
p.produt-pin input[type="text"] {margin-left: 20px;border: 2px solid #9e9c9c;background: #F7F7F7;padding: 3px;}
.select input[type="radio"] {width: 13px;height: 13px;}
.select span{margin-left: 10px;font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;font-size: 14px; margin-right: 10px;}
.with-out {margin-top: 20px;margin-bottom:20px;}
.with-out span{margin-left: 10px;font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;font-size: 12px; margin-right: 10px;}
.inner-conte h1{font-size: 15px;font-weight: 900;font-family: 'Montserrat', sans-serif;letter-spacing: 0.7px; text-transform: uppercase;color:#6A6A6A ;margin-bottom: 0;}
.star-icon i {font-size: 13px;padding-left: 5px;margin-top: 20px;margin-bottom: 8px;color:#e4c20b;}
.inner-conte p.star{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.inner-conte .review-{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;display: inline-block;}
span.vl{display: inline-block;border: 1px solid #676262;height: 10px;margin-right: 4px;}
.review- p{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px;font-size: 11px;display: inline-block;margin-bottom: 0px;}
.inner-conte p.share{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.fb-sh{margin-bottom: 8px;}
.fb-sh button.btn.tweeter-btn{background: #00acee;color: #fff;}
.fb-sh button.btn.facebook-btn{background: #3b5998;color: #fff;margin-left: 5px;}
.inner-conte p.ship{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.inner-conte p.quality{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.inner-conte p.Pay-secur{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.inner-conte p.Statisfaction{font-weight: 600;color: #2f2f2f;font-family: 'Chivo', sans-serif;letter-spacing: 0.7px; font-size: 11px;margin-bottom: 8px;}
.col-12-md.col-12-xs-.col-sm-12.frame-img{margin-top:20px;}
.slect-frame {margin-bottom:20px;}
.slect-frame img{ margin-left: 30px;position:relative;}
.slect-frame input[type="radio"]{position:absolute;}
.magni.active{ border-color:#333 !important;}
.frame-img{margin-top:20px;}
.product-img-part_two{padding-top: 5%;}
aside { width:100%;right: 50%; height: 50px; position: absolute;left:0;}
aside.fixed {position: fixed;}
aside {font-family: Helvetica, sans-serif; font-weight: bold; color: #fff; font-size: 2.5em; letter-spacing: -3px; line-height: 0.8em;}
.pd-10 {
padding-top: 15px;
}
.content-tab p {
margin-top: 5px;
font-size: 15px;
text-align: justify;
margin-bottom: 0px;
font-size: 12px;
font-weight: 500;
font-family: 'Noto Sans JP', sans-serif;
line-height: 2;
}
.click-re .btn-primary {
color: #fff;
background-color: #854AB8;
border-color:#854AB8;
}
.file-field .btn-primary {
color: #fff;
background-color: #854AB8;
border-color:#854AB8;
}
/************ Tab part ***********/
.col-lg-10.col-md-12.col-sm-12.col-xs-12.tab {margin: 30px;
padding: 0;
margin-left: 30px;
margin-right: 0;
}
ul.tab-nav{
margin-bottom: 0px;
padding: 0;
}
.tab-nav li{
float: left;
list-style: none;
background:#F7F7F7;
}
.col-lg-12.col-md-12.col-sm-12.col-xs-12.tab {
margin-top: 35px;
padding:0;
}
/***.col-lg-12.col-12-md.col-12-sm-col-12-sm {
padding-left: 0;
}***/
.tab-nav li a{
text-align:center;
text-decoration:none;
padding:10px 10px;
display:inline-block;
color: #564b56;
font-weight:600;
font-size:14px;
font-family: 'Montserrat', sans-serif;
}
.tab-nav li a:hover{
text-decoration:none;
}
.tab a.active{
background:#854AB8;
color: #fff;
}
p.content-para {
padding-top: 15px;
margin-left: -15px;
}
p.content-para.mar {
margin-left: -30px;
}
.tab-border{
border: 1px solid #dcdcdc;
width: 100%;
height: 420px;
overflow: scroll;
width: 96%
}
.hid{display:none;}
.content-tab {
background: #fff;
}
p.gender{
font-size: 12px;
font-weight: 500;
font-family: 'Noto Sans JP', sans-serif;
}
p.gender span{
font-size: 12px;
font-weight: 100;
font-family: 'Noto Sans JP', sans-serif;
color: #747474;
}
/***p.pd-10{
padding-top: 15px;
}****/
.col-lg-12.col-sm-12.col-xs-12.background-col{
border: 1px solid #dcdcdc;
padding: 0;
margin-top: 30px;
}
.reviews{
background: #F7F7F7;
padding: 7px 7px;
}
.reviews h1{
font-size: 16px;
color: #564b56;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
.img-rev{
margin-left: 15px;
margin-top: 15px;
padding-right: 0;
}
.img-rev img{
width: 70%;
margin: auto;
border: none;
border-radius: 50%;
}
.col-lg-2.col-sm-3.col-md-3.col-xs-3.img-rev{ padding-right: 0;}
.col-lg-9.col-sm-8.col-md-7.col-xs-7.detail{ padding-left: 0;}
.detail{
margin-top: 20px;
margin-left: 20px;
}
.detail p.name-add{
font-size: 13px;
color: #333;
font-family: 'Noto Sans JP', sans-serif;
}
.star-icon i{
margin-top: 5px;
}
.detail p.comment{
font-size: 11px;
color: #333;
font-family: 'Noto Sans JP', sans-serif;
}
.review-detail .hr{
border: 1px solid #f4f1f1;
background: #949393;
width: 90%;
position: absolute;
left: 30px;
}
.review-detail {
padding-bottom: 130px;
}
.frame-check{
border: 1px solid #dcdcdc;
margin-top: 30px;
}
.frame-head{
background:#F7F7F7;
}
.frame-head h1{
margin-left: 10px;
margin-right: 10px;
font-family: 'Noto Sans JP', sans-serif;
font-size: 15px;
padding: 10px 0px;
}
.frame-head span {
padding-left: 10px;
font-size: 11px;
}
.range p{
text-align: center;
font-size: 15px;
font-weight: 500;
margin-top: 20px;
}
.md-form{
MARGIN: 25PX 70PX;
}
.ship-det{
background: #F7F7F7;
margin-top: 30px;
}
.ship-det h1{
margin-top: 20px;
font-size: 16px;
color: #564b56;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
.ship-det p.free-ship{
margin-top: 20px;
}
.ship-det p{
font-size: 11px;
color: #333;
font-family: 'Noto Sans JP', sans-serif;
}
.click-re{
float: left;
margin: 6% 20%;
}
.click-re li{list-style: none;float: left;}
.click-re li a.bt-n.btn-primary {
color: #8749B6;
border-color: #8749B6;
border-radius: 0;
margin-right: 10px;
font-weight: 600;
font-family: "Montserrat", sans-serif;
padding: 6px 12px;
margin-top: 0px !important;
}
.frame-check{
display: block;
}
.range{
display: block;
}
.upload{
display: block;
}
p.cod {
margin-bottom: 30px;
}
li.buy-now {
list-style: none;
}
.button-buy{
margin-bottom: 20px;
}
li.buy-now a.bt-n.btn-primary{
color: #8749B6;
border-color: #8749B6;
border-radius: 0;
margin-right: 10px;
font-weight: 600;
font-family: "Montserrat", sans-serif;
padding: 6px 30px;
margin-top: 0px !important;
z-index: 1;
}
li.but-now a.bt-n {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
background-image: none;
border: 2px solid transparent;
border-radius: 4px;
color: #000;
background: none !important;
position: relative;
transition: color 0.25s ease;
z-index: 1;
}
li.buy-now a:hover{
text-decoration: none;
border-color: #8749B6;
color: #fff;
}
/****************slider*****************************/
h2.recent-view{
text-align: center;
color: #564b56;
font-size: 25px;
letter-spacing: 0.7px;
font-weight: 900;
font-family: 'Montserrat', sans-serif;
}
.col-md-12.col-xs-12.recent-slider {
margin-top: 40px;
margin-bottom: 30px;
}
/****************************buying process page***************************/
ul.tabber-nav{
padding-left: 15px;
padding-right: 15px;
border: none;
margin-left: 15px;
margin-bottom: 15px;
list-style: none;
}
.tabber-nav:before, .tabber-nav:after {
display: table;
content: " ";
}
.tabber-nav>li a.active {
background: #4d4d4d;
color: #fff;
padding: 0px 0 9px;
}
.tabber-nav>li {
background-color: #e4e4e4;
color: #000;
text-align: center;
margin-right: 35px;
width: 28%;
/**padding: 1px 0 8px;**/
border: none;
float: left;
margin-bottom: -1px;
position: relative;
display: block;
list-style-type: none;
}
.tabber-nav>li.active a, .tabber-nav>li.active a:focus, .tabber-nav>li.active a:hover {
background: 0 0;
color: #fff;
border: none;
outline: none;
text-decoration: none;
}
.tabber-nav>li a:focus, .tabber-nav>li a:hover, .tabber-nav a {
width: 100%;
color: #fff;
/**padding: 0;**/
border: none;
position: static;
/* background: 0 0;**/
outline: none;
text-decoration: none;
}
.ship-add{
margin-top: 30px;
}
.tabber-nav>li>a {
margin-right: 2px;
line-height: 1.42857;
/**border: 1px solid transparent;**/
/**border-radius: 4px 4px 0 0;**/
display: block;
font-size: 15px;
padding: 1px 0px 8px;
}
.active .icon-bc-back {
background-position: -147px -86px;
right: -16px;
}
.tabber-nav>li .icon {
width: 16px;
height: 42px;
position: absolute;
top: 0;
margin: 0;
display: inline-block;
line-height: 14px;
background-image: url(../image/12.jpg);
background-repeat: no-repeat;
vertical-align: middle;
}
span.step-count {
background: #fff;
color: #4b4c51;
width: 24px;
height: 24px;
border-radius: 50%;
text-align: center;
display: inline-block;
line-height: 1.7;
margin-top: 9px;
}
.active .icon-bc-forward {
background-position: -125px -86px;
left: -16px;
}
.icon-bc-back {
background-position: -107px -78px;
right: -16px;
}
.icon-bc-forward {
background-position: -85px -78px;
left: -16px;
}
.bor-ri{
border-right: 1px dashed #d3d3d3;
margin-top: 30px;
}
.icon-cir {
bottom: 0;
top: 42%;
width: 26px;
height: 26px;
background-position: -1150px -200px;
position: absolute;
z-index: 2;
margin-left: -13px;
display: inline-block;
margin-top: 1px;
line-height: 14px;
background-image: url(../image/12.jpg);
background-repeat: no-repeat;
vertical-align: middle;
}
.fb-content {
font-size: 18px;
margin: 50px 10px 15px 19px;
color: #564b56;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
.facebook-button-class {
margin-left: 10%;
background: url(../image/images.png) no-repeat;
width: 230px;
height: 40px;
border: none;
/*float: left;*/
background-size: 100%;
}
.margin-t10 {
margin-top: 25px;
color: #564b56;
font-family: 'Montserrat', sans-serif;
font-size: 12px;
}
.fill-here {
margin-top: 25px;
}
h3.process-head{
font-size: 18px;
color: #564b56;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
margin-bottom: 20px;
width: 100%;
}
.butt-process {
margin-top: 70px;
}
button.facebook-button-class{
margin-top:10px;
}
label {
display: block;
margin-bottom: .5rem;
}
span.spac-span {
padding-left: 15px;
font-size: 13px;
}
button.login-btn.margin-t15 {
margin-top: 20px;
margin-bottom: 20px;
width: 150px;
background: #854AB8;
height: 40px;
font-size: 17px;
color: #fff;
border: none;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
label.form-head{
font-size: 12px;
text-align: justify;
font-weight: 500;
font-family: 'Noto Sans JP', sans-serif;
}
.ship-form{
margin-top: 20px;
}
.ship-add{
background: #854AB8;
}
.ship-add h1{
font-size: 18px;
color: #fff;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
width: 100%;
padding: 10px;
margin: 0;
}
.col-lg-3.col-md-3.col-sm-12.no-padding{
margin-top: 30px;
margin-left: 35px;
}
.no-padding {
padding: 0!important;
}
.checkout-cart {
border: 1px solid #ccc;
padding: 0 !important;
}
.checkout-cart .checkout-item {
background-color: #4b4c51;
width: 100%;
padding: 6px 10px;
}
.checkoutCartItems .checkout-cart-items {
margin: 0;
padding: 0;
overflow: auto;
width: 100%;
}
.row:before, .row:after {
display: table;
content: " ";
}
.display-ib {
display: inline-block;
}
.checkout-cart .checkout-item span {
color: #fff;
letter-spacing: 1px;
font-size: 15px;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
.text-center {
text-align: center!important;
text-align: -webkit-center;
}
.checkoutCartItem.cart-items span.qty-name {
margin: 13px 0 5px;
color: #000;
display: block;
}
.checkoutCartItem.cart-items .qtyMinus, .checkoutCartItem.cart-items .qtyMinus:hover {
background-image: url(../image/12.jpg);
width: 10px;
height: 10px;
cursor: pointer;
}
.checkoutCartItem.cart-items .qtyMinus {
display: inline-block;
background-position: -1050px -150px;
margin-right: 17px;
}
.checkoutCartItem.cart-items .qty-value {
width: 27px;
border: 1px solid #ccc;
text-align: center;
font-size: 13px;
color: #666;
display: inline-block;
height: 20px;
line-height: 20px;
}
input, button, select, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button, input, optgroup, select, textarea {
color: inherit;
font: inherit;
margin: 0;
}
.checkoutCartItem.cart-items .qtyPlus, .checkoutCartItem.cart-items .qtyPlus:hover {
display: inline-block;
width: 10px;
height: 10px;
background-image: url(../image/12.jpg);
cursor: pointer;
}
.checkoutCartItem.cart-items .qtyPlus {
background-position: -1100px -150px;
}
.checkoutCartItem.cart-items .remove-item, .checkoutCartItem.cart-items .remove-item:hover {
float: right;
width: 11px;
height: 11px;
cursor: pointer;
background-image: url(../image/12.jpg);
}
.checkoutCartItem.cart-items .remove-item {
background-position: -1000px -150px;
margin-top: 22px;
margin-right: 18%;
}
.checkoutCartItem.cart-items .product-amount {
margin: 10px 0 0;
border-bottom: 1px solid #f3f3f3;
padding-bottom: 5px;
}
.checkoutCartItem.cart-items .product-amount .product-head-details {
color: #555;
font-weight: 700;
font-size: 12px;
letter-spacing: 1px;
margin-bottom: 5px;
font-family: 'Montserrat', sans-serif;
color: #564b56;
}
.checkoutCartItem.cart-items .product-amount .off-price {
font-size: 13px;
line-height: 18px;
display: inline-block;
vertical-align: middle;
color: #555;
padding-right: 0;
}
.clearfix:before, .clearfix:after {
display: table;
content: " ";
}
.clearfix:after {
clear: both;
}
.clearfix:before, .clearfix:after {
display: table;
content: " ";
}
.chkPriceDetails .payment-checkout {
background-color: #efefef;
border-bottom: 3px solid #ccc;
border-top: 3px solid #ccc;
width: 100%;
float: left;
}
.chkPriceDetails .payment-checkout .checkout-subtotal {
padding: 10px 10px 0;
}
.chkPriceDetails .payment-checkout .checkout-subtotal li {
color: #555;
border-bottom: 1px dashed #ccc;
padding: 5px 0;
font-size: 13px;
list-style: none;
width: 100%;
float: left;
letter-spacing: 1px;
}
.chkPriceDetails .payment-checkout .checkout-subtotal li:nth-last-child(1){
border-bottom:none;
}
ul.checkout-totalorder li{
list-style: none;
}
i.fa.fa-rupee{
background: #efefef;
}
.chkPriceDetails .checkout-totalorder {
background-color: #efefef;
padding: 10px 10px 5px;
width: 100%;
float: left;
list-style: none;
margin: 0;
}
label.account-login {
font-size: 12px;
text-align: justify;
font-weight: 500;
font-family: 'Noto Sans JP', sans-serif;
}
button.submit-bttn{
margin-top: 20px;
margin-bottom: 20px;
width: 100px;
background: #854AB8;
height: 25px;
font-size: 15px;
color: #fff;
border: none;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
.log-button li{
list-style: none;
}
.form-control{
font-size: 13px !important;
color: black !important;
}
.form-set{
position: fixed;
height: 100%;
width: 100%;
background: rgba(0,0,0,.5);
top: 0;
z-index: 99;
}
.login-fm{
background: #FFF;
position: absolute;
width: 30%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.fom-mag{
margin-top: 30px;
}
.submit-button.col-lg-6 {
margin: 15px 0;
}
button.login-bttn {
background: #854ab8;
border: none;
padding: 4px 24px;
color: #fff;
font-size: 13px;
padding-bottom: 5px;
}
li.new-reg{
margin-left: 53px;
border: none;
list-style: none;
}
li.new-reg a{
color: #fff;
font-size: 13px;
}
li.new-reg a:hover{
text-decoration:none;
}
li.pass-reg {
list-style: none;
}
li.pass-reg a:hover{
text-decoration:none;
}
.account-login{
margin-top: 15px;
}
.log-button{
text-align: center;
}
.fom-icon button{
background: no-repeat;
border: none;
font-size: 25px;
position: absolute;
right: 0;
top: 20px;
transform: translate(-50%,-50%);
}
.form-set{
display: none;
}
button:focus {
outline: none !important;
}
/*****************product internal page***************************/
li.buy{
list-style: none;
width: 43%;
}
li.buy a.bt-n.btn-primary {
color: #8749B6;
border-color: #8749B6;
border-radius: 0;
margin-right: 10px;
font-weight: 600;
font-family: "Montserrat", sans-serif;
padding: 6px 30px;
margin-top: 0px !important;
z-index: 1;
}
/****************************************buying processs************************************/
span.off-price{
float: right;
}
@media only screen and (max-width: 600px) {
body {
}
menu.hidden-md{ display:none;}
img{
width:100%;
height:auto;
}
.col-md-9.col-xs-12.collection-part.no-padding{padding-left:0; padding-right:0;}
/*.col-md-12.col-xs-12.no-padding{padding-left:0; padding-right:0;}*/
.head-one{display:none;}
p.contact.text-xs-center.text-sm-center{ text-align:center;text-align: center;font-size: 10px;}
p.contact.text-xs-center.text-sm-cente{margin-left: 20px;text-align: center;font-size: 10px;}
/**span.mob-span-block{display:none;}**/
p.text-icon.moblie-only i{font-size: 25px;}
.mobile-icon{ height:35px; width:35px; display:block; position:absolute;
left:15px;top:10px; z-index:1;}
.mobile-icon img{ width:25px;}
.container-fluid.head-two {margin-top: 15px;}
.col-md-4.input-area{position: absolute;top: 39px;padding: 3px 25px; display:none; z-index: 11;}/**input box*/
.input-area .fa-search {position: absolute;right:65px;top:-35px;display: none;}
.col-md-3.col-sm-4.logo-part{padding-bottom: 10px;margin-left: 10px;}
.shopping-icon{display:block}
.login-part{display:none;}
.col-md-4.col-xs-4.shopping-icon{position: absolute;top: 15px;}
.col-md-4.col-xs-4.shopping-icon ul{float:right;}
img.logo-image {width:50% !important;margin-bottom: 8px;}
ul.list-part i{padding-right: 2px; font-size:20px;}
ul.list-part{position: absolute;right: 10px;width: auto;top: 10px; z-index:1;}
ul.list-part.for-moblie li{ display:block; float:left; padding: 0 5px;}
ul.list-part.for-moblie{ display:block;}
.head-two{ border-bottom:1px solid #ccc;}
nav.mobile-menu{width:100%;height:100%;position:fixed;top:0;left:0;background:black;z-index:7; display:none;}
.moblie-nav{position:relative;float:left;overflow-y:scroll;width:calc(100% - 50px);background:#fff;height: 100%;}
.mn-mo-icon{position:relative;float:left;width:50px;height: 100%;background:#854AB8;}
ul#accordion li .link{padding:10px; font-size:15px;font-weight: 600;color: #424242;}
ul#accordion li .link i{float:right;}
ul .submenu li{padding:10px; font-size:15px;}
ul .submenu li a{color:#747474;}
.mn-mo-icon button i{color:#bfbebe;font-size: 30px;}
.col-md-3.col-sm-2.col-xs-9.logo-part{margin-top: -6px;}
.mn-mo-icon button{background: no-repeat;border: none;font-size: 38px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.moblie-nav ul{
padding-left: 0;
margin-top: 10px;
}
.accordion li i {
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.accordion li.open i.fa-chevron-down {
-webkit-transform: rotate(350deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.moblie-nav ul li{ padding-top: 5px;border-bottom:1px solid gray;
transition:all .7s;}
.ullispan{ float:right; padding-right:10px; font-size:16px;}
.moblie-nav ul li a{margin-left:10px; font-size:15px;}
.moblie-nav ul li ul{ display:none; margin-top:5px;}
.moblie-nav ul li ul li{ display:block;border:none; border-top:1px solid gray; }
.moblie-nav ul li ul.active{display:block;}
.col-md-8.col-xs-12.banner{padding-left:0px;padding-right:0px;}
.banner-content {
position: absolute;
bottom: 0px;
right: 10px;
z-index: 2;
text-align: right;
}
.baner-part h1 {
font-size: 23px;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 10px;
line-height: 1.2;
}
.baner-part p {
font-size: 10px;
letter-spacing: 1px;
}
a.bt-n{
padding: 2px 3px;
margin-bottom: 15px;
font-size: 8px;
}
.owl-theme .owl-nav .owl-prev {
position: absolute;
z-index: 2;
top: 50px;
right: 0;
display:none;
}
.owl-theme .owl-nav .owl-next {
position: absolute;
z-index: 2;
top: 50px;
left: 0;
display:none;
}
.mobile-slider .hr{border-bottom: 1px solid #dedede;
margin-top: 15px;}
.customer-part .hr{border-bottom: 1px solid #dedede;
margin-top: 15px;}
.col-md-12.col-xs-12.tcb-product-slider {margin-top: 35px;}
.col-md-12.col-xs-12.ipad-pd{margin-top: 30px;}
.col-md-12.tcb-product-slider.slid-ms {margin-top: 40px;}
.col-md-12.tcb-customer-slider {margin-top: 35px;}
.col-md-12.slider-rightpart {
margin-top: 10px;
}
.col-md-12.slider-rightpart p.para1 {
font-size: 14px;
}
.col-md-12.slider-rightpart p.para2 {
font-size: 10px;
}
.col-md-12.slider-rightpart .video {
margin-top: 20px;
margin-left: 0;
}
.video iframe{width: 100%;}
.col-md-4.co-xs-12.product-part1{margin-top: 12px;}
.img-section1,.img-section2,.img-section3 {
margin-left: 0px;
margin-right: 0px;
}
.img-section1, .img-section2, .img-section3 {
height: auto;
}
.box-shadow {
margin-bottom: 25px;
}
.coll-part1 p {
font-size: 15px;
}
.product-part1 h2{font-size:18px;font-weight: 900;}
.content-section {bottom: 20px;left: 30px;}
.col-md-12.col-xs-12.box-part{margin-top:0px;}
.col-md-12.col-xs-12.text-part1 p{margin-bottom:20px;font-size: 15px;}
.col-md-12.col-xs-12.text-part1 h2{font-size: 27px;}
.col-md-12.col-xs-12.text-part1 {
margin-top: 20px;
}
p.left_text {
font-size: 12px;
}
.week-part1 p {
font-size: 12px;
}
.coll-part1 h2 {
font-size: 27px;
}
.container-fluid.sild{margin-top:0px;}
.tcb-product-slider h2 {
font-size: 18px;
}
p.review-part {
padding-right: 10px;
padding-left: 10px;
font-size: 12px;
text-align: justify;
margin-bottom: 0;
font-family: 'Chivo', sans-serif;
}
.tcb-product-slider .heading-para {
font-size: 15px;
margin-top: 5px;
margin-bottom: 25px;
}
.moblie-slid .tooltip .tooltiptext {
top:0px;
left: 229PX;
}
.moblie-slid .tooltip .tooltiptext::after{top:10px;}
.mslider-section{display:block;}
.ico-moblie {
width: 16%;
display: inline-block;
position: absolute;
top: -5px;
left: 0;
}
.ico-moblie img{width:100%;}
.ico-moblie span{position: absolute;
left: 12px;
top: 5px;
color: #fff;
font-size: 8px;}
.moblie-slid-content{margin-top: 15px;}
.moblie-slid-content h5{text-align: center;font-family: 'Montserrat', sans-serif;color: #564b56;font-weight: 600;
}
.moblie-slid-content p{text-align: center;margin-bottom: 0px;
font-size: 12px;font-weight: 600;
color: #747474;}
.moblie-slid-content p.right_text span{color: #e67676;}
.col-md-12.tcb-customer-slider h2.customer-head{font-size: 20px;}
.col-md-12.tcb-customer-slider p.customer-para{margin-top: 10px;font-size: 14px;}
.customer-details{display:none;}
.customer-slider{display:block; border-radius: 2%;}
.customer-part{display:inline-block;}
.cus-img {width: 25%; margin-left: 38%}
.cus-img img{ width: 100%;
margin: auto;
border: none;
border-radius: 50%;
padding-top: 10px;
padding-bottom: 5px;
}
.customer-cont h4{text-align: center;margin-top: -10px;margin-bottom: 10px;}
.customer-cont h4 a{color:#564b56;font-size: 16px;}
.customer-cont p{margin-top:6px;font-size: 14px;}
.price.col-md-12{margin-bottom:0;}
.box-image {
height: auto;
}
.col-md-12.tcb-customer-blog{margin-top: 30px;}
.col-md-12.tcb-customer-blog h2.customer-head{font-size: 27px;}
.col-md-12.tcb-customer-blog p.customer-para{padding: 3px 0px;font-size: 13px;}
.col-md-12.add-part {
margin-top: 20px;
padding:0;
}
.add-part .col-md-12{padding:0;}
.sec-head{padding-bottom: 30px;}
.sec-head h3{font-size: 15px;}
.sec-head a{font-size: 14px;}
span.span-icon img{width:30%;}
.sec-head h3{margin-top: 13px;}
.container-fluid.foot-nav ul{padding-left: 0;
padding-right: 0;margin-top:0;}
.col-md-3.col-6.col-sm-3.foot-bar.mob-pdb{padding-bottom:0;}
.col-md-3.col-6.col-sm-3.foot-bar.mob-pdt{padding-top:17px;padding-bottom: 23px;}
.container-fluid.foot-nav ul.heading-nav li{float: none;
border: 1px solid gray;
padding: 10px 10px;}
.container-fluid.foot-nav ul.heading-nav li a{font-size: 11px;}
.foot-con ul li a{font-size: 11px;padding-right: 20px;letter-spacing: 0.7px;}
.col-md-3.col-xs-12.footer-icon {
padding-left: 0;
padding-right: 0;
margin-bottom: 20px;
}
.col-md-12.p_0 p{margin-left:0px;font-size: 15px;
margin-top: 0px;}
.col-md-12.p_0 ul.heading10{margin-top:0px;margin-left: -10px;}
.footer-icon ul li a span {
font-size: 10px;
}
.col-md-12.p_0 ul.heading10 li{margin-left: 0px;padding-left: 12px;}
.container-fluid.footer-nav hr{display:none;}
.col-md-12.footer-carr {padding-top: 50px;}
.col-md-12.footer-carr p{margin-left: 0px;font-size: 15px;}
.col-md-9.col-xs-6.foot-menu {
padding-left: 0;
padding-right: 0;
}
.footer-icon ul li {
padding-left:0px;
margin-left:0px;
}
.col-md-3.col-xs-6.footer-menu{
padding-left: 0;
padding-right: 0;
margin-top: 0;
}
.footer-menu .heading-menu p{margin-left:0px;font-weight: 500;font-size: 15px;margin-bottom: 5px;margin-top: 5px;}
.col-md-12.heading-menu{
border: 1px solid gray;
}
.col-md-2.col-xs-6.footer-menu,.col-md-4.col-xs-6.footer-menu{
padding-left: 0;
padding-right: 0;
margin-top: 0;
}
.col-md-12.foot-cat ul li{list-style:none;}
ul.new{display:none;padding-left: 0;}
.col-md-3.foot-last p{text-align:left;}
.col-md-7.footlast-nav ul li{float:none; margin-bottom: 5px;}
.col-md-7.footlast-nav ul li a span{display:none;}
.col-md-7.footlast-nav ul li a{}
.col-md-3.foot-last,.col-md-7.footlast-nav {
padding-left: 0;
padding-right: 0;
}
.moblile-last p{display:block;color: #b9b9b9; padding-top: 25px;padding-left: 35px;font-family: 'Chivo', sans-serif; letter-spacing: 0.7px;font-size: 9px;text-align: left;
padding-top: 15px;
padding-left: 0;}
.foot-last p{display:none;}
.footlast-icon p{margin-top: 10px;}
ul.heading111{padding-left:4px;}
/** product page media query*/
.pr-img img{width:21%;
top: -8%;
left: -2%;
z-index: 2;}
h1.h-heading {font-size: 20px;}
.pro-heading p{ font-size: 15px;margin-top: 5px; margin-bottom: 25px;}
#btnShow{display:none;}
#dialog{display:none;}
.moblie-hide{display:none;}
h6.filter-head{
background: #e0e0e0;
padding: 10px;
font-size: 13px;
color: #424242;
font-weight: 700;
}
nav.filter{width:100%;height:100%;position:fixed;top:0;left:0;background:black;z-index:7; display:none;}
nav.filter{display:none;}
.fliter-style{background: #854AB8;
padding: 8px;
font-size: 14px;
color:#fff;
text-align:center;
}
.mn-mo-close button {
background: no-repeat;
border: none;
font-size: 30px;
position: absolute;
right: 0;
top: 15px;
transform: translate(-20%,-50%);
}
nav.filter {
width: 100%;
height: 100%;
position: fixed;
top: 0;
right: 0;
background: #854AB8;
z-index: 7;
}
i.fa.fa-times{
color:#fff;
}
.filter li{
list-style: none;
}
.link-fil {
background: #f3f1f1;
font-size: 14px;
padding: 10px;
font-weight: 500;
}
.submenu label{
background: unset;
margin-right: 5px;
height: auto;
text-indent: 0;
padding-left: 20px;
padding-top: 12px;
}
.submenu input[type="checkbox"] {
opacity: 0;
position: absolute;
width: 24px;
height: 24px;
cursor: pointer;
}
.submenu input[type=checkbox]+span {
opacity: .5;
border: 1px solid #cdcdcd;
white-space: nowrap;
margin-left: 0;
}
.submenu label span {
padding-top: 2px;
max-width: 60px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
padding-left: 2%;
height: 60px;
margin-left: 0;
min-width: 65px;
color: #2a2a2a;
line-height: 12px;
letter-spacing: 1px;
overflow: hidden;
text-transform: capitalize!important;
display: block;
}
.submenu label span {
padding-left: 2px;
font-size: 13px;
font-weight: 100;
color: #747474;
font-family: 'Chivo', sans-serif;
letter-spacing: 0.6px;
}
.moblie-shorting{display:block;}
.background-col{display:none;}
.img-rev img{width:30% !important; display:inline-block; }
div#searchMobile{display: none;}
.acco{display:block;}
/*** product-inner-page ***/
.container-fluid.inner-li{display:none;}
.col-md-12.col-sm-12.col-xs-12.inner_product-list{display:none;}
.col-md-12.col-sm-12.col-xs-12.product-img-part_one {padding-left:0px;margin-left:5px;}
.slect-frame {
margin-left: 0px;
margin-bottom: 20px;
padding-left: 25px !important;
}
.inner-conte h1 {margin-top:30px;}
.frame-img{margin-top:20px;}
.inner-content p.produt-pin {display: flex; }
.product-img-part_two{padding-top:0px;}
.review-detail {
padding-bottom: 200px;
}
.container-fluid.customer-part.ipad-customer-slider{
margin-top: 30px;
}
.col-lg-9.col-sm-8.col-md-7.col-xs-7.detail {
margin: 0;
padding: 0;
}
.reviews {
padding: 11px 13px;
}
.col-lg-2.col-sm-3.col-md-3.col-xs-3.img-rev{padding: 10px 0;
margin: 0;}
.reviews h1 {
font-size: 15px;
color: #333;
}
.detail p.name-add{
text-align: center;
margin-top: 10px;
}
.detail p.name-add span{
display: block;
margin-top: 5px;
}
.star-icon {
margin-bottom: 5px;
text-align: center;
}
.detail p.comment{
padding-left: 10px;
padding-right: 10px;
text-align: justify;
}
.review-detail {
padding-bottom: 265px;
}
.review-detail .hr {
width: 95%;
left: 5px;
}
h2.recent-view {
font-size: 15px;
}
.click-re {
margin: 5% 25%;
}
button.btn.btn-primary{
margin-bottom: 20px;
}
/**.frame-check{
display: none;
}
.range{
display: none;
}
.upload{
display: none;
}*/
.md-form {
margin: 25PX 50PX;
}
.container-fluid.foot-icon {
padding-bottom: 0px;
}
.modal-body{
padding:0;
}
.col-lg-3.col-sm-3.col-md-3.col-xs-12.shorting-part.moblie-hide{padding:0;}
.modal-type{
border: 1px solid gray;
}
.modal-type h1{
font-size: 20px;
margin: 6px;
padding-left: 10px;
}
.size-model{
margin: 10px 30px;
}
input.check{
width: 40px;
height: 20px;
}
.tab{display:none;}
.accordin {
border: 1px solid #F4F4F4;
margin-top:6px;
}
.content-two .accordin h1{
font-size: 14px;
background: #F4F4F4;
margin: 0;
padding: 12px;
border: 1px solid #F4F4F4;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
color: #212121;
}
.accordin-content{
padding:10px;
display:none;
}
i.fa.fa-angle-right {
margin-right: 5px;
margin-left: 5px;
color: #03b4c8;
border-radius: 50%;
}
p.para-content{
font-size: 12px;
text-align: justify;
margin-bottom: 0px;
font-size: 12px;
font-weight: 500;
font-family: 'Noto Sans JP', sans-serif;
line-height: 2;
}
.accordi .active{
background:red;
}
.acco{
margin-top: 30px;
margin-bottom:10px;
}
span.hr{
border-bottom: 1px solid #dedede;
margin-top: 25px;
width: 100%;
display: inline-block;
}
.container.moble-mar{margin-top:10px !important;}
.col-lg-3.col-6.col-md-3.col-sm-3.col-xs-12.product-img-part_two{margin-bottom: 15px;}
.col-lg-10.col-md-12.col-sm-12.col-xs-12.acco {
padding-left: 0;
padding-right: 0;
}
/*********************************************buyer process****************************************************/
.col-sm-12.col-xs-12.tabber{
margin-left: 0px !important;
margin-top: 0px !important;
}
ul.tabber-nav {
padding-left: 15px;
padding-right: 0px;
border: none;
margin-left: 0px;
margin-bottom: 15px;
}
.tabber-nav>li {
width: 20%;
}
.tabber-nav>li>a{
font-size: 10px;
height: 42px;
}
span.step-count{
display: none;
}
.tabber-nav>li a.active{
padding: 10px 0 18px;
height: 42px;
}
.icon-cir{
display: none;
}
.butt-process{
margin-top: 25px;
}
.col-lg-3.col-md-3.col-sm-12.no-padding {
padding: 0 15px!important;
margin-top: 20px;
margin-left: 0px;
}
span.off-price{
float: right;
}
.g-log{
display: none;
}
}
@media only screen
and (min-device-width : 601px)
and (max-device-width : 767px) {
body{
}
img{
width:100%;
height:auto;
}
.container-fluid.head-one {
display: none;
}
.col-md-5.col-sm-5.login-part {
padding-left: 0;
}
.head-contact p.contact {margin-left: 0px;}
.col-md-6.col-sm-6.ipad-head{min-width: 100%;text-align:left !important;}
.col-md-6.col-sm-6.ipad-head p{text-align:left !important;text-align: left !important;margin-left: 0;font-size: 10px;
letter-spacing: 0.9px; margin-bottom: 0;}
.col-sm-6.col-xs-4 {padding-left:0;padding-right: 0;}
.col-sm-6.col-xs-4 p{margin-left: 0px;font-size: 10px;text-align: right;}
.col-sm-6.col-xs-4 i{font-size: 15px;}
.col-sm-6.col-xs-4 span{font-size: 8px;float:}
.col-sm-12.col-xs-4.mobile-text{padding-right:0px;}
.col-sm-12.col-xs-4.mobile-text p{font-size: 8px;margin-top: 0;text-align: right;margin-bottom: 0;}
.logo-part{padding-left:0;padding-right: 0;}
img.logo-image{width: 80% !important; margin-left: 13px !important;}
.login-part ul li a{font-size: 9px;margin: 3px 3px;letter-spacing: 0.8px;
}
.input-area input.search {margin-left: 0px;}
.input-area .fa-search {right: 20px;font-size: 16px;top: 4px;}
.input-area input::placeholder{font-size:7px;}
.head-nav ul li a{padding-left:20px;}
.container-fluid.banner-section{ padding-left:15px;padding-right:15px;}
.col-md-8.col-sm-12.col-xs-12.banner{padding-left:0;padding-right:0;}
.banner-content{bottom: 45px;right:45px;}
.baner-part p {font-size: 15px;}
.baner-part h1 {font-size: 35px;}
.banner-content a.bt-n{padding: 4px 4px;font-size: 10px;}
.owl-theme .owl-nav .owl-prev {top: 100px;right: 0px;}
.owl-theme .owl-nav .owl-next {top: 100px;left: 0px;}
.video{text-align:center;}
.img-section1,.img-section2,.img-section3{margin-left:0px;margin-right:0px;}
.img-section1, .img-section2, .img-section3 {height:auto;}
.content-section {bottom: 70px;left: 35px;}
.product-part1 a{font-size:15px;font-weight: 600;}
.product-part1 h2{font-size:30px;font-weight: 900;}
.collection {margin-top: 40px;}
.coll-part1 p{font-size: 15px;}
.box-shadow {border-radius: 10px;box-shadow: 8px 8px 15px #c0bbbb;margin-bottom: 30px;}
.box-image {height: auto}
.text-box-shadow .box-text{font-size: 17px;}
.text-box-shadow .box-text1{font-size: 13px;}
.col-md-12.col-xs-12.box-part {padding-bottom: 30px;}
.text-part1 p{font-size:15px;}
.arrow_box img {width: 14%;}
.arrow_box span {top: 6px;left: 35px;font-size:15px;}
.week h4 a{display:block;}
.week-part1 p{font-size:15px;}
.col-md-3.col-xs-12.offer-part{margin-bottom: 30px;}
.mslider-section{display:block;}
.owl-carousel .owl-item .ipad-ico img {position:relative;width: 15%;}
.owl-carousel .owl-item .ipad-ico span{position:absolute;top:2%;left:4%;font-size:15px;color:#fff;}
.slider-mobile.owl-theme .owl-nav .owl-next{top: 165px;
left: 0px;}
.slider-mobile.owl-theme .owl-nav .owl-prev{top: 165px;}
.moblie-slid-content.ipad-cnt h5{text-align:center; margin-top:15px;}
.moblie-slid-content.ipad-cnt p{text-align:center; margin-top:15px;margin-bottom:0px;font-size:13px}
.moblie-slid-content.ipad-cnt p.right_text{margin-top:0px; }
.moblie-slid-content.ipad-cnt span{color:#e67676;font-size:13px;}
.ipad-customer-slider{display:block;}
.cus-img {display:inline-block;margin-left: 20px;}
.cus-img img{ width: 100%;margin: auto;border: none;border-radius: 50%;padding-top: 10px;padding-bottom: 5px;}
.customer-cont h4{
font-size: 11px;
display: flex;
position: absolute;
right: 15%;
top: 25%;
}
.mobile-slider .hr{
border-bottom: 1px solid #dedede;
padding-top: 15px;
}
.col-md-4.col-sm-4.login-part{
padding: 0;
}
.customer-part .hr {
border-bottom: 1px solid #dedede;
margin-top: 15px;
}
.customer-cont h4 a{color:#424242;font-size: 15px;}
p.review-part{padding-right: 10px;padding-left: 10px;font-size: 13px;margin-bottom:0;
padding-top: 12px;}
.box-image {
height: auto;
}
.tcb-product-slider h2 {
font-size: 20px;
}
.price i {
color: #dada1682;
float: left;
margin-left: 6px;
}
.tcb-customer-slider .customer-para {
margin-top: 10px;
margin-bottom: 25px;
}
.tcb-customer-blog p {font-size: 15px;padding:0;}
.sec-head h3{margin-top: 12px;}
.sec-head{margin-bottom: 20px;}
.foot-bar img.img-responsive.m-pull-left-none{width: 50%;}
.foot-para p {margin-top: 8px;line-height: 17px;font-size: 10px;}
.foot-para p span{font-size: 7px;}
.container{ margin-top:0px;}
.foot-nav ul{padding-left: 17px;}
.footer-carr{padding-top: 12%;}
.foot-nav ul li {padding: 10px;}
.footer-icon ul li{padding-right: 20px;margin-left: 0px;padding-left:0;}
.foot-con ul{padding-left:10px;}
.footer-nav hr {margin-left: 0px;margin-right: 0px;}
.footer-icon p {margin-left:0px;margin-top: 0px;}
ul.heading10 {margin-top:0px;}
.col-md-12.col-sm-12.footer-carr {padding-top: 15%;}
.col-md-9.col-xs-6.foot-menu {padding-top: 20px;}
.foot-cat ul {list-style: none;padding-left:0;}
.footlast-nav ul {margin-top:21px;}
.footlast-nav ul li {padding-left:0px;}
.footlast-nav ul li span {margin-left: 8px;margin-right: 8px;}
.footer-menu{padding-left:0px !important;}
.heading-menu{display: table-cell;}
.heading-menu p{margin-left:0 !important;}
.footlast-nav ul li a {font-size: 8px;}
.footlast-icon p {margin-top: 21px;font-size: 11px;}
.foot-last p{padding-left: 13px;}
.footlast-icon i{font-size: 13px;}
/** product page css**/
.pr-img img{width:35%;position: absolute;
top: -8%;
left: 0;
z-index: 2;}
.size-details {
padding: 10px 12px;
}
label span {
padding-left: 2px;
font-size: 11px;
}
.col-lg-12.col-md-12.col-sm-9.col-xs-12.pro-heading {
padding-left: 0;
margin-left: 15%;
}
h1.h-heading{font-size: 18px;}
.prod-cont h2{font-size: 11px;}
p.price-prod{font-size: 10px;}
.foot-margin{margin-top:0 !important;}
.moblie-shorting{display:none;}
/*** product inner page**/
.container-fluid.inner-li{display:none;}
.slect-frame {
margin-left: 0px;
margin-bottom: 20px;
padding-left: 25px !important;}
.inner-conte h1 {margin-top:30px;}
.frame-img{margin-top:20px;}
.product-img-part_two{padding-top:20px;}
.review-detail {
padding-bottom: 140px;
}
.img-rev img{
width: 40%;
}
.col-lg-9.col-sm-8.col-md-7.col-xs-7.detail {
margin-left: -20px;
}
.click-re {
float: left;
margin: 6% 20%;
}
.shape-image label{
padding-left: 4px;
}
.frame-type h1{
font-size: 9px;
}
label.pad-1 span{
padding-left: 40px;
font-size: 7px;
}
.ipad-customer-slider{
display:none;
}
.tab-nav li a{
font-size: 13px;
}
/*********************************************buyer process****************************************************/
.tabber-nav>li{
width: 20%;
}
.tabber-nav>li>a{
font-size: 10px;
}
.tabber{
margin-left: 0px !important;
}
.no-padding{
margin-left: 0px !important;
}
span.off-price{
display:inline;
float: right;
}
.bor-ri {
display: inline-block;
}
.g-log{
display: inline-block;
}
.butt-process {
margin-top: 25px;
}
}
@media only screen and (min-device-width:768px) and (max-device-width: 1024px){
.head-one{display:none;}
.head-contact p.contact {margin-left: 0px;}
.logo-part img.logo-image {width: 80%;margin-left: 0px;}
.col-md-4.col-sm-8.login-part{padding:5px;}
.login-part ul li a {margin: 2px 3px;font-size: 8px;}
.input-area .fa-search {right: 35px;font-size: 16px;}
.col-md-4.col-sm-6.col-xs-4.mobile-text p {font-size: 9px;}
p.text-icon.moblie-only{font-size: 9px;}
.col-md-4.col-sm-6.col-xs-4.mobile-text{padding-left: 0;}
.col-md-4.col-sm-6.login-part{padding:0;}
.col-md-6.col-sm-10.ipad-nav.head-nav{padding:0;}
.head-nav ul li a {padding-left: 17px;margin: 5px 0px;font-size: 12px;}
.col-md-12.slider-rightpart iframe {height: auto;width: 100%;}
.col-md-4.col-xs-12.slider-rightpart {height: auto;}
.col-md-12.slider-rightpart p.para1 {font-size: 9px;margin-bottom: 5px;}
.col-md-12.slider-rightpart p.para2 {font-size: 8px;margin-bottom: 0px;}
.col-md-12.slider-rightpart iframe {height: auto;width: 100%;}
.col-md-12.slider-rightpart {margin-top:5px;}
.col-md-12.slider-rightpart .video {margin-top: 10px;}
.banner-content{bottom: 35px;right:45px;}
.baner-part p {font-size: 12px;letter-spacing: 1px;}
.baner-part h1 {font-size: 25px;margin-bottom: 15px;}
.banner-content a.bt-n{padding: 4px 4px;font-size: 10px;}
.owl-theme .owl-nav .owl-prev {top: 70px;right: 0px;}
.owl-theme .owl-nav .owl-next {top: 70px;left: 0px;}
.customer-part .hr {border-bottom: 1px solid #dedede;margin-top: 15px;}
.col-md-12.tcb-customer-slider h2{margin-bottom: 0;font-size: 20px;}
.col-md-12.tcb-customer-slider {margin-top: 40px;}
.content-section {bottom: 20px;left: 24px;}
.product-part1 a{font-size:12px;font-weight: 600;}
.product-part1 h2{font-size:14px;font-weight: 900;}
.container-fluid.collection{margin-top:50px;padding-right: 0;padding-left: 0;}
.coll-part1 h2 {font-size: 20px;}
.col-md-9.col-xs-12.collection-part{padding-right: 0;padding-left: 0;}
.coll-part1 p{font-size:13px;}
.box-shadow{height: 150px;}
.box-image {height: 70px;}
.text-box-shadow .box-text1{font-size: 11px;}
.text-part1 h2 { font-size:20px;}
.text-part1 p {margin-bottom: 15px;font-size: 13px;}
p.left_text {line-height:16px;font-size: 12px;font-family: 'Chivo', sans-serif;}
.week h4 a {font-size: 12px;line-height:17px;}
.week-part1 p{font-size: 11px;}
p.right_text strike{font-size: 12px;}
.week-part1 span{margin-left:0px;font-size: 12px;}
.tcb-product-slider h2{font-size: 20px;}
.tcb-product-slider .heading-para {margin-top: 7px;font-size: 13px;margin-bottom: 15px;}
.separator p{padding: 7px 0;}
.tcb-customer-blog h2{font-size: 20px;}
.tcb-customer-blog p{font-size: 13px;}
.col-md-12.tcb-customer-blog {
margin-top: 30px;
}
.footer-icon ul li a span{font-size: 11px;}
.footer-icon p{font-size: 17px;}
.tcb-customer-slider .customer-para {font-size: 13px;}
.info {
margin-top: 20px;
}
.sec-head a{font-size: 12px;}
.sec-head h3{font-size: 12px;}
span.span-icon img{min-width:25px;}
.foot-para p span{font-size: 12px;}
.arrow_box2 {
position: absolute;
left: 40%;
bottom: 80%;
}
.controls {top: 70px;}
.foot-nav ul li {padding: 10px;}
.footer-nav hr {margin-left: 15px;margin-right: 50px;}
.footer-menu .heading-menu p {font-size: 13px;}
.footer-icon ul li {padding-left: 0px;margin-left: 6px;}
.footer-icon ul {padding-left: 0;padding-top: 0px;}
.footer-icon p{margin-left: 5px;}
.foot-nav ul {padding-left: 30px;}
.footer-carr p {font-size: 15px;}
.foot-con ul li a {font-size: 10px;}
.foot-last p{line-height: 16px;font-size: 11px;padding-left: 12px;}
.footlast-nav ul li{line-height: 20px;}
.footlast-icon p{font-size: 15px;}
.pr-img img{width:28%;top: -8%;}
.ipad-pd{margin-top: 25px;}
/*** product inner page**/
.slect-frame {
margin-left: 0px;
margin-bottom: 20px;
padding-left: 25px !important;}
.inner-conte h1 {margin-bottom:5px;}
.frame-img{margin-top:20px;}
.product-img-part_two{padding-top:20px;}
.review-detail {
padding-bottom: 140px;
}
.img-rev img{
width: 40%;
}
.col-lg-9.col-sm-8.col-md-7.col-xs-7.detail {
margin-left: -20px;
}
/****product page*******/
.size-details {
padding: 10px 19px;
}
.shape-image.ipad {
margin-left: 15px;
}
.shape-image label{
padding-left:0;
}
label.pad-1 span{
font-size: 10px;
padding-left: 25px;
}
input[type="checkbox"] {
position: absolute;
width: 15px;
height: 13px;
}
.moblie-shorting{display:none;}
.col-lg-3.col-sm-3.col-md-3.col-xs-12.shorting-part.moblie-hide {
height: 1200px;
}
.col-lg-9.col-sm-9.col-md-9.col-xs-12.shorting-part {
height: 1200px;
overflow-y: scroll;
}
.col-md-12.col-sm-12.col-xs-12.inner_product-list {
margin-left: -50px;
}
h2.recent-view {
font-size: 20px;
}
.price h5 {
text-align: center;
font-size: 13px;
font-weight: 600;
color: #564b56;
letter-spacing: 0.7px;
font-family: 'Montserrat', sans-serif;
}
.price .price-text-color {
text-align: center;
font-size: 12px;
font-weight: 600;
color: #747474;
margin-bottom: 0px;
}
p.price-prod {
text-align: center;
font-size: 10px;
font-weight: 600;
color: #747474;
margin-bottom: 0px;
font-family: 'Chivo', sans-serif;
}
.prod-cont h2 {
text-align: center;
color: #424242;
font-size: 11px;
padding-top: 15px;
letter-spacing: 0.7px;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.col-lg-12.col-12-md.col-12-sm-col-12-sm {
margin-left: 5%;
}
.submit-button.col-lg-6 {
width: 46%;
margin-bottom: 25px;
padding-right: ;
}
.fom-icon button{
top: 0px;
}
.login-fm{
top: 25%;
background: #FFF;
position: absolute;
width: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.form-set{
z-index: 99999999999999;
}
/*********************************************buyer process****************************************************/
.tabber{
margin-left: 0px !important;
margin-top: 0px !important;
}
.fb-content{
font-size: 15px;
}
p.des2.margin-t10 {
font-size: 11px;
}
.butt-process {
margin-top: 25px;
}
} | 0.236604 | 0.047316 |
nav {
/* position: sticky; */
width: 100%;
overflow-x: scroll;
top: 0;
}
.ul-left {
display: none;
}
.ul-right {
min-width: 250px;
display: flex;
padding: 0;
margin-top: auto;
padding-right: 5px;
}
.ul-right li {
font-weight: 600;
padding: 10px 0;
}
/* Main page */
.mobile-buttons {
display: none;
}
.main {
height: 95vh;
}
#main-header {
line-height: 45rem;
font-size: 3rem;
}
/* Cards */
.cards {
height: 90vh;
}
.card-header {
text-align: center;
margin-top: 6vh;
}
.card-header h2 {
font-size: 3rem;
}
.card-header h3 {
font-size: 1rem;
padding: 30px;
}
.card-container {
display: flex;
flex-wrap: wrap;
width: auto;
margin: auto;
margin-top: -4vh;
/* justify-content: center; */
}
.card-container h4 {
/* justify-self: space-between; */
/* align-self: space-between; */
font-size: 1rem;
margin: auto;
padding: 5px;
width: 100px;
border-bottom: 3px rgba(155, 100, 86, 0.3) solid;
}
.card-container img {
height: 100px;
width: 100px;
border: 2.5px rgba(155, 100, 86, 0.3) solid;
border-radius: 50%;
margin-bottom: 10px;
}
.card1,
.card2,
.card3,
.card4 {
width: 150px;
margin: 15px;
padding: 20px;
}
.caption {
display: none;
}
/* Contact */
.contact {
height: 95vh;
flex-direction: column;
}
.contact-form {
width: 100%;
padding: 15px;
font-size: 2rem;
margin-top: 5px;
}
#flex-form {
display: flex;
flex-flow: column wrap;
overflow: hidden;
}
input,
textarea {
padding: 10px;
margin-left: 0;
margin-top: 7px;
flex: 0 0 50px;
}
/* Button */
#submit-btn {
width: 100%;
margin-top: 0;
}
#map {
height: 70%;
width: 90%;
border: 5px rgba(155, 100, 86, 0.6) solid;
align-self: center;
justify-self: center;
margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
.caption {
padding: 20px;
display: block;
}
.card1,
.card2,
.card3,
.card4 {
width: 250px;
align-self: center;
}
.ul-left {
min-width: 250px;
display: flex;
padding: 0;
margin-top: auto;
padding-right: 5px;
}
.ul-right li {
font-weight: 600;
padding: 10px 0;
}
} | styles/mobile.css | nav {
/* position: sticky; */
width: 100%;
overflow-x: scroll;
top: 0;
}
.ul-left {
display: none;
}
.ul-right {
min-width: 250px;
display: flex;
padding: 0;
margin-top: auto;
padding-right: 5px;
}
.ul-right li {
font-weight: 600;
padding: 10px 0;
}
/* Main page */
.mobile-buttons {
display: none;
}
.main {
height: 95vh;
}
#main-header {
line-height: 45rem;
font-size: 3rem;
}
/* Cards */
.cards {
height: 90vh;
}
.card-header {
text-align: center;
margin-top: 6vh;
}
.card-header h2 {
font-size: 3rem;
}
.card-header h3 {
font-size: 1rem;
padding: 30px;
}
.card-container {
display: flex;
flex-wrap: wrap;
width: auto;
margin: auto;
margin-top: -4vh;
/* justify-content: center; */
}
.card-container h4 {
/* justify-self: space-between; */
/* align-self: space-between; */
font-size: 1rem;
margin: auto;
padding: 5px;
width: 100px;
border-bottom: 3px rgba(155, 100, 86, 0.3) solid;
}
.card-container img {
height: 100px;
width: 100px;
border: 2.5px rgba(155, 100, 86, 0.3) solid;
border-radius: 50%;
margin-bottom: 10px;
}
.card1,
.card2,
.card3,
.card4 {
width: 150px;
margin: 15px;
padding: 20px;
}
.caption {
display: none;
}
/* Contact */
.contact {
height: 95vh;
flex-direction: column;
}
.contact-form {
width: 100%;
padding: 15px;
font-size: 2rem;
margin-top: 5px;
}
#flex-form {
display: flex;
flex-flow: column wrap;
overflow: hidden;
}
input,
textarea {
padding: 10px;
margin-left: 0;
margin-top: 7px;
flex: 0 0 50px;
}
/* Button */
#submit-btn {
width: 100%;
margin-top: 0;
}
#map {
height: 70%;
width: 90%;
border: 5px rgba(155, 100, 86, 0.6) solid;
align-self: center;
justify-self: center;
margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
.caption {
padding: 20px;
display: block;
}
.card1,
.card2,
.card3,
.card4 {
width: 250px;
align-self: center;
}
.ul-left {
min-width: 250px;
display: flex;
padding: 0;
margin-top: auto;
padding-right: 5px;
}
.ul-right li {
font-weight: 600;
padding: 10px 0;
}
} | 0.437103 | 0.058858 |
* {
box-sizing: border-box;
}
.container {
margin: 0 auto;
width: 80%;
}
.nav-bar {
position: relative;
margin-top: 32px;
}
.logo {
height: 50px;
position: absolute;
margin-top: 15px;
}
.delicious {
margin-top: 15px;
font-size: 36px;
font-weight: 600;
margin-left: 50px;
position: absolute;
}
.best-blog {
color: rgb(192, 188, 188);
font-size: x-small;
letter-spacing: 3px;
margin-left: 60px;
margin-top: 55px;
position: absolute;
}
.social-icons {
float: right;
margin-top: 30px;
}
.social {
width: 24px;
}
.clearfix {
overflow: auto;
}
h2 {
margin: 95px 0 65px 0;
padding: 8px;
}
.stripe {
background-image: linear-gradient(45deg, #ffffff 28.57%, #e0e0e0 28.57%, #e0e0e0 50%, #ffffff 50%, #ffffff 78.57%, #e0e0e0 78.57%, #e0e0e0 100%);
background-size: 6px 6px;
}
.chocolate-pizza {
font-size: 50px;
font-weight: 700;
letter-spacing: -2px;
margin-bottom: 10px;
}
.posted {
color: lightgray;
display: inline;
letter-spacing: 2px;
text-transform: uppercase;
}
.pizza-image {
margin-top: 4px;
width: 100%;
}
.print-icon {
float: right;
width: 20px;
padding-top: 5px;
}
.print-button {
background-color: Transparent;
background-repeat: no-repeat;
border: none;
color: rgb(229, 226, 226);
cursor: pointer;
float: right;
font-size: medium;
margin-right: 0;
outline: none;
overflow: hidden;
text-transform: uppercase;
}
.instructions {
color: rgb(73, 73, 73);
font-size: large;
line-height: 30px;
margin-top: 30px;
text-indent: 3%;
}
.list-background {
margin-top: 30px;
width: 100%;
}
.col-container {
color: rgb(88, 88, 88);
display: inherit;
line-height: 50px;
margin-top: -400px;
width: 100%;
}
.col {
display: inline-block;
width: 40%;
}
.column-one {
margin-left: 15%;
}
input[type=checkbox]:checked + label {
text-decoration: line-through;
}
.about-vanessa {
color: gray;
display: inline-block;
width: 75%;
}
.vanessa-pic {
position: absolute;
width: 100px;
}
.vanessa-name {
font-size: x-large;
font-weight: 700;
margin-bottom: 12px;
margin-left: 15%;
}
.vanessa-bio {
font-size: large;
line-height: 20px;
margin-left: 15%;
width: 85%;
}
.share-button {
display: inline;
}
.share:hover{
background: blue;
transition: 1000ms;
}
.share {
color: white;
background-color: #d67e56;
float: right;
font-size: 31px;
padding: 12px;
text-transform: uppercase;
width: 300px;
}
.bottom-section {
margin-top: 80px;
}
.line-footer, .words-footer {
color: gray;
line-height: 24px;
margin-top:80px;
text-align: center;
}
.line-footer1 {
background-color: gray;
width: 47%;
display: inline-block;
margin-bottom: 15px;
}
.small-logo {
border: 2px solid white;
display: inline-block;
width: 32px;
margin: 0 6px;
}
.line-footer2 {
background-color: gray;
width: 47%;
display: inline-block;
margin-bottom: 15px;
}
h4 {
margin: 95px 0 65px 0;
padding: .5px;
}
.published {
margin-bottom: 80px;
} | css/style.css | * {
box-sizing: border-box;
}
.container {
margin: 0 auto;
width: 80%;
}
.nav-bar {
position: relative;
margin-top: 32px;
}
.logo {
height: 50px;
position: absolute;
margin-top: 15px;
}
.delicious {
margin-top: 15px;
font-size: 36px;
font-weight: 600;
margin-left: 50px;
position: absolute;
}
.best-blog {
color: rgb(192, 188, 188);
font-size: x-small;
letter-spacing: 3px;
margin-left: 60px;
margin-top: 55px;
position: absolute;
}
.social-icons {
float: right;
margin-top: 30px;
}
.social {
width: 24px;
}
.clearfix {
overflow: auto;
}
h2 {
margin: 95px 0 65px 0;
padding: 8px;
}
.stripe {
background-image: linear-gradient(45deg, #ffffff 28.57%, #e0e0e0 28.57%, #e0e0e0 50%, #ffffff 50%, #ffffff 78.57%, #e0e0e0 78.57%, #e0e0e0 100%);
background-size: 6px 6px;
}
.chocolate-pizza {
font-size: 50px;
font-weight: 700;
letter-spacing: -2px;
margin-bottom: 10px;
}
.posted {
color: lightgray;
display: inline;
letter-spacing: 2px;
text-transform: uppercase;
}
.pizza-image {
margin-top: 4px;
width: 100%;
}
.print-icon {
float: right;
width: 20px;
padding-top: 5px;
}
.print-button {
background-color: Transparent;
background-repeat: no-repeat;
border: none;
color: rgb(229, 226, 226);
cursor: pointer;
float: right;
font-size: medium;
margin-right: 0;
outline: none;
overflow: hidden;
text-transform: uppercase;
}
.instructions {
color: rgb(73, 73, 73);
font-size: large;
line-height: 30px;
margin-top: 30px;
text-indent: 3%;
}
.list-background {
margin-top: 30px;
width: 100%;
}
.col-container {
color: rgb(88, 88, 88);
display: inherit;
line-height: 50px;
margin-top: -400px;
width: 100%;
}
.col {
display: inline-block;
width: 40%;
}
.column-one {
margin-left: 15%;
}
input[type=checkbox]:checked + label {
text-decoration: line-through;
}
.about-vanessa {
color: gray;
display: inline-block;
width: 75%;
}
.vanessa-pic {
position: absolute;
width: 100px;
}
.vanessa-name {
font-size: x-large;
font-weight: 700;
margin-bottom: 12px;
margin-left: 15%;
}
.vanessa-bio {
font-size: large;
line-height: 20px;
margin-left: 15%;
width: 85%;
}
.share-button {
display: inline;
}
.share:hover{
background: blue;
transition: 1000ms;
}
.share {
color: white;
background-color: #d67e56;
float: right;
font-size: 31px;
padding: 12px;
text-transform: uppercase;
width: 300px;
}
.bottom-section {
margin-top: 80px;
}
.line-footer, .words-footer {
color: gray;
line-height: 24px;
margin-top:80px;
text-align: center;
}
.line-footer1 {
background-color: gray;
width: 47%;
display: inline-block;
margin-bottom: 15px;
}
.small-logo {
border: 2px solid white;
display: inline-block;
width: 32px;
margin: 0 6px;
}
.line-footer2 {
background-color: gray;
width: 47%;
display: inline-block;
margin-bottom: 15px;
}
h4 {
margin: 95px 0 65px 0;
padding: .5px;
}
.published {
margin-bottom: 80px;
} | 0.397938 | 0.138316 |
.maintitle {
font: 'Ubuntu', sans-serif;
font-size: 14px;
padding-left: 0px;
padding-right: 0px;
margin-bottom: 0px;
color: white;
text-transform: uppercase;
font-weight: bold;
text-decoration-style: solid;
text-align: center;
background: rgba(255,146,10,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,146,10,1)), color-stop(100%, rgba(255,175,75,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
background: radial-gradient(ellipse at center, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff920a', endColorstr='#ffaf4b', GradientType=1 );
width:auto;
}
.wnioski {
font: 'Ubuntu', sans-serif;
font-size: 16px;
color: #ffffff;
}
.wnioski2{
color: black;
font: 'Ubuntu', sans-serif;
font-size: 16px;
}
.allbutton {
font: 'Ubuntu', sans-serif;
font-size: 16px;
margin-left: 5px;
text-transform: uppercase;
color: #ffffff;
border-radius: 4px;
}
.upraw {
font: 'Ubuntu', sans-serif;
font-size: 16px;
text-transform: uppercase;
padding-left: 3px;
color: #ffffff;
}
.panelo {
border-radius: 5px;
margin-bottom: 10px;
padding: 10px;
background: #333333;
}
.panelo2 {
border-radius: 5px;
margin-bottom: 10px;
padding-bottom: 30px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
background: #333333;
}
.wnios {
border-left: 1px;
border-right: 1px;
}
.sort {
text-align: right;
margin-top: 10px;
}
.sort2 {
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
.sort3 {
text-align: center;
margin-top: 5px;
}
.sort4 {
text-align: right;
margin-left: 5px;
}
.linkname {
font: 'Ubuntu', sans-serif;
font-size: 16px;
color: #ffffff;
text-transform: uppercase;
}
.formula {
text-align: center;
margin: 0 auto;
}
.sort2 {
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
.sort3 {
text-align: right;
margin-top: 5px;
}
.formula2 {
margin-left: 0px;
margin-right: 5px;
}
.formula3 {
margin-left: 10px;
margin-right: 5px;
}
.wnioski {
text-align: center;
}
@media screen and (max-width: 600px) {
.wnioski {
font: 'Ubuntu', sans-serif;
font-size: 13px;
color: #ffffff;
margin-right: 3px;
text-align: center;
}
.assign {
text-align: left;
}
.smolik {
text-align: justify;
color: #ffffff;
}
}
.allparty {
background: #c1c1c1;
color: #ffffff;
padding-bottom: 20px;
margin-top: 0px;
padding-left: 10px;
padding-right: 10px;
border-radius: 0px 0px 10px 10px;
}
.alltext {
color: black;
}
.alerto {
text-transform: uppercase;
}
.czeko {
text-transform: uppercase;
margin-top: 0px;
margin-left: 20px;
margin-right: 3px;
color: black;
}
.czeko2{
margin-left: 20px;
text-transform: uppercase;
color: black;
}
.mydatass {
background: #d6d6d6;
}
.nopadding {
padding: 0 !important;
margin: 10px;
}
.nopaddingoo {
padding: 0 !important;
margin: 10px;
border-radius: 10px;
}
.tabelo {
border-radius: 10px;
margin-bottom: 10px;
color: #ffffff;
background: #333333;
text-transform: uppercase;
font-weight: bold;
text-align: center;
}
.tabtxt {
background-color: white;
border-radius: 3px;
color: black;
padding-left: 4px;
padding-right: 4px;
font-weight: normal;
}
.tabelo2 {
margin-top: 5px;
margin-bottom: 5px;
color: #ffffff;
background: #333333;
text-transform: uppercase;
font-weight: bold;
text-align: center;
}
.linkname2 {
color: #ffffff;
} | crop_rotator/crop_rotator/static/assets/css/panels.css | .maintitle {
font: 'Ubuntu', sans-serif;
font-size: 14px;
padding-left: 0px;
padding-right: 0px;
margin-bottom: 0px;
color: white;
text-transform: uppercase;
font-weight: bold;
text-decoration-style: solid;
text-align: center;
background: rgba(255,146,10,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,146,10,1)), color-stop(100%, rgba(255,175,75,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
background: radial-gradient(ellipse at center, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff920a', endColorstr='#ffaf4b', GradientType=1 );
width:auto;
}
.wnioski {
font: 'Ubuntu', sans-serif;
font-size: 16px;
color: #ffffff;
}
.wnioski2{
color: black;
font: 'Ubuntu', sans-serif;
font-size: 16px;
}
.allbutton {
font: 'Ubuntu', sans-serif;
font-size: 16px;
margin-left: 5px;
text-transform: uppercase;
color: #ffffff;
border-radius: 4px;
}
.upraw {
font: 'Ubuntu', sans-serif;
font-size: 16px;
text-transform: uppercase;
padding-left: 3px;
color: #ffffff;
}
.panelo {
border-radius: 5px;
margin-bottom: 10px;
padding: 10px;
background: #333333;
}
.panelo2 {
border-radius: 5px;
margin-bottom: 10px;
padding-bottom: 30px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
background: #333333;
}
.wnios {
border-left: 1px;
border-right: 1px;
}
.sort {
text-align: right;
margin-top: 10px;
}
.sort2 {
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
.sort3 {
text-align: center;
margin-top: 5px;
}
.sort4 {
text-align: right;
margin-left: 5px;
}
.linkname {
font: 'Ubuntu', sans-serif;
font-size: 16px;
color: #ffffff;
text-transform: uppercase;
}
.formula {
text-align: center;
margin: 0 auto;
}
.sort2 {
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
.sort3 {
text-align: right;
margin-top: 5px;
}
.formula2 {
margin-left: 0px;
margin-right: 5px;
}
.formula3 {
margin-left: 10px;
margin-right: 5px;
}
.wnioski {
text-align: center;
}
@media screen and (max-width: 600px) {
.wnioski {
font: 'Ubuntu', sans-serif;
font-size: 13px;
color: #ffffff;
margin-right: 3px;
text-align: center;
}
.assign {
text-align: left;
}
.smolik {
text-align: justify;
color: #ffffff;
}
}
.allparty {
background: #c1c1c1;
color: #ffffff;
padding-bottom: 20px;
margin-top: 0px;
padding-left: 10px;
padding-right: 10px;
border-radius: 0px 0px 10px 10px;
}
.alltext {
color: black;
}
.alerto {
text-transform: uppercase;
}
.czeko {
text-transform: uppercase;
margin-top: 0px;
margin-left: 20px;
margin-right: 3px;
color: black;
}
.czeko2{
margin-left: 20px;
text-transform: uppercase;
color: black;
}
.mydatass {
background: #d6d6d6;
}
.nopadding {
padding: 0 !important;
margin: 10px;
}
.nopaddingoo {
padding: 0 !important;
margin: 10px;
border-radius: 10px;
}
.tabelo {
border-radius: 10px;
margin-bottom: 10px;
color: #ffffff;
background: #333333;
text-transform: uppercase;
font-weight: bold;
text-align: center;
}
.tabtxt {
background-color: white;
border-radius: 3px;
color: black;
padding-left: 4px;
padding-right: 4px;
font-weight: normal;
}
.tabelo2 {
margin-top: 5px;
margin-bottom: 5px;
color: #ffffff;
background: #333333;
text-transform: uppercase;
font-weight: bold;
text-align: center;
}
.linkname2 {
color: #ffffff;
} | 0.452536 | 0.12595 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Montserrat', sans-serif;
background-color: #040404;
color: #fff;
position: relative;
font-size: medium;
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: auto;
}
body::before {
content: "";
position: fixed;
background: #040404 url("https://user-images.githubusercontent.com/66039545/155833662-d5e7121e-4ee3-40a4-aa1b-575cef5a06a1.jpg") top right no-repeat;
background-size: cover;
left: 0;
right: 0;
top: 0;
height: 100vh;
z-index: -1;
opacity: 0.1;
}
@media (min-width: 1024px) {
body::before {
background-attachment: fixed;
}
a {
color: aqua;
text-decoration: none;
}
a:hover {
color: antiquewhite;
}
ion-icon {
font-size: 20px;
color: aqua;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Raleway", sans-serif;
}
}
#header {
transition: ease-in-out 0.3s;
position: relative;
height: 100vh;
display: flex;
align-items: center;
z-index: 997;
overflow-y: auto;
}
h1 span {
color: aqua;
}
#header * {
transition: ease-in-out 0.3s;
}
#header h1 {
font-size: 48px;
margin: 0;
padding: 0;
line-height: 1;
font-weight: 700;
font-family: "Poppins", sans-serif;
}
#header h1 a,
#header h1 a:hover {
color: #fff;
line-height: 1;
display: inline-block;
}
#header h2 {
font-size: 24px;
margin-top: 20px;
color: rgba(255, 255, 255, 0.8);
}
#header h2 span {
color: #fff;
border-bottom: 2px solid aqua;
padding-bottom: 6px;
}
#header img {
padding: 0;
margin: 0;
}
#header .social-links {
margin-top: 40px;
display: flex;
}
#header .social-links a {
font-size: 16px;
display: flex;
justify-content: center;
align-items: center;
background: rgba(255, 255, 255, 0.1);
color: #fff;
line-height: 1;
margin-right: 8px;
border-radius: 50%;
width: 40px;
height: 40px;
}
#header .social-links a:hover {
background: antiquewhite
}
@media (max-width: 992px) {
#header h1 {
font-size: 36px;
}
#header h2 {
font-size: 20px;
line-height: 30px;
}
#header .social-links {
margin-top: 15px;
}
#header .container {
display: flex;
flex-direction: column;
align-items: center;
}
}
#header.header-top .social-links,
#header.header-top h2 {
display: none;
}
#header.header-top h1 {
margin-right: auto;
font-size: 36px;
}
#header.header-top .container {
display: flex;
align-items: center;
}
#header.header-top .navbar {
margin: 0;
}
@media (max-width: 768px) {
#header.header-top {
height: 60px;
}
#header.header-top h1 {
font-size: 26px;
}
}
/* Desktop Navigation */
.navbar {
padding: 0;
margin-top: 35px;
}
.navbar ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
}
.navbar li {
position: relative;
}
.navbar li+li {
margin-left: 30px;
}
.navbar a,
.navbar a:focus {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0;
font-family: "Poppins", sans-serif;
font-size: 16px;
font-weight: 400;
color: rgba(255, 255, 255, 0.7);
white-space: nowrap;
transition: 0.3s;
}
.navbar a:before {
content: "";
position: absolute;
width: 0;
height: 2px;
bottom: -4px;
left: 0;
background-color: aqua;
visibility: hidden;
width: 0px;
transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
visibility: visible;
width: 25px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
color: #fff;
}
/* Section */
@media (max-width: 768px) {
section {
top: 120px;
}
section.section-show {
top: 80px;
}
}
.section-title h2 {
font-size: 14px;
font-weight: 500;
padding: 0;
line-height: 1px;
margin: 0 0 20px 0;
letter-spacing: 2px;
text-transform: uppercase;
color: #aaaaaa;
font-family: "Poppins", sans-serif;
}
.section-title h2::after {
content: "";
width: 120px;
height: 1px;
display: inline-block;
background: aqua;
margin: 4px 10px;
}
.section-title p {
margin: 0;
margin: -15px 0 15px 0;
font-size: 36px;
font-weight: 700;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
color: #fff;
}
/*About*/
.about-me .content h3 {
font-weight: 700;
font-size: 26px;
color: aqua;
}
.about-me .content ul {
list-style: none;
padding: 0;
}
.about-me .content ul li {
margin-bottom: 20px;
display: flex;
align-items: center;
}
.about-me .content ul strong {
margin-right: 10px;
}
.about-me .content ul i {
font-size: 16px;
margin-right: 5px;
color: aqua;
line-height: 0;
}
.fst-italic span {
color: aqua;
}
.about-me .content p:last-child {
margin-bottom: 0;
}
/*Skills*/
.skills .progress {
height: 60px;
display: block;
background: none;
border-radius: 0;
}
.skills .progress .skill {
padding: 10px 0;
margin: 0;
text-transform: uppercase;
display: block;
font-weight: 600;
font-family: "Poppins", sans-serif;
color: #fff;
}
.skills .progress .skill .val {
float: right;
font-style: normal;
}
.skills .progress-bar-wrap {
background: rgba(255, 255, 255, 0.2);
}
.skills .progress-bar {
width: 1px;
height: 10px;
transition: 0.9s;
background-color: aqua;
}
/*# Resume*/
.resume .resume-title {
font-size: 26px;
font-weight: 700;
margin-top: 20px;
margin-bottom: 20px;
color: #fff;
}
.resume .resume-item {
padding: 0 0 20px 20px;
margin-top: -2px;
border-left: 2px solid rgba(255, 255, 255, 0.2);
position: relative;
}
.resume .resume-item h4 {
line-height: 18px;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
color: aqua;
margin-bottom: 10px;
}
.resume .resume-item h5 {
font-size: 16px;
background: rgba(255, 255, 255, 0.15);
padding: 5px 15px;
display: inline-block;
font-weight: 600;
margin-bottom: 10px;
}
.resume .resume-item ul {
padding-left: 20px;
}
.resume .resume-item ul li {
padding-bottom: 10px;
}
.resume .resume-item:last-child {
padding-bottom: 0;
}
.resume .resume-item::before {
content: "";
position: absolute;
width: 16px;
height: 16px;
border-radius: 50px;
left: -9px;
top: 0;
background: aqua;
border: 2px solid aqua;
}
/* Project*/
.projects h5 {
font-size: 26px;
font-weight: 700;
margin-top: 20px;
margin-bottom: 20px;
color: #fff;
}
.projects h4 {
color: aqua;
font-size: 26px;
font-family: "Poppins",
sans-serif;
}
.projects .portfolio-links ion-icon {
font-size: 24px;
color: aqua;
border-radius: 50%;
padding: 14px;
float: left;
background: rgba(255, 255, 255, 0.1);
}
.projects .portfolio-links :hover {
background: antiquewhite;
}
/*Contact*/
.contact .info-box {
color: #444444;
padding: 20px;
width: 100%;
background: rgba(255, 255, 255, 0.08);
}
.contact .info-box ion-icon {
font-size: 24px;
color: aqua;
border-radius: 50%;
padding: 14px;
float: left;
background: rgba(255, 255, 255, 0.1);
}
.contact .info-box h3 {
font-size: 20px;
color: rgba(255, 255, 255, 0.5);
font-weight: 700;
margin: 10px 0 8px 68px;
}
.contact .info-box p {
padding: 0;
color: #fff;
line-height: 24px;
font-size: 14px;
margin: 0 0 0 68px;
}
.contact .info-box .social-links {
margin: 5px 0 0 68px;
display: flex;
}
.contact .info-box .social-links a {
font-size: 18px;
display: inline-block;
color: #fff;
line-height: 1;
margin-right: 12px;
transition: 0.3s;
}
.info-box .linkedin :hover {
background: antiquewhite;
}
.info-box .twitter :hover {
background: antiquewhite;
}
.info-box .facebook :hover {
background: antiquewhite;
}
.info-box .instagram :hover {
background: antiquewhite;
}
.footer {
right: 0;
left: 0;
bottom: 0;
padding: 15px;
text-align: right;
font-size: 13px;
color: #fff;
z-index: 999999;
}
@media (max-width: 992px) {
.footer {
text-align: center;
padding: 10px;
background: rgba(0, 0, 0, 0.8);
}
}
.footer a {
color: aqua;
transition: 0.3s;
}
.footer a:hover {
color: #fff;
}
#btn-back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
display: none;
color: aqua;
}
.contact .php-email-form {
padding: 30px;
background: rgba(255, 255, 255, 0.08);
}
.contact .php-email-form .error-message {
display: none;
background: rgba(255, 255, 255, 0.08);
background: #ed3c0d;
text-align: left;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .error-message br + br {
margin-top: 25px;
}
.contact .php-email-form .sent-message {
display: none;
background: rgba(255, 255, 255, 0.08);
background: #18d26e;
text-align: center;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .loading {
display: none;
background: rgba(255, 255, 255, 0.08);
text-align: center;
padding: 15px;
}
.contact .php-email-form .loading:before {
content: "";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid #18d26e;
border-top-color: #eee;
-webkit-animation: animate-loading 1s linear infinite;
animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
background: rgba(255, 255, 255, 0.08);
border: 0;
transition: 0.3s;
color: #fff;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
background-color: rgba(255, 255, 255, 0.11);
}
.contact .php-email-form input::-moz-placeholder, .contact .php-email-form textarea::-moz-placeholder {
color: rgba(255, 255, 255, 0.3);
opacity: 1;
}
.contact .php-email-form input::placeholder, .contact .php-email-form textarea::placeholder {
color: rgba(255, 255, 255, 0.3);
opacity: 1;
}
.contact .php-email-form input {
padding: 10px 15px;
}
.contact .php-email-form textarea {
padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
background: #18d26e;
border: 0;
padding: 10px 30px;
color: #fff;
transition: 0.4s;
border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
background: #15bb62;
} | index.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Montserrat', sans-serif;
background-color: #040404;
color: #fff;
position: relative;
font-size: medium;
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: auto;
}
body::before {
content: "";
position: fixed;
background: #040404 url("https://user-images.githubusercontent.com/66039545/155833662-d5e7121e-4ee3-40a4-aa1b-575cef5a06a1.jpg") top right no-repeat;
background-size: cover;
left: 0;
right: 0;
top: 0;
height: 100vh;
z-index: -1;
opacity: 0.1;
}
@media (min-width: 1024px) {
body::before {
background-attachment: fixed;
}
a {
color: aqua;
text-decoration: none;
}
a:hover {
color: antiquewhite;
}
ion-icon {
font-size: 20px;
color: aqua;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Raleway", sans-serif;
}
}
#header {
transition: ease-in-out 0.3s;
position: relative;
height: 100vh;
display: flex;
align-items: center;
z-index: 997;
overflow-y: auto;
}
h1 span {
color: aqua;
}
#header * {
transition: ease-in-out 0.3s;
}
#header h1 {
font-size: 48px;
margin: 0;
padding: 0;
line-height: 1;
font-weight: 700;
font-family: "Poppins", sans-serif;
}
#header h1 a,
#header h1 a:hover {
color: #fff;
line-height: 1;
display: inline-block;
}
#header h2 {
font-size: 24px;
margin-top: 20px;
color: rgba(255, 255, 255, 0.8);
}
#header h2 span {
color: #fff;
border-bottom: 2px solid aqua;
padding-bottom: 6px;
}
#header img {
padding: 0;
margin: 0;
}
#header .social-links {
margin-top: 40px;
display: flex;
}
#header .social-links a {
font-size: 16px;
display: flex;
justify-content: center;
align-items: center;
background: rgba(255, 255, 255, 0.1);
color: #fff;
line-height: 1;
margin-right: 8px;
border-radius: 50%;
width: 40px;
height: 40px;
}
#header .social-links a:hover {
background: antiquewhite
}
@media (max-width: 992px) {
#header h1 {
font-size: 36px;
}
#header h2 {
font-size: 20px;
line-height: 30px;
}
#header .social-links {
margin-top: 15px;
}
#header .container {
display: flex;
flex-direction: column;
align-items: center;
}
}
#header.header-top .social-links,
#header.header-top h2 {
display: none;
}
#header.header-top h1 {
margin-right: auto;
font-size: 36px;
}
#header.header-top .container {
display: flex;
align-items: center;
}
#header.header-top .navbar {
margin: 0;
}
@media (max-width: 768px) {
#header.header-top {
height: 60px;
}
#header.header-top h1 {
font-size: 26px;
}
}
/* Desktop Navigation */
.navbar {
padding: 0;
margin-top: 35px;
}
.navbar ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
}
.navbar li {
position: relative;
}
.navbar li+li {
margin-left: 30px;
}
.navbar a,
.navbar a:focus {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0;
font-family: "Poppins", sans-serif;
font-size: 16px;
font-weight: 400;
color: rgba(255, 255, 255, 0.7);
white-space: nowrap;
transition: 0.3s;
}
.navbar a:before {
content: "";
position: absolute;
width: 0;
height: 2px;
bottom: -4px;
left: 0;
background-color: aqua;
visibility: hidden;
width: 0px;
transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
visibility: visible;
width: 25px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
color: #fff;
}
/* Section */
@media (max-width: 768px) {
section {
top: 120px;
}
section.section-show {
top: 80px;
}
}
.section-title h2 {
font-size: 14px;
font-weight: 500;
padding: 0;
line-height: 1px;
margin: 0 0 20px 0;
letter-spacing: 2px;
text-transform: uppercase;
color: #aaaaaa;
font-family: "Poppins", sans-serif;
}
.section-title h2::after {
content: "";
width: 120px;
height: 1px;
display: inline-block;
background: aqua;
margin: 4px 10px;
}
.section-title p {
margin: 0;
margin: -15px 0 15px 0;
font-size: 36px;
font-weight: 700;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
color: #fff;
}
/*About*/
.about-me .content h3 {
font-weight: 700;
font-size: 26px;
color: aqua;
}
.about-me .content ul {
list-style: none;
padding: 0;
}
.about-me .content ul li {
margin-bottom: 20px;
display: flex;
align-items: center;
}
.about-me .content ul strong {
margin-right: 10px;
}
.about-me .content ul i {
font-size: 16px;
margin-right: 5px;
color: aqua;
line-height: 0;
}
.fst-italic span {
color: aqua;
}
.about-me .content p:last-child {
margin-bottom: 0;
}
/*Skills*/
.skills .progress {
height: 60px;
display: block;
background: none;
border-radius: 0;
}
.skills .progress .skill {
padding: 10px 0;
margin: 0;
text-transform: uppercase;
display: block;
font-weight: 600;
font-family: "Poppins", sans-serif;
color: #fff;
}
.skills .progress .skill .val {
float: right;
font-style: normal;
}
.skills .progress-bar-wrap {
background: rgba(255, 255, 255, 0.2);
}
.skills .progress-bar {
width: 1px;
height: 10px;
transition: 0.9s;
background-color: aqua;
}
/*# Resume*/
.resume .resume-title {
font-size: 26px;
font-weight: 700;
margin-top: 20px;
margin-bottom: 20px;
color: #fff;
}
.resume .resume-item {
padding: 0 0 20px 20px;
margin-top: -2px;
border-left: 2px solid rgba(255, 255, 255, 0.2);
position: relative;
}
.resume .resume-item h4 {
line-height: 18px;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
color: aqua;
margin-bottom: 10px;
}
.resume .resume-item h5 {
font-size: 16px;
background: rgba(255, 255, 255, 0.15);
padding: 5px 15px;
display: inline-block;
font-weight: 600;
margin-bottom: 10px;
}
.resume .resume-item ul {
padding-left: 20px;
}
.resume .resume-item ul li {
padding-bottom: 10px;
}
.resume .resume-item:last-child {
padding-bottom: 0;
}
.resume .resume-item::before {
content: "";
position: absolute;
width: 16px;
height: 16px;
border-radius: 50px;
left: -9px;
top: 0;
background: aqua;
border: 2px solid aqua;
}
/* Project*/
.projects h5 {
font-size: 26px;
font-weight: 700;
margin-top: 20px;
margin-bottom: 20px;
color: #fff;
}
.projects h4 {
color: aqua;
font-size: 26px;
font-family: "Poppins",
sans-serif;
}
.projects .portfolio-links ion-icon {
font-size: 24px;
color: aqua;
border-radius: 50%;
padding: 14px;
float: left;
background: rgba(255, 255, 255, 0.1);
}
.projects .portfolio-links :hover {
background: antiquewhite;
}
/*Contact*/
.contact .info-box {
color: #444444;
padding: 20px;
width: 100%;
background: rgba(255, 255, 255, 0.08);
}
.contact .info-box ion-icon {
font-size: 24px;
color: aqua;
border-radius: 50%;
padding: 14px;
float: left;
background: rgba(255, 255, 255, 0.1);
}
.contact .info-box h3 {
font-size: 20px;
color: rgba(255, 255, 255, 0.5);
font-weight: 700;
margin: 10px 0 8px 68px;
}
.contact .info-box p {
padding: 0;
color: #fff;
line-height: 24px;
font-size: 14px;
margin: 0 0 0 68px;
}
.contact .info-box .social-links {
margin: 5px 0 0 68px;
display: flex;
}
.contact .info-box .social-links a {
font-size: 18px;
display: inline-block;
color: #fff;
line-height: 1;
margin-right: 12px;
transition: 0.3s;
}
.info-box .linkedin :hover {
background: antiquewhite;
}
.info-box .twitter :hover {
background: antiquewhite;
}
.info-box .facebook :hover {
background: antiquewhite;
}
.info-box .instagram :hover {
background: antiquewhite;
}
.footer {
right: 0;
left: 0;
bottom: 0;
padding: 15px;
text-align: right;
font-size: 13px;
color: #fff;
z-index: 999999;
}
@media (max-width: 992px) {
.footer {
text-align: center;
padding: 10px;
background: rgba(0, 0, 0, 0.8);
}
}
.footer a {
color: aqua;
transition: 0.3s;
}
.footer a:hover {
color: #fff;
}
#btn-back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
display: none;
color: aqua;
}
.contact .php-email-form {
padding: 30px;
background: rgba(255, 255, 255, 0.08);
}
.contact .php-email-form .error-message {
display: none;
background: rgba(255, 255, 255, 0.08);
background: #ed3c0d;
text-align: left;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .error-message br + br {
margin-top: 25px;
}
.contact .php-email-form .sent-message {
display: none;
background: rgba(255, 255, 255, 0.08);
background: #18d26e;
text-align: center;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .loading {
display: none;
background: rgba(255, 255, 255, 0.08);
text-align: center;
padding: 15px;
}
.contact .php-email-form .loading:before {
content: "";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid #18d26e;
border-top-color: #eee;
-webkit-animation: animate-loading 1s linear infinite;
animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
background: rgba(255, 255, 255, 0.08);
border: 0;
transition: 0.3s;
color: #fff;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
background-color: rgba(255, 255, 255, 0.11);
}
.contact .php-email-form input::-moz-placeholder, .contact .php-email-form textarea::-moz-placeholder {
color: rgba(255, 255, 255, 0.3);
opacity: 1;
}
.contact .php-email-form input::placeholder, .contact .php-email-form textarea::placeholder {
color: rgba(255, 255, 255, 0.3);
opacity: 1;
}
.contact .php-email-form input {
padding: 10px 15px;
}
.contact .php-email-form textarea {
padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
background: #18d26e;
border: 0;
padding: 10px 30px;
color: #fff;
transition: 0.4s;
border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
background: #15bb62;
} | 0.358016 | 0.076339 |
background-color: turquoise;
color: white;
padding: 70px;
font-family: 'Courier New', Courier, monospace;
}
#header>img{
float: right;
height: 660px;
padding: 60px;
margin-top: -350px;
border-radius: 1000px;
width: 35%;
height: 510px;
}
.p1{
padding-top: 70px;
margin-top: -30px;
font-size: xx-large;
font-weight: bolder;
margin-left: 50px;
}
#header>h1{
margin-left: 50px;
}
#header>h2{
margin-top: -20px;
margin-left: 50px;
}
#header>h2{
color: black;
margin-bottom: 60px;
}
.button1{
background-color: white;
color: turquoise;
width: 20%;
border-radius: 60px;
text-align: center;
font-size: large;
padding: 20px;
font-weight: bolder;
margin-left: 60px;
font-family: 'Courier New', Courier, monospace;
}
.button2{
background-color: turquoise;
color: white;
width: 20%;
border-radius: 60px;
text-align: center;
font-size: large;
padding: 20px;
font-weight: bolder;
margin-left: 60px;
border: solid 2px;
border-color: white;
}
.img2{
float: left;
width: 40%;
margin-top: 0px;
margin-right: 50px;
border-radius: 0 80px 0px 80px;
margin-left: 20px;
}
#body>h1{
text-align: center;
color: turquoise;
background-color: black;
margin-top: 0px;
padding-left: 500px;
}
#body>h2{
}
.font{
font-weight: 500;
font-size: 28px;
line-height: 40px;
font-style: oblique;
}
#body{
background-color: white;
}
strong{
font-weight: bold;
font-size: 30px;
font-style: italic;
}
.Programming{
font-style: normal;
font-size: 20px;
font-weight: lighter;
}
.interestshobbies{
background-image: url(https://thumbs.dreamstime.com/b/abstract-blue-striped-retro-comic-background-halftone-corners-cartoon-turquoise-stripes-half-tone-pattern-comics-book-162441257.jpg);
width: 30%;
display: flex;
justify-content: space-between;
margin-left: 300px;
padding: 100px;
padding-right: -2000px;
}
#projects{
background-color: turquoise;
padding-bottom: 40px;
}
#projects>h1{
color: turquoise;
background-color: black;
text-align: center;
}
.p2{
color: black;
font-size: 18px;
line-height: 40px;
background-color: lightgrey;
border-radius: 0 60px 0 60px;
width: 70%;
text-align: center;
padding: 50px;
margin-left: 100px;
font-family: 'Courier New', Courier, monospace;
}
.orange{
background-color: rgb(226, 151, 12);
width: 20%;
border-radius: 60px;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 10px;
}
.darkblue{
background-color: darkblue;
color: white;
width: 20%;
border-radius: 60px;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 10px;
}
.purple{
background-color: purple;
color: white;
width: 20%;
border-radius: 60px;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 10px;
}
.yellow{
background-color: yellow;
color: black;
width: 20%;
border-radius: 60px;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 10px;
}
.contact{
padding: 60px;
font-weight: 900;
text-align: center;
}
body{
} | index.css | background-color: turquoise;
color: white;
padding: 70px;
font-family: 'Courier New', Courier, monospace;
}
#header>img{
float: right;
height: 660px;
padding: 60px;
margin-top: -350px;
border-radius: 1000px;
width: 35%;
height: 510px;
}
.p1{
padding-top: 70px;
margin-top: -30px;
font-size: xx-large;
font-weight: bolder;
margin-left: 50px;
}
#header>h1{
margin-left: 50px;
}
#header>h2{
margin-top: -20px;
margin-left: 50px;
}
#header>h2{
color: black;
margin-bottom: 60px;
}
.button1{
background-color: white;
color: turquoise;
width: 20%;
border-radius: 60px;
text-align: center;
font-size: large;
padding: 20px;
font-weight: bolder;
margin-left: 60px;
font-family: 'Courier New', Courier, monospace;
}
.button2{
background-color: turquoise;
color: white;
width: 20%;
border-radius: 60px;
text-align: center;
font-size: large;
padding: 20px;
font-weight: bolder;
margin-left: 60px;
border: solid 2px;
border-color: white;
}
.img2{
float: left;
width: 40%;
margin-top: 0px;
margin-right: 50px;
border-radius: 0 80px 0px 80px;
margin-left: 20px;
}
#body>h1{
text-align: center;
color: turquoise;
background-color: black;
margin-top: 0px;
padding-left: 500px;
}
#body>h2{
}
.font{
font-weight: 500;
font-size: 28px;
line-height: 40px;
font-style: oblique;
}
#body{
background-color: white;
}
strong{
font-weight: bold;
font-size: 30px;
font-style: italic;
}
.Programming{
font-style: normal;
font-size: 20px;
font-weight: lighter;
}
.interestshobbies{
background-image: url(https://thumbs.dreamstime.com/b/abstract-blue-striped-retro-comic-background-halftone-corners-cartoon-turquoise-stripes-half-tone-pattern-comics-book-162441257.jpg);
width: 30%;
display: flex;
justify-content: space-between;
margin-left: 300px;
padding: 100px;
padding-right: -2000px;
}
#projects{
background-color: turquoise;
padding-bottom: 40px;
}
#projects>h1{
color: turquoise;
background-color: black;
text-align: center;
}
.p2{
color: black;
font-size: 18px;
line-height: 40px;
background-color: lightgrey;
border-radius: 0 60px 0 60px;
width: 70%;
text-align: center;
padding: 50px;
margin-left: 100px;
font-family: 'Courier New', Courier, monospace;
}
.orange{
background-color: rgb(226, 151, 12);
width: 20%;
border-radius: 60px;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 10px;
}
.darkblue{
background-color: darkblue;
color: white;
width: 20%;
border-radius: 60px;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 10px;
}
.purple{
background-color: purple;
color: white;
width: 20%;
border-radius: 60px;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 10px;
}
.yellow{
background-color: yellow;
color: black;
width: 20%;
border-radius: 60px;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 10px;
}
.contact{
padding: 60px;
font-weight: 900;
text-align: center;
}
body{
} | 0.613468 | 0.106691 |
body {
font-family: "Montserrat";
}
/* Navigation Bar */
.navigation-bar{
background-image: url(public/images/25.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.nav-item {
text-align: right;
color: #fff;
font-family: 'Montserrat', sans-serif;
}
.nav-link {
font-size: 1rem;
font-family: "Montserrat-Light";
}
.cd {
justify-content: right;
}
.donate{
text-decoration: none;
text-align: center;
background-color: #8DFA49;
border-radius: 3px;
width: 80px;
}
/* Top Heading */
.top-heading{
font-size: 4.5rem;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
}
.top-head{
padding: 2.5rem 0 2.5rem 7rem;
color: #fff;
}
/* Buttons */
.voln-button {
margin: 3% 2% 2% 0;
}
/* About Section */
.student{
width: 30rem;
}
.about-section{
margin: 5rem 0 2.5rem 10rem;
}
.about-heading{
font-family: 'Montserrat', sans-serif;
font-size: 5rem;
font-weight: bolder;
}
.about-paragraph{
font-size: 1.5rem;
}
.we-do{
color: darkorange;
}
.about-wt-we-do{
font-family: 'Montserrat', sans-serif;
float: right;
width: 30rem;
margin-right: 10rem;
/* padding-top: 2rem; */
}
/* Overview Section */
.overview{
margin: 3rem 0 5rem 10rem;
}
.overview-position{
font-family: 'Montserrat', sans-serif;
text-align: right;
float: left;
width: 30rem;
padding-right: 5rem;
}
.overview-heading{
color: darkorange;
text-align: right;
}
.overview-paragraph{
font-size: 1.5rem;
}
.scope{
color: #000;
}
.over{
margin-top: 8rem;
}
/* Volunteer Section */
.volunteer{
font-family: 'Montserrat', sans-serif;
background-color: darkorange;
color: #000;
text-align: center;
padding: 2.5rem 0;
}
.volunteer-heading{
font-size: 4.5rem;
font-weight: bolder;
}
.volunteer-paragraph{
font-size: 1.5rem;
color: #fff;
}
/* Team Section */
.team-heading{
font-family: 'Montserrat', sans-serif;
font-weight: bolder;
text-align: center;
font-size: 5rem;
padding-top: 5rem;
}
.image1{
background-image: url(../images/1.jpeg);
background-color: #000;
}
/* Footer Section */
footer {
text-align: center;
background-color: darkorange;
font-size: 15px;
color: #fff;
margin-bottom: 0;
}
.social{
font-size: 5rem;
padding: 12rem;
}
.fab{
color: #fff;
padding: 2rem 2rem;
font-size: 2rem;
}
.copyright {
color: #EAF6F6;
font-size: 1rem;
font-style: italic;
}
.amount-label{
font-family: 'Montserrat', sans-serif;
font-weight: bolder;
text-align: center;
font-size: 2rem;
margin: 0 5rem 0 5rem;
padding-top: 4rem;
}
.amount{
border: rgb(0, 0, 0) 2px solid;
margin: 0 auto 2rem 5rem;
padding: 0 3rem;
}
@media (max-width: 1028px) {
/* Navigation Bar */
.top-heading{
font-size: 2.5rem;
line-height: 1;
font-family: 'Montserrat', sans-serif;
}
.top-head{
padding-left: 2rem;
color: #fff;
}
.navigation-bar{
background-attachment: fixed;
}
.navbar{
justify-content: right;
}
.navbar-brand{
position: relative;
right: 2%;
}
.donate-item{
width: 50px;
position: relative;
left: 50%;
}
/* About Section */
.about{
text-align: center;
}
.student{
width: 20rem;
margin: 15px auto;
display: block;
}
.about-wt-we-do{
margin-right: auto;
}
.about-paragraph{
font-family: 'Montserrat', sans-serif;
font-size: 1.4em;
width: 80%;
text-align: center;
margin: auto;
padding-bottom: 20px;
}
/* Top Heading */
.top-heading{
font-size: 2rem;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
}
.top-head{
padding: 0 0 2.5rem 2rem;
color: #fff;
}
/* Buttons */
/* change large buttons to small buttons */
.voln-button {
margin: 10% 2% 2% 0;
}
/* About Section */
.student{
width: 20rem;
}
.about-section{
margin: auto;
}
.about-heading{
font-family: 'Montserrat', sans-serif;
font-size: 2rem;
font-weight: bolder;
}
.about-paragraph{
font-size: 1rem;
}
.we-do{
color: darkorange;
}
.about-wt-we-do{
font-family: 'Montserrat', sans-serif;
float: none;
width: auto;
}
/* Overview Section */
.overview{
margin: auto;
}
.overview-position{
font-family: 'Montserrat', sans-serif;
float: none;
width: auto;
text-align: center;
padding: 0;
}
.overview-heading{
font-family: 'Montserrat', sans-serif;
font-size: 2rem;
font-weight: bolder;
text-align: center;
}
.overview-paragraph{
font-size: 1rem;
}
.scope{
color: #000;
}
/* Volunteer Section */
.volunteer{
font-family: 'Montserrat', sans-serif;
text-align: center;
background-color: darkorange;
color: #000;
padding: 1rem 0;
}
.volunteer-heading{
font-size: 1.5rem;
font-weight: bold;
}
.volunteer-paragraph{
font-size: 0.7rem;
color: #fff;
}
/* Team Section */
.team-heading{
text-align: center;
font-family: 'Montserrat', sans-serif;
font-size: 2rem;
padding-top: 0.5rem;
}
.amount-label{
font-family: 'Montserrat', sans-serif;
font-weight: bolder;
text-align: center;
font-size: 2rem;
margin: 0 5rem 0 5rem;
padding-top: 4rem;
}
.amount{
border: rgb(0, 0, 0) 2px solid;
margin: 0 15%;
padding: 0 3rem;
}
.footer{
position: fixed;
top: auto;
/* left: 0; */
bottom: 0;
width: 100%;
}
} | style.css | body {
font-family: "Montserrat";
}
/* Navigation Bar */
.navigation-bar{
background-image: url(public/images/25.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.nav-item {
text-align: right;
color: #fff;
font-family: 'Montserrat', sans-serif;
}
.nav-link {
font-size: 1rem;
font-family: "Montserrat-Light";
}
.cd {
justify-content: right;
}
.donate{
text-decoration: none;
text-align: center;
background-color: #8DFA49;
border-radius: 3px;
width: 80px;
}
/* Top Heading */
.top-heading{
font-size: 4.5rem;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
}
.top-head{
padding: 2.5rem 0 2.5rem 7rem;
color: #fff;
}
/* Buttons */
.voln-button {
margin: 3% 2% 2% 0;
}
/* About Section */
.student{
width: 30rem;
}
.about-section{
margin: 5rem 0 2.5rem 10rem;
}
.about-heading{
font-family: 'Montserrat', sans-serif;
font-size: 5rem;
font-weight: bolder;
}
.about-paragraph{
font-size: 1.5rem;
}
.we-do{
color: darkorange;
}
.about-wt-we-do{
font-family: 'Montserrat', sans-serif;
float: right;
width: 30rem;
margin-right: 10rem;
/* padding-top: 2rem; */
}
/* Overview Section */
.overview{
margin: 3rem 0 5rem 10rem;
}
.overview-position{
font-family: 'Montserrat', sans-serif;
text-align: right;
float: left;
width: 30rem;
padding-right: 5rem;
}
.overview-heading{
color: darkorange;
text-align: right;
}
.overview-paragraph{
font-size: 1.5rem;
}
.scope{
color: #000;
}
.over{
margin-top: 8rem;
}
/* Volunteer Section */
.volunteer{
font-family: 'Montserrat', sans-serif;
background-color: darkorange;
color: #000;
text-align: center;
padding: 2.5rem 0;
}
.volunteer-heading{
font-size: 4.5rem;
font-weight: bolder;
}
.volunteer-paragraph{
font-size: 1.5rem;
color: #fff;
}
/* Team Section */
.team-heading{
font-family: 'Montserrat', sans-serif;
font-weight: bolder;
text-align: center;
font-size: 5rem;
padding-top: 5rem;
}
.image1{
background-image: url(../images/1.jpeg);
background-color: #000;
}
/* Footer Section */
footer {
text-align: center;
background-color: darkorange;
font-size: 15px;
color: #fff;
margin-bottom: 0;
}
.social{
font-size: 5rem;
padding: 12rem;
}
.fab{
color: #fff;
padding: 2rem 2rem;
font-size: 2rem;
}
.copyright {
color: #EAF6F6;
font-size: 1rem;
font-style: italic;
}
.amount-label{
font-family: 'Montserrat', sans-serif;
font-weight: bolder;
text-align: center;
font-size: 2rem;
margin: 0 5rem 0 5rem;
padding-top: 4rem;
}
.amount{
border: rgb(0, 0, 0) 2px solid;
margin: 0 auto 2rem 5rem;
padding: 0 3rem;
}
@media (max-width: 1028px) {
/* Navigation Bar */
.top-heading{
font-size: 2.5rem;
line-height: 1;
font-family: 'Montserrat', sans-serif;
}
.top-head{
padding-left: 2rem;
color: #fff;
}
.navigation-bar{
background-attachment: fixed;
}
.navbar{
justify-content: right;
}
.navbar-brand{
position: relative;
right: 2%;
}
.donate-item{
width: 50px;
position: relative;
left: 50%;
}
/* About Section */
.about{
text-align: center;
}
.student{
width: 20rem;
margin: 15px auto;
display: block;
}
.about-wt-we-do{
margin-right: auto;
}
.about-paragraph{
font-family: 'Montserrat', sans-serif;
font-size: 1.4em;
width: 80%;
text-align: center;
margin: auto;
padding-bottom: 20px;
}
/* Top Heading */
.top-heading{
font-size: 2rem;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
}
.top-head{
padding: 0 0 2.5rem 2rem;
color: #fff;
}
/* Buttons */
/* change large buttons to small buttons */
.voln-button {
margin: 10% 2% 2% 0;
}
/* About Section */
.student{
width: 20rem;
}
.about-section{
margin: auto;
}
.about-heading{
font-family: 'Montserrat', sans-serif;
font-size: 2rem;
font-weight: bolder;
}
.about-paragraph{
font-size: 1rem;
}
.we-do{
color: darkorange;
}
.about-wt-we-do{
font-family: 'Montserrat', sans-serif;
float: none;
width: auto;
}
/* Overview Section */
.overview{
margin: auto;
}
.overview-position{
font-family: 'Montserrat', sans-serif;
float: none;
width: auto;
text-align: center;
padding: 0;
}
.overview-heading{
font-family: 'Montserrat', sans-serif;
font-size: 2rem;
font-weight: bolder;
text-align: center;
}
.overview-paragraph{
font-size: 1rem;
}
.scope{
color: #000;
}
/* Volunteer Section */
.volunteer{
font-family: 'Montserrat', sans-serif;
text-align: center;
background-color: darkorange;
color: #000;
padding: 1rem 0;
}
.volunteer-heading{
font-size: 1.5rem;
font-weight: bold;
}
.volunteer-paragraph{
font-size: 0.7rem;
color: #fff;
}
/* Team Section */
.team-heading{
text-align: center;
font-family: 'Montserrat', sans-serif;
font-size: 2rem;
padding-top: 0.5rem;
}
.amount-label{
font-family: 'Montserrat', sans-serif;
font-weight: bolder;
text-align: center;
font-size: 2rem;
margin: 0 5rem 0 5rem;
padding-top: 4rem;
}
.amount{
border: rgb(0, 0, 0) 2px solid;
margin: 0 15%;
padding: 0 3rem;
}
.footer{
position: fixed;
top: auto;
/* left: 0; */
bottom: 0;
width: 100%;
}
} | 0.396886 | 0.052643 |
.atxt_info>p {
font-size: 0.7em;
margin: 0;
line-height: 1.1;
text-indent: 0;
}
.atxt_info>.atxt_keyvalue {
text-align: left;
margin-left: 3em;
text-indent: -3em;
}
p {
margin: 0;
text-indent: 2em;
text-align: justify;
line-height: 1.5;
}
.atxt_drawout {
margin: 0;
text-indent: 1.5em;
}
.atxt_aligned {
text-indent: 0;
}
.atxt_align_center {
text-align: center;
text-indent: 0;
}
.atxt_align_left {
text-align: left;
text-indent: 0;
}
.atxt_align_right {
text-align: right;
text-indent: 0;
}
@media amzn-kf8 {
div.atxt_illu {
page-break-before: always;
page-break-after: always;
}
}
.atxt_illu {
width: 100%;
height: 100vh;
page-break-inside: avoid;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
}
.atxt_illu img {
width: auto;
height: auto;
}
p.atxt_illu {
font-size: 1em;
line-height: 1.1;
}
.atxt_title {
font-size: 1.5em;
text-align: center!important;
text-indent: 0;
font-weight: bold;
margin-bottom: 0.5em;
}
.atxt_note_ref {
text-decoration: none;
white-space: nowrap;
}
.atxt_note_section {
border: 1px solid;
page-break-before: always;
margin-top: 1em;
}
.atxt_note_p{
text-indent: -2em;
margin-left: 2em;
}
aside {
margin-left: 1em;
margin-right: 1em;
text-indent: 0;
}
aside>aside {
margin-bottom: 0.2em;
}
.atxt_pagebreak {
page-break-after: always;
}
.atxt_emph {
font-weight: bold;
}
a {
text-decoration: none;
}
.atxt_imgchar {
display: inline-block;
margin: 0;
padding: 0;
border: none;
background: transparent;
height: 1em;
width: auto;
vertical-align: text-bottom;
}
.atxt_font {
font-family: sans-serif;
}
.atxt_breakall {
line-break: anywhere;
word-wrap: break-word;
word-break: break-all;
-webkit-word-break: break-all;
-epub-word-break: break-all;
}
/* End of AeroNovelTool Template CSS */ | AeroNovelTool/template/OEBPS/Styles/Style.css | .atxt_info>p {
font-size: 0.7em;
margin: 0;
line-height: 1.1;
text-indent: 0;
}
.atxt_info>.atxt_keyvalue {
text-align: left;
margin-left: 3em;
text-indent: -3em;
}
p {
margin: 0;
text-indent: 2em;
text-align: justify;
line-height: 1.5;
}
.atxt_drawout {
margin: 0;
text-indent: 1.5em;
}
.atxt_aligned {
text-indent: 0;
}
.atxt_align_center {
text-align: center;
text-indent: 0;
}
.atxt_align_left {
text-align: left;
text-indent: 0;
}
.atxt_align_right {
text-align: right;
text-indent: 0;
}
@media amzn-kf8 {
div.atxt_illu {
page-break-before: always;
page-break-after: always;
}
}
.atxt_illu {
width: 100%;
height: 100vh;
page-break-inside: avoid;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
}
.atxt_illu img {
width: auto;
height: auto;
}
p.atxt_illu {
font-size: 1em;
line-height: 1.1;
}
.atxt_title {
font-size: 1.5em;
text-align: center!important;
text-indent: 0;
font-weight: bold;
margin-bottom: 0.5em;
}
.atxt_note_ref {
text-decoration: none;
white-space: nowrap;
}
.atxt_note_section {
border: 1px solid;
page-break-before: always;
margin-top: 1em;
}
.atxt_note_p{
text-indent: -2em;
margin-left: 2em;
}
aside {
margin-left: 1em;
margin-right: 1em;
text-indent: 0;
}
aside>aside {
margin-bottom: 0.2em;
}
.atxt_pagebreak {
page-break-after: always;
}
.atxt_emph {
font-weight: bold;
}
a {
text-decoration: none;
}
.atxt_imgchar {
display: inline-block;
margin: 0;
padding: 0;
border: none;
background: transparent;
height: 1em;
width: auto;
vertical-align: text-bottom;
}
.atxt_font {
font-family: sans-serif;
}
.atxt_breakall {
line-break: anywhere;
word-wrap: break-word;
word-break: break-all;
-webkit-word-break: break-all;
-epub-word-break: break-all;
}
/* End of AeroNovelTool Template CSS */ | 0.47098 | 0.109682 |
html
{
height: 100%;
margin: 0px;
padding: 0px;
user-select: none;
}
html *
{
transition: background-color 1s, opacity 1s;
}
body
{
font-size: 14px;
vertical-align: middle;
color: #7F7F70;
background-color: #1C1E23;
height:100%;
margin: 0px;
padding: 0px;
font-family: cursive;
background-color:rgba(3, 45, 53, 0);
}
.title-bar
{
padding: 5px;
-webkit-app-region: drag;
position: relative;
color: white;
background: rgb(92,95,103);
background: linear-gradient(114deg, rgba(92,95,103,1) 0%, rgba(92,95,103,1) 63%, rgba(0,0,0,1) 99%);
}
.title-bar.locked
{
-webkit-app-region: no-drag;
}
.no-drag
{
-webkit-app-region: no-drag;
}
#settings-btn
{
-webkit-app-region: no-drag;
}
#title-bar-btns
{
-webkit-app-region: no-drag;
position: absolute;
top: 3px;
right: 2px;
}
::-webkit-scrollbar
{
width: 12px;
}
::-webkit-scrollbar-track
{
background-color: #c0c0c0;
}
::-webkit-scrollbar-thumb {
background-color: darkgrey;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
border: solid 1px #c0c0c0;
border-radius: 15px;
}
.selectable
{
user-select: text;
}
.not-selectable
{
user-select: none;
}
li
{
list-style: none;
}
body.font-size-10
{
font-size: 10px;
}
body.font-size-20
{
font-size: 11px;
}
body.font-size-30
{
font-size: 12px;
}
body.font-size-40
{
font-size: 13px;
}
body.font-size-50
{
font-size: 14px;
}
body.font-size-60
{
font-size: 15px;
}
body.font-size-70
{
font-size: 16px;
}
body.font-size-80
{
font-size: 17px;
}
body.font-size-90
{
font-size: 18px;
}
body.font-size-100
{
font-size: 19px;
}
#notification-sound
{
width: auto;
}
.hidden
{
display: none !important;
}
.stop-button
{
background-color: red;
}
div[onclick]
{
cursor: pointer;
}
span[onclick]
{
cursor: pointer;
}
img[onclick]
{
cursor: pointer;
}
.icon-wrapper img
{
max-height: 3rem;
max-width: 3rem;
}
input, textarea, select
{
display: inline-block;
box-sizing: border-box;
padding: 0px;
margin: 0px;
text-align: top;
height: 1.5rem;
vertical-align: middle;
}
.us-table
{
display: table;
width: 100%;
}
.us-inline-table
{
display: inline-table;
}
.us-table-row
{
display: table-row;
}
.us-table-cell
{
vertical-align: middle;
display: table-cell;
width: auto;
}
.t-left
{
text-align: left;
}
.t-right
{
text-align: right;
}
.t-center
{
text-align: center;
}
.t-justify
{
text-align: justify;
}
#searches
{
width: 3rem;
}
.all-screen
{
height: 100%;
min-height: 100%;
display: flex;
flex-direction: column;
}
.screen-columns
{
height: 100%;
min-height: 100%;
display: flex;
flex-direction: row;
overflow-y: auto;
}
.control-panel
{
padding-right: 2px;
padding-left: 2px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
text-align: center;
background: #ececec;
background: linear-gradient(128deg, rgba(236,236,236,1) 0%, rgba(230,230,230,1) 41%, rgba(191,191,191,1) 99%);
}
.control-panel .button
{
margin-bottom: 5px;
margin-top: 5px;
margin-right: 3px;
}
#league-wrapper, #search-wrapper
{
margin-left: auto;
}
#advanced-filters.control-panel
{
justify-content: center;
padding-top: 2px;
padding-bottom: 2px;
background: #b3b3b3;
color:#1a1a1a;
}
.control-panel-items
{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
padding-left: 1px;
padding-right: 1px;
}
.control-panel label
{
margin-right: .2rem;
margin-left: .2rem;
}
.control-panel input[type="text"]
{
width: 5rem;
}
.flex-item
{
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
}
textarea.notes
{
width: 100%;
height: 50vh;
}
.display-window-wrapper
{
flex: 1;
overflow-y: scroll;
background-color: #878A8C;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
justify-content: flex-start;
align-content: flex-start;
background: rgb(135,138,140);
background: linear-gradient(180deg, rgba(135,138,140,1) 0%, rgba(92,95,103,1) 54%, rgba(100,102,104,1) 99%);
}
.display-window-wrapper.condensed
{
justify-content: flex-start;
flex-direction: row;
flex-wrap: wrap;
}
.content-pane
{
display: flex;
justify-content: flex-start;
flex-direction: row;
flex-wrap: wrap;
}
#watched-display-window
{
flex-direction: row;
background-color: #0a1d2f;
justify-content: center;
}
.display-window-title
{
position: relative;
margin-top: 3px;
margin-bottom: 3px;
}
.display-window-title .title-text
{
font-size: 1.25rem;
display: inline-block;
color: #ffffff;
text-decoration: underline;
}
#watched-display-window .display-window-title .button
{
margin-left: 5px;
position: absolute;
}
.nowrap
{
white-space: nowrap;
}
#queue-count
{
width: 1.5rem;
text-align: center;
}
#socket-count
{
background-color: #e77a7d;
text-align: center;
}
#socket-count.active
{
background-color: #88fca7;
}
.copy-text
{
position: fixed;
left: -100vw;
top: -100vh;
}
.button
{
color: #ffffff;
position: relative;
display: inline-block;
cursor: pointer;
border: 1px solid black;
padding: .25rem;
border-radius: .25rem;
background-color: #2c6ace;
white-space: nowrap;
opacity: 1;
transition: background-color 1s, opacity 1s;
transition-timing-function: ease-out;
margin: 1px;
}
.button:hover
{
opacity: 1;
background-color: #163669;
}
.button.disabled
{
opacity: .3;
}
.row-position-panel
{
text-align: center;
padding-right: .125rem;
margin-top: .125rem;
margin-bottom: .125rem;
}
.search-row:hover
{
background-color: #c0c0c0;
}
.add-new-search
{
border-top: 3px solid rgba(63, 66, 70, 0.75);
padding-bottom: .25rem;
background-color: #c0c0c0;
}
.add-new-search .search-header-row
{
text-shadow: 2px 2px 1px #ffffff;
}
.add-new-search .search-header-row
{
height: 1px;
overflow: hidden;
}
.add-new-search .row-position-panel
{
display: none;
}
.item-display
{
background-color: #242527;
vertical-align: middle;
border-collapse: collapse;
padding: .5rem;
padding-left: 1rem;
padding-right: 1rem;
position: relative;
text-align: left;
margin-right: auto;
margin-left: auto;
min-width: 90vw;
max-width: 90vw;
margin-top: 2px;
margin-bottom: 5px;
}
#trade-whisper-display-window
{
background: #51585f;
justify-content: space-around;
max-width: 25rem;
overflow-y: scroll;
}
.trade-whisper
{
margin: 5px;
margin-left: auto;
margin-right: auto;
flex: inherit;
color: #bdd0e0;
background-color: #1c1e23;
border: 1px solid #257b6f;
min-width: 21rem;
max-width: 21rem;
position: relative;
height: fit-content;
}
.trade-whisper-wrapper
{
padding: 5px;
}
.trade-whisper .header
{
position: relative;
padding: 5px;
background: #257b6f;
}
.trade-whisper.big-trade .header
{
position: relative;
padding: 5px;
background: #880101;
}
.trade-whisper.commodity-trade .header
{
position: relative;
padding: 5px;
background: #4e7b12;
}
.trade-whisper .header .v-itemName
{
font-weight: bold;
text-decoration: underline;
}
.trade-whisper .close
{
position: absolute;
top: 2px;
right: 2px;
}
.trade-whisper .us-table
{
text-align: left;
display: inline-table;
width: 96%;
padding-top: 5px;
padding-bottom: 5px;
}
.trade-whisper .us-table-cell
{
padding-right: 5px;
}
.trade-whisper-button-wrapper
{
display: flex;
justify-content: space-between;
}
.item-display.is-corrupted
{
background-color: #352929;
}
.item-display.is-mirrored
{
background-color: #1b2132;
}
@media only screen and (min-width: 1300px)
{
.item-display
{
min-width: 45%;
max-width: 45%;
}
.item-mods ul
{
padding-left: 1rem;
max-width: 50vw;
}
.condensed .composite-display-text
{
max-width: 25vw;
}
.condensed .detail-mod-panel
{
max-width: 25vw;
text-align: right;
}
}
.item-display.watched-item
{
background-color: #062331;
}
.searchinfo
{
position: absolute;
top: 0px;
right: 0px;
display: inline-block;
border-left: 1px solid black;
border-bottom: 1px solid black;
padding: .25rem;
text-align: center;
}
#socket-count
{
width: 3rem;
}
#whisper-message {
display: inline-block;
position: absolute;
top: 50vh;
right: 50vw;
background-color: black;
opacity: 0;
-webkit-transition: opacity 2s; /* Safari */
transition: opacity 1s;
transition-timing-function: ease-out;
border: 1px solid #E9CF9F;
padding: 1rem;
border-radius: .25rem;
color: #E9CF9F;
}
#whisper-message.active
{
-webkit-transition: opacity 0s; /* Safari */
transition: opacity 0s;
opacity: 1;
}
.corrupted
{
color: #b30000;
font-weight: bold;
}
.extra-status
{
display: inline-block;
}
.mirrored
{
color: #0073e6;
font-weight: bold;
}
.inf-elder, .elder-mod
{
color: #4b8250;
}
.inf-shaper, .shadper-mod
{
color: #b45fff;
}
.inf-warlord, .warlord-mod
{
color: #bb1a1e;
}
.inf-redeemer, .redeemer-mod
{
color: #92b8cd;
}
.inf-crusader, .crusader-mod
{
color: #2fa3ce;
}
.inf-hunter, .hunter-mod
{
color: #52b013;
}
.influence-mod
{
text-decoration: underline;
}
.currency-img
{
height: 1.5rem;
vertical-align: middle;
}
.implicit-mods li
{
text-decoration: underline;
}
.implicit-mods
{
color: #958e87;
}
.explicit-mods
{
color: #5476FF;
}
.veiled-mods
{
color: #3d8cc7;
text-shadow: 1px 1px 3px rgba(255,255,255,.35);
}
.notable-mods .header
{
color: #88f;
font-weight: bold;
text-decoration: underline solid;
}
.notable-mods ul
{
list-style-type: none;
}
.notable-mods ul ul li
{
color: rgb(119, 119, 153);
}
ul
{
display: block;
margin-top: 0px;
margin-bottom: 3px;
}
.item-mods
{
padding-top: .25rem;
padding-bottom: .25rem;
min-height: 1.5rem;
}
.item-mods ul
{
padding-left: 0px;
}
.item-mods ul li:hover
{
background-color: #2d3139;
}
.crafted-mods
{
color: #99B4FF;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.fractured-mods
{
color: #A29162;
}
.data-value span.l-6L
{
border: #ff0000;
background-color: #ffffff;
color: #ff0000;
padding-left: 2px;
padding-right: 2px;
}
.mod-box
{
margin-left: .5rem;
}
.prefix
{
color: #8888FF !important;
}
.suffix
{
color: #ec7676 !important;
}
.data-value span
{
display: inline-block;
padding: .1rem;
margin: .1rem;
border-radius: 5px;
background-color: #323438;
color: #b7b7ff;
}
.enchant-mods
{
color: #99B4FF;
}
.enchant-mods .mod-name
{
display: none;
}
.copied
{
text-decoration: line-through;
background-color: #5c5f67;
}
.bold
{
font-weight: bold;
}
.r-Normal
{
color: #C8C8C8;
font-weight: bold;
}
.r-Magic
{
color: #8888FF;
font-weight: bold;
}
.r-Rare
{
color: #FFFF77;
font-weight: bold;
}
.r-Unique
{
color: #AF6020;
font-weight: bold;
}
.socket-link
{
color: #ffffff;
text-shadow: 1px 1px 1px #5d5d5d;
font-weight: bold;
}
.socket-R
{
display: inline-block;
padding: .25rem;
background-color: #990000;
border-radius: 1rem;
width: 1rem;
text-align: center;
color: #ffffff;
font-weight: bold;
border: 1px solid #000000;
}
.socket-B
{
display: inline-block;
padding: .25rem;
background-color: #003399;
border-radius: 1rem;
width: 1rem;
text-align: center;
color: #ffffff;
font-weight: bold;
border: 1px solid #000000;
}
.socket-G
{
display: inline-block;
padding: .25rem;
background-color: #004d00;
border-radius: 1rem;
width: 1rem;
text-align: center;
color: #ffffff;
font-weight: bold;
border: 1px solid #000000;
}
.socket-W
{
display: inline-block;
padding: .25rem;
background-color: #ffffff;
border-radius: 1rem;
width: 1rem;
text-align: center;
font-weight: bold;
border: 1px solid #000000;
text-shadow: none;
color: #1C1E23;
}
.socket-A
{
display: inline-block;
padding: .25rem;
background-color: #000000;
border-radius: 1rem;
width: 1rem;
text-align: center;
color: #ffffff;
font-weight: bold;
border: 1px solid rgba(0, 0, 0, .5);
}
.ilvl
{
white-space: nowrap;
}
.v-top
{
vertical-align: top;
}
a:link
{
color: #b7b7ff;
}
a:hover
{
color: #f7f7ff;
}
a:visited
{
color: #4c4c6a;
}
.link
{
color: #b7b7ff;
text-decoration: underline;
display: inline-block;
cursor: pointer;
}
.link:hover
{
color: #b7b7ff;
}
.searchinfo a:visited
{
color: #b7b7ff;
}
.searchpart a:visited
{
color: #b7b7ff;
}
.key-header
{
border: 1px solid black;
padding: .25rem;
}
.key-value
{
background-color: #2d3139;
margin-left: 1rem;
padding: .25rem;
}
.template-field.icon
{
display: inline-block;
height: 3rem;
width: 3rem;
}
.icon-wrapper
{
position: relative;
display: inline-block;
text-align: center;
}
.icon-wrapper .stack-text
{
position: absolute;
display: inline-block;
bottom: 5px;
right: 5px;
background-color: rgba(255, 255, 255, .7);
border-radius: 5px;
color: #000000;
text-shadow: none;
}
.itemPopupContainer
{
text-align: center;
display: inline-block;
width: 40%;
horizontal-align: center;
position: relative;
}
.itemPopupContainer
{
text-align: center;
display: inline-block;
width: 40%;
horizontal-align: center;
position: relative;
}
.modal-background
{
position: fixed;
width: 110vw;
height: 110vh;
left: -5vw;
top: -5vh;
background-color: rgba(0,0,0,.7);
}
.modal-content-box
{
text-align: center;
display: inline-block;
top: 10vh;
left: 15vw;
position: fixed;
width: 70vw;
border-radius: 1rem;
border: 1px solid black;
background-color: #ffffff;
padding: .5rem;
}
#settings-modal
{
position: relative;
text-align: center;
}
#settings-modal .us-table-cell
{
padding-bottom: 2px;
}
#settings-modal .modal-content-box
{
position: relative;
width: auto;
left: 0px;
}
#settings-modal .modal-body
{
min-height: auto;
}
.modal-wrapper
{
position: fixed;
top: 0px;
left: 0px;
width: 100vw;
}
.modal-body
{
min-height: 40vh;
padding: .5rem;
}
#currency-ratios
{
position: relative;
text-align: center;
}
#currency-ratios .modal-content-box
{
position: relative;
width: auto;
left: 0px;
}
.modal-auto-size
{
position: relative;
text-align: center;
}
.modal-auto-size .modal-content-box
{
position: relative;
width: auto;
top: 1rem;
left: 0px;
}
.modal-auto-size .modal-body
{
min-height: auto;
}
.all-searches
{
height: 60vh;
overflow-y: scroll;
}
#all-searches-table
{
margin-top: .5rem
}
#league, #filter-box
{
width: 6rem;
}
.modal-header
{
background-color: #2c6ace;
padding: .6rem;
border-radius: 1rem 1rem 0px 0px;
color: white;
font-weight: bold;
position: relative;
}
.filter-panel
{
position: absolute;
top: .25rem;
left: 1rem;
}
.modal-content-box .filter-panel input[type="text"]
{
width: 8rem;
}
.modal-content-box .us-table-cell input
{
display: inline-block;
margin: 0px;
padding: 0px;
width: 100%;
}
.modal-content-box .us-table-cell input.search-volume
{
width: 3rem;
}
.modal-content-box select
{
display: inline-block;
margin: 0px 1px;
padding: 0px;
width: 100%;
vertical-align: middle;
}
.modal-footer
{
display: block;
height: 1.5rem;
line-height: 1rem;
background-color: #2c6ace;
padding: .5rem;
border-radius: 0px 0px 1rem 1rem;
color: white;
font-weight: bold;
}
.modal-footer .button
{
display: inline-block;
width: auto;
padding: .25rem;
margin-left: .25rem;
margin-right: .25rem;
}
#currency-body-modal
{
max-height: 70vh;
overflow-y: scroll;
}
#currency-body-modal label
{
display: flex;
flex-direction: row;
justify-content: space-between;
}
#currency-body-modal input
{
width: auto;
}
.search-color div
{
position: absolute;
top: 0px;
left: 0px;
width: .5rem;
height: 100%;
box-sizing: border-box;
}
.at-prefix
{
color: #ec7676;
}
.at-suffix
{
color: #7aaff1;
}
.item-name-plate
{
font-size: 1.15rem;
}
.item-price
{
color: #ffffff;
}
.item-price .default-text
{
color: #E9CF9F;
}
.item-key-panel
{
display: none;
}
.overlay-control
{
box-sizing: border-box;
display: inline-block;
border: 1px solid #ffffff;
padding: .5rem;
color: #ffffff;
background-color: rgba(0,0,0,.5);
text-shadow: 1px 1px 1px #000000;
}
.overlay-control .currency-img
{
height: 1rem;
}
.overlay-control:hover
{
background-color: rgba(0,0,0,.25);
}
.overlay-control #ex-ratio-tracker-fill
{
display: none;
}
.overlay-control:hover #ex-ratio-tracker-fill
{
display: inline-block;
}
.ex-fraction
{
width: 1.3rem;
display: inline-block;
}
.tab-control-panel
{
position: fixed;
bottom: 0rem;
left: 0rem;
}
#scroll-to-top
{
position: fixed;
bottom: 2rem;
right: 2rem;
}
.req-str .data-value span
{
border: 1px solid #990000;
background-color: #990000;
color: #ffffff;
}
.req-int .data-value span
{
border: 1px solid #003399;
border: 1px solid #003399;
background-color: #003399;
color: #ffffff;
}
.req-dex .data-value span
{
border: 1px solid #004d00;
border: 1px solid #004d00;
background-color: #004d00;
color: #ffffff;
}
.composite-mod-panel
{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
text-align: center;
}
.composite-display-text
{
text-align: left;
}
.detail-mod-panel
{
text-align: right;
}
html .all-screen .outdated
{
background-color: #0a0b0c;
text-decoration: line-through !important;
opacity: .5;
}
html .all-screen .not-verified
{
background-color: #0a0b0c;
text-decoration: line-through !important;
opacity: .5;
}
html .all-screen .item-display.watched-item.outdated
{
background-color: rgb(2, 15, 21);
}
html .all-screen .item-display.watched-item.not-verified
{
background-color: rgb(2, 15, 21);
}
html .all-screen .outdated .template-field
{
text-decoration: line-through !important;
}
.display-window-wrapper .item-display.unviewed .searchinfo
{
background-color:rgb(82, 5, 78);
}
.new
{
background-color:rgb(82, 5, 78);
}
.add-new-search.us-table
{
transition: background-color 1s;
}
.add-new-search.us-table.new
{
animation-name: none;
background-color:rgb(82, 5, 78);
}
@keyframes flash-new
{
from
{
background-color: rgba(109, 0, 103, 0);
}
to
{
background-color: rgb(82, 5, 78);
}
}
#auto-load + .button
{
background-color: #a40000;
}
#auto-load:checked + .button
{
background-color: #008000;
}
.drop-top > .us-table-cell
{
border-top: 5px solid red;
}
.drop-bottom > .us-table-cell
{
border-bottom: 5px solid red;
}
.drop-down-wrapper
{
position: relative;
display: inline-block;
}
.drop-down + .drop-down-display
{
box-sizing: border-box;
display: none;
position: absolute;
top: 1.5rem;
left: 0px;
border: 1px solid black;
background: white;
min-width: 100%;
max-height: 6rem;
overflow-y: auto;
}
.drop-down:focus + .drop-down-display
{
display: inline-block;
}
.drop-down + .drop-down-display:HOVER
{
display: inline-block;
}
.drop-down.option-chosen + .drop-down-display
{
display: none;
}
.drop-down-option
{
box-sizing: border-box;
cursor: pointer;
text-align: left;
padding-left: .25rem;
padding-right: .25rem;
border-top: 1px solid rgba(0,0,0,.5);
}
.drop-down-option:FIRST-CHILD
{
border-top: none;
}
.drop-down-option:hover, .drop-down-option.selected
{
background-color: rgba(0,0,0,.5);
}
.item-filter-controls input[type=checkbox]
{
vertical-align: middle;
}
.account-status
{
display: inline-block;
color: #ffffff;
padding: .25rem;
box-sizing: border-box;
border-width: 1px;
}
.account-status.offline
{
background-color: #d9534f;
border-color: #e7908e;
}
.account-status.online
{
background-color: #309630;
border-color: #4dc64d;
}
.account-status.afk
{
background-color: #C45F00;
border-color: #ff8512;
}
.overlay-control input[type="text"] {
width: 2.5rem;
height: 1rem;
}
#poe-webview
{
width: 100%;
height: 100%;
}
#poe-search-window
{
position: relative;
}
#trade-url-overlay
{
position: absolute;
top: 3rem;
right: 4rem;
background-color: #3c2b96;
}
table{
height: 100%;
padding: 0px;
margin: 0px;
border: none;
border-spacing: 0px;
}
tr
{
padding: 0px;
margin: 0px;
}
tr:last-child
{
height:100%;
}
td
{
padding: 0px;
margin: 0px;
}
.vertical-flex-box
{
display: flex;
flex-direction: column;
align-items: center;
justify-content: start;
}
.vertical-flex-box > div
{
margin-right: 1rem;
}
.horizontal-flex-box
{
display: flex;
flex-direction: row;
align-items: center;
justify-content: start;
}
.space-between
{
justify-content: space-between;
}
.horizontal-flex-box > div
{
margin-right: 1rem;
} | app/css/styles.css | html
{
height: 100%;
margin: 0px;
padding: 0px;
user-select: none;
}
html *
{
transition: background-color 1s, opacity 1s;
}
body
{
font-size: 14px;
vertical-align: middle;
color: #7F7F70;
background-color: #1C1E23;
height:100%;
margin: 0px;
padding: 0px;
font-family: cursive;
background-color:rgba(3, 45, 53, 0);
}
.title-bar
{
padding: 5px;
-webkit-app-region: drag;
position: relative;
color: white;
background: rgb(92,95,103);
background: linear-gradient(114deg, rgba(92,95,103,1) 0%, rgba(92,95,103,1) 63%, rgba(0,0,0,1) 99%);
}
.title-bar.locked
{
-webkit-app-region: no-drag;
}
.no-drag
{
-webkit-app-region: no-drag;
}
#settings-btn
{
-webkit-app-region: no-drag;
}
#title-bar-btns
{
-webkit-app-region: no-drag;
position: absolute;
top: 3px;
right: 2px;
}
::-webkit-scrollbar
{
width: 12px;
}
::-webkit-scrollbar-track
{
background-color: #c0c0c0;
}
::-webkit-scrollbar-thumb {
background-color: darkgrey;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
border: solid 1px #c0c0c0;
border-radius: 15px;
}
.selectable
{
user-select: text;
}
.not-selectable
{
user-select: none;
}
li
{
list-style: none;
}
body.font-size-10
{
font-size: 10px;
}
body.font-size-20
{
font-size: 11px;
}
body.font-size-30
{
font-size: 12px;
}
body.font-size-40
{
font-size: 13px;
}
body.font-size-50
{
font-size: 14px;
}
body.font-size-60
{
font-size: 15px;
}
body.font-size-70
{
font-size: 16px;
}
body.font-size-80
{
font-size: 17px;
}
body.font-size-90
{
font-size: 18px;
}
body.font-size-100
{
font-size: 19px;
}
#notification-sound
{
width: auto;
}
.hidden
{
display: none !important;
}
.stop-button
{
background-color: red;
}
div[onclick]
{
cursor: pointer;
}
span[onclick]
{
cursor: pointer;
}
img[onclick]
{
cursor: pointer;
}
.icon-wrapper img
{
max-height: 3rem;
max-width: 3rem;
}
input, textarea, select
{
display: inline-block;
box-sizing: border-box;
padding: 0px;
margin: 0px;
text-align: top;
height: 1.5rem;
vertical-align: middle;
}
.us-table
{
display: table;
width: 100%;
}
.us-inline-table
{
display: inline-table;
}
.us-table-row
{
display: table-row;
}
.us-table-cell
{
vertical-align: middle;
display: table-cell;
width: auto;
}
.t-left
{
text-align: left;
}
.t-right
{
text-align: right;
}
.t-center
{
text-align: center;
}
.t-justify
{
text-align: justify;
}
#searches
{
width: 3rem;
}
.all-screen
{
height: 100%;
min-height: 100%;
display: flex;
flex-direction: column;
}
.screen-columns
{
height: 100%;
min-height: 100%;
display: flex;
flex-direction: row;
overflow-y: auto;
}
.control-panel
{
padding-right: 2px;
padding-left: 2px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
text-align: center;
background: #ececec;
background: linear-gradient(128deg, rgba(236,236,236,1) 0%, rgba(230,230,230,1) 41%, rgba(191,191,191,1) 99%);
}
.control-panel .button
{
margin-bottom: 5px;
margin-top: 5px;
margin-right: 3px;
}
#league-wrapper, #search-wrapper
{
margin-left: auto;
}
#advanced-filters.control-panel
{
justify-content: center;
padding-top: 2px;
padding-bottom: 2px;
background: #b3b3b3;
color:#1a1a1a;
}
.control-panel-items
{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
padding-left: 1px;
padding-right: 1px;
}
.control-panel label
{
margin-right: .2rem;
margin-left: .2rem;
}
.control-panel input[type="text"]
{
width: 5rem;
}
.flex-item
{
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
}
textarea.notes
{
width: 100%;
height: 50vh;
}
.display-window-wrapper
{
flex: 1;
overflow-y: scroll;
background-color: #878A8C;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
justify-content: flex-start;
align-content: flex-start;
background: rgb(135,138,140);
background: linear-gradient(180deg, rgba(135,138,140,1) 0%, rgba(92,95,103,1) 54%, rgba(100,102,104,1) 99%);
}
.display-window-wrapper.condensed
{
justify-content: flex-start;
flex-direction: row;
flex-wrap: wrap;
}
.content-pane
{
display: flex;
justify-content: flex-start;
flex-direction: row;
flex-wrap: wrap;
}
#watched-display-window
{
flex-direction: row;
background-color: #0a1d2f;
justify-content: center;
}
.display-window-title
{
position: relative;
margin-top: 3px;
margin-bottom: 3px;
}
.display-window-title .title-text
{
font-size: 1.25rem;
display: inline-block;
color: #ffffff;
text-decoration: underline;
}
#watched-display-window .display-window-title .button
{
margin-left: 5px;
position: absolute;
}
.nowrap
{
white-space: nowrap;
}
#queue-count
{
width: 1.5rem;
text-align: center;
}
#socket-count
{
background-color: #e77a7d;
text-align: center;
}
#socket-count.active
{
background-color: #88fca7;
}
.copy-text
{
position: fixed;
left: -100vw;
top: -100vh;
}
.button
{
color: #ffffff;
position: relative;
display: inline-block;
cursor: pointer;
border: 1px solid black;
padding: .25rem;
border-radius: .25rem;
background-color: #2c6ace;
white-space: nowrap;
opacity: 1;
transition: background-color 1s, opacity 1s;
transition-timing-function: ease-out;
margin: 1px;
}
.button:hover
{
opacity: 1;
background-color: #163669;
}
.button.disabled
{
opacity: .3;
}
.row-position-panel
{
text-align: center;
padding-right: .125rem;
margin-top: .125rem;
margin-bottom: .125rem;
}
.search-row:hover
{
background-color: #c0c0c0;
}
.add-new-search
{
border-top: 3px solid rgba(63, 66, 70, 0.75);
padding-bottom: .25rem;
background-color: #c0c0c0;
}
.add-new-search .search-header-row
{
text-shadow: 2px 2px 1px #ffffff;
}
.add-new-search .search-header-row
{
height: 1px;
overflow: hidden;
}
.add-new-search .row-position-panel
{
display: none;
}
.item-display
{
background-color: #242527;
vertical-align: middle;
border-collapse: collapse;
padding: .5rem;
padding-left: 1rem;
padding-right: 1rem;
position: relative;
text-align: left;
margin-right: auto;
margin-left: auto;
min-width: 90vw;
max-width: 90vw;
margin-top: 2px;
margin-bottom: 5px;
}
#trade-whisper-display-window
{
background: #51585f;
justify-content: space-around;
max-width: 25rem;
overflow-y: scroll;
}
.trade-whisper
{
margin: 5px;
margin-left: auto;
margin-right: auto;
flex: inherit;
color: #bdd0e0;
background-color: #1c1e23;
border: 1px solid #257b6f;
min-width: 21rem;
max-width: 21rem;
position: relative;
height: fit-content;
}
.trade-whisper-wrapper
{
padding: 5px;
}
.trade-whisper .header
{
position: relative;
padding: 5px;
background: #257b6f;
}
.trade-whisper.big-trade .header
{
position: relative;
padding: 5px;
background: #880101;
}
.trade-whisper.commodity-trade .header
{
position: relative;
padding: 5px;
background: #4e7b12;
}
.trade-whisper .header .v-itemName
{
font-weight: bold;
text-decoration: underline;
}
.trade-whisper .close
{
position: absolute;
top: 2px;
right: 2px;
}
.trade-whisper .us-table
{
text-align: left;
display: inline-table;
width: 96%;
padding-top: 5px;
padding-bottom: 5px;
}
.trade-whisper .us-table-cell
{
padding-right: 5px;
}
.trade-whisper-button-wrapper
{
display: flex;
justify-content: space-between;
}
.item-display.is-corrupted
{
background-color: #352929;
}
.item-display.is-mirrored
{
background-color: #1b2132;
}
@media only screen and (min-width: 1300px)
{
.item-display
{
min-width: 45%;
max-width: 45%;
}
.item-mods ul
{
padding-left: 1rem;
max-width: 50vw;
}
.condensed .composite-display-text
{
max-width: 25vw;
}
.condensed .detail-mod-panel
{
max-width: 25vw;
text-align: right;
}
}
.item-display.watched-item
{
background-color: #062331;
}
.searchinfo
{
position: absolute;
top: 0px;
right: 0px;
display: inline-block;
border-left: 1px solid black;
border-bottom: 1px solid black;
padding: .25rem;
text-align: center;
}
#socket-count
{
width: 3rem;
}
#whisper-message {
display: inline-block;
position: absolute;
top: 50vh;
right: 50vw;
background-color: black;
opacity: 0;
-webkit-transition: opacity 2s; /* Safari */
transition: opacity 1s;
transition-timing-function: ease-out;
border: 1px solid #E9CF9F;
padding: 1rem;
border-radius: .25rem;
color: #E9CF9F;
}
#whisper-message.active
{
-webkit-transition: opacity 0s; /* Safari */
transition: opacity 0s;
opacity: 1;
}
.corrupted
{
color: #b30000;
font-weight: bold;
}
.extra-status
{
display: inline-block;
}
.mirrored
{
color: #0073e6;
font-weight: bold;
}
.inf-elder, .elder-mod
{
color: #4b8250;
}
.inf-shaper, .shadper-mod
{
color: #b45fff;
}
.inf-warlord, .warlord-mod
{
color: #bb1a1e;
}
.inf-redeemer, .redeemer-mod
{
color: #92b8cd;
}
.inf-crusader, .crusader-mod
{
color: #2fa3ce;
}
.inf-hunter, .hunter-mod
{
color: #52b013;
}
.influence-mod
{
text-decoration: underline;
}
.currency-img
{
height: 1.5rem;
vertical-align: middle;
}
.implicit-mods li
{
text-decoration: underline;
}
.implicit-mods
{
color: #958e87;
}
.explicit-mods
{
color: #5476FF;
}
.veiled-mods
{
color: #3d8cc7;
text-shadow: 1px 1px 3px rgba(255,255,255,.35);
}
.notable-mods .header
{
color: #88f;
font-weight: bold;
text-decoration: underline solid;
}
.notable-mods ul
{
list-style-type: none;
}
.notable-mods ul ul li
{
color: rgb(119, 119, 153);
}
ul
{
display: block;
margin-top: 0px;
margin-bottom: 3px;
}
.item-mods
{
padding-top: .25rem;
padding-bottom: .25rem;
min-height: 1.5rem;
}
.item-mods ul
{
padding-left: 0px;
}
.item-mods ul li:hover
{
background-color: #2d3139;
}
.crafted-mods
{
color: #99B4FF;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.fractured-mods
{
color: #A29162;
}
.data-value span.l-6L
{
border: #ff0000;
background-color: #ffffff;
color: #ff0000;
padding-left: 2px;
padding-right: 2px;
}
.mod-box
{
margin-left: .5rem;
}
.prefix
{
color: #8888FF !important;
}
.suffix
{
color: #ec7676 !important;
}
.data-value span
{
display: inline-block;
padding: .1rem;
margin: .1rem;
border-radius: 5px;
background-color: #323438;
color: #b7b7ff;
}
.enchant-mods
{
color: #99B4FF;
}
.enchant-mods .mod-name
{
display: none;
}
.copied
{
text-decoration: line-through;
background-color: #5c5f67;
}
.bold
{
font-weight: bold;
}
.r-Normal
{
color: #C8C8C8;
font-weight: bold;
}
.r-Magic
{
color: #8888FF;
font-weight: bold;
}
.r-Rare
{
color: #FFFF77;
font-weight: bold;
}
.r-Unique
{
color: #AF6020;
font-weight: bold;
}
.socket-link
{
color: #ffffff;
text-shadow: 1px 1px 1px #5d5d5d;
font-weight: bold;
}
.socket-R
{
display: inline-block;
padding: .25rem;
background-color: #990000;
border-radius: 1rem;
width: 1rem;
text-align: center;
color: #ffffff;
font-weight: bold;
border: 1px solid #000000;
}
.socket-B
{
display: inline-block;
padding: .25rem;
background-color: #003399;
border-radius: 1rem;
width: 1rem;
text-align: center;
color: #ffffff;
font-weight: bold;
border: 1px solid #000000;
}
.socket-G
{
display: inline-block;
padding: .25rem;
background-color: #004d00;
border-radius: 1rem;
width: 1rem;
text-align: center;
color: #ffffff;
font-weight: bold;
border: 1px solid #000000;
}
.socket-W
{
display: inline-block;
padding: .25rem;
background-color: #ffffff;
border-radius: 1rem;
width: 1rem;
text-align: center;
font-weight: bold;
border: 1px solid #000000;
text-shadow: none;
color: #1C1E23;
}
.socket-A
{
display: inline-block;
padding: .25rem;
background-color: #000000;
border-radius: 1rem;
width: 1rem;
text-align: center;
color: #ffffff;
font-weight: bold;
border: 1px solid rgba(0, 0, 0, .5);
}
.ilvl
{
white-space: nowrap;
}
.v-top
{
vertical-align: top;
}
a:link
{
color: #b7b7ff;
}
a:hover
{
color: #f7f7ff;
}
a:visited
{
color: #4c4c6a;
}
.link
{
color: #b7b7ff;
text-decoration: underline;
display: inline-block;
cursor: pointer;
}
.link:hover
{
color: #b7b7ff;
}
.searchinfo a:visited
{
color: #b7b7ff;
}
.searchpart a:visited
{
color: #b7b7ff;
}
.key-header
{
border: 1px solid black;
padding: .25rem;
}
.key-value
{
background-color: #2d3139;
margin-left: 1rem;
padding: .25rem;
}
.template-field.icon
{
display: inline-block;
height: 3rem;
width: 3rem;
}
.icon-wrapper
{
position: relative;
display: inline-block;
text-align: center;
}
.icon-wrapper .stack-text
{
position: absolute;
display: inline-block;
bottom: 5px;
right: 5px;
background-color: rgba(255, 255, 255, .7);
border-radius: 5px;
color: #000000;
text-shadow: none;
}
.itemPopupContainer
{
text-align: center;
display: inline-block;
width: 40%;
horizontal-align: center;
position: relative;
}
.itemPopupContainer
{
text-align: center;
display: inline-block;
width: 40%;
horizontal-align: center;
position: relative;
}
.modal-background
{
position: fixed;
width: 110vw;
height: 110vh;
left: -5vw;
top: -5vh;
background-color: rgba(0,0,0,.7);
}
.modal-content-box
{
text-align: center;
display: inline-block;
top: 10vh;
left: 15vw;
position: fixed;
width: 70vw;
border-radius: 1rem;
border: 1px solid black;
background-color: #ffffff;
padding: .5rem;
}
#settings-modal
{
position: relative;
text-align: center;
}
#settings-modal .us-table-cell
{
padding-bottom: 2px;
}
#settings-modal .modal-content-box
{
position: relative;
width: auto;
left: 0px;
}
#settings-modal .modal-body
{
min-height: auto;
}
.modal-wrapper
{
position: fixed;
top: 0px;
left: 0px;
width: 100vw;
}
.modal-body
{
min-height: 40vh;
padding: .5rem;
}
#currency-ratios
{
position: relative;
text-align: center;
}
#currency-ratios .modal-content-box
{
position: relative;
width: auto;
left: 0px;
}
.modal-auto-size
{
position: relative;
text-align: center;
}
.modal-auto-size .modal-content-box
{
position: relative;
width: auto;
top: 1rem;
left: 0px;
}
.modal-auto-size .modal-body
{
min-height: auto;
}
.all-searches
{
height: 60vh;
overflow-y: scroll;
}
#all-searches-table
{
margin-top: .5rem
}
#league, #filter-box
{
width: 6rem;
}
.modal-header
{
background-color: #2c6ace;
padding: .6rem;
border-radius: 1rem 1rem 0px 0px;
color: white;
font-weight: bold;
position: relative;
}
.filter-panel
{
position: absolute;
top: .25rem;
left: 1rem;
}
.modal-content-box .filter-panel input[type="text"]
{
width: 8rem;
}
.modal-content-box .us-table-cell input
{
display: inline-block;
margin: 0px;
padding: 0px;
width: 100%;
}
.modal-content-box .us-table-cell input.search-volume
{
width: 3rem;
}
.modal-content-box select
{
display: inline-block;
margin: 0px 1px;
padding: 0px;
width: 100%;
vertical-align: middle;
}
.modal-footer
{
display: block;
height: 1.5rem;
line-height: 1rem;
background-color: #2c6ace;
padding: .5rem;
border-radius: 0px 0px 1rem 1rem;
color: white;
font-weight: bold;
}
.modal-footer .button
{
display: inline-block;
width: auto;
padding: .25rem;
margin-left: .25rem;
margin-right: .25rem;
}
#currency-body-modal
{
max-height: 70vh;
overflow-y: scroll;
}
#currency-body-modal label
{
display: flex;
flex-direction: row;
justify-content: space-between;
}
#currency-body-modal input
{
width: auto;
}
.search-color div
{
position: absolute;
top: 0px;
left: 0px;
width: .5rem;
height: 100%;
box-sizing: border-box;
}
.at-prefix
{
color: #ec7676;
}
.at-suffix
{
color: #7aaff1;
}
.item-name-plate
{
font-size: 1.15rem;
}
.item-price
{
color: #ffffff;
}
.item-price .default-text
{
color: #E9CF9F;
}
.item-key-panel
{
display: none;
}
.overlay-control
{
box-sizing: border-box;
display: inline-block;
border: 1px solid #ffffff;
padding: .5rem;
color: #ffffff;
background-color: rgba(0,0,0,.5);
text-shadow: 1px 1px 1px #000000;
}
.overlay-control .currency-img
{
height: 1rem;
}
.overlay-control:hover
{
background-color: rgba(0,0,0,.25);
}
.overlay-control #ex-ratio-tracker-fill
{
display: none;
}
.overlay-control:hover #ex-ratio-tracker-fill
{
display: inline-block;
}
.ex-fraction
{
width: 1.3rem;
display: inline-block;
}
.tab-control-panel
{
position: fixed;
bottom: 0rem;
left: 0rem;
}
#scroll-to-top
{
position: fixed;
bottom: 2rem;
right: 2rem;
}
.req-str .data-value span
{
border: 1px solid #990000;
background-color: #990000;
color: #ffffff;
}
.req-int .data-value span
{
border: 1px solid #003399;
border: 1px solid #003399;
background-color: #003399;
color: #ffffff;
}
.req-dex .data-value span
{
border: 1px solid #004d00;
border: 1px solid #004d00;
background-color: #004d00;
color: #ffffff;
}
.composite-mod-panel
{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
text-align: center;
}
.composite-display-text
{
text-align: left;
}
.detail-mod-panel
{
text-align: right;
}
html .all-screen .outdated
{
background-color: #0a0b0c;
text-decoration: line-through !important;
opacity: .5;
}
html .all-screen .not-verified
{
background-color: #0a0b0c;
text-decoration: line-through !important;
opacity: .5;
}
html .all-screen .item-display.watched-item.outdated
{
background-color: rgb(2, 15, 21);
}
html .all-screen .item-display.watched-item.not-verified
{
background-color: rgb(2, 15, 21);
}
html .all-screen .outdated .template-field
{
text-decoration: line-through !important;
}
.display-window-wrapper .item-display.unviewed .searchinfo
{
background-color:rgb(82, 5, 78);
}
.new
{
background-color:rgb(82, 5, 78);
}
.add-new-search.us-table
{
transition: background-color 1s;
}
.add-new-search.us-table.new
{
animation-name: none;
background-color:rgb(82, 5, 78);
}
@keyframes flash-new
{
from
{
background-color: rgba(109, 0, 103, 0);
}
to
{
background-color: rgb(82, 5, 78);
}
}
#auto-load + .button
{
background-color: #a40000;
}
#auto-load:checked + .button
{
background-color: #008000;
}
.drop-top > .us-table-cell
{
border-top: 5px solid red;
}
.drop-bottom > .us-table-cell
{
border-bottom: 5px solid red;
}
.drop-down-wrapper
{
position: relative;
display: inline-block;
}
.drop-down + .drop-down-display
{
box-sizing: border-box;
display: none;
position: absolute;
top: 1.5rem;
left: 0px;
border: 1px solid black;
background: white;
min-width: 100%;
max-height: 6rem;
overflow-y: auto;
}
.drop-down:focus + .drop-down-display
{
display: inline-block;
}
.drop-down + .drop-down-display:HOVER
{
display: inline-block;
}
.drop-down.option-chosen + .drop-down-display
{
display: none;
}
.drop-down-option
{
box-sizing: border-box;
cursor: pointer;
text-align: left;
padding-left: .25rem;
padding-right: .25rem;
border-top: 1px solid rgba(0,0,0,.5);
}
.drop-down-option:FIRST-CHILD
{
border-top: none;
}
.drop-down-option:hover, .drop-down-option.selected
{
background-color: rgba(0,0,0,.5);
}
.item-filter-controls input[type=checkbox]
{
vertical-align: middle;
}
.account-status
{
display: inline-block;
color: #ffffff;
padding: .25rem;
box-sizing: border-box;
border-width: 1px;
}
.account-status.offline
{
background-color: #d9534f;
border-color: #e7908e;
}
.account-status.online
{
background-color: #309630;
border-color: #4dc64d;
}
.account-status.afk
{
background-color: #C45F00;
border-color: #ff8512;
}
.overlay-control input[type="text"] {
width: 2.5rem;
height: 1rem;
}
#poe-webview
{
width: 100%;
height: 100%;
}
#poe-search-window
{
position: relative;
}
#trade-url-overlay
{
position: absolute;
top: 3rem;
right: 4rem;
background-color: #3c2b96;
}
table{
height: 100%;
padding: 0px;
margin: 0px;
border: none;
border-spacing: 0px;
}
tr
{
padding: 0px;
margin: 0px;
}
tr:last-child
{
height:100%;
}
td
{
padding: 0px;
margin: 0px;
}
.vertical-flex-box
{
display: flex;
flex-direction: column;
align-items: center;
justify-content: start;
}
.vertical-flex-box > div
{
margin-right: 1rem;
}
.horizontal-flex-box
{
display: flex;
flex-direction: row;
align-items: center;
justify-content: start;
}
.space-between
{
justify-content: space-between;
}
.horizontal-flex-box > div
{
margin-right: 1rem;
} | 0.271928 | 0.033117 |
:root {
--colour: #152a6e;
--visible-content: hidden;
--topbar-height: 2.0em;
--navbar-height: 2.5em;
}
body {
overflow-x: hidden;
font-family: Tahoma, Verdana, sans-serif; /* Oswald sieht auch gut aus */
color: #000000;
position: relative;
}
.top-bar {
background: var(--colour);
height: var(--topbar-height);
padding: 0.2rem 0;
color: rgb(255, 255, 255);
font-size: 1rem;
}
.top-bar a {
color: #ffffffff;
/* text-decoration: none; */
font-size: 1.0rem;
}
.navbar-brand img {
height: 2.7em;
}
.navbar {
height: var(--navbar-height);
font-size: 1.5rem;
font-weight: 500;
letter-spacing: 0.075em;
box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.25);
/* horizontal vertical blur-radius */
z-index: 1;
/* navbar and shadow on top */
}
.nav-item {
color: var(--colour);
}
.nav-link {
color: black!important;
}
.nav-link.active, .nav-link:hover {
color: var(--colour)!important;
}
/* [aria-current="page"] {
font-weight: bold;
background-color: #cc33ff;
} */
/*change carousel transition speed: */
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
transition: transform 1.5s ease;
}
#carousel {
box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
}
.carousel-inner {
/*max-height: 38rem!important;*/
max-height: 45rem!important;
}
.carousel-inner img {
width: 100%;
height: 100%;
}
.carousel-caption {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.carousel-caption h1 {
font-size: 600%;
text-shadow: 1px 1px 5px black;
}
.ci-transform {
position: absolute;
transform: scaleX(1.5);
transform: rotate(90deg);
margin-bottom: 50px;
margin-right: 300px;
}
/* ======== PRODUKTPALETTE KONFIGURATOR ========== */
/*.carousel:hover{
--visible-content: visible;
}*/
/*.speaker-select { (old)
z-index:10;
/*visibility: hidden;*/
/*color: white;
font-size: 2rem;
left: 0;
text-align: left;
margin-left: 1rem;
top: 30%;
}*/
.speaker-select {
position: absolute;
color: white;
text-align: left;
bottom: 3rem;
font-size: 1.5rem;
margin-left: 1rem;
}
.speaker-select:hover {
--visible-content: visible;
}
.speaker-select a {
text-decoration: none;
/*font-size: 1rem;*/
color: white;
visibility: var(--visible-content);
}
.speaker-select a:hover {
color: grey;
}
.selected {
color: var(--colour)!important;
}
.speaker-text {
color: black;
text-align: right;
width: 30%;
margin-left: 25rem;
margin-top: -5rem;
z-index: 10;
/*position: absolute;*/
display: flex;
justify-content: right;
}
#carousel-ht, #carousel-mt, #carousel-tt {
/*max-height: 30rem;*/
}
.main-text {
position: absolute;
bottom: 3rem;
left: 58rem;
-webkit-animation: fadein 2.5s;
/* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2.5s;
/* Firefox < 16 */
-ms-animation: fadein 2.5s;
/* Internet Explorer */
-o-animation: fadein 2.5s;
/* Opera < 12.1 */
animation: fadein 2.5s;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Internet Explorer */
@-ms-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.bg-img {
background-image: url('Hintergrund3.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.dont-show {
display: none;
transition: display 1s ease;
}
.show {}
.current-speaker-model {
position: fixed;
right: 0;
top: 30%;
height: 306px;
width: 211px;
box-shadow: 0 0 5px black;
border-top: 3px solid beige;
border-left: 3px solid beige;
border-bottom: 3px solid beige;
}
.current-speaker-model:hover {
transform: scale(2) translateX(-30%);
border-right: 3px solid beige;
}
.current-speaker-model img {
max-width: 100%;
max-height: 100%;
}
/* ======== PRODUKTPALETTE KONFIGURATOR ENDE ========== */
/*screensize */
@media (max-width: 1199.98px) {}
@media (max-width: 767.98px) {}
/* mobile gutter fix */
.row, .container-fluid {
margin-left: 0px !important;
margin-right: 0px !important;
}
/*-- Fixed Background Image --*/
.fixed-background {
position: relative;
width: 100%;
z-index: 1000!important;
}
.fixed-wrap {
clip: rect(0, auto, auto, 0);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -999 !important;
}
.fixed {
z-index: -999!important;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
-webkit-transform: translateZ(0);
transform: translateZ(0);
will-change: transform;
} | css/style.css | :root {
--colour: #152a6e;
--visible-content: hidden;
--topbar-height: 2.0em;
--navbar-height: 2.5em;
}
body {
overflow-x: hidden;
font-family: Tahoma, Verdana, sans-serif; /* Oswald sieht auch gut aus */
color: #000000;
position: relative;
}
.top-bar {
background: var(--colour);
height: var(--topbar-height);
padding: 0.2rem 0;
color: rgb(255, 255, 255);
font-size: 1rem;
}
.top-bar a {
color: #ffffffff;
/* text-decoration: none; */
font-size: 1.0rem;
}
.navbar-brand img {
height: 2.7em;
}
.navbar {
height: var(--navbar-height);
font-size: 1.5rem;
font-weight: 500;
letter-spacing: 0.075em;
box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.25);
/* horizontal vertical blur-radius */
z-index: 1;
/* navbar and shadow on top */
}
.nav-item {
color: var(--colour);
}
.nav-link {
color: black!important;
}
.nav-link.active, .nav-link:hover {
color: var(--colour)!important;
}
/* [aria-current="page"] {
font-weight: bold;
background-color: #cc33ff;
} */
/*change carousel transition speed: */
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
transition: transform 1.5s ease;
}
#carousel {
box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
}
.carousel-inner {
/*max-height: 38rem!important;*/
max-height: 45rem!important;
}
.carousel-inner img {
width: 100%;
height: 100%;
}
.carousel-caption {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.carousel-caption h1 {
font-size: 600%;
text-shadow: 1px 1px 5px black;
}
.ci-transform {
position: absolute;
transform: scaleX(1.5);
transform: rotate(90deg);
margin-bottom: 50px;
margin-right: 300px;
}
/* ======== PRODUKTPALETTE KONFIGURATOR ========== */
/*.carousel:hover{
--visible-content: visible;
}*/
/*.speaker-select { (old)
z-index:10;
/*visibility: hidden;*/
/*color: white;
font-size: 2rem;
left: 0;
text-align: left;
margin-left: 1rem;
top: 30%;
}*/
.speaker-select {
position: absolute;
color: white;
text-align: left;
bottom: 3rem;
font-size: 1.5rem;
margin-left: 1rem;
}
.speaker-select:hover {
--visible-content: visible;
}
.speaker-select a {
text-decoration: none;
/*font-size: 1rem;*/
color: white;
visibility: var(--visible-content);
}
.speaker-select a:hover {
color: grey;
}
.selected {
color: var(--colour)!important;
}
.speaker-text {
color: black;
text-align: right;
width: 30%;
margin-left: 25rem;
margin-top: -5rem;
z-index: 10;
/*position: absolute;*/
display: flex;
justify-content: right;
}
#carousel-ht, #carousel-mt, #carousel-tt {
/*max-height: 30rem;*/
}
.main-text {
position: absolute;
bottom: 3rem;
left: 58rem;
-webkit-animation: fadein 2.5s;
/* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2.5s;
/* Firefox < 16 */
-ms-animation: fadein 2.5s;
/* Internet Explorer */
-o-animation: fadein 2.5s;
/* Opera < 12.1 */
animation: fadein 2.5s;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Internet Explorer */
@-ms-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.bg-img {
background-image: url('Hintergrund3.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.dont-show {
display: none;
transition: display 1s ease;
}
.show {}
.current-speaker-model {
position: fixed;
right: 0;
top: 30%;
height: 306px;
width: 211px;
box-shadow: 0 0 5px black;
border-top: 3px solid beige;
border-left: 3px solid beige;
border-bottom: 3px solid beige;
}
.current-speaker-model:hover {
transform: scale(2) translateX(-30%);
border-right: 3px solid beige;
}
.current-speaker-model img {
max-width: 100%;
max-height: 100%;
}
/* ======== PRODUKTPALETTE KONFIGURATOR ENDE ========== */
/*screensize */
@media (max-width: 1199.98px) {}
@media (max-width: 767.98px) {}
/* mobile gutter fix */
.row, .container-fluid {
margin-left: 0px !important;
margin-right: 0px !important;
}
/*-- Fixed Background Image --*/
.fixed-background {
position: relative;
width: 100%;
z-index: 1000!important;
}
.fixed-wrap {
clip: rect(0, auto, auto, 0);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -999 !important;
}
.fixed {
z-index: -999!important;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
-webkit-transform: translateZ(0);
transform: translateZ(0);
will-change: transform;
} | 0.490236 | 0.115911 |
.spacing {
margin: 50px;
}
@-webkit-keyframes 'fade' {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes 'fade' {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-ms-keyframes 'fade' {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes 'fade' {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes 'fade' {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(0.32);
opacity: 0.8;
}
50% {
opacity: 1;
}
85% {
-webkit-transform: scale(1);
}
100% {
-webkit-transform: scale(1);
opacity: 0;
}
}
@-webkit-keyframes reset {
0% {
top: -5px;
opacity: 0;
}
100% {
top: 0;
opacity: 1;
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(0.32);
opacity: 0.8;
}
50% {
opacity: 1;
}
85% {
-moz-transform: scale(1);
}
100% {
-moz-transform: scale(1);
opacity: 0;
}
}
@-moz-keyframes reset {
0% {
top: -5px;
opacity: 0;
}
100% {
top: 0;
opacity: 1;
}
}
@keyframes pulse {
0% {
transform: scale(0.32);
opacity: 0.8;
}
50% {
opacity: 1;
}
85% {
transform: scale(1);
}
100% {
transform: scale(1);
opacity: 0;
}
}
@keyframes reset {
0% {
top: -5px;
opacity: 0;
}
100% {
top: 0;
opacity: 1;
}
}
.carouselWrapper {
border-top: none;
margin: 0;
padding: 0;
overflow: visible;
position: relative;
}
.carouselWrapper .photoCarousel {
border-top: none;
clear: both;
margin-top: -30px;
padding: 10px 10px;
overflow: scroll;
text-align: center;
white-space: nowrap;
}
.carouselWrapper .photoCarousel .photoThumb {
display: inline-block;
margin-left: 6px;
}
.carouselWrapper .photoCarousel .photoThumb:first-child {
margin-left: 0;
}
.dot {
width: 100%;
position: relative;
-webkit-animation-name: 'fade';
-moz-animation-name: 'fade';
-o-animation-name: 'fade';
animation-name: 'fade';
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
-ms-animation-duration: 0.3s;
-o-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
-ms-animation-iteration-count: 1;
-o-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.dot .point {
background: #2ba7d9;
border: 1px solid #0f7baf;
display: block;
height: 14px;
left: 50%;
margin-left: -7px;
position: relative;
text-align: center;
top: 0;
width: 14px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3),
inset 0 -1px 1px rgba(44, 77, 143, 0.7), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.dot .pulse {
background: transparent;
border: 1px solid #60c9e9;
display: block;
height: 64px;
left: -26px;
position: absolute;
top: -26px;
width: 64px;
z-index: -1;
-webkit-animation: pulse 2s ease-in-out infinite;
-moz-animation: pulse 2s ease-in-out infinite;
animation: pulse 2s ease-in-out infinite;
-moz-border-radius: 32px;
-webkit-border-radius: 32px;
border-radius: 32px;
-moz-box-shadow: #60c9e9 2px 2px 40px 0px;
-webkit-box-shadow: #60c9e9 2px 2px 40px 0px;
box-shadow: #60c9e9 2px 2px 40px 0px;
}
.marker {
position: absolute;
border-radius: 50%;
border: 8px solid #f0462e;
width: 8px;
height: 8px;
}
.marker::after {
position: absolute;
content: '';
width: 0px;
height: 0px;
bottom: -30px;
left: -6px;
border: 10px solid transparent;
border-top: 17px solid #f0462e;
} | hack-front/src/styles/Map.css | .spacing {
margin: 50px;
}
@-webkit-keyframes 'fade' {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes 'fade' {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-ms-keyframes 'fade' {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes 'fade' {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes 'fade' {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(0.32);
opacity: 0.8;
}
50% {
opacity: 1;
}
85% {
-webkit-transform: scale(1);
}
100% {
-webkit-transform: scale(1);
opacity: 0;
}
}
@-webkit-keyframes reset {
0% {
top: -5px;
opacity: 0;
}
100% {
top: 0;
opacity: 1;
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(0.32);
opacity: 0.8;
}
50% {
opacity: 1;
}
85% {
-moz-transform: scale(1);
}
100% {
-moz-transform: scale(1);
opacity: 0;
}
}
@-moz-keyframes reset {
0% {
top: -5px;
opacity: 0;
}
100% {
top: 0;
opacity: 1;
}
}
@keyframes pulse {
0% {
transform: scale(0.32);
opacity: 0.8;
}
50% {
opacity: 1;
}
85% {
transform: scale(1);
}
100% {
transform: scale(1);
opacity: 0;
}
}
@keyframes reset {
0% {
top: -5px;
opacity: 0;
}
100% {
top: 0;
opacity: 1;
}
}
.carouselWrapper {
border-top: none;
margin: 0;
padding: 0;
overflow: visible;
position: relative;
}
.carouselWrapper .photoCarousel {
border-top: none;
clear: both;
margin-top: -30px;
padding: 10px 10px;
overflow: scroll;
text-align: center;
white-space: nowrap;
}
.carouselWrapper .photoCarousel .photoThumb {
display: inline-block;
margin-left: 6px;
}
.carouselWrapper .photoCarousel .photoThumb:first-child {
margin-left: 0;
}
.dot {
width: 100%;
position: relative;
-webkit-animation-name: 'fade';
-moz-animation-name: 'fade';
-o-animation-name: 'fade';
animation-name: 'fade';
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
-ms-animation-duration: 0.3s;
-o-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
-ms-animation-iteration-count: 1;
-o-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.dot .point {
background: #2ba7d9;
border: 1px solid #0f7baf;
display: block;
height: 14px;
left: 50%;
margin-left: -7px;
position: relative;
text-align: center;
top: 0;
width: 14px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3),
inset 0 -1px 1px rgba(44, 77, 143, 0.7), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.dot .pulse {
background: transparent;
border: 1px solid #60c9e9;
display: block;
height: 64px;
left: -26px;
position: absolute;
top: -26px;
width: 64px;
z-index: -1;
-webkit-animation: pulse 2s ease-in-out infinite;
-moz-animation: pulse 2s ease-in-out infinite;
animation: pulse 2s ease-in-out infinite;
-moz-border-radius: 32px;
-webkit-border-radius: 32px;
border-radius: 32px;
-moz-box-shadow: #60c9e9 2px 2px 40px 0px;
-webkit-box-shadow: #60c9e9 2px 2px 40px 0px;
box-shadow: #60c9e9 2px 2px 40px 0px;
}
.marker {
position: absolute;
border-radius: 50%;
border: 8px solid #f0462e;
width: 8px;
height: 8px;
}
.marker::after {
position: absolute;
content: '';
width: 0px;
height: 0px;
bottom: -30px;
left: -6px;
border: 10px solid transparent;
border-top: 17px solid #f0462e;
} | 0.461259 | 0.084644 |
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comforter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap");
html {
font-size: 5px;
scroll-behavior: smooth;
}
#arms {
margin-top: 100px;
width: 810px;
height: 100px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
position: absolute;
}
#legs {
margin-top: 390px;
width: 310px;
height: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
position: absolute;
}
#cheeks {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
html {
background-color: #000000;
background: -webkit-gradient(linear, left top, left bottom, from(#e66465), to(#9198e5)) !important;
background: linear-gradient(#e66465, #9198e5) !important;
}
body {
background-repeat: no-repeat;
overflow-y: auto;
overflow-x: hidden;
position: absolute;
}
#githubOpen {
font-family: 'Atkinson Hyperlegible', sans-serif;
color: #000000;
font-size: 5rem;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
#paraBottom, #paraTop {
color: #000000;
font-size: 5rem;
-webkit-animation-name: text;
animation-name: text;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 2.5s;
animation-duration: 2.5s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
#header {
top: 1000px;
width: 830px;
display: block;
margin-left: 100px;
position: absolute;
}
h2 {
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 6rem;
color: #000000;
-webkit-animation-name: text;
animation-name: text;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
#aboutMe {
font-size: 10em;
}
#bottom, #aboutMe {
border-bottom: 3px #000000 solid;
border-radius: 2px;
padding-bottom: 20px;
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#paraTop {
margin-top: 20px;
}
@-webkit-keyframes text {
0% {
opacity: 0;
}
10% {
opacity: 0.1;
}
20% {
opacity: 0.2;
}
30% {
opacity: 0.3;
}
40% {
opacity: 0.4;
}
50% {
opacity: 0.5;
}
60% {
opacity: 0.6;
}
70% {
opacity: 0.7;
}
80% {
opacity: 0.8;
}
90% {
opacity: 0.9;
}
100% {
opacity: 1;
}
}
@keyframes text {
0% {
opacity: 0;
}
10% {
opacity: 0.1;
}
20% {
opacity: 0.2;
}
30% {
opacity: 0.3;
}
40% {
opacity: 0.4;
}
50% {
opacity: 0.5;
}
60% {
opacity: 0.6;
}
70% {
opacity: 0.7;
}
80% {
opacity: 0.8;
}
90% {
opacity: 0.9;
}
100% {
opacity: 1;
}
}
/*KIRBY @LeonTrii GitHub*/
.heart {
width: 80px;
height: 80px;
position: absolute;
background: #ffa6f6;
margin-top: 320px;
margin-left: 430px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
-webkit-box-shadow: -1px -1px 5px 3px rgba(255, 166, 246, 0.3);
box-shadow: -1px -1px 5px 3px rgba(255, 166, 246, 0.3);
z-index: 9;
-webkit-animation-name: beat;
animation-name: beat;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.heart::after {
content: "";
position: absolute;
width: 80px;
height: 80px;
border-radius: 50%;
background: #ffa6f6;
margin-top: 35px;
-webkit-box-shadow: 3px 3px 5px 5px rgba(255, 166, 246, 0.3);
box-shadow: 3px 3px 5px 5px rgba(255, 166, 246, 0.3);
}
.heart::before {
content: "";
position: absolute;
width: 80px;
height: 80px;
border-radius: 50%;
background: #ffa6f6;
margin-left: 35px;
-webkit-box-shadow: 3px 3px 5px 5px rgba(255, 166, 246, 0.3);
box-shadow: 3px 3px 5px 5px rgba(255, 166, 246, 0.3);
}
@-webkit-keyframes beat {
0% {
-webkit-transform: scale(1) rotate(225deg);
transform: scale(1) rotate(225deg);
/* Rotate because I set the degrees of the shape to 225 */
}
50% {
-webkit-transform: scale(0.7) rotate(225deg);
transform: scale(0.7) rotate(225deg);
}
}
@keyframes beat {
0% {
-webkit-transform: scale(1) rotate(225deg);
transform: scale(1) rotate(225deg);
/* Rotate because I set the degrees of the shape to 225 */
}
50% {
-webkit-transform: scale(0.7) rotate(225deg);
transform: scale(0.7) rotate(225deg);
}
}
.container {
-webkit-transition: 1s;
transition: 1s;
font-size: 5px;
margin-left: 1100px;
width: 600px;
background-color: #f7ecfa;
height: 600px;
margin-top: 450px;
padding-top: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-shadow: 20px 20px 100px rgba(10, 11, 26, 0.25);
box-shadow: 20px 20px 100px rgba(10, 11, 26, 0.25);
}
.body {
width: 330px;
height: 330px;
margin-top: 110px;
border-radius: 50%;
background: #ffa6c9;
-webkit-box-shadow: 1px 1px 5px 7px rgba(255, 166, 201, 0.4);
box-shadow: 1px 1px 5px 7px rgba(255, 166, 201, 0.4);
z-index: 1;
}
.left-arm {
width: 110px;
height: 210px;
margin-top: 100px;
border-radius: 2em;
-webkit-transform: rotate(-40deg);
transform: rotate(-40deg);
border-bottom-left-radius: 90px;
border-bottom-right-radius: 50px;
background: #ffa6c9;
-webkit-box-shadow: 0px 10px 29px -5px rgba(30, 30, 10, 0.25);
box-shadow: 0px 10px 29px -5px rgba(30, 30, 10, 0.25);
z-index: 0;
}
.right-arm {
width: 105px;
height: 220px;
position: relative;
border-radius: 2em;
margin-top: -50px;
-webkit-transform: rotate(-240deg);
transform: rotate(-240deg);
border-bottom-left-radius: 50px;
border-bottom-right-radius: 100px;
background: #ffa6c9;
z-index: 0;
-webkit-animation-name: kirby-wave;
animation-name: kirby-wave;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-box-shadow: 5px 5px 10px rgba(30, 30, 10, 0.2);
box-shadow: 5px 5px 10px rgba(30, 30, 10, 0.2);
}
@-webkit-keyframes kirby-wave {
0% {
top: 10vh;
}
50% {
top: 10px;
}
100% {
top: 10vh;
}
}
@keyframes kirby-wave {
0% {
top: 10vh;
}
50% {
top: 10px;
}
100% {
top: 10vh;
}
}
.left-leg {
width: 100px;
height: 110px;
background: #ff4747;
z-index: 0;
border-bottom-left-radius: 75px;
border-bottom-right-radius: 50px;
-webkit-box-shadow: 0px 10px 29px -5px rgba(30, 30, 10, 0.55);
box-shadow: 0px 10px 29px -5px rgba(30, 30, 10, 0.55);
}
.right-leg {
width: 100px;
height: 110px;
background: #ff4747;
z-index: 0;
-webkit-transform: rotate(-25deg);
transform: rotate(-25deg);
border-bottom-left-radius: 50px;
border-bottom-right-radius: 75px;
-webkit-box-shadow: 0px 10px 29px -5px rgba(30, 30, 10, 0.55);
box-shadow: 0px 10px 29px -5px rgba(30, 30, 10, 0.55);
}
.left-eye {
width: 45px;
height: 100px;
border-radius: 50%;
background: black;
margin-top: 50px;
margin-right: 105px;
}
.right-eye {
width: 45px;
height: 100px;
border-radius: 50%;
background: black;
margin-top: 50px;
margin-left: 105px;
}
.eyes {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
.eyeShine {
width: 25px;
height: 40px;
border-radius: 50%;
background: white;
margin-top: 5px;
margin-left: 10px;
-webkit-box-shadow: 0px 0px 5px 4px #282881;
box-shadow: 0px 0px 5px 4px #282881;
}
.blueBottom {
width: 23px;
height: 35px;
border-radius: 50%;
background: -webkit-gradient(linear, left top, left bottom, from(#00008b), color-stop(#3232a2), to(#5a5ab4));
background: linear-gradient(#00008b, #3232a2, #5a5ab4);
margin-left: 10.9px;
margin-top: 16px;
position: absolute;
}
.mouth {
width: 42px;
height: 33px;
margin-left: auto;
margin-right: auto;
border-radius: 13% 13% 50% 50%;
background: #d80a3e;
}
.tongue {
width: 28px;
height: 12px;
position: relative;
top: 20px;
margin-left: auto;
margin-right: auto;
background: #ac0831;
border-radius: 13% 13% 50% 50%;
}
.right-cheek {
display: inline;
width: 50px;
height: 35px;
margin-right: 50px;
border-radius: 50%;
background: #ff8dba;
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
-webkit-box-shadow: 1px 1px 5px 10px #ff8dba;
box-shadow: 1px 1px 5px 10px #ff8dba;
}
.left-cheek {
margin-left: 50px;
display: inline;
width: 50px;
height: 35px;
border-radius: 50%;
background: #ff8dba;
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
-webkit-box-shadow: 1px 1px 5px 10px #ff8dba;
box-shadow: 1px 1px 5px 10px #ff8dba;
}
@keyframes beat {
0% {
-webkit-transform: scale(1) rotate(225deg);
transform: scale(1) rotate(225deg);
/* Rotate because I set the degrees of the shape to 225 */
}
50% {
-webkit-transform: scale(0.7) rotate(225deg);
transform: scale(0.7) rotate(225deg);
}
}
#kirbyText {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: absolute;
z-index: 5;
margin-top: -60px;
font-size: 120px;
color: #ffa6c9;
font-family: 'Comforter', cursive;
}
@media (max-width: 1760px) {
#aboutMe, #bottom, #paraTop, #paraBottom {
width: 780px;
}
.container {
margin-left: 1000px;
}
}
@media (max-width: 1350px) {
.right-arm {
position: relative !important;
margin-right: 0;
}
.left-arm {
margin-left: 0;
}
.container {
margin-left: auto;
margin-right: auto;
margin-top: 200em;
}
h1 {
font-size: 15em;
}
h2 {
font-size: 6em;
}
#githubOpen {
font-size: 1em;
}
p {
font-size: 4.8em;
}
#header {
width: 163em;
}
body {
height: 4950px;
}
}
@media (max-width: 1200px) {
body {
height: 5950px;
}
}
@media (max-width: 940px) {
#kirbyText {
font-size: 18em;
margin-top: -80px;
}
h1 {
font-size: 9em;
}
h2 {
font-size: 6em;
}
p {
font-size: 3.8em;
}
#githubOpen {
font-size: 1em;
}
#paraTop, #paraBottom {
font-size: 4.6em;
}
#header {
width: 420px;
}
#arms {
width: 605px;
margin-top: 70px;
}
#legs {
margin-top: 276px;
}
.tongue {
top: 14px;
}
.container {
width: 500px;
height: 500px;
margin-top: 1174px;
margin-left: auto;
margin-right: auto;
}
.body {
width: 275px;
height: 275px;
margin-top: 50px;
}
.right-leg {
width: 83px;
height: 92px;
}
.left-leg {
width: 83px;
height: 92px;
}
.right-arm {
width: 87px;
height: 192px;
margin-top: -70px;
}
.left-arm {
width: 92px;
height: 172px;
margin-top: 40px;
}
.left-cheek {
width: 41px;
height: 29px;
}
.right-cheek {
width: 41px;
height: 29px;
}
.mouth {
width: 34px;
height: 27px;
}
.left-eye {
width: 100px;
height: 83px;
margin-left: 1vw;
}
.right-eye {
width: 100px;
height: 83px;
margin-right: 1vw;
}
.eyeShine {
width: 18px;
height: 38px;
margin-right: 1.5vw;
}
.blueBottom {
width: 18px;
height: 28px;
margin-top: 7px;
margin-right: 2vw;
}
body {
height: 6000px;
}
}
@-webkit-keyframes kirby-wave-short {
0% {
top: 5vh;
}
50% {
top: 5px;
}
100% {
top: 5vh;
}
}
@keyframes kirby-wave-short {
0% {
top: 5vh;
}
50% {
top: 5px;
}
100% {
top: 5vh;
}
}
@media (max-width: 640px) {
h1 {
font-size: 9em;
}
h2 {
font-size: 4.5em;
}
#githubOpen {
font-size: 1em;
}
#paraTop, #paraBottom {
font-size: 3em;
}
#header {
width: 350px;
}
.container {
width: 280px;
height: 300px;
margin-top: 800px;
}
#kirbyText {
font-size: 56px;
}
#cheeks {
width: 130px;
margin-left: auto;
margin-right: auto;
}
#arms {
margin-top: 45px;
width: 380px;
}
.body {
width: 170px;
height: 170px;
margin-top: 0px;
}
.tongue {
top: 8px;
width: 18px;
height: 8px;
}
#legs {
margin-top: 145px;
width: 150px;
}
.right-leg {
width: 53px;
height: 62px;
}
.left-leg {
width: 53px;
height: 62px;
}
.right-arm {
width: 47px;
height: 122px;
-webkit-animation-name: kirby-wave-short;
animation-name: kirby-wave-short;
}
.left-arm {
width: 52px;
height: 122px;
margin-top: 20px;
}
.left-cheek {
width: 31px;
height: 22px;
}
.right-cheek {
width: 31px;
height: 22px;
}
.mouth {
top: -10px;
width: 24px;
height: 17px;
position: relative;
}
.left-eye {
width: 25px;
height: 50px;
margin-top: 20px;
}
.right-eye {
width: 25px;
height: 50px;
margin-top: 20px;
}
.eyeShine {
width: 12px;
height: 22px;
margin-left: 1.3vw;
}
.blueBottom {
width: 10px;
height: 18px;
margin-top: 2px;
margin-left: 1.4vw;
}
body {
height: 4750px;
}
}
@media (max-width: 590px) {
body {
height: 4550px;
}
}
@media (max-width: 530px) {
body {
height: 4150px;
}
}
@media (max-width: 480px) {
h1 {
font-size: 8em;
}
h2 {
font-size: 4em;
}
#paraTop, #paraBottom {
font-size: 3em;
}
#header {
width: 250px;
margin-left: 50px;
}
.container {
width: 200px;
height: 230px;
margin-top: 1000px;
}
#kirbyText {
font-size: 50px;
}
#cheeks {
display: none;
}
#arms {
margin-top: 5px;
width: 240px;
}
.body {
width: 115px;
height: 115px;
margin-top: -10px;
}
.tongue {
top: 7px;
width: 12px;
height: 6px;
}
#legs {
margin-top: 85px;
width: 120px;
}
.right-leg {
width: 35px;
height: 42px;
}
.left-leg {
width: 35px;
height: 42px;
}
.right-arm {
width: 30px;
margin-top: -40px;
height: 82px;
-webkit-animation-name: kirby-wave-short;
animation-name: kirby-wave-short;
}
.left-arm {
width: 32px;
height: 82px;
margin-top: 20px;
}
.mouth {
margin-top: 20px;
width: 16px;
height: 13px;
}
.left-eye {
width: 17px;
height: 33px;
margin-top: 20px;
}
.right-eye {
width: 17px;
height: 33px;
margin-top: 20px;
}
.eyeShine {
width: 9px;
height: 14px;
margin-left: 1.3vw;
-webkit-box-shadow: 0px 0px 3px 2px #282881;
box-shadow: 0px 0px 3px 2px #282881;
}
.blueBottom {
width: 7px;
height: 12px;
margin-top: 2px;
margin-left: 1.4vw;
}
}
@media (max-width: 370px) {
#header {
width: 200px;
}
.container {
margin-top: 1150px;
}
h1 {
font-size: 6em;
}
h2 {
font-size: 3.5em;
}
p {
font-size: .5em;
}
#legs {
margin-top: 85px;
}
}
/*# sourceMappingURL=index.css.map */ | styles/indexStyles/index.css | @import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comforter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap");
html {
font-size: 5px;
scroll-behavior: smooth;
}
#arms {
margin-top: 100px;
width: 810px;
height: 100px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
position: absolute;
}
#legs {
margin-top: 390px;
width: 310px;
height: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
position: absolute;
}
#cheeks {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
html {
background-color: #000000;
background: -webkit-gradient(linear, left top, left bottom, from(#e66465), to(#9198e5)) !important;
background: linear-gradient(#e66465, #9198e5) !important;
}
body {
background-repeat: no-repeat;
overflow-y: auto;
overflow-x: hidden;
position: absolute;
}
#githubOpen {
font-family: 'Atkinson Hyperlegible', sans-serif;
color: #000000;
font-size: 5rem;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
#paraBottom, #paraTop {
color: #000000;
font-size: 5rem;
-webkit-animation-name: text;
animation-name: text;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 2.5s;
animation-duration: 2.5s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
#header {
top: 1000px;
width: 830px;
display: block;
margin-left: 100px;
position: absolute;
}
h2 {
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 6rem;
color: #000000;
-webkit-animation-name: text;
animation-name: text;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
#aboutMe {
font-size: 10em;
}
#bottom, #aboutMe {
border-bottom: 3px #000000 solid;
border-radius: 2px;
padding-bottom: 20px;
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#paraTop {
margin-top: 20px;
}
@-webkit-keyframes text {
0% {
opacity: 0;
}
10% {
opacity: 0.1;
}
20% {
opacity: 0.2;
}
30% {
opacity: 0.3;
}
40% {
opacity: 0.4;
}
50% {
opacity: 0.5;
}
60% {
opacity: 0.6;
}
70% {
opacity: 0.7;
}
80% {
opacity: 0.8;
}
90% {
opacity: 0.9;
}
100% {
opacity: 1;
}
}
@keyframes text {
0% {
opacity: 0;
}
10% {
opacity: 0.1;
}
20% {
opacity: 0.2;
}
30% {
opacity: 0.3;
}
40% {
opacity: 0.4;
}
50% {
opacity: 0.5;
}
60% {
opacity: 0.6;
}
70% {
opacity: 0.7;
}
80% {
opacity: 0.8;
}
90% {
opacity: 0.9;
}
100% {
opacity: 1;
}
}
/*KIRBY @LeonTrii GitHub*/
.heart {
width: 80px;
height: 80px;
position: absolute;
background: #ffa6f6;
margin-top: 320px;
margin-left: 430px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
-webkit-box-shadow: -1px -1px 5px 3px rgba(255, 166, 246, 0.3);
box-shadow: -1px -1px 5px 3px rgba(255, 166, 246, 0.3);
z-index: 9;
-webkit-animation-name: beat;
animation-name: beat;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.heart::after {
content: "";
position: absolute;
width: 80px;
height: 80px;
border-radius: 50%;
background: #ffa6f6;
margin-top: 35px;
-webkit-box-shadow: 3px 3px 5px 5px rgba(255, 166, 246, 0.3);
box-shadow: 3px 3px 5px 5px rgba(255, 166, 246, 0.3);
}
.heart::before {
content: "";
position: absolute;
width: 80px;
height: 80px;
border-radius: 50%;
background: #ffa6f6;
margin-left: 35px;
-webkit-box-shadow: 3px 3px 5px 5px rgba(255, 166, 246, 0.3);
box-shadow: 3px 3px 5px 5px rgba(255, 166, 246, 0.3);
}
@-webkit-keyframes beat {
0% {
-webkit-transform: scale(1) rotate(225deg);
transform: scale(1) rotate(225deg);
/* Rotate because I set the degrees of the shape to 225 */
}
50% {
-webkit-transform: scale(0.7) rotate(225deg);
transform: scale(0.7) rotate(225deg);
}
}
@keyframes beat {
0% {
-webkit-transform: scale(1) rotate(225deg);
transform: scale(1) rotate(225deg);
/* Rotate because I set the degrees of the shape to 225 */
}
50% {
-webkit-transform: scale(0.7) rotate(225deg);
transform: scale(0.7) rotate(225deg);
}
}
.container {
-webkit-transition: 1s;
transition: 1s;
font-size: 5px;
margin-left: 1100px;
width: 600px;
background-color: #f7ecfa;
height: 600px;
margin-top: 450px;
padding-top: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-shadow: 20px 20px 100px rgba(10, 11, 26, 0.25);
box-shadow: 20px 20px 100px rgba(10, 11, 26, 0.25);
}
.body {
width: 330px;
height: 330px;
margin-top: 110px;
border-radius: 50%;
background: #ffa6c9;
-webkit-box-shadow: 1px 1px 5px 7px rgba(255, 166, 201, 0.4);
box-shadow: 1px 1px 5px 7px rgba(255, 166, 201, 0.4);
z-index: 1;
}
.left-arm {
width: 110px;
height: 210px;
margin-top: 100px;
border-radius: 2em;
-webkit-transform: rotate(-40deg);
transform: rotate(-40deg);
border-bottom-left-radius: 90px;
border-bottom-right-radius: 50px;
background: #ffa6c9;
-webkit-box-shadow: 0px 10px 29px -5px rgba(30, 30, 10, 0.25);
box-shadow: 0px 10px 29px -5px rgba(30, 30, 10, 0.25);
z-index: 0;
}
.right-arm {
width: 105px;
height: 220px;
position: relative;
border-radius: 2em;
margin-top: -50px;
-webkit-transform: rotate(-240deg);
transform: rotate(-240deg);
border-bottom-left-radius: 50px;
border-bottom-right-radius: 100px;
background: #ffa6c9;
z-index: 0;
-webkit-animation-name: kirby-wave;
animation-name: kirby-wave;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-box-shadow: 5px 5px 10px rgba(30, 30, 10, 0.2);
box-shadow: 5px 5px 10px rgba(30, 30, 10, 0.2);
}
@-webkit-keyframes kirby-wave {
0% {
top: 10vh;
}
50% {
top: 10px;
}
100% {
top: 10vh;
}
}
@keyframes kirby-wave {
0% {
top: 10vh;
}
50% {
top: 10px;
}
100% {
top: 10vh;
}
}
.left-leg {
width: 100px;
height: 110px;
background: #ff4747;
z-index: 0;
border-bottom-left-radius: 75px;
border-bottom-right-radius: 50px;
-webkit-box-shadow: 0px 10px 29px -5px rgba(30, 30, 10, 0.55);
box-shadow: 0px 10px 29px -5px rgba(30, 30, 10, 0.55);
}
.right-leg {
width: 100px;
height: 110px;
background: #ff4747;
z-index: 0;
-webkit-transform: rotate(-25deg);
transform: rotate(-25deg);
border-bottom-left-radius: 50px;
border-bottom-right-radius: 75px;
-webkit-box-shadow: 0px 10px 29px -5px rgba(30, 30, 10, 0.55);
box-shadow: 0px 10px 29px -5px rgba(30, 30, 10, 0.55);
}
.left-eye {
width: 45px;
height: 100px;
border-radius: 50%;
background: black;
margin-top: 50px;
margin-right: 105px;
}
.right-eye {
width: 45px;
height: 100px;
border-radius: 50%;
background: black;
margin-top: 50px;
margin-left: 105px;
}
.eyes {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
.eyeShine {
width: 25px;
height: 40px;
border-radius: 50%;
background: white;
margin-top: 5px;
margin-left: 10px;
-webkit-box-shadow: 0px 0px 5px 4px #282881;
box-shadow: 0px 0px 5px 4px #282881;
}
.blueBottom {
width: 23px;
height: 35px;
border-radius: 50%;
background: -webkit-gradient(linear, left top, left bottom, from(#00008b), color-stop(#3232a2), to(#5a5ab4));
background: linear-gradient(#00008b, #3232a2, #5a5ab4);
margin-left: 10.9px;
margin-top: 16px;
position: absolute;
}
.mouth {
width: 42px;
height: 33px;
margin-left: auto;
margin-right: auto;
border-radius: 13% 13% 50% 50%;
background: #d80a3e;
}
.tongue {
width: 28px;
height: 12px;
position: relative;
top: 20px;
margin-left: auto;
margin-right: auto;
background: #ac0831;
border-radius: 13% 13% 50% 50%;
}
.right-cheek {
display: inline;
width: 50px;
height: 35px;
margin-right: 50px;
border-radius: 50%;
background: #ff8dba;
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
-webkit-box-shadow: 1px 1px 5px 10px #ff8dba;
box-shadow: 1px 1px 5px 10px #ff8dba;
}
.left-cheek {
margin-left: 50px;
display: inline;
width: 50px;
height: 35px;
border-radius: 50%;
background: #ff8dba;
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
-webkit-box-shadow: 1px 1px 5px 10px #ff8dba;
box-shadow: 1px 1px 5px 10px #ff8dba;
}
@keyframes beat {
0% {
-webkit-transform: scale(1) rotate(225deg);
transform: scale(1) rotate(225deg);
/* Rotate because I set the degrees of the shape to 225 */
}
50% {
-webkit-transform: scale(0.7) rotate(225deg);
transform: scale(0.7) rotate(225deg);
}
}
#kirbyText {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: absolute;
z-index: 5;
margin-top: -60px;
font-size: 120px;
color: #ffa6c9;
font-family: 'Comforter', cursive;
}
@media (max-width: 1760px) {
#aboutMe, #bottom, #paraTop, #paraBottom {
width: 780px;
}
.container {
margin-left: 1000px;
}
}
@media (max-width: 1350px) {
.right-arm {
position: relative !important;
margin-right: 0;
}
.left-arm {
margin-left: 0;
}
.container {
margin-left: auto;
margin-right: auto;
margin-top: 200em;
}
h1 {
font-size: 15em;
}
h2 {
font-size: 6em;
}
#githubOpen {
font-size: 1em;
}
p {
font-size: 4.8em;
}
#header {
width: 163em;
}
body {
height: 4950px;
}
}
@media (max-width: 1200px) {
body {
height: 5950px;
}
}
@media (max-width: 940px) {
#kirbyText {
font-size: 18em;
margin-top: -80px;
}
h1 {
font-size: 9em;
}
h2 {
font-size: 6em;
}
p {
font-size: 3.8em;
}
#githubOpen {
font-size: 1em;
}
#paraTop, #paraBottom {
font-size: 4.6em;
}
#header {
width: 420px;
}
#arms {
width: 605px;
margin-top: 70px;
}
#legs {
margin-top: 276px;
}
.tongue {
top: 14px;
}
.container {
width: 500px;
height: 500px;
margin-top: 1174px;
margin-left: auto;
margin-right: auto;
}
.body {
width: 275px;
height: 275px;
margin-top: 50px;
}
.right-leg {
width: 83px;
height: 92px;
}
.left-leg {
width: 83px;
height: 92px;
}
.right-arm {
width: 87px;
height: 192px;
margin-top: -70px;
}
.left-arm {
width: 92px;
height: 172px;
margin-top: 40px;
}
.left-cheek {
width: 41px;
height: 29px;
}
.right-cheek {
width: 41px;
height: 29px;
}
.mouth {
width: 34px;
height: 27px;
}
.left-eye {
width: 100px;
height: 83px;
margin-left: 1vw;
}
.right-eye {
width: 100px;
height: 83px;
margin-right: 1vw;
}
.eyeShine {
width: 18px;
height: 38px;
margin-right: 1.5vw;
}
.blueBottom {
width: 18px;
height: 28px;
margin-top: 7px;
margin-right: 2vw;
}
body {
height: 6000px;
}
}
@-webkit-keyframes kirby-wave-short {
0% {
top: 5vh;
}
50% {
top: 5px;
}
100% {
top: 5vh;
}
}
@keyframes kirby-wave-short {
0% {
top: 5vh;
}
50% {
top: 5px;
}
100% {
top: 5vh;
}
}
@media (max-width: 640px) {
h1 {
font-size: 9em;
}
h2 {
font-size: 4.5em;
}
#githubOpen {
font-size: 1em;
}
#paraTop, #paraBottom {
font-size: 3em;
}
#header {
width: 350px;
}
.container {
width: 280px;
height: 300px;
margin-top: 800px;
}
#kirbyText {
font-size: 56px;
}
#cheeks {
width: 130px;
margin-left: auto;
margin-right: auto;
}
#arms {
margin-top: 45px;
width: 380px;
}
.body {
width: 170px;
height: 170px;
margin-top: 0px;
}
.tongue {
top: 8px;
width: 18px;
height: 8px;
}
#legs {
margin-top: 145px;
width: 150px;
}
.right-leg {
width: 53px;
height: 62px;
}
.left-leg {
width: 53px;
height: 62px;
}
.right-arm {
width: 47px;
height: 122px;
-webkit-animation-name: kirby-wave-short;
animation-name: kirby-wave-short;
}
.left-arm {
width: 52px;
height: 122px;
margin-top: 20px;
}
.left-cheek {
width: 31px;
height: 22px;
}
.right-cheek {
width: 31px;
height: 22px;
}
.mouth {
top: -10px;
width: 24px;
height: 17px;
position: relative;
}
.left-eye {
width: 25px;
height: 50px;
margin-top: 20px;
}
.right-eye {
width: 25px;
height: 50px;
margin-top: 20px;
}
.eyeShine {
width: 12px;
height: 22px;
margin-left: 1.3vw;
}
.blueBottom {
width: 10px;
height: 18px;
margin-top: 2px;
margin-left: 1.4vw;
}
body {
height: 4750px;
}
}
@media (max-width: 590px) {
body {
height: 4550px;
}
}
@media (max-width: 530px) {
body {
height: 4150px;
}
}
@media (max-width: 480px) {
h1 {
font-size: 8em;
}
h2 {
font-size: 4em;
}
#paraTop, #paraBottom {
font-size: 3em;
}
#header {
width: 250px;
margin-left: 50px;
}
.container {
width: 200px;
height: 230px;
margin-top: 1000px;
}
#kirbyText {
font-size: 50px;
}
#cheeks {
display: none;
}
#arms {
margin-top: 5px;
width: 240px;
}
.body {
width: 115px;
height: 115px;
margin-top: -10px;
}
.tongue {
top: 7px;
width: 12px;
height: 6px;
}
#legs {
margin-top: 85px;
width: 120px;
}
.right-leg {
width: 35px;
height: 42px;
}
.left-leg {
width: 35px;
height: 42px;
}
.right-arm {
width: 30px;
margin-top: -40px;
height: 82px;
-webkit-animation-name: kirby-wave-short;
animation-name: kirby-wave-short;
}
.left-arm {
width: 32px;
height: 82px;
margin-top: 20px;
}
.mouth {
margin-top: 20px;
width: 16px;
height: 13px;
}
.left-eye {
width: 17px;
height: 33px;
margin-top: 20px;
}
.right-eye {
width: 17px;
height: 33px;
margin-top: 20px;
}
.eyeShine {
width: 9px;
height: 14px;
margin-left: 1.3vw;
-webkit-box-shadow: 0px 0px 3px 2px #282881;
box-shadow: 0px 0px 3px 2px #282881;
}
.blueBottom {
width: 7px;
height: 12px;
margin-top: 2px;
margin-left: 1.4vw;
}
}
@media (max-width: 370px) {
#header {
width: 200px;
}
.container {
margin-top: 1150px;
}
h1 {
font-size: 6em;
}
h2 {
font-size: 3.5em;
}
p {
font-size: .5em;
}
#legs {
margin-top: 85px;
}
}
/*# sourceMappingURL=index.css.map */ | 0.357792 | 0.078961 |
.c-menu {
.has-js & {
position: fixed;
z-index: map(layers, modal);
/* Create ‘fake’ banner/sidebar, so drawer can slide from underneath it */
&::before {
position: fixed;
top: 0;
right: 0;
z-index: calc(map(layers, modal) + 1);
display: block;
content: '';
@media (--upto-medium-screen) {
left: 0;
background-color: $color-year--dark;
background-color: var(--color-year--dark, $color-year--dark);
height: $banner-height--small;
width: 100%;
}
@media (--from-medium-screen) {
background-color: white;
box-shadow: inset 1px 0 $navigation-color--offset;
height: 100%;
width: $navigation-width--large;
}
}
}
&.no-transition * {
transition: none !important;
}
@media print {
display: none;
}
}
.c-menu__button {
@apply --focusable;
display: block;
position: fixed;
top: 0;
right: 0;
z-index: calc(map(layers, modal) + 1);
.no-js & {
display: none;
}
@media (--upto-medium-screen) {
padding: map(sizes, xsmall);
color: white;
&:hover,
&:active {
color: white;
}
}
@media (--from-medium-screen) {
@apply --navigation-link;
padding: map(spaces, medium);
box-shadow: inset 0 -1px 0 $navigation-color--offset;
}
@media (-ms-high-contrast: active) {
border: 1px solid;
}
@media print {
display: none;
}
}
.c-menu__drawer {
display: flex;
flex-direction: column;
background-color: $navigation-color;
[data-menu-expanded] & {
box-shadow: 0 8px 8px 0 $navigation-color--shadow;
transition: all $navigation-duration ease-in-out;
@media (--upto-medium-screen) {
width: 100vw;
}
@media (--from-medium-screen) {
position: fixed;
top: 0;
right: 0;
bottom: 0;
width: 18rem;
}
}
[data-menu-expanded=false] & {
@media (--upto-medium-screen) {
transform: translateY(-100%);
}
@media (--from-medium-screen) {
transform: translateX(100%);
}
}
[data-menu-expanded=true] & {
@media (--upto-medium-screen) {
transform: translateY(0);
}
@media (--from-medium-screen) {
transform: translateX(calc($navigation-width--large * -1));
}
}
}
.c-menu__icon {
height: 2.5rem;
width: 2.5rem;
}
.c-menu__line {
$lines-animation-duration: 0.2s;
$cross-animation-duration: 0.1s;
transform-origin: 50% 50%;
/* Transitions: ☰ */
&:nth-of-type(1),
&:nth-of-type(2),
&:nth-of-type(5),
&:nth-of-type(6) {
transform: translateY(0);
transition:
transform $lines-animation-duration cubic-bezier(0.8, 0, 0.4, 1.8) $cross-animation-duration,
opacity $lines-animation-duration cubic-bezier(1, 0, 1, 0);
[aria-expanded=true] & {
opacity: 0;
transition:
transform $lines-animation-duration ease-out,
opacity $lines-animation-duration cubic-bezier(1, 0, 1, 0);
}
}
/* Transitions: × */
&:nth-of-type(3),
&:nth-of-type(4) {
transform: rotate(0) scaleX(1);
transition: transform $cross-animation-duration ease-out;
[aria-expanded=true] & {
transition: transform $cross-animation-duration cubic-bezier(0.8, 0, 0.4, 1.8) $lines-animation-duration;
}
}
/* Transforms */
[aria-expanded=true] & {
&:nth-of-type(1) { transform: translateY(25%); }
&:nth-of-type(2) { transform: translateY(12.5%); }
&:nth-of-type(3) { transform: rotate(45deg) scaleX(1.3334); }
&:nth-of-type(4) { transform: rotate(-45deg) scaleX(1.3334); }
&:nth-of-type(5) { transform: translateY(-12.5%); }
&:nth-of-type(6) { transform: translateY(-25%); }
}
} | src/components/global/menu/menu.css | .c-menu {
.has-js & {
position: fixed;
z-index: map(layers, modal);
/* Create ‘fake’ banner/sidebar, so drawer can slide from underneath it */
&::before {
position: fixed;
top: 0;
right: 0;
z-index: calc(map(layers, modal) + 1);
display: block;
content: '';
@media (--upto-medium-screen) {
left: 0;
background-color: $color-year--dark;
background-color: var(--color-year--dark, $color-year--dark);
height: $banner-height--small;
width: 100%;
}
@media (--from-medium-screen) {
background-color: white;
box-shadow: inset 1px 0 $navigation-color--offset;
height: 100%;
width: $navigation-width--large;
}
}
}
&.no-transition * {
transition: none !important;
}
@media print {
display: none;
}
}
.c-menu__button {
@apply --focusable;
display: block;
position: fixed;
top: 0;
right: 0;
z-index: calc(map(layers, modal) + 1);
.no-js & {
display: none;
}
@media (--upto-medium-screen) {
padding: map(sizes, xsmall);
color: white;
&:hover,
&:active {
color: white;
}
}
@media (--from-medium-screen) {
@apply --navigation-link;
padding: map(spaces, medium);
box-shadow: inset 0 -1px 0 $navigation-color--offset;
}
@media (-ms-high-contrast: active) {
border: 1px solid;
}
@media print {
display: none;
}
}
.c-menu__drawer {
display: flex;
flex-direction: column;
background-color: $navigation-color;
[data-menu-expanded] & {
box-shadow: 0 8px 8px 0 $navigation-color--shadow;
transition: all $navigation-duration ease-in-out;
@media (--upto-medium-screen) {
width: 100vw;
}
@media (--from-medium-screen) {
position: fixed;
top: 0;
right: 0;
bottom: 0;
width: 18rem;
}
}
[data-menu-expanded=false] & {
@media (--upto-medium-screen) {
transform: translateY(-100%);
}
@media (--from-medium-screen) {
transform: translateX(100%);
}
}
[data-menu-expanded=true] & {
@media (--upto-medium-screen) {
transform: translateY(0);
}
@media (--from-medium-screen) {
transform: translateX(calc($navigation-width--large * -1));
}
}
}
.c-menu__icon {
height: 2.5rem;
width: 2.5rem;
}
.c-menu__line {
$lines-animation-duration: 0.2s;
$cross-animation-duration: 0.1s;
transform-origin: 50% 50%;
/* Transitions: ☰ */
&:nth-of-type(1),
&:nth-of-type(2),
&:nth-of-type(5),
&:nth-of-type(6) {
transform: translateY(0);
transition:
transform $lines-animation-duration cubic-bezier(0.8, 0, 0.4, 1.8) $cross-animation-duration,
opacity $lines-animation-duration cubic-bezier(1, 0, 1, 0);
[aria-expanded=true] & {
opacity: 0;
transition:
transform $lines-animation-duration ease-out,
opacity $lines-animation-duration cubic-bezier(1, 0, 1, 0);
}
}
/* Transitions: × */
&:nth-of-type(3),
&:nth-of-type(4) {
transform: rotate(0) scaleX(1);
transition: transform $cross-animation-duration ease-out;
[aria-expanded=true] & {
transition: transform $cross-animation-duration cubic-bezier(0.8, 0, 0.4, 1.8) $lines-animation-duration;
}
}
/* Transforms */
[aria-expanded=true] & {
&:nth-of-type(1) { transform: translateY(25%); }
&:nth-of-type(2) { transform: translateY(12.5%); }
&:nth-of-type(3) { transform: rotate(45deg) scaleX(1.3334); }
&:nth-of-type(4) { transform: rotate(-45deg) scaleX(1.3334); }
&:nth-of-type(5) { transform: translateY(-12.5%); }
&:nth-of-type(6) { transform: translateY(-25%); }
}
} | 0.619817 | 0.132627 |
.banner {
width:100%;
}
.beneficios {
padding: 3em 0;
background: #888888;
}
.beneficios-conteudo {
width: 640px;
margin: 0 auto;
}
.beneficios-imagem {
width: 60%;
opacity: 1;
transition: 400ms;
box-shadow: 10px 10px 10px 0 #000000;
}
.beneficios-imagem:hover {
opacity: 0.3;
}
.beneficios-lista {
width: 40%;
display: inline-block;
vertical-align: top;
}
/* position: posiciona o elemento em relação a si mesmo - o ponto zero será o
canto superior esquerdo, e ele começará a contar a partir dali. */
/* margin: será dada uma margem automática para todos os lados com centralização
automática */
.caixa {
position: relative;
width: 940px;
margin: 0 auto;
}
.caixa-formulario {
text-align: center;
width: 940px;
margin: 5px auto;
box-sizing: border-box;
border: 2px solid #000000;
border-radius: 10px;
padding: 5px;
}
.caixa-botao {
width: 940px;
margin: auto;
}
.checkbox {
margin: 20px 0;
}
.copyright {
color: #FFFFFF;
font-size: 13px;
margin: 20px 0 0;
}
.enviar {
width:940px;
margin: 5px auto;
padding: 15px 0;
background: orange;
color: white;
font-weight: bold;
font-size: 18px;
border: none;
border-radius: 5px;
transition: 1s all;
cursor: pointer;
}
.enviar:hover {
background: darkorange;
transform: scale(1.2);
}
.input-padrao {
display: block;
width:940px;
margin: auto;
padding: 10px 25px;
width: 50%;
}
.itens {
line-height: 1.5;
}
.itens:first-child {
font-weight: bold;
}
.itens:before {
content: "🟊";
}
.mapa {
padding: 3em 0;
background: linear-gradient(#FEFEFE, #888888);
}
.mapa-conteudo {
width: 940px;
margin: 0 auto;
}
.mapa p {
margin: 0 0 2em;
text-align: center;
}
.principal {
padding: 3em 0;
background: #FEFEFE;
width: 940px;
margin: 0 auto;
}
.principal p {
margin: 0 0 1em;
}
.principal strong {
font-weight: bold;
}
.principal em {
font-style: italic;
}
.produtos {
width: 940px;
margin: 0 auto;
padding: 50px 0;
}
.produtos li {
display: inline;
text-align: center;
width: 30%;
vertical-align: top;
margin: 0 1.5%;
padding: 30px 20px;
box-sizing: border-box;
border: 2px solid #000000;
border-radius: 10px;
}
.produtos li:hover {
border-color: #C78C19;
}
.produtos li:active {
border-color: #088C19;
}
.produtos li:hover h2 {
font-size: 34px;
}
.produtos h2 {
font-size: 30px;
font-weight: bold;
}
.produto-descricao {
font-size: 18px;
}
.produto-preco {
font-size: 22px;
font-weight: bold;
margin-top: 10px;
}
.titulo-principal {
font-weight: bold;
text-align: center;
font-size: 2em;
margin: 0 0 1em;
clear: left;
}
.utensilios {
width: 120px;
float: left;
margin: 0 20px 20px 0;
}
.video {
width: 560px;
margin: 2em auto;
}
/* ---------------------------------------------------------- Identificadores */
#missao {
font-size: 20px;
}
/* ------------------------------------------------------------------ Rotulos */
body {
font-family: 'Montserrat', sans-serif;
}
form {
margin: 40px 0;
}
form label, form legend {
display:block;
font-size: 20px;
margin: 0 0 10px;
}
/* Endereço da image para rl deve seguir este formato para ser encontrada */
footer {
text-align: center;
background: url("../img/footerBackground.jpg");
padding: 40px 0;
}
header {
background: #BBBBBB;
padding: 20px 0;
}
main {
}
/* Position Absolute se utiliza do ponto superior esquerdo de outros elementos
para referenciar sua posição */
nav {
position: absolute;
top: 110px;
right: 0;
}
/* Dsiplay inline exibe os elementos dentro do bloco na mesma linha */
nav li {
display: inline;
margin: 0 0 0 15px;
}
nav a {
text-transform: uppercase;
color: #000000;
font-weight: bold;
font-size: 22px;
text-decoration: none;
}
nav a:hover {
color: #C78C19;
text-decoration: underline;
}
table {
width:auto;
margin: 0 auto;
}
thead {
background: #555555;
color: white;
font-weight: bold;
}
td, th {
border: 1px solid #000000;
padding: 8px 15px;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* Adaptação das definições css para outros dispositivos */
@media screen and (max-width: 480px) {
.caixa, .principal, .beneficios-conteudo, .mapa-conteudo, .video {
width: auto;
}
h1 {
text-align: center;
}
nav {
position: static;
}
.beneficios-lista, .beneficios-imagem {
width: 100%;
}
body, header{
width: 100%;
padding: 2px;
}
@media screen and (max-width: 900px)
{ .caixa, .principal, .conteudo-beneficios, .mapa-conteudo, .video, .produtos{
width: auto;
height:auto;
}
h1 {
text-align: center;
}
nav {
position: static;
}
.produtos li{
width: 20rem;
margin-top: 0.5rem;
}
.lista-beneficios, .imagem-beneficios {
width: auto;
}
}
@media screen and (max-width: 768px) {
.caixa, .principal, .conteudo-beneficios, .mapa-conteudo, .video, .produtos{
width: auto;
height:auto;
}
h1 {
text-align: center;
}
nav {
position: static;
}
nav ul{
width: auto;
text-align: center;
}
.produtos li{
width: 20rem;
margin-top: 0.5rem;
}
.lista-beneficios, .imagem-beneficios {
width: auto;
}
}
} | css/style.css | .banner {
width:100%;
}
.beneficios {
padding: 3em 0;
background: #888888;
}
.beneficios-conteudo {
width: 640px;
margin: 0 auto;
}
.beneficios-imagem {
width: 60%;
opacity: 1;
transition: 400ms;
box-shadow: 10px 10px 10px 0 #000000;
}
.beneficios-imagem:hover {
opacity: 0.3;
}
.beneficios-lista {
width: 40%;
display: inline-block;
vertical-align: top;
}
/* position: posiciona o elemento em relação a si mesmo - o ponto zero será o
canto superior esquerdo, e ele começará a contar a partir dali. */
/* margin: será dada uma margem automática para todos os lados com centralização
automática */
.caixa {
position: relative;
width: 940px;
margin: 0 auto;
}
.caixa-formulario {
text-align: center;
width: 940px;
margin: 5px auto;
box-sizing: border-box;
border: 2px solid #000000;
border-radius: 10px;
padding: 5px;
}
.caixa-botao {
width: 940px;
margin: auto;
}
.checkbox {
margin: 20px 0;
}
.copyright {
color: #FFFFFF;
font-size: 13px;
margin: 20px 0 0;
}
.enviar {
width:940px;
margin: 5px auto;
padding: 15px 0;
background: orange;
color: white;
font-weight: bold;
font-size: 18px;
border: none;
border-radius: 5px;
transition: 1s all;
cursor: pointer;
}
.enviar:hover {
background: darkorange;
transform: scale(1.2);
}
.input-padrao {
display: block;
width:940px;
margin: auto;
padding: 10px 25px;
width: 50%;
}
.itens {
line-height: 1.5;
}
.itens:first-child {
font-weight: bold;
}
.itens:before {
content: "🟊";
}
.mapa {
padding: 3em 0;
background: linear-gradient(#FEFEFE, #888888);
}
.mapa-conteudo {
width: 940px;
margin: 0 auto;
}
.mapa p {
margin: 0 0 2em;
text-align: center;
}
.principal {
padding: 3em 0;
background: #FEFEFE;
width: 940px;
margin: 0 auto;
}
.principal p {
margin: 0 0 1em;
}
.principal strong {
font-weight: bold;
}
.principal em {
font-style: italic;
}
.produtos {
width: 940px;
margin: 0 auto;
padding: 50px 0;
}
.produtos li {
display: inline;
text-align: center;
width: 30%;
vertical-align: top;
margin: 0 1.5%;
padding: 30px 20px;
box-sizing: border-box;
border: 2px solid #000000;
border-radius: 10px;
}
.produtos li:hover {
border-color: #C78C19;
}
.produtos li:active {
border-color: #088C19;
}
.produtos li:hover h2 {
font-size: 34px;
}
.produtos h2 {
font-size: 30px;
font-weight: bold;
}
.produto-descricao {
font-size: 18px;
}
.produto-preco {
font-size: 22px;
font-weight: bold;
margin-top: 10px;
}
.titulo-principal {
font-weight: bold;
text-align: center;
font-size: 2em;
margin: 0 0 1em;
clear: left;
}
.utensilios {
width: 120px;
float: left;
margin: 0 20px 20px 0;
}
.video {
width: 560px;
margin: 2em auto;
}
/* ---------------------------------------------------------- Identificadores */
#missao {
font-size: 20px;
}
/* ------------------------------------------------------------------ Rotulos */
body {
font-family: 'Montserrat', sans-serif;
}
form {
margin: 40px 0;
}
form label, form legend {
display:block;
font-size: 20px;
margin: 0 0 10px;
}
/* Endereço da image para rl deve seguir este formato para ser encontrada */
footer {
text-align: center;
background: url("../img/footerBackground.jpg");
padding: 40px 0;
}
header {
background: #BBBBBB;
padding: 20px 0;
}
main {
}
/* Position Absolute se utiliza do ponto superior esquerdo de outros elementos
para referenciar sua posição */
nav {
position: absolute;
top: 110px;
right: 0;
}
/* Dsiplay inline exibe os elementos dentro do bloco na mesma linha */
nav li {
display: inline;
margin: 0 0 0 15px;
}
nav a {
text-transform: uppercase;
color: #000000;
font-weight: bold;
font-size: 22px;
text-decoration: none;
}
nav a:hover {
color: #C78C19;
text-decoration: underline;
}
table {
width:auto;
margin: 0 auto;
}
thead {
background: #555555;
color: white;
font-weight: bold;
}
td, th {
border: 1px solid #000000;
padding: 8px 15px;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* Adaptação das definições css para outros dispositivos */
@media screen and (max-width: 480px) {
.caixa, .principal, .beneficios-conteudo, .mapa-conteudo, .video {
width: auto;
}
h1 {
text-align: center;
}
nav {
position: static;
}
.beneficios-lista, .beneficios-imagem {
width: 100%;
}
body, header{
width: 100%;
padding: 2px;
}
@media screen and (max-width: 900px)
{ .caixa, .principal, .conteudo-beneficios, .mapa-conteudo, .video, .produtos{
width: auto;
height:auto;
}
h1 {
text-align: center;
}
nav {
position: static;
}
.produtos li{
width: 20rem;
margin-top: 0.5rem;
}
.lista-beneficios, .imagem-beneficios {
width: auto;
}
}
@media screen and (max-width: 768px) {
.caixa, .principal, .conteudo-beneficios, .mapa-conteudo, .video, .produtos{
width: auto;
height:auto;
}
h1 {
text-align: center;
}
nav {
position: static;
}
nav ul{
width: auto;
text-align: center;
}
.produtos li{
width: 20rem;
margin-top: 0.5rem;
}
.lista-beneficios, .imagem-beneficios {
width: auto;
}
}
} | 0.254324 | 0.133669 |
:root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-primary: #167990;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #6f42c1;
--bs-warning: #ffc107;
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-font-sans-serif);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #333;
background-color: #ecf0f2;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}
hr {
margin: 1rem 0;
color: inherit;
background-color: currentColor;
border: 0;
opacity: 0.25;
}
hr:not([size]) {
height: 1px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
h1, .h1 {
font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
h1, .h1 {
font-size: 2.5rem;
}
}
h2, .h2 {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
h2, .h2 {
font-size: 2rem;
}
}
h3, .h3 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
h3, .h3 {
font-size: 1.75rem;
}
}
h4, .h4 {
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
h4, .h4 {
font-size: 1.5rem;
}
}
h5, .h5 {
font-size: 1.25rem;
}
h6, .h6 {
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul {
padding-left: 2rem;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small, .small {
font-size: 0.875em;
}
mark, .mark {
padding: 0.2em;
background-color: #fcf8e3;
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: #0f5464;
text-decoration: underline;
}
a:hover {
color: #082f38;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
direction: ltr /* rtl:ignore */;
unicode-bidi: bidi-override;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: #d63384;
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.2rem 0.4rem;
font-size: 0.875em;
color: #fff;
background-color: #212529;
}
kbd kbd {
padding: 0;
font-size: 1em;
font-weight: 700;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: #6c757d;
text-align: left;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role="button"] {
cursor: pointer;
}
select {
word-wrap: normal;
}
[list]::-webkit-calendar-picker-indicator {
display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer;
}
::-moz-focus-inner {
padding: 0;
border-style: none;
}
textarea {
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
float: left;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
}
@media (min-width: 1200px) {
legend {
font-size: 1.5rem;
}
}
legend + * {
clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
padding: 0;
}
::-webkit-inner-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
direction: ltr;
}
*/
::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
padding: 0;
}
::file-selector-button {
font: inherit;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
iframe {
border: 0;
}
summary {
display: list-item;
cursor: pointer;
}
progress {
vertical-align: baseline;
}
[hidden] {
display: none !important;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
}
.display-1 {
font-size: calc(1.625rem + 4.5vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-1 {
font-size: 5rem;
}
}
.display-2 {
font-size: calc(1.575rem + 3.9vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-2 {
font-size: 4.5rem;
}
}
.display-3 {
font-size: calc(1.525rem + 3.3vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-3 {
font-size: 4rem;
}
}
.display-4 {
font-size: calc(1.475rem + 2.7vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-4 {
font-size: 3.5rem;
}
}
.display-5 {
font-size: calc(1.425rem + 2.1vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-5 {
font-size: 3rem;
}
}
.display-6 {
font-size: calc(1.375rem + 1.5vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-6 {
font-size: 2.5rem;
}
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.initialism {
font-size: 0.875em;
text-transform: uppercase;
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}
.blockquote > :last-child {
margin-bottom: 0;
}
.blockquote-footer {
margin-top: -1rem;
margin-bottom: 1rem;
font-size: 0.875em;
color: #6c757d;
}
.blockquote-footer::before {
content: "\2014\00A0";
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #ecf0f2;
border: 1px solid #dee2e6;
max-width: 100%;
height: auto;
}
.figure {
display: inline-block;
}
.figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}
.figure-caption {
font-size: 0.875em;
color: #6c757d;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-l2,
.container-l3,
.container-l4,
.container-l5,
.container-l6,
.container-l7,
.container-l8 {
width: 100%;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container, .container-sm {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container, .container-sm, .container-md {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
max-width: 1140px;
}
}
@media (min-width: 1440px) {
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-l2 {
max-width: 1380px;
}
}
@media (min-width: 1600px) {
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-l2, .container-l3 {
max-width: 1540px;
}
}
@media (min-width: 1920px) {
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-l2, .container-l3, .container-l4 {
max-width: 1860px;
}
}
@media (min-width: 2560px) {
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-l2, .container-l3, .container-l4, .container-l5 {
max-width: 2500px;
}
}
@media (min-width: 3200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-l2, .container-l3, .container-l4, .container-l5, .container-l6 {
max-width: 3140px;
}
}
@media (min-width: 3840px) {
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-l2, .container-l3, .container-l4, .container-l5, .container-l6, .container-l7 {
max-width: 3760px;
}
}
@media (min-width: 5120px) {
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-l2, .container-l3, .container-l4, .container-l5, .container-l6, .container-l7, .container-l8 {
max-width: 5020px;
}
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) / -2);
margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) / 2);
padding-left: calc(var(--bs-gutter-x) / 2);
margin-top: var(--bs-gutter-y);
}
.col {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-1 {
margin-left: 4.16667%;
}
.offset-2 {
margin-left: 8.33333%;
}
.offset-3 {
margin-left: 12.5%;
}
.offset-4 {
margin-left: 16.66667%;
}
.offset-5 {
margin-left: 20.83333%;
}
.offset-6 {
margin-left: 25%;
}
.offset-7 {
margin-left: 29.16667%;
}
.offset-8 {
margin-left: 33.33333%;
}
.offset-9 {
margin-left: 37.5%;
}
.offset-10 {
margin-left: 41.66667%;
}
.offset-11 {
margin-left: 45.83333%;
}
.offset-12 {
margin-left: 50%;
}
.offset-13 {
margin-left: 54.16667%;
}
.offset-14 {
margin-left: 58.33333%;
}
.offset-15 {
margin-left: 62.5%;
}
.offset-16 {
margin-left: 66.66667%;
}
.offset-17 {
margin-left: 70.83333%;
}
.offset-18 {
margin-left: 75%;
}
.offset-19 {
margin-left: 79.16667%;
}
.offset-20 {
margin-left: 83.33333%;
}
.offset-21 {
margin-left: 87.5%;
}
.offset-22 {
margin-left: 91.66667%;
}
.offset-23 {
margin-left: 95.83333%;
}
.g-0,
.gx-0 {
--bs-gutter-x: 0;
}
.g-0,
.gy-0 {
--bs-gutter-y: 0;
}
.g-1,
.gx-1 {
--bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
--bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
--bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
--bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
--bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
--bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
--bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
--bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
--bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
--bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
.col-sm {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-sm-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-sm-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-sm-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-sm-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-sm-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-sm-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-sm-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-sm-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-sm-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-sm-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-sm-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-sm-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-sm-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-sm-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-sm-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-sm-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-sm-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-sm-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-sm-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-sm-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-sm-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 4.16667%;
}
.offset-sm-2 {
margin-left: 8.33333%;
}
.offset-sm-3 {
margin-left: 12.5%;
}
.offset-sm-4 {
margin-left: 16.66667%;
}
.offset-sm-5 {
margin-left: 20.83333%;
}
.offset-sm-6 {
margin-left: 25%;
}
.offset-sm-7 {
margin-left: 29.16667%;
}
.offset-sm-8 {
margin-left: 33.33333%;
}
.offset-sm-9 {
margin-left: 37.5%;
}
.offset-sm-10 {
margin-left: 41.66667%;
}
.offset-sm-11 {
margin-left: 45.83333%;
}
.offset-sm-12 {
margin-left: 50%;
}
.offset-sm-13 {
margin-left: 54.16667%;
}
.offset-sm-14 {
margin-left: 58.33333%;
}
.offset-sm-15 {
margin-left: 62.5%;
}
.offset-sm-16 {
margin-left: 66.66667%;
}
.offset-sm-17 {
margin-left: 70.83333%;
}
.offset-sm-18 {
margin-left: 75%;
}
.offset-sm-19 {
margin-left: 79.16667%;
}
.offset-sm-20 {
margin-left: 83.33333%;
}
.offset-sm-21 {
margin-left: 87.5%;
}
.offset-sm-22 {
margin-left: 91.66667%;
}
.offset-sm-23 {
margin-left: 95.83333%;
}
.g-sm-0,
.gx-sm-0 {
--bs-gutter-x: 0;
}
.g-sm-0,
.gy-sm-0 {
--bs-gutter-y: 0;
}
.g-sm-1,
.gx-sm-1 {
--bs-gutter-x: 0.25rem;
}
.g-sm-1,
.gy-sm-1 {
--bs-gutter-y: 0.25rem;
}
.g-sm-2,
.gx-sm-2 {
--bs-gutter-x: 0.5rem;
}
.g-sm-2,
.gy-sm-2 {
--bs-gutter-y: 0.5rem;
}
.g-sm-3,
.gx-sm-3 {
--bs-gutter-x: 1rem;
}
.g-sm-3,
.gy-sm-3 {
--bs-gutter-y: 1rem;
}
.g-sm-4,
.gx-sm-4 {
--bs-gutter-x: 1.5rem;
}
.g-sm-4,
.gy-sm-4 {
--bs-gutter-y: 1.5rem;
}
.g-sm-5,
.gx-sm-5 {
--bs-gutter-x: 3rem;
}
.g-sm-5,
.gy-sm-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 768px) {
.col-md {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-md-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-md-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-md-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-md-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-md-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-md-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-md-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-md-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-md-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-md-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-md-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-md-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-md-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-md-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-md-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-md-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-md-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-md-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-md-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-md-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-md-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 4.16667%;
}
.offset-md-2 {
margin-left: 8.33333%;
}
.offset-md-3 {
margin-left: 12.5%;
}
.offset-md-4 {
margin-left: 16.66667%;
}
.offset-md-5 {
margin-left: 20.83333%;
}
.offset-md-6 {
margin-left: 25%;
}
.offset-md-7 {
margin-left: 29.16667%;
}
.offset-md-8 {
margin-left: 33.33333%;
}
.offset-md-9 {
margin-left: 37.5%;
}
.offset-md-10 {
margin-left: 41.66667%;
}
.offset-md-11 {
margin-left: 45.83333%;
}
.offset-md-12 {
margin-left: 50%;
}
.offset-md-13 {
margin-left: 54.16667%;
}
.offset-md-14 {
margin-left: 58.33333%;
}
.offset-md-15 {
margin-left: 62.5%;
}
.offset-md-16 {
margin-left: 66.66667%;
}
.offset-md-17 {
margin-left: 70.83333%;
}
.offset-md-18 {
margin-left: 75%;
}
.offset-md-19 {
margin-left: 79.16667%;
}
.offset-md-20 {
margin-left: 83.33333%;
}
.offset-md-21 {
margin-left: 87.5%;
}
.offset-md-22 {
margin-left: 91.66667%;
}
.offset-md-23 {
margin-left: 95.83333%;
}
.g-md-0,
.gx-md-0 {
--bs-gutter-x: 0;
}
.g-md-0,
.gy-md-0 {
--bs-gutter-y: 0;
}
.g-md-1,
.gx-md-1 {
--bs-gutter-x: 0.25rem;
}
.g-md-1,
.gy-md-1 {
--bs-gutter-y: 0.25rem;
}
.g-md-2,
.gx-md-2 {
--bs-gutter-x: 0.5rem;
}
.g-md-2,
.gy-md-2 {
--bs-gutter-y: 0.5rem;
}
.g-md-3,
.gx-md-3 {
--bs-gutter-x: 1rem;
}
.g-md-3,
.gy-md-3 {
--bs-gutter-y: 1rem;
}
.g-md-4,
.gx-md-4 {
--bs-gutter-x: 1.5rem;
}
.g-md-4,
.gy-md-4 {
--bs-gutter-y: 1.5rem;
}
.g-md-5,
.gx-md-5 {
--bs-gutter-x: 3rem;
}
.g-md-5,
.gy-md-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 992px) {
.col-lg {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-lg-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-lg-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-lg-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-lg-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-lg-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-lg-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-lg-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-lg-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-lg-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-lg-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-lg-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-lg-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-lg-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-lg-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-lg-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-lg-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-lg-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-lg-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-lg-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-lg-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-lg-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 4.16667%;
}
.offset-lg-2 {
margin-left: 8.33333%;
}
.offset-lg-3 {
margin-left: 12.5%;
}
.offset-lg-4 {
margin-left: 16.66667%;
}
.offset-lg-5 {
margin-left: 20.83333%;
}
.offset-lg-6 {
margin-left: 25%;
}
.offset-lg-7 {
margin-left: 29.16667%;
}
.offset-lg-8 {
margin-left: 33.33333%;
}
.offset-lg-9 {
margin-left: 37.5%;
}
.offset-lg-10 {
margin-left: 41.66667%;
}
.offset-lg-11 {
margin-left: 45.83333%;
}
.offset-lg-12 {
margin-left: 50%;
}
.offset-lg-13 {
margin-left: 54.16667%;
}
.offset-lg-14 {
margin-left: 58.33333%;
}
.offset-lg-15 {
margin-left: 62.5%;
}
.offset-lg-16 {
margin-left: 66.66667%;
}
.offset-lg-17 {
margin-left: 70.83333%;
}
.offset-lg-18 {
margin-left: 75%;
}
.offset-lg-19 {
margin-left: 79.16667%;
}
.offset-lg-20 {
margin-left: 83.33333%;
}
.offset-lg-21 {
margin-left: 87.5%;
}
.offset-lg-22 {
margin-left: 91.66667%;
}
.offset-lg-23 {
margin-left: 95.83333%;
}
.g-lg-0,
.gx-lg-0 {
--bs-gutter-x: 0;
}
.g-lg-0,
.gy-lg-0 {
--bs-gutter-y: 0;
}
.g-lg-1,
.gx-lg-1 {
--bs-gutter-x: 0.25rem;
}
.g-lg-1,
.gy-lg-1 {
--bs-gutter-y: 0.25rem;
}
.g-lg-2,
.gx-lg-2 {
--bs-gutter-x: 0.5rem;
}
.g-lg-2,
.gy-lg-2 {
--bs-gutter-y: 0.5rem;
}
.g-lg-3,
.gx-lg-3 {
--bs-gutter-x: 1rem;
}
.g-lg-3,
.gy-lg-3 {
--bs-gutter-y: 1rem;
}
.g-lg-4,
.gx-lg-4 {
--bs-gutter-x: 1.5rem;
}
.g-lg-4,
.gy-lg-4 {
--bs-gutter-y: 1.5rem;
}
.g-lg-5,
.gx-lg-5 {
--bs-gutter-x: 3rem;
}
.g-lg-5,
.gy-lg-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1200px) {
.col-xl {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-xl-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-xl-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-xl-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-xl-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-xl-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-xl-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-xl-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-xl-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-xl-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-xl-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-xl-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-xl-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-xl-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-xl-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-xl-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-xl-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-xl-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-xl-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-xl-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-xl-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-xl-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 4.16667%;
}
.offset-xl-2 {
margin-left: 8.33333%;
}
.offset-xl-3 {
margin-left: 12.5%;
}
.offset-xl-4 {
margin-left: 16.66667%;
}
.offset-xl-5 {
margin-left: 20.83333%;
}
.offset-xl-6 {
margin-left: 25%;
}
.offset-xl-7 {
margin-left: 29.16667%;
}
.offset-xl-8 {
margin-left: 33.33333%;
}
.offset-xl-9 {
margin-left: 37.5%;
}
.offset-xl-10 {
margin-left: 41.66667%;
}
.offset-xl-11 {
margin-left: 45.83333%;
}
.offset-xl-12 {
margin-left: 50%;
}
.offset-xl-13 {
margin-left: 54.16667%;
}
.offset-xl-14 {
margin-left: 58.33333%;
}
.offset-xl-15 {
margin-left: 62.5%;
}
.offset-xl-16 {
margin-left: 66.66667%;
}
.offset-xl-17 {
margin-left: 70.83333%;
}
.offset-xl-18 {
margin-left: 75%;
}
.offset-xl-19 {
margin-left: 79.16667%;
}
.offset-xl-20 {
margin-left: 83.33333%;
}
.offset-xl-21 {
margin-left: 87.5%;
}
.offset-xl-22 {
margin-left: 91.66667%;
}
.offset-xl-23 {
margin-left: 95.83333%;
}
.g-xl-0,
.gx-xl-0 {
--bs-gutter-x: 0;
}
.g-xl-0,
.gy-xl-0 {
--bs-gutter-y: 0;
}
.g-xl-1,
.gx-xl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xl-1,
.gy-xl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xl-2,
.gx-xl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xl-2,
.gy-xl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xl-3,
.gx-xl-3 {
--bs-gutter-x: 1rem;
}
.g-xl-3,
.gy-xl-3 {
--bs-gutter-y: 1rem;
}
.g-xl-4,
.gx-xl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xl-4,
.gy-xl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xl-5,
.gx-xl-5 {
--bs-gutter-x: 3rem;
}
.g-xl-5,
.gy-xl-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1440px) {
.col-l2 {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-l2-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-l2-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-l2-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-l2-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-l2-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-l2-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-l2-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-l2-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-l2-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l2-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-l2-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-l2-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-l2-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l2-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-l2-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-l2-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-l2-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-l2-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-l2-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-l2-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-l2-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-l2-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-l2-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-l2-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-l2-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-l2-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-l2-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-l2-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-l2-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-l2-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-l2-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-l2-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-l2-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-l2-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-l2-0 {
margin-left: 0;
}
.offset-l2-1 {
margin-left: 4.16667%;
}
.offset-l2-2 {
margin-left: 8.33333%;
}
.offset-l2-3 {
margin-left: 12.5%;
}
.offset-l2-4 {
margin-left: 16.66667%;
}
.offset-l2-5 {
margin-left: 20.83333%;
}
.offset-l2-6 {
margin-left: 25%;
}
.offset-l2-7 {
margin-left: 29.16667%;
}
.offset-l2-8 {
margin-left: 33.33333%;
}
.offset-l2-9 {
margin-left: 37.5%;
}
.offset-l2-10 {
margin-left: 41.66667%;
}
.offset-l2-11 {
margin-left: 45.83333%;
}
.offset-l2-12 {
margin-left: 50%;
}
.offset-l2-13 {
margin-left: 54.16667%;
}
.offset-l2-14 {
margin-left: 58.33333%;
}
.offset-l2-15 {
margin-left: 62.5%;
}
.offset-l2-16 {
margin-left: 66.66667%;
}
.offset-l2-17 {
margin-left: 70.83333%;
}
.offset-l2-18 {
margin-left: 75%;
}
.offset-l2-19 {
margin-left: 79.16667%;
}
.offset-l2-20 {
margin-left: 83.33333%;
}
.offset-l2-21 {
margin-left: 87.5%;
}
.offset-l2-22 {
margin-left: 91.66667%;
}
.offset-l2-23 {
margin-left: 95.83333%;
}
.g-l2-0,
.gx-l2-0 {
--bs-gutter-x: 0;
}
.g-l2-0,
.gy-l2-0 {
--bs-gutter-y: 0;
}
.g-l2-1,
.gx-l2-1 {
--bs-gutter-x: 0.25rem;
}
.g-l2-1,
.gy-l2-1 {
--bs-gutter-y: 0.25rem;
}
.g-l2-2,
.gx-l2-2 {
--bs-gutter-x: 0.5rem;
}
.g-l2-2,
.gy-l2-2 {
--bs-gutter-y: 0.5rem;
}
.g-l2-3,
.gx-l2-3 {
--bs-gutter-x: 1rem;
}
.g-l2-3,
.gy-l2-3 {
--bs-gutter-y: 1rem;
}
.g-l2-4,
.gx-l2-4 {
--bs-gutter-x: 1.5rem;
}
.g-l2-4,
.gy-l2-4 {
--bs-gutter-y: 1.5rem;
}
.g-l2-5,
.gx-l2-5 {
--bs-gutter-x: 3rem;
}
.g-l2-5,
.gy-l2-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1600px) {
.col-l3 {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-l3-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-l3-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-l3-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-l3-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-l3-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-l3-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-l3-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-l3-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-l3-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l3-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-l3-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-l3-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-l3-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l3-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-l3-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-l3-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-l3-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-l3-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-l3-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-l3-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-l3-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-l3-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-l3-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-l3-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-l3-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-l3-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-l3-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-l3-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-l3-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-l3-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-l3-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-l3-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-l3-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-l3-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-l3-0 {
margin-left: 0;
}
.offset-l3-1 {
margin-left: 4.16667%;
}
.offset-l3-2 {
margin-left: 8.33333%;
}
.offset-l3-3 {
margin-left: 12.5%;
}
.offset-l3-4 {
margin-left: 16.66667%;
}
.offset-l3-5 {
margin-left: 20.83333%;
}
.offset-l3-6 {
margin-left: 25%;
}
.offset-l3-7 {
margin-left: 29.16667%;
}
.offset-l3-8 {
margin-left: 33.33333%;
}
.offset-l3-9 {
margin-left: 37.5%;
}
.offset-l3-10 {
margin-left: 41.66667%;
}
.offset-l3-11 {
margin-left: 45.83333%;
}
.offset-l3-12 {
margin-left: 50%;
}
.offset-l3-13 {
margin-left: 54.16667%;
}
.offset-l3-14 {
margin-left: 58.33333%;
}
.offset-l3-15 {
margin-left: 62.5%;
}
.offset-l3-16 {
margin-left: 66.66667%;
}
.offset-l3-17 {
margin-left: 70.83333%;
}
.offset-l3-18 {
margin-left: 75%;
}
.offset-l3-19 {
margin-left: 79.16667%;
}
.offset-l3-20 {
margin-left: 83.33333%;
}
.offset-l3-21 {
margin-left: 87.5%;
}
.offset-l3-22 {
margin-left: 91.66667%;
}
.offset-l3-23 {
margin-left: 95.83333%;
}
.g-l3-0,
.gx-l3-0 {
--bs-gutter-x: 0;
}
.g-l3-0,
.gy-l3-0 {
--bs-gutter-y: 0;
}
.g-l3-1,
.gx-l3-1 {
--bs-gutter-x: 0.25rem;
}
.g-l3-1,
.gy-l3-1 {
--bs-gutter-y: 0.25rem;
}
.g-l3-2,
.gx-l3-2 {
--bs-gutter-x: 0.5rem;
}
.g-l3-2,
.gy-l3-2 {
--bs-gutter-y: 0.5rem;
}
.g-l3-3,
.gx-l3-3 {
--bs-gutter-x: 1rem;
}
.g-l3-3,
.gy-l3-3 {
--bs-gutter-y: 1rem;
}
.g-l3-4,
.gx-l3-4 {
--bs-gutter-x: 1.5rem;
}
.g-l3-4,
.gy-l3-4 {
--bs-gutter-y: 1.5rem;
}
.g-l3-5,
.gx-l3-5 {
--bs-gutter-x: 3rem;
}
.g-l3-5,
.gy-l3-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1920px) {
.col-l4 {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-l4-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-l4-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-l4-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-l4-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-l4-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-l4-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-l4-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-l4-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-l4-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l4-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-l4-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-l4-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-l4-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l4-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-l4-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-l4-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-l4-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-l4-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-l4-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-l4-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-l4-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-l4-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-l4-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-l4-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-l4-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-l4-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-l4-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-l4-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-l4-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-l4-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-l4-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-l4-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-l4-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-l4-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-l4-0 {
margin-left: 0;
}
.offset-l4-1 {
margin-left: 4.16667%;
}
.offset-l4-2 {
margin-left: 8.33333%;
}
.offset-l4-3 {
margin-left: 12.5%;
}
.offset-l4-4 {
margin-left: 16.66667%;
}
.offset-l4-5 {
margin-left: 20.83333%;
}
.offset-l4-6 {
margin-left: 25%;
}
.offset-l4-7 {
margin-left: 29.16667%;
}
.offset-l4-8 {
margin-left: 33.33333%;
}
.offset-l4-9 {
margin-left: 37.5%;
}
.offset-l4-10 {
margin-left: 41.66667%;
}
.offset-l4-11 {
margin-left: 45.83333%;
}
.offset-l4-12 {
margin-left: 50%;
}
.offset-l4-13 {
margin-left: 54.16667%;
}
.offset-l4-14 {
margin-left: 58.33333%;
}
.offset-l4-15 {
margin-left: 62.5%;
}
.offset-l4-16 {
margin-left: 66.66667%;
}
.offset-l4-17 {
margin-left: 70.83333%;
}
.offset-l4-18 {
margin-left: 75%;
}
.offset-l4-19 {
margin-left: 79.16667%;
}
.offset-l4-20 {
margin-left: 83.33333%;
}
.offset-l4-21 {
margin-left: 87.5%;
}
.offset-l4-22 {
margin-left: 91.66667%;
}
.offset-l4-23 {
margin-left: 95.83333%;
}
.g-l4-0,
.gx-l4-0 {
--bs-gutter-x: 0;
}
.g-l4-0,
.gy-l4-0 {
--bs-gutter-y: 0;
}
.g-l4-1,
.gx-l4-1 {
--bs-gutter-x: 0.25rem;
}
.g-l4-1,
.gy-l4-1 {
--bs-gutter-y: 0.25rem;
}
.g-l4-2,
.gx-l4-2 {
--bs-gutter-x: 0.5rem;
}
.g-l4-2,
.gy-l4-2 {
--bs-gutter-y: 0.5rem;
}
.g-l4-3,
.gx-l4-3 {
--bs-gutter-x: 1rem;
}
.g-l4-3,
.gy-l4-3 {
--bs-gutter-y: 1rem;
}
.g-l4-4,
.gx-l4-4 {
--bs-gutter-x: 1.5rem;
}
.g-l4-4,
.gy-l4-4 {
--bs-gutter-y: 1.5rem;
}
.g-l4-5,
.gx-l4-5 {
--bs-gutter-x: 3rem;
}
.g-l4-5,
.gy-l4-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 2560px) {
.col-l5 {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-l5-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-l5-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-l5-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-l5-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-l5-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-l5-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-l5-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-l5-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-l5-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l5-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-l5-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-l5-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-l5-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l5-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-l5-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-l5-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-l5-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-l5-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-l5-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-l5-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-l5-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-l5-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-l5-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-l5-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-l5-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-l5-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-l5-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-l5-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-l5-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-l5-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-l5-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-l5-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-l5-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-l5-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-l5-0 {
margin-left: 0;
}
.offset-l5-1 {
margin-left: 4.16667%;
}
.offset-l5-2 {
margin-left: 8.33333%;
}
.offset-l5-3 {
margin-left: 12.5%;
}
.offset-l5-4 {
margin-left: 16.66667%;
}
.offset-l5-5 {
margin-left: 20.83333%;
}
.offset-l5-6 {
margin-left: 25%;
}
.offset-l5-7 {
margin-left: 29.16667%;
}
.offset-l5-8 {
margin-left: 33.33333%;
}
.offset-l5-9 {
margin-left: 37.5%;
}
.offset-l5-10 {
margin-left: 41.66667%;
}
.offset-l5-11 {
margin-left: 45.83333%;
}
.offset-l5-12 {
margin-left: 50%;
}
.offset-l5-13 {
margin-left: 54.16667%;
}
.offset-l5-14 {
margin-left: 58.33333%;
}
.offset-l5-15 {
margin-left: 62.5%;
}
.offset-l5-16 {
margin-left: 66.66667%;
}
.offset-l5-17 {
margin-left: 70.83333%;
}
.offset-l5-18 {
margin-left: 75%;
}
.offset-l5-19 {
margin-left: 79.16667%;
}
.offset-l5-20 {
margin-left: 83.33333%;
}
.offset-l5-21 {
margin-left: 87.5%;
}
.offset-l5-22 {
margin-left: 91.66667%;
}
.offset-l5-23 {
margin-left: 95.83333%;
}
.g-l5-0,
.gx-l5-0 {
--bs-gutter-x: 0;
}
.g-l5-0,
.gy-l5-0 {
--bs-gutter-y: 0;
}
.g-l5-1,
.gx-l5-1 {
--bs-gutter-x: 0.25rem;
}
.g-l5-1,
.gy-l5-1 {
--bs-gutter-y: 0.25rem;
}
.g-l5-2,
.gx-l5-2 {
--bs-gutter-x: 0.5rem;
}
.g-l5-2,
.gy-l5-2 {
--bs-gutter-y: 0.5rem;
}
.g-l5-3,
.gx-l5-3 {
--bs-gutter-x: 1rem;
}
.g-l5-3,
.gy-l5-3 {
--bs-gutter-y: 1rem;
}
.g-l5-4,
.gx-l5-4 {
--bs-gutter-x: 1.5rem;
}
.g-l5-4,
.gy-l5-4 {
--bs-gutter-y: 1.5rem;
}
.g-l5-5,
.gx-l5-5 {
--bs-gutter-x: 3rem;
}
.g-l5-5,
.gy-l5-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 3200px) {
.col-l6 {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-l6-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-l6-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-l6-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-l6-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-l6-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-l6-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-l6-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-l6-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-l6-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l6-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-l6-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-l6-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-l6-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l6-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-l6-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-l6-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-l6-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-l6-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-l6-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-l6-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-l6-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-l6-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-l6-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-l6-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-l6-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-l6-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-l6-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-l6-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-l6-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-l6-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-l6-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-l6-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-l6-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-l6-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-l6-0 {
margin-left: 0;
}
.offset-l6-1 {
margin-left: 4.16667%;
}
.offset-l6-2 {
margin-left: 8.33333%;
}
.offset-l6-3 {
margin-left: 12.5%;
}
.offset-l6-4 {
margin-left: 16.66667%;
}
.offset-l6-5 {
margin-left: 20.83333%;
}
.offset-l6-6 {
margin-left: 25%;
}
.offset-l6-7 {
margin-left: 29.16667%;
}
.offset-l6-8 {
margin-left: 33.33333%;
}
.offset-l6-9 {
margin-left: 37.5%;
}
.offset-l6-10 {
margin-left: 41.66667%;
}
.offset-l6-11 {
margin-left: 45.83333%;
}
.offset-l6-12 {
margin-left: 50%;
}
.offset-l6-13 {
margin-left: 54.16667%;
}
.offset-l6-14 {
margin-left: 58.33333%;
}
.offset-l6-15 {
margin-left: 62.5%;
}
.offset-l6-16 {
margin-left: 66.66667%;
}
.offset-l6-17 {
margin-left: 70.83333%;
}
.offset-l6-18 {
margin-left: 75%;
}
.offset-l6-19 {
margin-left: 79.16667%;
}
.offset-l6-20 {
margin-left: 83.33333%;
}
.offset-l6-21 {
margin-left: 87.5%;
}
.offset-l6-22 {
margin-left: 91.66667%;
}
.offset-l6-23 {
margin-left: 95.83333%;
}
.g-l6-0,
.gx-l6-0 {
--bs-gutter-x: 0;
}
.g-l6-0,
.gy-l6-0 {
--bs-gutter-y: 0;
}
.g-l6-1,
.gx-l6-1 {
--bs-gutter-x: 0.25rem;
}
.g-l6-1,
.gy-l6-1 {
--bs-gutter-y: 0.25rem;
}
.g-l6-2,
.gx-l6-2 {
--bs-gutter-x: 0.5rem;
}
.g-l6-2,
.gy-l6-2 {
--bs-gutter-y: 0.5rem;
}
.g-l6-3,
.gx-l6-3 {
--bs-gutter-x: 1rem;
}
.g-l6-3,
.gy-l6-3 {
--bs-gutter-y: 1rem;
}
.g-l6-4,
.gx-l6-4 {
--bs-gutter-x: 1.5rem;
}
.g-l6-4,
.gy-l6-4 {
--bs-gutter-y: 1.5rem;
}
.g-l6-5,
.gx-l6-5 {
--bs-gutter-x: 3rem;
}
.g-l6-5,
.gy-l6-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 3840px) {
.col-l7 {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-l7-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-l7-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-l7-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-l7-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-l7-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-l7-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-l7-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-l7-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-l7-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l7-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-l7-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-l7-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-l7-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l7-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-l7-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-l7-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-l7-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-l7-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-l7-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-l7-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-l7-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-l7-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-l7-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-l7-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-l7-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-l7-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-l7-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-l7-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-l7-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-l7-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-l7-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-l7-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-l7-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-l7-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-l7-0 {
margin-left: 0;
}
.offset-l7-1 {
margin-left: 4.16667%;
}
.offset-l7-2 {
margin-left: 8.33333%;
}
.offset-l7-3 {
margin-left: 12.5%;
}
.offset-l7-4 {
margin-left: 16.66667%;
}
.offset-l7-5 {
margin-left: 20.83333%;
}
.offset-l7-6 {
margin-left: 25%;
}
.offset-l7-7 {
margin-left: 29.16667%;
}
.offset-l7-8 {
margin-left: 33.33333%;
}
.offset-l7-9 {
margin-left: 37.5%;
}
.offset-l7-10 {
margin-left: 41.66667%;
}
.offset-l7-11 {
margin-left: 45.83333%;
}
.offset-l7-12 {
margin-left: 50%;
}
.offset-l7-13 {
margin-left: 54.16667%;
}
.offset-l7-14 {
margin-left: 58.33333%;
}
.offset-l7-15 {
margin-left: 62.5%;
}
.offset-l7-16 {
margin-left: 66.66667%;
}
.offset-l7-17 {
margin-left: 70.83333%;
}
.offset-l7-18 {
margin-left: 75%;
}
.offset-l7-19 {
margin-left: 79.16667%;
}
.offset-l7-20 {
margin-left: 83.33333%;
}
.offset-l7-21 {
margin-left: 87.5%;
}
.offset-l7-22 {
margin-left: 91.66667%;
}
.offset-l7-23 {
margin-left: 95.83333%;
}
.g-l7-0,
.gx-l7-0 {
--bs-gutter-x: 0;
}
.g-l7-0,
.gy-l7-0 {
--bs-gutter-y: 0;
}
.g-l7-1,
.gx-l7-1 {
--bs-gutter-x: 0.25rem;
}
.g-l7-1,
.gy-l7-1 {
--bs-gutter-y: 0.25rem;
}
.g-l7-2,
.gx-l7-2 {
--bs-gutter-x: 0.5rem;
}
.g-l7-2,
.gy-l7-2 {
--bs-gutter-y: 0.5rem;
}
.g-l7-3,
.gx-l7-3 {
--bs-gutter-x: 1rem;
}
.g-l7-3,
.gy-l7-3 {
--bs-gutter-y: 1rem;
}
.g-l7-4,
.gx-l7-4 {
--bs-gutter-x: 1.5rem;
}
.g-l7-4,
.gy-l7-4 {
--bs-gutter-y: 1.5rem;
}
.g-l7-5,
.gx-l7-5 {
--bs-gutter-x: 3rem;
}
.g-l7-5,
.gy-l7-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 5120px) {
.col-l8 {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-l8-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-l8-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-l8-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-l8-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-l8-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-l8-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-l8-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-l8-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-l8-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l8-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-l8-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-l8-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-l8-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l8-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-l8-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-l8-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-l8-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-l8-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-l8-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-l8-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-l8-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-l8-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-l8-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-l8-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-l8-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-l8-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-l8-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-l8-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-l8-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-l8-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-l8-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-l8-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-l8-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-l8-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-l8-0 {
margin-left: 0;
}
.offset-l8-1 {
margin-left: 4.16667%;
}
.offset-l8-2 {
margin-left: 8.33333%;
}
.offset-l8-3 {
margin-left: 12.5%;
}
.offset-l8-4 {
margin-left: 16.66667%;
}
.offset-l8-5 {
margin-left: 20.83333%;
}
.offset-l8-6 {
margin-left: 25%;
}
.offset-l8-7 {
margin-left: 29.16667%;
}
.offset-l8-8 {
margin-left: 33.33333%;
}
.offset-l8-9 {
margin-left: 37.5%;
}
.offset-l8-10 {
margin-left: 41.66667%;
}
.offset-l8-11 {
margin-left: 45.83333%;
}
.offset-l8-12 {
margin-left: 50%;
}
.offset-l8-13 {
margin-left: 54.16667%;
}
.offset-l8-14 {
margin-left: 58.33333%;
}
.offset-l8-15 {
margin-left: 62.5%;
}
.offset-l8-16 {
margin-left: 66.66667%;
}
.offset-l8-17 {
margin-left: 70.83333%;
}
.offset-l8-18 {
margin-left: 75%;
}
.offset-l8-19 {
margin-left: 79.16667%;
}
.offset-l8-20 {
margin-left: 83.33333%;
}
.offset-l8-21 {
margin-left: 87.5%;
}
.offset-l8-22 {
margin-left: 91.66667%;
}
.offset-l8-23 {
margin-left: 95.83333%;
}
.g-l8-0,
.gx-l8-0 {
--bs-gutter-x: 0;
}
.g-l8-0,
.gy-l8-0 {
--bs-gutter-y: 0;
}
.g-l8-1,
.gx-l8-1 {
--bs-gutter-x: 0.25rem;
}
.g-l8-1,
.gy-l8-1 {
--bs-gutter-y: 0.25rem;
}
.g-l8-2,
.gx-l8-2 {
--bs-gutter-x: 0.5rem;
}
.g-l8-2,
.gy-l8-2 {
--bs-gutter-y: 0.5rem;
}
.g-l8-3,
.gx-l8-3 {
--bs-gutter-x: 1rem;
}
.g-l8-3,
.gy-l8-3 {
--bs-gutter-y: 1rem;
}
.g-l8-4,
.gx-l8-4 {
--bs-gutter-x: 1.5rem;
}
.g-l8-4,
.gy-l8-4 {
--bs-gutter-y: 1.5rem;
}
.g-l8-5,
.gx-l8-5 {
--bs-gutter-x: 3rem;
}
.g-l8-5,
.gy-l8-5 {
--bs-gutter-y: 3rem;
}
}
.table {
--bs-table-bg: transparent;
--bs-table-striped-color: #333;
--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
--bs-table-active-color: #333;
--bs-table-active-bg: rgba(0, 0, 0, 0.1);
--bs-table-hover-color: #333;
--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
width: 100%;
margin-bottom: 1rem;
color: #333;
vertical-align: top;
border-color: #dee2e6;
}
.table > :not(caption) > * > * {
padding: 0.5rem 0.5rem;
background-color: var(--bs-table-bg);
border-bottom-width: 1px;
-webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
vertical-align: inherit;
}
.table > thead {
vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
border-bottom-color: currentColor;
}
.caption-top {
caption-side: top;
}
.table-sm > :not(caption) > * > * {
padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
--bs-table-accent-bg: var(--bs-table-striped-bg);
color: var(--bs-table-striped-color);
}
.table-active {
--bs-table-accent-bg: var(--bs-table-active-bg);
color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
--bs-table-accent-bg: var(--bs-table-hover-bg);
color: var(--bs-table-hover-color);
}
.table-primary {
--bs-table-bg: #d0e4e9;
--bs-table-striped-bg: #c6d9dd;
--bs-table-striped-color: #000;
--bs-table-active-bg: #bbcdd2;
--bs-table-active-color: #000;
--bs-table-hover-bg: #c0d3d8;
--bs-table-hover-color: #000;
color: #000;
border-color: #bbcdd2;
}
.table-secondary {
--bs-table-bg: #e2e3e5;
--bs-table-striped-bg: #d7d8da;
--bs-table-striped-color: #000;
--bs-table-active-bg: #cbccce;
--bs-table-active-color: #000;
--bs-table-hover-bg: #d1d2d4;
--bs-table-hover-color: #000;
color: #000;
border-color: #cbccce;
}
.table-success {
--bs-table-bg: #d1e7dd;
--bs-table-striped-bg: #c7dbd2;
--bs-table-striped-color: #000;
--bs-table-active-bg: #bcd0c7;
--bs-table-active-color: #000;
--bs-table-hover-bg: #c1d6cc;
--bs-table-hover-color: #000;
color: #000;
border-color: #bcd0c7;
}
.table-info {
--bs-table-bg: #e2d9f3;
--bs-table-striped-bg: #d7cee7;
--bs-table-striped-color: #000;
--bs-table-active-bg: #cbc3db;
--bs-table-active-color: #000;
--bs-table-hover-bg: #d1c9e1;
--bs-table-hover-color: #000;
color: #000;
border-color: #cbc3db;
}
.table-warning {
--bs-table-bg: #fff3cd;
--bs-table-striped-bg: #f2e7c3;
--bs-table-striped-color: #000;
--bs-table-active-bg: #e6dbb9;
--bs-table-active-color: #000;
--bs-table-hover-bg: #ece1be;
--bs-table-hover-color: #000;
color: #000;
border-color: #e6dbb9;
}
.table-danger {
--bs-table-bg: #f8d7da;
--bs-table-striped-bg: #eccccf;
--bs-table-striped-color: #000;
--bs-table-active-bg: #dfc2c4;
--bs-table-active-color: #000;
--bs-table-hover-bg: #e5c7ca;
--bs-table-hover-color: #000;
color: #000;
border-color: #dfc2c4;
}
.table-light {
--bs-table-bg: #f8f9fa;
--bs-table-striped-bg: #ecedee;
--bs-table-striped-color: #000;
--bs-table-active-bg: #dfe0e1;
--bs-table-active-color: #000;
--bs-table-hover-bg: #e5e6e7;
--bs-table-hover-color: #000;
color: #000;
border-color: #dfe0e1;
}
.table-dark {
--bs-table-bg: #212529;
--bs-table-striped-bg: #2c3034;
--bs-table-striped-color: #fff;
--bs-table-active-bg: #373b3e;
--bs-table-active-color: #fff;
--bs-table-hover-bg: #323539;
--bs-table-hover-color: #fff;
color: #fff;
border-color: #373b3e;
}
.table-responsive {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
.table-responsive-sm {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1439.98px) {
.table-responsive-l2 {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1599.98px) {
.table-responsive-l3 {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1919.98px) {
.table-responsive-l4 {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 2559.98px) {
.table-responsive-l5 {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 3199.98px) {
.table-responsive-l6 {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 3839.98px) {
.table-responsive-l7 {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 5119.98px) {
.table-responsive-l8 {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
.form-label {
margin-bottom: 0.5rem;
}
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
}
.form-text {
margin-top: 0.25rem;
font-size: 0.875em;
color: #6c757d;
}
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #333;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
-webkit-transition: none;
transition: none;
}
}
.form-control[type="file"] {
overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control:focus {
color: #333;
background-color: #fff;
border-color: #8bbcc8;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control::-webkit-date-and-time-value {
height: 1.5em;
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
.form-control::file-selector-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
color: #333;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
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;
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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control::file-selector-button {
-webkit-transition: none;
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
color: #333;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
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;
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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control::-webkit-file-upload-button {
-webkit-transition: none;
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
background-color: #dde0e3;
}
.form-control-plaintext {
display: block;
width: 100%;
padding: 0.375rem 0;
margin-bottom: 0;
line-height: 1.5;
color: #333;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0;
}
.form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
}
.form-control-sm::file-selector-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: 0.5rem;
margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: 0.5rem;
margin-inline-end: 0.5rem;
}
.form-control-lg {
min-height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
}
.form-control-lg::file-selector-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
}
textarea.form-control {
min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
max-width: 3rem;
height: auto;
padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control-color::-moz-color-swatch {
height: 1.5em;
}
.form-control-color::-webkit-color-swatch {
height: 1.5em;
}
.form-select {
display: block;
width: 100%;
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #333;
background-color: #fff;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
border: 1px solid #ced4da;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-select:focus {
border-color: #8bbcc8;
outline: 0;
-webkit-box-shadow: 0 0 0 0 rgba(22, 121, 144, 0.25);
box-shadow: 0 0 0 0 rgba(22, 121, 144, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
padding-right: 0.75rem;
background-image: none;
}
.form-select:disabled {
color: #6c757d;
background-color: #e9ecef;
}
.form-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #333;
}
.form-select-sm {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem;
}
.form-select-lg {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem;
}
.form-check {
display: block;
min-height: 1.5rem;
padding-left: 1.5em;
margin-bottom: 0.125rem;
}
.form-check .form-check-input {
float: left;
margin-left: -1.5em;
}
.form-check-input {
width: 1em;
height: 1em;
margin-top: 0.25em;
vertical-align: top;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: 1px solid rgba(0, 0, 0, 0.25);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color-adjust: exact;
}
.form-check-input[type="radio"] {
border-radius: 50%;
}
.form-check-input:active {
-webkit-filter: brightness(90%);
filter: brightness(90%);
}
.form-check-input:focus {
border-color: #8bbcc8;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-check-input:checked {
background-color: #167990;
border-color: #167990;
}
.form-check-input:checked[type="checkbox"] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
background-color: #167990;
border-color: #167990;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
pointer-events: none;
-webkit-filter: none;
filter: none;
opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
opacity: 0.5;
}
.form-switch {
padding-left: 2.5em;
}
.form-switch .form-check-input {
width: 2em;
margin-left: -2.5em;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
background-position: left center;
-webkit-transition: background-position 0.15s ease-in-out;
transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-switch .form-check-input {
-webkit-transition: none;
transition: none;
}
}
.form-switch .form-check-input:focus {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238bbcc8'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
background-position: right center;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
display: inline-block;
margin-right: 1rem;
}
.btn-check {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
pointer-events: none;
-webkit-filter: none;
filter: none;
opacity: 0.65;
}
.form-range {
width: 100%;
height: 1rem;
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-range:focus {
outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
-webkit-box-shadow: 0 0 0 1px #ecf0f2, none;
box-shadow: 0 0 0 1px #ecf0f2, none;
}
.form-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #ecf0f2, none;
}
.form-range::-moz-focus-outer {
border: 0;
}
.form-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #167990;
border: 0;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.form-range::-webkit-slider-thumb {
-webkit-transition: none;
transition: none;
}
}
.form-range::-webkit-slider-thumb:active {
background-color: #b9d7de;
}
.form-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
}
.form-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #167990;
border: 0;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.form-range::-moz-range-thumb {
-webkit-transition: none;
transition: none;
}
}
.form-range::-moz-range-thumb:active {
background-color: #b9d7de;
}
.form-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
}
.form-range:disabled {
pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
background-color: #adb5bd;
}
.form-floating {
position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
height: calc(3.5rem + 2px);
padding: 1rem 0.75rem;
}
.form-floating > label {
position: absolute;
top: 0;
left: 0;
height: 100%;
padding: 1rem 0.75rem;
pointer-events: none;
border: 1px solid transparent;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-floating > label {
-webkit-transition: none;
transition: none;
}
}
.form-floating > .form-control::-webkit-input-placeholder {
color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
color: transparent;
}
.form-floating > .form-control::placeholder {
color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-select {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
opacity: 0.65;
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
opacity: 0.65;
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
z-index: 3;
}
.input-group .btn {
position: relative;
z-index: 2;
}
.input-group .btn:focus {
z-index: 3;
}
.input-group-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #333;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
padding-right: 3rem;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
margin-left: -1px;
}
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #198754;
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
color: #fff;
background-color: rgba(25, 135, 84, 0.9);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
border-color: #198754;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
border-color: #198754;
-webkit-box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
border-color: #198754;
padding-right: 4.125rem;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-position: right 0.75rem center, center right 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
border-color: #198754;
-webkit-box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
-webkit-box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
margin-left: .5em;
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #dc3545;
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
border-color: #dc3545;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
border-color: #dc3545;
padding-right: 4.125rem;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-position: right 0.75rem center, center right 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
-webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
margin-left: .5em;
}
.btn {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #333;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
border-radius: 0;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
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;
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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn {
-webkit-transition: none;
transition: none;
}
}
.btn:hover {
color: #333;
}
.btn-check:focus + .btn, .btn:focus {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
pointer-events: none;
opacity: 0.65;
}
.btn-primary {
color: #fff;
background-color: #167990;
border-color: #167990;
}
.btn-primary:hover {
color: #fff;
background-color: #13677a;
border-color: #126173;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
color: #fff;
background-color: #13677a;
border-color: #126173;
-webkit-box-shadow: 0 0 0 0 rgba(57, 141, 161, 0.5);
box-shadow: 0 0 0 0 rgba(57, 141, 161, 0.5);
}
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #126173;
border-color: #115b6c;
}
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0 rgba(57, 141, 161, 0.5);
box-shadow: 0 0 0 0 rgba(57, 141, 161, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
color: #fff;
background-color: #167990;
border-color: #167990;
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:hover {
color: #fff;
background-color: #5c636a;
border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
color: #fff;
background-color: #5c636a;
border-color: #565e64;
-webkit-box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #565e64;
border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-success {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-success:hover {
color: #fff;
background-color: #157347;
border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
color: #fff;
background-color: #157347;
border-color: #146c43;
-webkit-box-shadow: 0 0 0 0 rgba(60, 153, 110, 0.5);
box-shadow: 0 0 0 0 rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success,
.btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #146c43;
border-color: #13653f;
}
.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0 rgba(60, 153, 110, 0.5);
box-shadow: 0 0 0 0 rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-info {
color: #fff;
background-color: #6f42c1;
border-color: #6f42c1;
}
.btn-info:hover {
color: #fff;
background-color: #5e38a4;
border-color: #59359a;
}
.btn-check:focus + .btn-info, .btn-info:focus {
color: #fff;
background-color: #5e38a4;
border-color: #59359a;
-webkit-box-shadow: 0 0 0 0 rgba(133, 94, 202, 0.5);
box-shadow: 0 0 0 0 rgba(133, 94, 202, 0.5);
}
.btn-check:checked + .btn-info,
.btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #59359a;
border-color: #533291;
}
.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0 rgba(133, 94, 202, 0.5);
box-shadow: 0 0 0 0 rgba(133, 94, 202, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
color: #fff;
background-color: #6f42c1;
border-color: #6f42c1;
}
.btn-warning {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:hover {
color: #000;
background-color: #ffca2c;
border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
color: #000;
background-color: #ffca2c;
border-color: #ffc720;
-webkit-box-shadow: 0 0 0 0 rgba(217, 164, 6, 0.5);
box-shadow: 0 0 0 0 rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
color: #000;
background-color: #ffcd39;
border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0 rgba(217, 164, 6, 0.5);
box-shadow: 0 0 0 0 rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:hover {
color: #fff;
background-color: #bb2d3b;
border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
color: #fff;
background-color: #bb2d3b;
border-color: #b02a37;
-webkit-box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #b02a37;
border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-light {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:hover {
color: #000;
background-color: #f9fafb;
border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
color: #000;
background-color: #f9fafb;
border-color: #f9fafb;
-webkit-box-shadow: 0 0 0 0 rgba(211, 212, 213, 0.5);
box-shadow: 0 0 0 0 rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light,
.btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
color: #000;
background-color: #f9fafb;
border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0 rgba(211, 212, 213, 0.5);
box-shadow: 0 0 0 0 rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-dark {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-dark:hover {
color: #fff;
background-color: #1c1f23;
border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
color: #fff;
background-color: #1c1f23;
border-color: #1a1e21;
-webkit-box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1a1e21;
border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-outline-primary {
color: #167990;
border-color: #167990;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #167990;
border-color: #167990;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
-webkit-box-shadow: 0 0 0 0 rgba(22, 121, 144, 0.5);
box-shadow: 0 0 0 0 rgba(22, 121, 144, 0.5);
}
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
color: #fff;
background-color: #167990;
border-color: #167990;
}
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0 rgba(22, 121, 144, 0.5);
box-shadow: 0 0 0 0 rgba(22, 121, 144, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
color: #167990;
background-color: transparent;
}
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
-webkit-box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
color: #6c757d;
background-color: transparent;
}
.btn-outline-success {
color: #198754;
border-color: #198754;
}
.btn-outline-success:hover {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
-webkit-box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
color: #198754;
background-color: transparent;
}
.btn-outline-info {
color: #6f42c1;
border-color: #6f42c1;
}
.btn-outline-info:hover {
color: #fff;
background-color: #6f42c1;
border-color: #6f42c1;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
-webkit-box-shadow: 0 0 0 0 rgba(111, 66, 193, 0.5);
box-shadow: 0 0 0 0 rgba(111, 66, 193, 0.5);
}
.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
color: #fff;
background-color: #6f42c1;
border-color: #6f42c1;
}
.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0 rgba(111, 66, 193, 0.5);
box-shadow: 0 0 0 0 rgba(111, 66, 193, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
color: #6f42c1;
background-color: transparent;
}
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:hover {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
-webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
color: #ffc107;
background-color: transparent;
}
.btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
-webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
color: #dc3545;
background-color: transparent;
}
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:hover {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
-webkit-box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
color: #f8f9fa;
background-color: transparent;
}
.btn-outline-dark {
color: #212529;
border-color: #212529;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
-webkit-box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
color: #212529;
background-color: transparent;
}
.btn-link {
font-weight: 400;
color: #0f5464;
text-decoration: underline;
}
.btn-link:hover {
color: #082f38;
}
.btn-link:disabled, .btn-link.disabled {
color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0;
}
.btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0;
}
.fade {
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
-webkit-transition: none;
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
-webkit-transition: none;
transition: none;
}
}
.dropup,
.dropend,
.dropdown,
.dropstart {
position: relative;
}
.dropdown-toggle {
white-space: nowrap;
}
.dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
margin-left: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
z-index: 1000;
display: none;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0;
font-size: 1rem;
color: #333;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu[data-bs-popper] {
left: 0;
margin-top: 0.125rem;
}
.dropdown-menu-start {
--bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-end {
--bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
@media (min-width: 576px) {
.dropdown-menu-sm-start {
--bs-position: start;
}
.dropdown-menu-sm-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-sm-end {
--bs-position: end;
}
.dropdown-menu-sm-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
@media (min-width: 768px) {
.dropdown-menu-md-start {
--bs-position: start;
}
.dropdown-menu-md-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-md-end {
--bs-position: end;
}
.dropdown-menu-md-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
@media (min-width: 992px) {
.dropdown-menu-lg-start {
--bs-position: start;
}
.dropdown-menu-lg-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-lg-end {
--bs-position: end;
}
.dropdown-menu-lg-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
@media (min-width: 1200px) {
.dropdown-menu-xl-start {
--bs-position: start;
}
.dropdown-menu-xl-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-xl-end {
--bs-position: end;
}
.dropdown-menu-xl-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
@media (min-width: 1440px) {
.dropdown-menu-l2-start {
--bs-position: start;
}
.dropdown-menu-l2-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-l2-end {
--bs-position: end;
}
.dropdown-menu-l2-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
@media (min-width: 1600px) {
.dropdown-menu-l3-start {
--bs-position: start;
}
.dropdown-menu-l3-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-l3-end {
--bs-position: end;
}
.dropdown-menu-l3-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
@media (min-width: 1920px) {
.dropdown-menu-l4-start {
--bs-position: start;
}
.dropdown-menu-l4-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-l4-end {
--bs-position: end;
}
.dropdown-menu-l4-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
@media (min-width: 2560px) {
.dropdown-menu-l5-start {
--bs-position: start;
}
.dropdown-menu-l5-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-l5-end {
--bs-position: end;
}
.dropdown-menu-l5-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
@media (min-width: 3200px) {
.dropdown-menu-l6-start {
--bs-position: start;
}
.dropdown-menu-l6-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-l6-end {
--bs-position: end;
}
.dropdown-menu-l6-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
@media (min-width: 3840px) {
.dropdown-menu-l7-start {
--bs-position: start;
}
.dropdown-menu-l7-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-l7-end {
--bs-position: end;
}
.dropdown-menu-l7-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
@media (min-width: 5120px) {
.dropdown-menu-l8-start {
--bs-position: start;
}
.dropdown-menu-l8-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-l8-end {
--bs-position: end;
}
.dropdown-menu-l8-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
}
.dropup .dropdown-menu[data-bs-popper] {
margin-top: 0;
margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropend .dropdown-menu {
top: 0;
right: auto;
left: 100%;
}
.dropend .dropdown-menu[data-bs-popper] {
margin-top: 0;
margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropend .dropdown-toggle::after {
vertical-align: 0;
}
.dropstart .dropdown-menu {
top: 0;
right: 100%;
left: auto;
}
.dropstart .dropdown-menu[data-bs-popper] {
margin-top: 0;
margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
.dropstart .dropdown-toggle::after {
display: none;
}
.dropstart .dropdown-toggle::before {
display: inline-block;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropstart .dropdown-toggle::before {
vertical-align: 0;
}
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
color: #1e2125;
background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #167990;
}
.dropdown-item.disabled, .dropdown-item:disabled {
color: #adb5bd;
pointer-events: none;
background-color: transparent;
}
.dropdown-menu.show {
display: block;
}
.dropdown-header {
display: block;
padding: 0.5rem 1rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap;
}
.dropdown-item-text {
display: block;
padding: 0.25rem 1rem;
color: #212529;
}
.dropdown-menu-dark {
color: #dee2e6;
background-color: #343a40;
border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
color: #fff;
background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
color: #fff;
background-color: #167990;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 1;
}
.btn-toolbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.btn-toolbar .input-group {
width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
margin-left: -1px;
}
.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.btn-group-vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
margin-top: -1px;
}
.nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
text-decoration: none;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.nav-link {
-webkit-transition: none;
transition: none;
}
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
margin-bottom: -1px;
background: none;
border: 1px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
isolation: isolate;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #ecf0f2;
border-color: #dee2e6 #dee2e6 #ecf0f2;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
}
.nav-pills .nav-link {
background: none;
border: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #167990;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.navbar {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-l2, .navbar > .container-l3, .navbar > .container-l4, .navbar > .container-l5, .navbar > .container-l6, .navbar > .container-l7, .navbar > .container-l8 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: inherit;
flex-wrap: inherit;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar-brand {
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
text-decoration: none;
white-space: nowrap;
}
.navbar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
}
.navbar-text {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
-webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
transition: -webkit-box-shadow 0.15s ease-in-out;
transition: box-shadow 0.15s ease-in-out;
transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.navbar-toggler {
-webkit-transition: none;
transition: none;
}
}
.navbar-toggler:hover {
text-decoration: none;
}
.navbar-toggler:focus {
text-decoration: none;
outline: 0;
-webkit-box-shadow: 0 0 0 0;
box-shadow: 0 0 0 0;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
}
.navbar-nav-scroll {
max-height: var(--bs-scroll-height, 75vh);
overflow-y: auto;
}
@media (min-width: 576px) {
.navbar-expand-sm {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-sm .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-sm .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-md .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-md .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xl .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
}
@media (min-width: 1440px) {
.navbar-expand-l2 {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-l2 .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-l2 .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-l2 .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-l2 .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-l2 .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-l2 .navbar-toggler {
display: none;
}
}
@media (min-width: 1600px) {
.navbar-expand-l3 {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-l3 .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-l3 .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-l3 .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-l3 .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-l3 .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-l3 .navbar-toggler {
display: none;
}
}
@media (min-width: 1920px) {
.navbar-expand-l4 {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-l4 .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-l4 .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-l4 .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-l4 .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-l4 .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-l4 .navbar-toggler {
display: none;
}
}
@media (min-width: 2560px) {
.navbar-expand-l5 {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-l5 .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-l5 .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-l5 .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-l5 .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-l5 .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-l5 .navbar-toggler {
display: none;
}
}
@media (min-width: 3200px) {
.navbar-expand-l6 {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-l6 .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-l6 .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-l6 .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-l6 .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-l6 .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-l6 .navbar-toggler {
display: none;
}
}
@media (min-width: 3840px) {
.navbar-expand-l7 {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-l7 .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-l7 .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-l7 .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-l7 .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-l7 .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-l7 .navbar-toggler {
display: none;
}
}
@media (min-width: 5120px) {
.navbar-expand-l8 {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-l8 .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-l8 .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-l8 .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-l8 .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-l8 .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-l8 .navbar-toggler {
display: none;
}
}
.navbar-expand {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand .navbar-toggler {
display: none;
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.55);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff;
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.55);
border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
color: #fff;
}
.card {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.card > hr {
margin-right: 0;
margin-left: 0;
}
.card > .list-group {
border-top: inherit;
border-bottom: inherit;
}
.card > .list-group:first-child {
border-top-width: 0;
}
.card > .list-group:last-child {
border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
border-top: 0;
}
.card-body {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem 1rem;
}
.card-title {
margin-bottom: 0.5rem;
}
.card-subtitle {
margin-top: -0.25rem;
margin-bottom: 0;
}
.card-text:last-child {
margin-bottom: 0;
}
.card-link:hover {
text-decoration: none;
}
.card-link + .card-link {
margin-left: 1rem /* rtl:ignore */;
}
.card-header {
padding: 0.5rem 1rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer {
padding: 0.5rem 1rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header-tabs {
margin-right: -0.5rem;
margin-bottom: -0.5rem;
margin-left: -0.5rem;
border-bottom: 0;
}
.card-header-tabs .nav-link.active {
background-color: #fff;
border-bottom-color: #fff;
}
.card-header-pills {
margin-right: -0.5rem;
margin-left: -0.5rem;
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
}
.card-img,
.card-img-top,
.card-img-bottom {
width: 100%;
}
.card-group > .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.card-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.card-group > .card {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0;
}
.card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
}
.accordion-button {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
padding: 1rem 1.25rem;
font-size: 1rem;
color: #333;
text-align: left;
background-color: transparent;
border: 1px solid rgba(0, 0, 0, 0.125);
overflow-anchor: none;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
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, border-radius 0.15s ease;
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, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.accordion-button {
-webkit-transition: none;
transition: none;
}
}
.accordion-button.collapsed {
border-bottom-width: 0;
}
.accordion-button:not(.collapsed) {
color: #146d82;
background-color: #e8f2f4;
}
.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23146d82'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.accordion-button::after {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 1.25rem;
height: 1.25rem;
margin-left: auto;
content: "";
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-size: 1.25rem;
-webkit-transition: -webkit-transform 0.2s ease-in-out;
transition: -webkit-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;
}
@media (prefers-reduced-motion: reduce) {
.accordion-button::after {
-webkit-transition: none;
transition: none;
}
}
.accordion-button:hover {
z-index: 2;
}
.accordion-button:focus {
z-index: 3;
border-color: #8bbcc8;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.accordion-header {
margin-bottom: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-width: 1px;
}
.accordion-item:last-of-type .accordion-collapse {
border-bottom-width: 1px;
}
.accordion-collapse {
border: solid rgba(0, 0, 0, 0.125);
border-width: 0 1px;
}
.accordion-body {
padding: 1rem 1.25rem;
}
.accordion-flush .accordion-button {
border-right: 0;
border-left: 0;
}
.accordion-flush .accordion-collapse {
border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
border-top-width: 0;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-width: 0;
}
.breadcrumb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 0;
margin-bottom: 1rem;
list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
float: left;
padding-right: 0.5rem;
color: #6c757d;
content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
color: #6c757d;
}
.pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
}
.page-link {
position: relative;
display: block;
color: #0f5464;
text-decoration: none;
background-color: #fff;
border: 1px solid #dee2e6;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
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;
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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.page-link {
-webkit-transition: none;
transition: none;
}
}
.page-link:hover {
z-index: 2;
color: #082f38;
background-color: #e9ecef;
border-color: #dee2e6;
}
.page-link:focus {
z-index: 3;
color: #082f38;
background-color: #e9ecef;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.page-item:not(:first-child) .page-link {
margin-left: -1px;
}
.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: #167990;
border-color: #167990;
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
background-color: #fff;
border-color: #dee2e6;
}
.page-link {
padding: 0.375rem 0.75rem;
}
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
}
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
}
.badge {
display: inline-block;
padding: 0.35em 0.65em;
font-size: 0.75em;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.alert {
position: relative;
padding: 1rem 1rem;
margin-bottom: 1rem;
border: 1px solid transparent;
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 3rem;
}
.alert-dismissible .btn-close {
position: absolute;
top: 0;
right: 0;
z-index: 2;
padding: 1.25rem 1rem;
}
.alert-primary {
color: #0d4956;
background-color: #d0e4e9;
border-color: #b9d7de;
}
.alert-primary .alert-link {
color: #0a3a45;
}
.alert-secondary {
color: #41464b;
background-color: #e2e3e5;
border-color: #d3d6d8;
}
.alert-secondary .alert-link {
color: #34383c;
}
.alert-success {
color: #0f5132;
background-color: #d1e7dd;
border-color: #badbcc;
}
.alert-success .alert-link {
color: #0c4128;
}
.alert-info {
color: #432874;
background-color: #e2d9f3;
border-color: #d4c6ec;
}
.alert-info .alert-link {
color: #36205d;
}
.alert-warning {
color: #664d03;
background-color: #fff3cd;
border-color: #ffecb5;
}
.alert-warning .alert-link {
color: #523e02;
}
.alert-danger {
color: #842029;
background-color: #f8d7da;
border-color: #f5c2c7;
}
.alert-danger .alert-link {
color: #6a1a21;
}
.alert-light {
color: #636464;
background-color: #fefefe;
border-color: #fdfdfe;
}
.alert-light .alert-link {
color: #4f5050;
}
.alert-dark {
color: #141619;
background-color: #d3d3d4;
border-color: #bcbebf;
}
.alert-dark .alert-link {
color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
0% {
background-position-x: 1rem;
}
}
@keyframes progress-bar-stripes {
0% {
background-position-x: 1rem;
}
}
.progress {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
}
.progress-bar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #167990;
-webkit-transition: width 0.6s ease;
transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar {
-webkit-transition: none;
transition: none;
}
}
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
.progress-bar-animated {
-webkit-animation: 1s linear infinite progress-bar-stripes;
animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar-animated {
-webkit-animation: none;
animation: none;
}
}
.list-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
}
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
}
.list-group-item-action:active {
color: #333;
background-color: #e9ecef;
}
.list-group-item {
position: relative;
display: block;
padding: 0.5rem 1rem;
text-decoration: none;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item.disabled, .list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff;
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #167990;
border-color: #167990;
}
.list-group-item + .list-group-item {
border-top-width: 0;
}
.list-group-item + .list-group-item.active {
margin-top: -1px;
border-top-width: 1px;
}
.list-group-horizontal {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
@media (min-width: 576px) {
.list-group-horizontal-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-sm > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-sm > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 768px) {
.list-group-horizontal-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-md > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-md > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-md > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 992px) {
.list-group-horizontal-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-lg > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-lg > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 1200px) {
.list-group-horizontal-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-xl > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-xl > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 1440px) {
.list-group-horizontal-l2 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-l2 > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-l2 > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-l2 > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 1600px) {
.list-group-horizontal-l3 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-l3 > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-l3 > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-l3 > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 1920px) {
.list-group-horizontal-l4 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-l4 > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-l4 > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-l4 > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 2560px) {
.list-group-horizontal-l5 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-l5 > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-l5 > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-l5 > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 3200px) {
.list-group-horizontal-l6 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-l6 > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-l6 > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-l6 > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 3840px) {
.list-group-horizontal-l7 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-l7 > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-l7 > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-l7 > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 5120px) {
.list-group-horizontal-l8 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-l8 > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-l8 > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-l8 > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
.list-group-flush > .list-group-item {
border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
border-bottom-width: 0;
}
.list-group-item-primary {
color: #0d4956;
background-color: #d0e4e9;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #0d4956;
background-color: #bbcdd2;
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #0d4956;
border-color: #0d4956;
}
.list-group-item-secondary {
color: #41464b;
background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
color: #41464b;
background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #41464b;
border-color: #41464b;
}
.list-group-item-success {
color: #0f5132;
background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
color: #0f5132;
background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #0f5132;
border-color: #0f5132;
}
.list-group-item-info {
color: #432874;
background-color: #e2d9f3;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #432874;
background-color: #cbc3db;
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #432874;
border-color: #432874;
}
.list-group-item-warning {
color: #664d03;
background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
color: #664d03;
background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #664d03;
border-color: #664d03;
}
.list-group-item-danger {
color: #842029;
background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
color: #842029;
background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #842029;
border-color: #842029;
}
.list-group-item-light {
color: #636464;
background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
color: #636464;
background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #636464;
border-color: #636464;
}
.list-group-item-dark {
color: #141619;
background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
color: #141619;
background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #141619;
border-color: #141619;
}
.btn-close {
-webkit-box-sizing: content-box;
box-sizing: content-box;
width: 1em;
height: 1em;
padding: 0.25em 0.25em;
color: #000;
background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
border: 0;
opacity: 0.5;
}
.btn-close:hover {
color: #000;
text-decoration: none;
opacity: 0.75;
}
.btn-close:focus {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0.25;
}
.btn-close-white {
-webkit-filter: invert(1) grayscale(100%) brightness(200%);
filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
width: 350px;
max-width: 100%;
font-size: 0.875rem;
pointer-events: auto;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.toast:not(.showing):not(.show) {
opacity: 0;
}
.toast.hide {
display: none;
}
.toast-container {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
max-width: 100%;
pointer-events: none;
}
.toast-container > :not(:last-child) {
margin-bottom: 0.75rem;
}
.toast-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.5rem 0.75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-header .btn-close {
margin-right: -0.375rem;
margin-left: 0.75rem;
}
.toast-body {
padding: 0.75rem;
word-wrap: break-word;
}
.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
-webkit-transition: none;
transition: none;
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
transform: none;
}
.modal.modal-static .modal-dialog {
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
.modal-dialog-scrollable {
height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: 100%;
overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
}
.modal-header .btn-close {
padding: 0.5rem 0.5rem;
margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
.modal-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0.75rem;
border-top: 1px solid #dee2e6;
}
.modal-footer > * {
margin: 0.25rem;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-scrollable {
height: calc(100% - 3.5rem);
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px;
}
}
.modal-fullscreen {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen .modal-body {
overflow-y: auto;
}
@media (max-width: 575.98px) {
.modal-fullscreen-sm-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-sm-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-sm-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 767.98px) {
.modal-fullscreen-md-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-md-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-md-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 991.98px) {
.modal-fullscreen-lg-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-lg-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-lg-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 1199.98px) {
.modal-fullscreen-xl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-xl-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-xl-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 1439.98px) {
.modal-fullscreen-l2-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-l2-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-l2-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 1599.98px) {
.modal-fullscreen-l3-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-l3-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-l3-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 1919.98px) {
.modal-fullscreen-l4-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-l4-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-l4-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 2559.98px) {
.modal-fullscreen-l5-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-l5-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-l5-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 3199.98px) {
.modal-fullscreen-l6-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-l6-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-l6-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 3839.98px) {
.modal-fullscreen-l7-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-l7-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-l7-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 5119.98px) {
.modal-fullscreen-l8-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-l8-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-l8-down .modal-body {
overflow-y: auto;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: var(--bs-font-sans-serif);
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: 0.9;
}
.tooltip .tooltip-arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
top: -1px;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
}
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
right: -1px;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
bottom: -1px;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
}
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
left: -1px;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
}
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
}
.popover {
position: absolute;
top: 0;
left: 0 /* rtl:ignore */;
z-index: 1060;
display: block;
max-width: 276px;
font-family: var(--bs-font-sans-serif);
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover .popover-arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
border-top-color: #fff;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
left: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
top: 0;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
right: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #fff;
}
.popover-header {
padding: 0.5rem 1rem;
margin-bottom: 0;
font-size: 1rem;
background-color: #f0f0f0;
border-bottom: 1px solid #d8d8d8;
}
.popover-header:empty {
display: none;
}
.popover-body {
padding: 1rem 1rem;
color: #333;
}
.carousel {
position: relative;
}
.carousel.pointer-event {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner::after {
display: block;
clear: both;
content: "";
}
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.carousel-item {
-webkit-transition: none;
transition: none;
}
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
opacity: 0;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transform: none;
transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
z-index: 1;
opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
z-index: 0;
opacity: 0;
-webkit-transition: opacity 0s 0.6s;
transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
-webkit-transition: none;
transition: none;
}
}
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
padding: 0;
color: #fff;
text-align: center;
background: none;
border: 0;
opacity: 0.5;
-webkit-transition: opacity 0.15s ease;
transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-control-prev,
.carousel-control-next {
-webkit-transition: none;
transition: none;
}
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
.carousel-control-prev {
left: 0;
}
.carousel-control-next {
right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 2rem;
height: 2rem;
background-repeat: no-repeat;
background-position: 50%;
background-size: 100% 100%;
}
/* rtl:options: {
"autoRename": true,
"stringMap":[ {
"name" : "prev-next",
"search" : "prev",
"replace" : "next"
} ]
} */
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
margin-right: 15%;
margin-bottom: 1rem;
margin-left: 15%;
list-style: none;
}
.carousel-indicators [data-bs-target] {
-webkit-box-sizing: content-box;
box-sizing: content-box;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
padding: 0;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: 0.5;
-webkit-transition: opacity 0.6s ease;
transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-indicators [data-bs-target] {
-webkit-transition: none;
transition: none;
}
}
.carousel-indicators .active {
opacity: 1;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 1.25rem;
left: 15%;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
color: #fff;
text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
-webkit-filter: invert(1) grayscale(100);
filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
background-color: #000;
}
.carousel-dark .carousel-caption {
color: #000;
}
@-webkit-keyframes spinner-border {
to {
-webkit-transform: rotate(360deg) /* rtl:ignore */;
transform: rotate(360deg) /* rtl:ignore */;
}
}
@keyframes spinner-border {
to {
-webkit-transform: rotate(360deg) /* rtl:ignore */;
transform: rotate(360deg) /* rtl:ignore */;
}
}
.spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: 0.75s linear infinite spinner-border;
animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: 0.75s linear infinite spinner-grow;
animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
width: 1rem;
height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
.spinner-border,
.spinner-grow {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
}
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.link-primary {
color: #167990;
}
.link-primary:hover, .link-primary:focus {
color: #126173;
}
.link-secondary {
color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
color: #565e64;
}
.link-success {
color: #198754;
}
.link-success:hover, .link-success:focus {
color: #146c43;
}
.link-info {
color: #6f42c1;
}
.link-info:hover, .link-info:focus {
color: #59359a;
}
.link-warning {
color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
color: #ffcd39;
}
.link-danger {
color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
color: #b02a37;
}
.link-light {
color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
color: #f9fafb;
}
.link-dark {
color: #212529;
}
.link-dark:hover, .link-dark:focus {
color: #1a1e21;
}
.ratio {
position: relative;
width: 100%;
}
.ratio::before {
display: block;
padding-top: var(--bs-aspect-ratio);
content: "";
}
.ratio > * {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ratio-1x1 {
--bs-aspect-ratio: 100%;
}
.ratio-4x3 {
--bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
--bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
--bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
@media (min-width: 576px) {
.sticky-sm-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 768px) {
.sticky-md-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 992px) {
.sticky-lg-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1200px) {
.sticky-xl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1440px) {
.sticky-l2-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1600px) {
.sticky-l3-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1920px) {
.sticky-l4-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 2560px) {
.sticky-l5-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 3200px) {
.sticky-l6-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 3840px) {
.sticky-l7-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 5120px) {
.sticky-l8-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: "";
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.align-baseline {
vertical-align: baseline !important;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.float-start {
float: left !important;
}
.float-end {
float: right !important;
}
.float-none {
float: none !important;
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.overflow-visible {
overflow: visible !important;
}
.overflow-scroll {
overflow: scroll !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-none {
display: none !important;
}
.shadow {
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.top-0 {
top: 0 !important;
}
.top-50 {
top: 50% !important;
}
.top-100 {
top: 100% !important;
}
.bottom-0 {
bottom: 0 !important;
}
.bottom-50 {
bottom: 50% !important;
}
.bottom-100 {
bottom: 100% !important;
}
.start-0 {
left: 0 !important;
}
.start-50 {
left: 50% !important;
}
.start-100 {
left: 100% !important;
}
.end-0 {
right: 0 !important;
}
.end-50 {
right: 50% !important;
}
.end-100 {
right: 100% !important;
}
.translate-middle {
-webkit-transform: translate(-50%, -50%) !important;
transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
-webkit-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}
.translate-middle-y {
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
.border {
border: 1px solid #dee2e6 !important;
}
.border-0 {
border: 0 !important;
}
.border-top {
border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-end {
border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
border-right: 0 !important;
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-start {
border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
border-left: 0 !important;
}
.border-primary {
border-color: #167990 !important;
}
.border-secondary {
border-color: #6c757d !important;
}
.border-success {
border-color: #198754 !important;
}
.border-info {
border-color: #6f42c1 !important;
}
.border-warning {
border-color: #ffc107 !important;
}
.border-danger {
border-color: #dc3545 !important;
}
.border-light {
border-color: #f8f9fa !important;
}
.border-dark {
border-color: #212529 !important;
}
.border-white {
border-color: #fff !important;
}
.border-0 {
border-width: 0 !important;
}
.border-1 {
border-width: 1px !important;
}
.border-2 {
border-width: 2px !important;
}
.border-3 {
border-width: 3px !important;
}
.border-4 {
border-width: 4px !important;
}
.border-5 {
border-width: 5px !important;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.mw-100 {
max-width: 100% !important;
}
.vw-100 {
width: 100vw !important;
}
.min-vw-100 {
min-width: 100vw !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.h-auto {
height: auto !important;
}
.mh-100 {
max-height: 100% !important;
}
.vh-100 {
height: 100vh !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.flex-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-0 {
gap: 0 !important;
}
.gap-1 {
gap: 0.25rem !important;
}
.gap-2 {
gap: 0.5rem !important;
}
.gap-3 {
gap: 1rem !important;
}
.gap-4 {
gap: 1.5rem !important;
}
.gap-5 {
gap: 3rem !important;
}
.justify-content-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-0 {
margin: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.m-auto {
margin: auto !important;
}
.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mt-1 {
margin-top: 0.25rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mt-3 {
margin-top: 1rem !important;
}
.mt-4 {
margin-top: 1.5rem !important;
}
.mt-5 {
margin-top: 3rem !important;
}
.mt-auto {
margin-top: auto !important;
}
.me-0 {
margin-right: 0 !important;
}
.me-1 {
margin-right: 0.25rem !important;
}
.me-2 {
margin-right: 0.5rem !important;
}
.me-3 {
margin-right: 1rem !important;
}
.me-4 {
margin-right: 1.5rem !important;
}
.me-5 {
margin-right: 3rem !important;
}
.me-auto {
margin-right: auto !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-1 {
margin-bottom: 0.25rem !important;
}
.mb-2 {
margin-bottom: 0.5rem !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.mb-4 {
margin-bottom: 1.5rem !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.mb-auto {
margin-bottom: auto !important;
}
.ms-0 {
margin-left: 0 !important;
}
.ms-1 {
margin-left: 0.25rem !important;
}
.ms-2 {
margin-left: 0.5rem !important;
}
.ms-3 {
margin-left: 1rem !important;
}
.ms-4 {
margin-left: 1.5rem !important;
}
.ms-5 {
margin-left: 3rem !important;
}
.ms-auto {
margin-left: auto !important;
}
.p-0 {
padding: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-0 {
padding-top: 0 !important;
}
.pt-1 {
padding-top: 0.25rem !important;
}
.pt-2 {
padding-top: 0.5rem !important;
}
.pt-3 {
padding-top: 1rem !important;
}
.pt-4 {
padding-top: 1.5rem !important;
}
.pt-5 {
padding-top: 3rem !important;
}
.pe-0 {
padding-right: 0 !important;
}
.pe-1 {
padding-right: 0.25rem !important;
}
.pe-2 {
padding-right: 0.5rem !important;
}
.pe-3 {
padding-right: 1rem !important;
}
.pe-4 {
padding-right: 1.5rem !important;
}
.pe-5 {
padding-right: 3rem !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pb-1 {
padding-bottom: 0.25rem !important;
}
.pb-2 {
padding-bottom: 0.5rem !important;
}
.pb-3 {
padding-bottom: 1rem !important;
}
.pb-4 {
padding-bottom: 1.5rem !important;
}
.pb-5 {
padding-bottom: 3rem !important;
}
.ps-0 {
padding-left: 0 !important;
}
.ps-1 {
padding-left: 0.25rem !important;
}
.ps-2 {
padding-left: 0.5rem !important;
}
.ps-3 {
padding-left: 1rem !important;
}
.ps-4 {
padding-left: 1.5rem !important;
}
.ps-5 {
padding-left: 3rem !important;
}
.fs-1 {
font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
font-size: 1.25rem !important;
}
.fs-6 {
font-size: 1rem !important;
}
.fst-italic {
font-style: italic !important;
}
.fst-normal {
font-style: normal !important;
}
.fw-light {
font-weight: 300 !important;
}
.fw-lighter {
font-weight: lighter !important;
}
.fw-normal {
font-weight: 400 !important;
}
.fw-bold {
font-weight: 700 !important;
}
.fw-bolder {
font-weight: bolder !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.text-start {
text-align: left !important;
}
.text-end {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-primary {
color: #167990 !important;
}
.text-secondary {
color: #6c757d !important;
}
.text-success {
color: #198754 !important;
}
.text-info {
color: #6f42c1 !important;
}
.text-warning {
color: #ffc107 !important;
}
.text-danger {
color: #dc3545 !important;
}
.text-light {
color: #f8f9fa !important;
}
.text-dark {
color: #212529 !important;
}
.text-white {
color: #fff !important;
}
.text-body {
color: #333 !important;
}
.text-muted {
color: #6c757d !important;
}
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
color: inherit !important;
}
.lh-1 {
line-height: 1 !important;
}
.lh-sm {
line-height: 1.25 !important;
}
.lh-base {
line-height: 1.5 !important;
}
.lh-lg {
line-height: 2 !important;
}
.bg-primary {
background-color: #167990 !important;
}
.bg-secondary {
background-color: #6c757d !important;
}
.bg-success {
background-color: #198754 !important;
}
.bg-info {
background-color: #6f42c1 !important;
}
.bg-warning {
background-color: #ffc107 !important;
}
.bg-danger {
background-color: #dc3545 !important;
}
.bg-light {
background-color: #f8f9fa !important;
}
.bg-dark {
background-color: #212529 !important;
}
.bg-body {
background-color: #ecf0f2 !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
.bg-gradient {
background-image: var(--bs-gradient) !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
/* rtl:begin:remove */
.text-break {
word-wrap: break-word !important;
word-break: break-word !important;
}
/* rtl:end:remove */
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.user-select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
-ms-user-select: all !important;
user-select: all !important;
}
.user-select-auto {
-webkit-user-select: auto !important;
-moz-user-select: auto !important;
-ms-user-select: auto !important;
user-select: auto !important;
}
.user-select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.pe-none {
pointer-events: none !important;
}
.pe-auto {
pointer-events: auto !important;
}
.rounded {
border-radius: 0.25rem !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.rounded-1 {
border-radius: 0.2rem !important;
}
.rounded-2 {
border-radius: 0.25rem !important;
}
.rounded-3 {
border-radius: 0.3rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-pill {
border-radius: 50rem !important;
}
.rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}
.rounded-end {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
border-bottom-left-radius: 0.25rem !important;
border-top-left-radius: 0.25rem !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@media (min-width: 576px) {
.float-sm-start {
float: left !important;
}
.float-sm-end {
float: right !important;
}
.float-sm-none {
float: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-sm-none {
display: none !important;
}
.flex-sm-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-sm-0 {
gap: 0 !important;
}
.gap-sm-1 {
gap: 0.25rem !important;
}
.gap-sm-2 {
gap: 0.5rem !important;
}
.gap-sm-3 {
gap: 1rem !important;
}
.gap-sm-4 {
gap: 1.5rem !important;
}
.gap-sm-5 {
gap: 3rem !important;
}
.justify-content-sm-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-sm-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-sm-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-sm-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-sm-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-sm-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-sm-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-sm-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-sm-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-sm-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-sm-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-sm-0 {
margin: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-sm-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-sm-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-sm-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-sm-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-sm-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-sm-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-sm-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-sm-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-sm-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-sm-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-sm-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-sm-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-sm-0 {
margin-top: 0 !important;
}
.mt-sm-1 {
margin-top: 0.25rem !important;
}
.mt-sm-2 {
margin-top: 0.5rem !important;
}
.mt-sm-3 {
margin-top: 1rem !important;
}
.mt-sm-4 {
margin-top: 1.5rem !important;
}
.mt-sm-5 {
margin-top: 3rem !important;
}
.mt-sm-auto {
margin-top: auto !important;
}
.me-sm-0 {
margin-right: 0 !important;
}
.me-sm-1 {
margin-right: 0.25rem !important;
}
.me-sm-2 {
margin-right: 0.5rem !important;
}
.me-sm-3 {
margin-right: 1rem !important;
}
.me-sm-4 {
margin-right: 1.5rem !important;
}
.me-sm-5 {
margin-right: 3rem !important;
}
.me-sm-auto {
margin-right: auto !important;
}
.mb-sm-0 {
margin-bottom: 0 !important;
}
.mb-sm-1 {
margin-bottom: 0.25rem !important;
}
.mb-sm-2 {
margin-bottom: 0.5rem !important;
}
.mb-sm-3 {
margin-bottom: 1rem !important;
}
.mb-sm-4 {
margin-bottom: 1.5rem !important;
}
.mb-sm-5 {
margin-bottom: 3rem !important;
}
.mb-sm-auto {
margin-bottom: auto !important;
}
.ms-sm-0 {
margin-left: 0 !important;
}
.ms-sm-1 {
margin-left: 0.25rem !important;
}
.ms-sm-2 {
margin-left: 0.5rem !important;
}
.ms-sm-3 {
margin-left: 1rem !important;
}
.ms-sm-4 {
margin-left: 1.5rem !important;
}
.ms-sm-5 {
margin-left: 3rem !important;
}
.ms-sm-auto {
margin-left: auto !important;
}
.p-sm-0 {
padding: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-sm-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-sm-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-sm-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-sm-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-sm-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-sm-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-sm-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-sm-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-sm-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-sm-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-sm-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-sm-0 {
padding-top: 0 !important;
}
.pt-sm-1 {
padding-top: 0.25rem !important;
}
.pt-sm-2 {
padding-top: 0.5rem !important;
}
.pt-sm-3 {
padding-top: 1rem !important;
}
.pt-sm-4 {
padding-top: 1.5rem !important;
}
.pt-sm-5 {
padding-top: 3rem !important;
}
.pe-sm-0 {
padding-right: 0 !important;
}
.pe-sm-1 {
padding-right: 0.25rem !important;
}
.pe-sm-2 {
padding-right: 0.5rem !important;
}
.pe-sm-3 {
padding-right: 1rem !important;
}
.pe-sm-4 {
padding-right: 1.5rem !important;
}
.pe-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-0 {
padding-bottom: 0 !important;
}
.pb-sm-1 {
padding-bottom: 0.25rem !important;
}
.pb-sm-2 {
padding-bottom: 0.5rem !important;
}
.pb-sm-3 {
padding-bottom: 1rem !important;
}
.pb-sm-4 {
padding-bottom: 1.5rem !important;
}
.pb-sm-5 {
padding-bottom: 3rem !important;
}
.ps-sm-0 {
padding-left: 0 !important;
}
.ps-sm-1 {
padding-left: 0.25rem !important;
}
.ps-sm-2 {
padding-left: 0.5rem !important;
}
.ps-sm-3 {
padding-left: 1rem !important;
}
.ps-sm-4 {
padding-left: 1.5rem !important;
}
.ps-sm-5 {
padding-left: 3rem !important;
}
.text-sm-start {
text-align: left !important;
}
.text-sm-end {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.float-md-start {
float: left !important;
}
.float-md-end {
float: right !important;
}
.float-md-none {
float: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-md-none {
display: none !important;
}
.flex-md-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-md-0 {
gap: 0 !important;
}
.gap-md-1 {
gap: 0.25rem !important;
}
.gap-md-2 {
gap: 0.5rem !important;
}
.gap-md-3 {
gap: 1rem !important;
}
.gap-md-4 {
gap: 1.5rem !important;
}
.gap-md-5 {
gap: 3rem !important;
}
.justify-content-md-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-md-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-md-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-md-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-md-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-md-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-md-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-md-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-md-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-md-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-md-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-md-0 {
margin: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-md-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-md-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-md-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-md-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-md-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-md-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-md-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-md-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-md-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-md-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-md-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-md-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-md-0 {
margin-top: 0 !important;
}
.mt-md-1 {
margin-top: 0.25rem !important;
}
.mt-md-2 {
margin-top: 0.5rem !important;
}
.mt-md-3 {
margin-top: 1rem !important;
}
.mt-md-4 {
margin-top: 1.5rem !important;
}
.mt-md-5 {
margin-top: 3rem !important;
}
.mt-md-auto {
margin-top: auto !important;
}
.me-md-0 {
margin-right: 0 !important;
}
.me-md-1 {
margin-right: 0.25rem !important;
}
.me-md-2 {
margin-right: 0.5rem !important;
}
.me-md-3 {
margin-right: 1rem !important;
}
.me-md-4 {
margin-right: 1.5rem !important;
}
.me-md-5 {
margin-right: 3rem !important;
}
.me-md-auto {
margin-right: auto !important;
}
.mb-md-0 {
margin-bottom: 0 !important;
}
.mb-md-1 {
margin-bottom: 0.25rem !important;
}
.mb-md-2 {
margin-bottom: 0.5rem !important;
}
.mb-md-3 {
margin-bottom: 1rem !important;
}
.mb-md-4 {
margin-bottom: 1.5rem !important;
}
.mb-md-5 {
margin-bottom: 3rem !important;
}
.mb-md-auto {
margin-bottom: auto !important;
}
.ms-md-0 {
margin-left: 0 !important;
}
.ms-md-1 {
margin-left: 0.25rem !important;
}
.ms-md-2 {
margin-left: 0.5rem !important;
}
.ms-md-3 {
margin-left: 1rem !important;
}
.ms-md-4 {
margin-left: 1.5rem !important;
}
.ms-md-5 {
margin-left: 3rem !important;
}
.ms-md-auto {
margin-left: auto !important;
}
.p-md-0 {
padding: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.px-md-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-md-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-md-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-md-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-md-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-md-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-md-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-md-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-md-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-md-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-md-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-md-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-md-0 {
padding-top: 0 !important;
}
.pt-md-1 {
padding-top: 0.25rem !important;
}
.pt-md-2 {
padding-top: 0.5rem !important;
}
.pt-md-3 {
padding-top: 1rem !important;
}
.pt-md-4 {
padding-top: 1.5rem !important;
}
.pt-md-5 {
padding-top: 3rem !important;
}
.pe-md-0 {
padding-right: 0 !important;
}
.pe-md-1 {
padding-right: 0.25rem !important;
}
.pe-md-2 {
padding-right: 0.5rem !important;
}
.pe-md-3 {
padding-right: 1rem !important;
}
.pe-md-4 {
padding-right: 1.5rem !important;
}
.pe-md-5 {
padding-right: 3rem !important;
}
.pb-md-0 {
padding-bottom: 0 !important;
}
.pb-md-1 {
padding-bottom: 0.25rem !important;
}
.pb-md-2 {
padding-bottom: 0.5rem !important;
}
.pb-md-3 {
padding-bottom: 1rem !important;
}
.pb-md-4 {
padding-bottom: 1.5rem !important;
}
.pb-md-5 {
padding-bottom: 3rem !important;
}
.ps-md-0 {
padding-left: 0 !important;
}
.ps-md-1 {
padding-left: 0.25rem !important;
}
.ps-md-2 {
padding-left: 0.5rem !important;
}
.ps-md-3 {
padding-left: 1rem !important;
}
.ps-md-4 {
padding-left: 1.5rem !important;
}
.ps-md-5 {
padding-left: 3rem !important;
}
.text-md-start {
text-align: left !important;
}
.text-md-end {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.float-lg-start {
float: left !important;
}
.float-lg-end {
float: right !important;
}
.float-lg-none {
float: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-lg-none {
display: none !important;
}
.flex-lg-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-lg-0 {
gap: 0 !important;
}
.gap-lg-1 {
gap: 0.25rem !important;
}
.gap-lg-2 {
gap: 0.5rem !important;
}
.gap-lg-3 {
gap: 1rem !important;
}
.gap-lg-4 {
gap: 1.5rem !important;
}
.gap-lg-5 {
gap: 3rem !important;
}
.justify-content-lg-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-lg-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-lg-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-lg-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-lg-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-lg-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-lg-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-lg-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-lg-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-lg-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-lg-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-lg-0 {
margin: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-lg-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-lg-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-lg-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-lg-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-lg-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-lg-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-lg-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-lg-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-lg-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-lg-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-lg-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-lg-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-lg-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-lg-0 {
margin-top: 0 !important;
}
.mt-lg-1 {
margin-top: 0.25rem !important;
}
.mt-lg-2 {
margin-top: 0.5rem !important;
}
.mt-lg-3 {
margin-top: 1rem !important;
}
.mt-lg-4 {
margin-top: 1.5rem !important;
}
.mt-lg-5 {
margin-top: 3rem !important;
}
.mt-lg-auto {
margin-top: auto !important;
}
.me-lg-0 {
margin-right: 0 !important;
}
.me-lg-1 {
margin-right: 0.25rem !important;
}
.me-lg-2 {
margin-right: 0.5rem !important;
}
.me-lg-3 {
margin-right: 1rem !important;
}
.me-lg-4 {
margin-right: 1.5rem !important;
}
.me-lg-5 {
margin-right: 3rem !important;
}
.me-lg-auto {
margin-right: auto !important;
}
.mb-lg-0 {
margin-bottom: 0 !important;
}
.mb-lg-1 {
margin-bottom: 0.25rem !important;
}
.mb-lg-2 {
margin-bottom: 0.5rem !important;
}
.mb-lg-3 {
margin-bottom: 1rem !important;
}
.mb-lg-4 {
margin-bottom: 1.5rem !important;
}
.mb-lg-5 {
margin-bottom: 3rem !important;
}
.mb-lg-auto {
margin-bottom: auto !important;
}
.ms-lg-0 {
margin-left: 0 !important;
}
.ms-lg-1 {
margin-left: 0.25rem !important;
}
.ms-lg-2 {
margin-left: 0.5rem !important;
}
.ms-lg-3 {
margin-left: 1rem !important;
}
.ms-lg-4 {
margin-left: 1.5rem !important;
}
.ms-lg-5 {
margin-left: 3rem !important;
}
.ms-lg-auto {
margin-left: auto !important;
}
.p-lg-0 {
padding: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.px-lg-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-lg-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-lg-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-lg-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-lg-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-lg-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-lg-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-lg-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-lg-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-lg-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-lg-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-lg-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-lg-0 {
padding-top: 0 !important;
}
.pt-lg-1 {
padding-top: 0.25rem !important;
}
.pt-lg-2 {
padding-top: 0.5rem !important;
}
.pt-lg-3 {
padding-top: 1rem !important;
}
.pt-lg-4 {
padding-top: 1.5rem !important;
}
.pt-lg-5 {
padding-top: 3rem !important;
}
.pe-lg-0 {
padding-right: 0 !important;
}
.pe-lg-1 {
padding-right: 0.25rem !important;
}
.pe-lg-2 {
padding-right: 0.5rem !important;
}
.pe-lg-3 {
padding-right: 1rem !important;
}
.pe-lg-4 {
padding-right: 1.5rem !important;
}
.pe-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-0 {
padding-bottom: 0 !important;
}
.pb-lg-1 {
padding-bottom: 0.25rem !important;
}
.pb-lg-2 {
padding-bottom: 0.5rem !important;
}
.pb-lg-3 {
padding-bottom: 1rem !important;
}
.pb-lg-4 {
padding-bottom: 1.5rem !important;
}
.pb-lg-5 {
padding-bottom: 3rem !important;
}
.ps-lg-0 {
padding-left: 0 !important;
}
.ps-lg-1 {
padding-left: 0.25rem !important;
}
.ps-lg-2 {
padding-left: 0.5rem !important;
}
.ps-lg-3 {
padding-left: 1rem !important;
}
.ps-lg-4 {
padding-left: 1.5rem !important;
}
.ps-lg-5 {
padding-left: 3rem !important;
}
.text-lg-start {
text-align: left !important;
}
.text-lg-end {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.float-xl-start {
float: left !important;
}
.float-xl-end {
float: right !important;
}
.float-xl-none {
float: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-xl-none {
display: none !important;
}
.flex-xl-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-xl-0 {
gap: 0 !important;
}
.gap-xl-1 {
gap: 0.25rem !important;
}
.gap-xl-2 {
gap: 0.5rem !important;
}
.gap-xl-3 {
gap: 1rem !important;
}
.gap-xl-4 {
gap: 1.5rem !important;
}
.gap-xl-5 {
gap: 3rem !important;
}
.justify-content-xl-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-xl-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-xl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-xl-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-xl-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-xl-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-xl-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-xl-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-xl-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-xl-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-xl-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-xl-0 {
margin: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mx-xl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xl-0 {
margin-top: 0 !important;
}
.mt-xl-1 {
margin-top: 0.25rem !important;
}
.mt-xl-2 {
margin-top: 0.5rem !important;
}
.mt-xl-3 {
margin-top: 1rem !important;
}
.mt-xl-4 {
margin-top: 1.5rem !important;
}
.mt-xl-5 {
margin-top: 3rem !important;
}
.mt-xl-auto {
margin-top: auto !important;
}
.me-xl-0 {
margin-right: 0 !important;
}
.me-xl-1 {
margin-right: 0.25rem !important;
}
.me-xl-2 {
margin-right: 0.5rem !important;
}
.me-xl-3 {
margin-right: 1rem !important;
}
.me-xl-4 {
margin-right: 1.5rem !important;
}
.me-xl-5 {
margin-right: 3rem !important;
}
.me-xl-auto {
margin-right: auto !important;
}
.mb-xl-0 {
margin-bottom: 0 !important;
}
.mb-xl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xl-3 {
margin-bottom: 1rem !important;
}
.mb-xl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xl-5 {
margin-bottom: 3rem !important;
}
.mb-xl-auto {
margin-bottom: auto !important;
}
.ms-xl-0 {
margin-left: 0 !important;
}
.ms-xl-1 {
margin-left: 0.25rem !important;
}
.ms-xl-2 {
margin-left: 0.5rem !important;
}
.ms-xl-3 {
margin-left: 1rem !important;
}
.ms-xl-4 {
margin-left: 1.5rem !important;
}
.ms-xl-5 {
margin-left: 3rem !important;
}
.ms-xl-auto {
margin-left: auto !important;
}
.p-xl-0 {
padding: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.px-xl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-xl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-xl-0 {
padding-top: 0 !important;
}
.pt-xl-1 {
padding-top: 0.25rem !important;
}
.pt-xl-2 {
padding-top: 0.5rem !important;
}
.pt-xl-3 {
padding-top: 1rem !important;
}
.pt-xl-4 {
padding-top: 1.5rem !important;
}
.pt-xl-5 {
padding-top: 3rem !important;
}
.pe-xl-0 {
padding-right: 0 !important;
}
.pe-xl-1 {
padding-right: 0.25rem !important;
}
.pe-xl-2 {
padding-right: 0.5rem !important;
}
.pe-xl-3 {
padding-right: 1rem !important;
}
.pe-xl-4 {
padding-right: 1.5rem !important;
}
.pe-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-0 {
padding-bottom: 0 !important;
}
.pb-xl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xl-3 {
padding-bottom: 1rem !important;
}
.pb-xl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xl-5 {
padding-bottom: 3rem !important;
}
.ps-xl-0 {
padding-left: 0 !important;
}
.ps-xl-1 {
padding-left: 0.25rem !important;
}
.ps-xl-2 {
padding-left: 0.5rem !important;
}
.ps-xl-3 {
padding-left: 1rem !important;
}
.ps-xl-4 {
padding-left: 1.5rem !important;
}
.ps-xl-5 {
padding-left: 3rem !important;
}
.text-xl-start {
text-align: left !important;
}
.text-xl-end {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
@media (min-width: 1440px) {
.float-l2-start {
float: left !important;
}
.float-l2-end {
float: right !important;
}
.float-l2-none {
float: none !important;
}
.d-l2-inline {
display: inline !important;
}
.d-l2-inline-block {
display: inline-block !important;
}
.d-l2-block {
display: block !important;
}
.d-l2-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-l2-table {
display: table !important;
}
.d-l2-table-row {
display: table-row !important;
}
.d-l2-table-cell {
display: table-cell !important;
}
.d-l2-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-l2-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-l2-none {
display: none !important;
}
.flex-l2-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-l2-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-l2-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-l2-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-l2-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-l2-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-l2-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-l2-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-l2-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-l2-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-l2-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-l2-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-l2-0 {
gap: 0 !important;
}
.gap-l2-1 {
gap: 0.25rem !important;
}
.gap-l2-2 {
gap: 0.5rem !important;
}
.gap-l2-3 {
gap: 1rem !important;
}
.gap-l2-4 {
gap: 1.5rem !important;
}
.gap-l2-5 {
gap: 3rem !important;
}
.justify-content-l2-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-l2-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-l2-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-l2-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-l2-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-l2-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-l2-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-l2-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-l2-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-l2-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-l2-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-l2-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-l2-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-l2-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-l2-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-l2-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-l2-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-l2-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-l2-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-l2-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-l2-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-l2-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-l2-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-l2-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-l2-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-l2-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-l2-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-l2-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-l2-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-l2-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-l2-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-l2-0 {
margin: 0 !important;
}
.m-l2-1 {
margin: 0.25rem !important;
}
.m-l2-2 {
margin: 0.5rem !important;
}
.m-l2-3 {
margin: 1rem !important;
}
.m-l2-4 {
margin: 1.5rem !important;
}
.m-l2-5 {
margin: 3rem !important;
}
.m-l2-auto {
margin: auto !important;
}
.mx-l2-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-l2-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-l2-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-l2-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-l2-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-l2-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-l2-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-l2-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-l2-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-l2-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-l2-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-l2-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-l2-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-l2-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-l2-0 {
margin-top: 0 !important;
}
.mt-l2-1 {
margin-top: 0.25rem !important;
}
.mt-l2-2 {
margin-top: 0.5rem !important;
}
.mt-l2-3 {
margin-top: 1rem !important;
}
.mt-l2-4 {
margin-top: 1.5rem !important;
}
.mt-l2-5 {
margin-top: 3rem !important;
}
.mt-l2-auto {
margin-top: auto !important;
}
.me-l2-0 {
margin-right: 0 !important;
}
.me-l2-1 {
margin-right: 0.25rem !important;
}
.me-l2-2 {
margin-right: 0.5rem !important;
}
.me-l2-3 {
margin-right: 1rem !important;
}
.me-l2-4 {
margin-right: 1.5rem !important;
}
.me-l2-5 {
margin-right: 3rem !important;
}
.me-l2-auto {
margin-right: auto !important;
}
.mb-l2-0 {
margin-bottom: 0 !important;
}
.mb-l2-1 {
margin-bottom: 0.25rem !important;
}
.mb-l2-2 {
margin-bottom: 0.5rem !important;
}
.mb-l2-3 {
margin-bottom: 1rem !important;
}
.mb-l2-4 {
margin-bottom: 1.5rem !important;
}
.mb-l2-5 {
margin-bottom: 3rem !important;
}
.mb-l2-auto {
margin-bottom: auto !important;
}
.ms-l2-0 {
margin-left: 0 !important;
}
.ms-l2-1 {
margin-left: 0.25rem !important;
}
.ms-l2-2 {
margin-left: 0.5rem !important;
}
.ms-l2-3 {
margin-left: 1rem !important;
}
.ms-l2-4 {
margin-left: 1.5rem !important;
}
.ms-l2-5 {
margin-left: 3rem !important;
}
.ms-l2-auto {
margin-left: auto !important;
}
.p-l2-0 {
padding: 0 !important;
}
.p-l2-1 {
padding: 0.25rem !important;
}
.p-l2-2 {
padding: 0.5rem !important;
}
.p-l2-3 {
padding: 1rem !important;
}
.p-l2-4 {
padding: 1.5rem !important;
}
.p-l2-5 {
padding: 3rem !important;
}
.px-l2-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-l2-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-l2-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-l2-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-l2-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-l2-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-l2-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-l2-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-l2-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-l2-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-l2-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-l2-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-l2-0 {
padding-top: 0 !important;
}
.pt-l2-1 {
padding-top: 0.25rem !important;
}
.pt-l2-2 {
padding-top: 0.5rem !important;
}
.pt-l2-3 {
padding-top: 1rem !important;
}
.pt-l2-4 {
padding-top: 1.5rem !important;
}
.pt-l2-5 {
padding-top: 3rem !important;
}
.pe-l2-0 {
padding-right: 0 !important;
}
.pe-l2-1 {
padding-right: 0.25rem !important;
}
.pe-l2-2 {
padding-right: 0.5rem !important;
}
.pe-l2-3 {
padding-right: 1rem !important;
}
.pe-l2-4 {
padding-right: 1.5rem !important;
}
.pe-l2-5 {
padding-right: 3rem !important;
}
.pb-l2-0 {
padding-bottom: 0 !important;
}
.pb-l2-1 {
padding-bottom: 0.25rem !important;
}
.pb-l2-2 {
padding-bottom: 0.5rem !important;
}
.pb-l2-3 {
padding-bottom: 1rem !important;
}
.pb-l2-4 {
padding-bottom: 1.5rem !important;
}
.pb-l2-5 {
padding-bottom: 3rem !important;
}
.ps-l2-0 {
padding-left: 0 !important;
}
.ps-l2-1 {
padding-left: 0.25rem !important;
}
.ps-l2-2 {
padding-left: 0.5rem !important;
}
.ps-l2-3 {
padding-left: 1rem !important;
}
.ps-l2-4 {
padding-left: 1.5rem !important;
}
.ps-l2-5 {
padding-left: 3rem !important;
}
.text-l2-start {
text-align: left !important;
}
.text-l2-end {
text-align: right !important;
}
.text-l2-center {
text-align: center !important;
}
}
@media (min-width: 1600px) {
.float-l3-start {
float: left !important;
}
.float-l3-end {
float: right !important;
}
.float-l3-none {
float: none !important;
}
.d-l3-inline {
display: inline !important;
}
.d-l3-inline-block {
display: inline-block !important;
}
.d-l3-block {
display: block !important;
}
.d-l3-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-l3-table {
display: table !important;
}
.d-l3-table-row {
display: table-row !important;
}
.d-l3-table-cell {
display: table-cell !important;
}
.d-l3-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-l3-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-l3-none {
display: none !important;
}
.flex-l3-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-l3-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-l3-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-l3-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-l3-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-l3-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-l3-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-l3-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-l3-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-l3-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-l3-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-l3-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-l3-0 {
gap: 0 !important;
}
.gap-l3-1 {
gap: 0.25rem !important;
}
.gap-l3-2 {
gap: 0.5rem !important;
}
.gap-l3-3 {
gap: 1rem !important;
}
.gap-l3-4 {
gap: 1.5rem !important;
}
.gap-l3-5 {
gap: 3rem !important;
}
.justify-content-l3-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-l3-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-l3-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-l3-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-l3-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-l3-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-l3-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-l3-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-l3-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-l3-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-l3-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-l3-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-l3-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-l3-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-l3-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-l3-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-l3-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-l3-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-l3-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-l3-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-l3-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-l3-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-l3-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-l3-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-l3-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-l3-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-l3-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-l3-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-l3-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-l3-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-l3-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-l3-0 {
margin: 0 !important;
}
.m-l3-1 {
margin: 0.25rem !important;
}
.m-l3-2 {
margin: 0.5rem !important;
}
.m-l3-3 {
margin: 1rem !important;
}
.m-l3-4 {
margin: 1.5rem !important;
}
.m-l3-5 {
margin: 3rem !important;
}
.m-l3-auto {
margin: auto !important;
}
.mx-l3-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-l3-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-l3-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-l3-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-l3-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-l3-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-l3-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-l3-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-l3-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-l3-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-l3-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-l3-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-l3-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-l3-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-l3-0 {
margin-top: 0 !important;
}
.mt-l3-1 {
margin-top: 0.25rem !important;
}
.mt-l3-2 {
margin-top: 0.5rem !important;
}
.mt-l3-3 {
margin-top: 1rem !important;
}
.mt-l3-4 {
margin-top: 1.5rem !important;
}
.mt-l3-5 {
margin-top: 3rem !important;
}
.mt-l3-auto {
margin-top: auto !important;
}
.me-l3-0 {
margin-right: 0 !important;
}
.me-l3-1 {
margin-right: 0.25rem !important;
}
.me-l3-2 {
margin-right: 0.5rem !important;
}
.me-l3-3 {
margin-right: 1rem !important;
}
.me-l3-4 {
margin-right: 1.5rem !important;
}
.me-l3-5 {
margin-right: 3rem !important;
}
.me-l3-auto {
margin-right: auto !important;
}
.mb-l3-0 {
margin-bottom: 0 !important;
}
.mb-l3-1 {
margin-bottom: 0.25rem !important;
}
.mb-l3-2 {
margin-bottom: 0.5rem !important;
}
.mb-l3-3 {
margin-bottom: 1rem !important;
}
.mb-l3-4 {
margin-bottom: 1.5rem !important;
}
.mb-l3-5 {
margin-bottom: 3rem !important;
}
.mb-l3-auto {
margin-bottom: auto !important;
}
.ms-l3-0 {
margin-left: 0 !important;
}
.ms-l3-1 {
margin-left: 0.25rem !important;
}
.ms-l3-2 {
margin-left: 0.5rem !important;
}
.ms-l3-3 {
margin-left: 1rem !important;
}
.ms-l3-4 {
margin-left: 1.5rem !important;
}
.ms-l3-5 {
margin-left: 3rem !important;
}
.ms-l3-auto {
margin-left: auto !important;
}
.p-l3-0 {
padding: 0 !important;
}
.p-l3-1 {
padding: 0.25rem !important;
}
.p-l3-2 {
padding: 0.5rem !important;
}
.p-l3-3 {
padding: 1rem !important;
}
.p-l3-4 {
padding: 1.5rem !important;
}
.p-l3-5 {
padding: 3rem !important;
}
.px-l3-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-l3-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-l3-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-l3-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-l3-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-l3-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-l3-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-l3-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-l3-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-l3-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-l3-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-l3-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-l3-0 {
padding-top: 0 !important;
}
.pt-l3-1 {
padding-top: 0.25rem !important;
}
.pt-l3-2 {
padding-top: 0.5rem !important;
}
.pt-l3-3 {
padding-top: 1rem !important;
}
.pt-l3-4 {
padding-top: 1.5rem !important;
}
.pt-l3-5 {
padding-top: 3rem !important;
}
.pe-l3-0 {
padding-right: 0 !important;
}
.pe-l3-1 {
padding-right: 0.25rem !important;
}
.pe-l3-2 {
padding-right: 0.5rem !important;
}
.pe-l3-3 {
padding-right: 1rem !important;
}
.pe-l3-4 {
padding-right: 1.5rem !important;
}
.pe-l3-5 {
padding-right: 3rem !important;
}
.pb-l3-0 {
padding-bottom: 0 !important;
}
.pb-l3-1 {
padding-bottom: 0.25rem !important;
}
.pb-l3-2 {
padding-bottom: 0.5rem !important;
}
.pb-l3-3 {
padding-bottom: 1rem !important;
}
.pb-l3-4 {
padding-bottom: 1.5rem !important;
}
.pb-l3-5 {
padding-bottom: 3rem !important;
}
.ps-l3-0 {
padding-left: 0 !important;
}
.ps-l3-1 {
padding-left: 0.25rem !important;
}
.ps-l3-2 {
padding-left: 0.5rem !important;
}
.ps-l3-3 {
padding-left: 1rem !important;
}
.ps-l3-4 {
padding-left: 1.5rem !important;
}
.ps-l3-5 {
padding-left: 3rem !important;
}
.text-l3-start {
text-align: left !important;
}
.text-l3-end {
text-align: right !important;
}
.text-l3-center {
text-align: center !important;
}
}
@media (min-width: 1920px) {
.float-l4-start {
float: left !important;
}
.float-l4-end {
float: right !important;
}
.float-l4-none {
float: none !important;
}
.d-l4-inline {
display: inline !important;
}
.d-l4-inline-block {
display: inline-block !important;
}
.d-l4-block {
display: block !important;
}
.d-l4-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-l4-table {
display: table !important;
}
.d-l4-table-row {
display: table-row !important;
}
.d-l4-table-cell {
display: table-cell !important;
}
.d-l4-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-l4-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-l4-none {
display: none !important;
}
.flex-l4-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-l4-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-l4-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-l4-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-l4-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-l4-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-l4-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-l4-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-l4-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-l4-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-l4-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-l4-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-l4-0 {
gap: 0 !important;
}
.gap-l4-1 {
gap: 0.25rem !important;
}
.gap-l4-2 {
gap: 0.5rem !important;
}
.gap-l4-3 {
gap: 1rem !important;
}
.gap-l4-4 {
gap: 1.5rem !important;
}
.gap-l4-5 {
gap: 3rem !important;
}
.justify-content-l4-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-l4-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-l4-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-l4-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-l4-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-l4-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-l4-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-l4-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-l4-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-l4-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-l4-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-l4-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-l4-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-l4-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-l4-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-l4-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-l4-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-l4-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-l4-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-l4-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-l4-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-l4-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-l4-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-l4-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-l4-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-l4-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-l4-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-l4-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-l4-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-l4-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-l4-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-l4-0 {
margin: 0 !important;
}
.m-l4-1 {
margin: 0.25rem !important;
}
.m-l4-2 {
margin: 0.5rem !important;
}
.m-l4-3 {
margin: 1rem !important;
}
.m-l4-4 {
margin: 1.5rem !important;
}
.m-l4-5 {
margin: 3rem !important;
}
.m-l4-auto {
margin: auto !important;
}
.mx-l4-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-l4-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-l4-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-l4-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-l4-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-l4-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-l4-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-l4-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-l4-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-l4-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-l4-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-l4-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-l4-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-l4-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-l4-0 {
margin-top: 0 !important;
}
.mt-l4-1 {
margin-top: 0.25rem !important;
}
.mt-l4-2 {
margin-top: 0.5rem !important;
}
.mt-l4-3 {
margin-top: 1rem !important;
}
.mt-l4-4 {
margin-top: 1.5rem !important;
}
.mt-l4-5 {
margin-top: 3rem !important;
}
.mt-l4-auto {
margin-top: auto !important;
}
.me-l4-0 {
margin-right: 0 !important;
}
.me-l4-1 {
margin-right: 0.25rem !important;
}
.me-l4-2 {
margin-right: 0.5rem !important;
}
.me-l4-3 {
margin-right: 1rem !important;
}
.me-l4-4 {
margin-right: 1.5rem !important;
}
.me-l4-5 {
margin-right: 3rem !important;
}
.me-l4-auto {
margin-right: auto !important;
}
.mb-l4-0 {
margin-bottom: 0 !important;
}
.mb-l4-1 {
margin-bottom: 0.25rem !important;
}
.mb-l4-2 {
margin-bottom: 0.5rem !important;
}
.mb-l4-3 {
margin-bottom: 1rem !important;
}
.mb-l4-4 {
margin-bottom: 1.5rem !important;
}
.mb-l4-5 {
margin-bottom: 3rem !important;
}
.mb-l4-auto {
margin-bottom: auto !important;
}
.ms-l4-0 {
margin-left: 0 !important;
}
.ms-l4-1 {
margin-left: 0.25rem !important;
}
.ms-l4-2 {
margin-left: 0.5rem !important;
}
.ms-l4-3 {
margin-left: 1rem !important;
}
.ms-l4-4 {
margin-left: 1.5rem !important;
}
.ms-l4-5 {
margin-left: 3rem !important;
}
.ms-l4-auto {
margin-left: auto !important;
}
.p-l4-0 {
padding: 0 !important;
}
.p-l4-1 {
padding: 0.25rem !important;
}
.p-l4-2 {
padding: 0.5rem !important;
}
.p-l4-3 {
padding: 1rem !important;
}
.p-l4-4 {
padding: 1.5rem !important;
}
.p-l4-5 {
padding: 3rem !important;
}
.px-l4-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-l4-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-l4-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-l4-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-l4-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-l4-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-l4-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-l4-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-l4-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-l4-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-l4-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-l4-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-l4-0 {
padding-top: 0 !important;
}
.pt-l4-1 {
padding-top: 0.25rem !important;
}
.pt-l4-2 {
padding-top: 0.5rem !important;
}
.pt-l4-3 {
padding-top: 1rem !important;
}
.pt-l4-4 {
padding-top: 1.5rem !important;
}
.pt-l4-5 {
padding-top: 3rem !important;
}
.pe-l4-0 {
padding-right: 0 !important;
}
.pe-l4-1 {
padding-right: 0.25rem !important;
}
.pe-l4-2 {
padding-right: 0.5rem !important;
}
.pe-l4-3 {
padding-right: 1rem !important;
}
.pe-l4-4 {
padding-right: 1.5rem !important;
}
.pe-l4-5 {
padding-right: 3rem !important;
}
.pb-l4-0 {
padding-bottom: 0 !important;
}
.pb-l4-1 {
padding-bottom: 0.25rem !important;
}
.pb-l4-2 {
padding-bottom: 0.5rem !important;
}
.pb-l4-3 {
padding-bottom: 1rem !important;
}
.pb-l4-4 {
padding-bottom: 1.5rem !important;
}
.pb-l4-5 {
padding-bottom: 3rem !important;
}
.ps-l4-0 {
padding-left: 0 !important;
}
.ps-l4-1 {
padding-left: 0.25rem !important;
}
.ps-l4-2 {
padding-left: 0.5rem !important;
}
.ps-l4-3 {
padding-left: 1rem !important;
}
.ps-l4-4 {
padding-left: 1.5rem !important;
}
.ps-l4-5 {
padding-left: 3rem !important;
}
.text-l4-start {
text-align: left !important;
}
.text-l4-end {
text-align: right !important;
}
.text-l4-center {
text-align: center !important;
}
}
@media (min-width: 2560px) {
.float-l5-start {
float: left !important;
}
.float-l5-end {
float: right !important;
}
.float-l5-none {
float: none !important;
}
.d-l5-inline {
display: inline !important;
}
.d-l5-inline-block {
display: inline-block !important;
}
.d-l5-block {
display: block !important;
}
.d-l5-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-l5-table {
display: table !important;
}
.d-l5-table-row {
display: table-row !important;
}
.d-l5-table-cell {
display: table-cell !important;
}
.d-l5-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-l5-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-l5-none {
display: none !important;
}
.flex-l5-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-l5-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-l5-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-l5-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-l5-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-l5-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-l5-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-l5-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-l5-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-l5-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-l5-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-l5-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-l5-0 {
gap: 0 !important;
}
.gap-l5-1 {
gap: 0.25rem !important;
}
.gap-l5-2 {
gap: 0.5rem !important;
}
.gap-l5-3 {
gap: 1rem !important;
}
.gap-l5-4 {
gap: 1.5rem !important;
}
.gap-l5-5 {
gap: 3rem !important;
}
.justify-content-l5-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-l5-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-l5-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-l5-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-l5-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-l5-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-l5-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-l5-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-l5-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-l5-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-l5-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-l5-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-l5-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-l5-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-l5-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-l5-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-l5-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-l5-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-l5-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-l5-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-l5-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-l5-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-l5-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-l5-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-l5-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-l5-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-l5-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-l5-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-l5-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-l5-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-l5-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-l5-0 {
margin: 0 !important;
}
.m-l5-1 {
margin: 0.25rem !important;
}
.m-l5-2 {
margin: 0.5rem !important;
}
.m-l5-3 {
margin: 1rem !important;
}
.m-l5-4 {
margin: 1.5rem !important;
}
.m-l5-5 {
margin: 3rem !important;
}
.m-l5-auto {
margin: auto !important;
}
.mx-l5-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-l5-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-l5-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-l5-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-l5-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-l5-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-l5-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-l5-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-l5-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-l5-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-l5-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-l5-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-l5-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-l5-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-l5-0 {
margin-top: 0 !important;
}
.mt-l5-1 {
margin-top: 0.25rem !important;
}
.mt-l5-2 {
margin-top: 0.5rem !important;
}
.mt-l5-3 {
margin-top: 1rem !important;
}
.mt-l5-4 {
margin-top: 1.5rem !important;
}
.mt-l5-5 {
margin-top: 3rem !important;
}
.mt-l5-auto {
margin-top: auto !important;
}
.me-l5-0 {
margin-right: 0 !important;
}
.me-l5-1 {
margin-right: 0.25rem !important;
}
.me-l5-2 {
margin-right: 0.5rem !important;
}
.me-l5-3 {
margin-right: 1rem !important;
}
.me-l5-4 {
margin-right: 1.5rem !important;
}
.me-l5-5 {
margin-right: 3rem !important;
}
.me-l5-auto {
margin-right: auto !important;
}
.mb-l5-0 {
margin-bottom: 0 !important;
}
.mb-l5-1 {
margin-bottom: 0.25rem !important;
}
.mb-l5-2 {
margin-bottom: 0.5rem !important;
}
.mb-l5-3 {
margin-bottom: 1rem !important;
}
.mb-l5-4 {
margin-bottom: 1.5rem !important;
}
.mb-l5-5 {
margin-bottom: 3rem !important;
}
.mb-l5-auto {
margin-bottom: auto !important;
}
.ms-l5-0 {
margin-left: 0 !important;
}
.ms-l5-1 {
margin-left: 0.25rem !important;
}
.ms-l5-2 {
margin-left: 0.5rem !important;
}
.ms-l5-3 {
margin-left: 1rem !important;
}
.ms-l5-4 {
margin-left: 1.5rem !important;
}
.ms-l5-5 {
margin-left: 3rem !important;
}
.ms-l5-auto {
margin-left: auto !important;
}
.p-l5-0 {
padding: 0 !important;
}
.p-l5-1 {
padding: 0.25rem !important;
}
.p-l5-2 {
padding: 0.5rem !important;
}
.p-l5-3 {
padding: 1rem !important;
}
.p-l5-4 {
padding: 1.5rem !important;
}
.p-l5-5 {
padding: 3rem !important;
}
.px-l5-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-l5-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-l5-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-l5-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-l5-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-l5-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-l5-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-l5-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-l5-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-l5-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-l5-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-l5-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-l5-0 {
padding-top: 0 !important;
}
.pt-l5-1 {
padding-top: 0.25rem !important;
}
.pt-l5-2 {
padding-top: 0.5rem !important;
}
.pt-l5-3 {
padding-top: 1rem !important;
}
.pt-l5-4 {
padding-top: 1.5rem !important;
}
.pt-l5-5 {
padding-top: 3rem !important;
}
.pe-l5-0 {
padding-right: 0 !important;
}
.pe-l5-1 {
padding-right: 0.25rem !important;
}
.pe-l5-2 {
padding-right: 0.5rem !important;
}
.pe-l5-3 {
padding-right: 1rem !important;
}
.pe-l5-4 {
padding-right: 1.5rem !important;
}
.pe-l5-5 {
padding-right: 3rem !important;
}
.pb-l5-0 {
padding-bottom: 0 !important;
}
.pb-l5-1 {
padding-bottom: 0.25rem !important;
}
.pb-l5-2 {
padding-bottom: 0.5rem !important;
}
.pb-l5-3 {
padding-bottom: 1rem !important;
}
.pb-l5-4 {
padding-bottom: 1.5rem !important;
}
.pb-l5-5 {
padding-bottom: 3rem !important;
}
.ps-l5-0 {
padding-left: 0 !important;
}
.ps-l5-1 {
padding-left: 0.25rem !important;
}
.ps-l5-2 {
padding-left: 0.5rem !important;
}
.ps-l5-3 {
padding-left: 1rem !important;
}
.ps-l5-4 {
padding-left: 1.5rem !important;
}
.ps-l5-5 {
padding-left: 3rem !important;
}
.text-l5-start {
text-align: left !important;
}
.text-l5-end {
text-align: right !important;
}
.text-l5-center {
text-align: center !important;
}
}
@media (min-width: 3200px) {
.float-l6-start {
float: left !important;
}
.float-l6-end {
float: right !important;
}
.float-l6-none {
float: none !important;
}
.d-l6-inline {
display: inline !important;
}
.d-l6-inline-block {
display: inline-block !important;
}
.d-l6-block {
display: block !important;
}
.d-l6-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-l6-table {
display: table !important;
}
.d-l6-table-row {
display: table-row !important;
}
.d-l6-table-cell {
display: table-cell !important;
}
.d-l6-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-l6-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-l6-none {
display: none !important;
}
.flex-l6-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-l6-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-l6-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-l6-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-l6-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-l6-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-l6-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-l6-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-l6-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-l6-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-l6-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-l6-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-l6-0 {
gap: 0 !important;
}
.gap-l6-1 {
gap: 0.25rem !important;
}
.gap-l6-2 {
gap: 0.5rem !important;
}
.gap-l6-3 {
gap: 1rem !important;
}
.gap-l6-4 {
gap: 1.5rem !important;
}
.gap-l6-5 {
gap: 3rem !important;
}
.justify-content-l6-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-l6-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-l6-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-l6-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-l6-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-l6-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-l6-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-l6-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-l6-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-l6-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-l6-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-l6-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-l6-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-l6-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-l6-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-l6-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-l6-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-l6-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-l6-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-l6-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-l6-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-l6-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-l6-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-l6-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-l6-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-l6-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-l6-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-l6-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-l6-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-l6-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-l6-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-l6-0 {
margin: 0 !important;
}
.m-l6-1 {
margin: 0.25rem !important;
}
.m-l6-2 {
margin: 0.5rem !important;
}
.m-l6-3 {
margin: 1rem !important;
}
.m-l6-4 {
margin: 1.5rem !important;
}
.m-l6-5 {
margin: 3rem !important;
}
.m-l6-auto {
margin: auto !important;
}
.mx-l6-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-l6-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-l6-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-l6-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-l6-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-l6-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-l6-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-l6-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-l6-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-l6-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-l6-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-l6-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-l6-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-l6-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-l6-0 {
margin-top: 0 !important;
}
.mt-l6-1 {
margin-top: 0.25rem !important;
}
.mt-l6-2 {
margin-top: 0.5rem !important;
}
.mt-l6-3 {
margin-top: 1rem !important;
}
.mt-l6-4 {
margin-top: 1.5rem !important;
}
.mt-l6-5 {
margin-top: 3rem !important;
}
.mt-l6-auto {
margin-top: auto !important;
}
.me-l6-0 {
margin-right: 0 !important;
}
.me-l6-1 {
margin-right: 0.25rem !important;
}
.me-l6-2 {
margin-right: 0.5rem !important;
}
.me-l6-3 {
margin-right: 1rem !important;
}
.me-l6-4 {
margin-right: 1.5rem !important;
}
.me-l6-5 {
margin-right: 3rem !important;
}
.me-l6-auto {
margin-right: auto !important;
}
.mb-l6-0 {
margin-bottom: 0 !important;
}
.mb-l6-1 {
margin-bottom: 0.25rem !important;
}
.mb-l6-2 {
margin-bottom: 0.5rem !important;
}
.mb-l6-3 {
margin-bottom: 1rem !important;
}
.mb-l6-4 {
margin-bottom: 1.5rem !important;
}
.mb-l6-5 {
margin-bottom: 3rem !important;
}
.mb-l6-auto {
margin-bottom: auto !important;
}
.ms-l6-0 {
margin-left: 0 !important;
}
.ms-l6-1 {
margin-left: 0.25rem !important;
}
.ms-l6-2 {
margin-left: 0.5rem !important;
}
.ms-l6-3 {
margin-left: 1rem !important;
}
.ms-l6-4 {
margin-left: 1.5rem !important;
}
.ms-l6-5 {
margin-left: 3rem !important;
}
.ms-l6-auto {
margin-left: auto !important;
}
.p-l6-0 {
padding: 0 !important;
}
.p-l6-1 {
padding: 0.25rem !important;
}
.p-l6-2 {
padding: 0.5rem !important;
}
.p-l6-3 {
padding: 1rem !important;
}
.p-l6-4 {
padding: 1.5rem !important;
}
.p-l6-5 {
padding: 3rem !important;
}
.px-l6-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-l6-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-l6-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-l6-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-l6-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-l6-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-l6-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-l6-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-l6-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-l6-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-l6-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-l6-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-l6-0 {
padding-top: 0 !important;
}
.pt-l6-1 {
padding-top: 0.25rem !important;
}
.pt-l6-2 {
padding-top: 0.5rem !important;
}
.pt-l6-3 {
padding-top: 1rem !important;
}
.pt-l6-4 {
padding-top: 1.5rem !important;
}
.pt-l6-5 {
padding-top: 3rem !important;
}
.pe-l6-0 {
padding-right: 0 !important;
}
.pe-l6-1 {
padding-right: 0.25rem !important;
}
.pe-l6-2 {
padding-right: 0.5rem !important;
}
.pe-l6-3 {
padding-right: 1rem !important;
}
.pe-l6-4 {
padding-right: 1.5rem !important;
}
.pe-l6-5 {
padding-right: 3rem !important;
}
.pb-l6-0 {
padding-bottom: 0 !important;
}
.pb-l6-1 {
padding-bottom: 0.25rem !important;
}
.pb-l6-2 {
padding-bottom: 0.5rem !important;
}
.pb-l6-3 {
padding-bottom: 1rem !important;
}
.pb-l6-4 {
padding-bottom: 1.5rem !important;
}
.pb-l6-5 {
padding-bottom: 3rem !important;
}
.ps-l6-0 {
padding-left: 0 !important;
}
.ps-l6-1 {
padding-left: 0.25rem !important;
}
.ps-l6-2 {
padding-left: 0.5rem !important;
}
.ps-l6-3 {
padding-left: 1rem !important;
}
.ps-l6-4 {
padding-left: 1.5rem !important;
}
.ps-l6-5 {
padding-left: 3rem !important;
}
.text-l6-start {
text-align: left !important;
}
.text-l6-end {
text-align: right !important;
}
.text-l6-center {
text-align: center !important;
}
}
@media (min-width: 3840px) {
.float-l7-start {
float: left !important;
}
.float-l7-end {
float: right !important;
}
.float-l7-none {
float: none !important;
}
.d-l7-inline {
display: inline !important;
}
.d-l7-inline-block {
display: inline-block !important;
}
.d-l7-block {
display: block !important;
}
.d-l7-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-l7-table {
display: table !important;
}
.d-l7-table-row {
display: table-row !important;
}
.d-l7-table-cell {
display: table-cell !important;
}
.d-l7-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-l7-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-l7-none {
display: none !important;
}
.flex-l7-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-l7-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-l7-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-l7-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-l7-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-l7-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-l7-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-l7-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-l7-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-l7-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-l7-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-l7-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-l7-0 {
gap: 0 !important;
}
.gap-l7-1 {
gap: 0.25rem !important;
}
.gap-l7-2 {
gap: 0.5rem !important;
}
.gap-l7-3 {
gap: 1rem !important;
}
.gap-l7-4 {
gap: 1.5rem !important;
}
.gap-l7-5 {
gap: 3rem !important;
}
.justify-content-l7-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-l7-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-l7-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-l7-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-l7-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-l7-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-l7-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-l7-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-l7-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-l7-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-l7-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-l7-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-l7-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-l7-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-l7-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-l7-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-l7-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-l7-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-l7-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-l7-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-l7-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-l7-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-l7-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-l7-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-l7-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-l7-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-l7-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-l7-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-l7-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-l7-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-l7-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-l7-0 {
margin: 0 !important;
}
.m-l7-1 {
margin: 0.25rem !important;
}
.m-l7-2 {
margin: 0.5rem !important;
}
.m-l7-3 {
margin: 1rem !important;
}
.m-l7-4 {
margin: 1.5rem !important;
}
.m-l7-5 {
margin: 3rem !important;
}
.m-l7-auto {
margin: auto !important;
}
.mx-l7-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-l7-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-l7-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-l7-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-l7-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-l7-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-l7-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-l7-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-l7-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-l7-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-l7-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-l7-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-l7-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-l7-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-l7-0 {
margin-top: 0 !important;
}
.mt-l7-1 {
margin-top: 0.25rem !important;
}
.mt-l7-2 {
margin-top: 0.5rem !important;
}
.mt-l7-3 {
margin-top: 1rem !important;
}
.mt-l7-4 {
margin-top: 1.5rem !important;
}
.mt-l7-5 {
margin-top: 3rem !important;
}
.mt-l7-auto {
margin-top: auto !important;
}
.me-l7-0 {
margin-right: 0 !important;
}
.me-l7-1 {
margin-right: 0.25rem !important;
}
.me-l7-2 {
margin-right: 0.5rem !important;
}
.me-l7-3 {
margin-right: 1rem !important;
}
.me-l7-4 {
margin-right: 1.5rem !important;
}
.me-l7-5 {
margin-right: 3rem !important;
}
.me-l7-auto {
margin-right: auto !important;
}
.mb-l7-0 {
margin-bottom: 0 !important;
}
.mb-l7-1 {
margin-bottom: 0.25rem !important;
}
.mb-l7-2 {
margin-bottom: 0.5rem !important;
}
.mb-l7-3 {
margin-bottom: 1rem !important;
}
.mb-l7-4 {
margin-bottom: 1.5rem !important;
}
.mb-l7-5 {
margin-bottom: 3rem !important;
}
.mb-l7-auto {
margin-bottom: auto !important;
}
.ms-l7-0 {
margin-left: 0 !important;
}
.ms-l7-1 {
margin-left: 0.25rem !important;
}
.ms-l7-2 {
margin-left: 0.5rem !important;
}
.ms-l7-3 {
margin-left: 1rem !important;
}
.ms-l7-4 {
margin-left: 1.5rem !important;
}
.ms-l7-5 {
margin-left: 3rem !important;
}
.ms-l7-auto {
margin-left: auto !important;
}
.p-l7-0 {
padding: 0 !important;
}
.p-l7-1 {
padding: 0.25rem !important;
}
.p-l7-2 {
padding: 0.5rem !important;
}
.p-l7-3 {
padding: 1rem !important;
}
.p-l7-4 {
padding: 1.5rem !important;
}
.p-l7-5 {
padding: 3rem !important;
}
.px-l7-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-l7-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-l7-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-l7-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-l7-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-l7-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-l7-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-l7-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-l7-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-l7-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-l7-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-l7-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-l7-0 {
padding-top: 0 !important;
}
.pt-l7-1 {
padding-top: 0.25rem !important;
}
.pt-l7-2 {
padding-top: 0.5rem !important;
}
.pt-l7-3 {
padding-top: 1rem !important;
}
.pt-l7-4 {
padding-top: 1.5rem !important;
}
.pt-l7-5 {
padding-top: 3rem !important;
}
.pe-l7-0 {
padding-right: 0 !important;
}
.pe-l7-1 {
padding-right: 0.25rem !important;
}
.pe-l7-2 {
padding-right: 0.5rem !important;
}
.pe-l7-3 {
padding-right: 1rem !important;
}
.pe-l7-4 {
padding-right: 1.5rem !important;
}
.pe-l7-5 {
padding-right: 3rem !important;
}
.pb-l7-0 {
padding-bottom: 0 !important;
}
.pb-l7-1 {
padding-bottom: 0.25rem !important;
}
.pb-l7-2 {
padding-bottom: 0.5rem !important;
}
.pb-l7-3 {
padding-bottom: 1rem !important;
}
.pb-l7-4 {
padding-bottom: 1.5rem !important;
}
.pb-l7-5 {
padding-bottom: 3rem !important;
}
.ps-l7-0 {
padding-left: 0 !important;
}
.ps-l7-1 {
padding-left: 0.25rem !important;
}
.ps-l7-2 {
padding-left: 0.5rem !important;
}
.ps-l7-3 {
padding-left: 1rem !important;
}
.ps-l7-4 {
padding-left: 1.5rem !important;
}
.ps-l7-5 {
padding-left: 3rem !important;
}
.text-l7-start {
text-align: left !important;
}
.text-l7-end {
text-align: right !important;
}
.text-l7-center {
text-align: center !important;
}
}
@media (min-width: 5120px) {
.float-l8-start {
float: left !important;
}
.float-l8-end {
float: right !important;
}
.float-l8-none {
float: none !important;
}
.d-l8-inline {
display: inline !important;
}
.d-l8-inline-block {
display: inline-block !important;
}
.d-l8-block {
display: block !important;
}
.d-l8-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-l8-table {
display: table !important;
}
.d-l8-table-row {
display: table-row !important;
}
.d-l8-table-cell {
display: table-cell !important;
}
.d-l8-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-l8-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-l8-none {
display: none !important;
}
.flex-l8-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-l8-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-l8-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-l8-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-l8-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-l8-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-l8-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-l8-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-l8-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-l8-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-l8-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-l8-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-l8-0 {
gap: 0 !important;
}
.gap-l8-1 {
gap: 0.25rem !important;
}
.gap-l8-2 {
gap: 0.5rem !important;
}
.gap-l8-3 {
gap: 1rem !important;
}
.gap-l8-4 {
gap: 1.5rem !important;
}
.gap-l8-5 {
gap: 3rem !important;
}
.justify-content-l8-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-l8-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-l8-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-l8-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-l8-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-l8-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-l8-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-l8-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-l8-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-l8-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-l8-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-l8-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-l8-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-l8-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-l8-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-l8-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-l8-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-l8-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-l8-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-l8-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-l8-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-l8-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-l8-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-l8-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-l8-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-l8-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-l8-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-l8-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-l8-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-l8-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-l8-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-l8-0 {
margin: 0 !important;
}
.m-l8-1 {
margin: 0.25rem !important;
}
.m-l8-2 {
margin: 0.5rem !important;
}
.m-l8-3 {
margin: 1rem !important;
}
.m-l8-4 {
margin: 1.5rem !important;
}
.m-l8-5 {
margin: 3rem !important;
}
.m-l8-auto {
margin: auto !important;
}
.mx-l8-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-l8-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-l8-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-l8-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-l8-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-l8-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-l8-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-l8-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-l8-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-l8-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-l8-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-l8-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-l8-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-l8-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-l8-0 {
margin-top: 0 !important;
}
.mt-l8-1 {
margin-top: 0.25rem !important;
}
.mt-l8-2 {
margin-top: 0.5rem !important;
}
.mt-l8-3 {
margin-top: 1rem !important;
}
.mt-l8-4 {
margin-top: 1.5rem !important;
}
.mt-l8-5 {
margin-top: 3rem !important;
}
.mt-l8-auto {
margin-top: auto !important;
}
.me-l8-0 {
margin-right: 0 !important;
}
.me-l8-1 {
margin-right: 0.25rem !important;
}
.me-l8-2 {
margin-right: 0.5rem !important;
}
.me-l8-3 {
margin-right: 1rem !important;
}
.me-l8-4 {
margin-right: 1.5rem !important;
}
.me-l8-5 {
margin-right: 3rem !important;
}
.me-l8-auto {
margin-right: auto !important;
}
.mb-l8-0 {
margin-bottom: 0 !important;
}
.mb-l8-1 {
margin-bottom: 0.25rem !important;
}
.mb-l8-2 {
margin-bottom: 0.5rem !important;
}
.mb-l8-3 {
margin-bottom: 1rem !important;
}
.mb-l8-4 {
margin-bottom: 1.5rem !important;
}
.mb-l8-5 {
margin-bottom: 3rem !important;
}
.mb-l8-auto {
margin-bottom: auto !important;
}
.ms-l8-0 {
margin-left: 0 !important;
}
.ms-l8-1 {
margin-left: 0.25rem !important;
}
.ms-l8-2 {
margin-left: 0.5rem !important;
}
.ms-l8-3 {
margin-left: 1rem !important;
}
.ms-l8-4 {
margin-left: 1.5rem !important;
}
.ms-l8-5 {
margin-left: 3rem !important;
}
.ms-l8-auto {
margin-left: auto !important;
}
.p-l8-0 {
padding: 0 !important;
}
.p-l8-1 {
padding: 0.25rem !important;
}
.p-l8-2 {
padding: 0.5rem !important;
}
.p-l8-3 {
padding: 1rem !important;
}
.p-l8-4 {
padding: 1.5rem !important;
}
.p-l8-5 {
padding: 3rem !important;
}
.px-l8-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-l8-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-l8-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-l8-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-l8-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-l8-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-l8-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-l8-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-l8-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-l8-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-l8-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-l8-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-l8-0 {
padding-top: 0 !important;
}
.pt-l8-1 {
padding-top: 0.25rem !important;
}
.pt-l8-2 {
padding-top: 0.5rem !important;
}
.pt-l8-3 {
padding-top: 1rem !important;
}
.pt-l8-4 {
padding-top: 1.5rem !important;
}
.pt-l8-5 {
padding-top: 3rem !important;
}
.pe-l8-0 {
padding-right: 0 !important;
}
.pe-l8-1 {
padding-right: 0.25rem !important;
}
.pe-l8-2 {
padding-right: 0.5rem !important;
}
.pe-l8-3 {
padding-right: 1rem !important;
}
.pe-l8-4 {
padding-right: 1.5rem !important;
}
.pe-l8-5 {
padding-right: 3rem !important;
}
.pb-l8-0 {
padding-bottom: 0 !important;
}
.pb-l8-1 {
padding-bottom: 0.25rem !important;
}
.pb-l8-2 {
padding-bottom: 0.5rem !important;
}
.pb-l8-3 {
padding-bottom: 1rem !important;
}
.pb-l8-4 {
padding-bottom: 1.5rem !important;
}
.pb-l8-5 {
padding-bottom: 3rem !important;
}
.ps-l8-0 {
padding-left: 0 !important;
}
.ps-l8-1 {
padding-left: 0.25rem !important;
}
.ps-l8-2 {
padding-left: 0.5rem !important;
}
.ps-l8-3 {
padding-left: 1rem !important;
}
.ps-l8-4 {
padding-left: 1.5rem !important;
}
.ps-l8-5 {
padding-left: 3rem !important;
}
.text-l8-start {
text-align: left !important;
}
.text-l8-end {
text-align: right !important;
}
.text-l8-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.fs-1 {
font-size: 2.5rem !important;
}
.fs-2 {
font-size: 2rem !important;
}
.fs-3 {
font-size: 1.75rem !important;
}
.fs-4 {
font-size: 1.5rem !important;
}
}
@media print {
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-print-none {
display: none !important;
}
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.spin,
.spin::before,
.spin::after {
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
.pulse,
.pulse::before,
.pulse::after {
-webkit-animation: spin 1s infinite steps(8);
animation: spin 1s infinite steps(8);
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.avatar-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-100 {
width: 1rem;
height: 1rem;
}
.avatar-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-200 {
width: 2rem;
height: 2rem;
}
.avatar-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-300 {
width: 3rem;
height: 3rem;
}
.avatar-400 {
width: 4rem;
height: 4rem;
}
.avatar-500 {
width: 5rem;
height: 5rem;
}
.avatar-600 {
width: 6rem;
height: 6rem;
}
.avatar-700 {
width: 7rem;
height: 7rem;
}
.avatar-800 {
width: 8rem;
height: 8rem;
}
.avatar-900 {
width: 9rem;
height: 9rem;
}
.avatar-1000 {
width: 10rem;
height: 10rem;
}
.avatar-1100 {
width: 11rem;
height: 11rem;
}
.avatar-xs-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-xs-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-xs-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-xs-100 {
width: 1rem;
height: 1rem;
}
.avatar-xs-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-xs-200 {
width: 2rem;
height: 2rem;
}
.avatar-xs-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-xs-300 {
width: 3rem;
height: 3rem;
}
.avatar-xs-400 {
width: 4rem;
height: 4rem;
}
.avatar-xs-500 {
width: 5rem;
height: 5rem;
}
.avatar-xs-600 {
width: 6rem;
height: 6rem;
}
.avatar-xs-700 {
width: 7rem;
height: 7rem;
}
.avatar-xs-800 {
width: 8rem;
height: 8rem;
}
.avatar-xs-900 {
width: 9rem;
height: 9rem;
}
.avatar-xs-1000 {
width: 10rem;
height: 10rem;
}
.avatar-xs-1100 {
width: 11rem;
height: 11rem;
}
@media (min-width: 576px) {
.avatar-sm-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-sm-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-sm-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-sm-100 {
width: 1rem;
height: 1rem;
}
.avatar-sm-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-sm-200 {
width: 2rem;
height: 2rem;
}
.avatar-sm-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-sm-300 {
width: 3rem;
height: 3rem;
}
.avatar-sm-400 {
width: 4rem;
height: 4rem;
}
.avatar-sm-500 {
width: 5rem;
height: 5rem;
}
.avatar-sm-600 {
width: 6rem;
height: 6rem;
}
.avatar-sm-700 {
width: 7rem;
height: 7rem;
}
.avatar-sm-800 {
width: 8rem;
height: 8rem;
}
.avatar-sm-900 {
width: 9rem;
height: 9rem;
}
.avatar-sm-1000 {
width: 10rem;
height: 10rem;
}
.avatar-sm-1100 {
width: 11rem;
height: 11rem;
}
}
@media (min-width: 768px) {
.avatar-md-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-md-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-md-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-md-100 {
width: 1rem;
height: 1rem;
}
.avatar-md-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-md-200 {
width: 2rem;
height: 2rem;
}
.avatar-md-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-md-300 {
width: 3rem;
height: 3rem;
}
.avatar-md-400 {
width: 4rem;
height: 4rem;
}
.avatar-md-500 {
width: 5rem;
height: 5rem;
}
.avatar-md-600 {
width: 6rem;
height: 6rem;
}
.avatar-md-700 {
width: 7rem;
height: 7rem;
}
.avatar-md-800 {
width: 8rem;
height: 8rem;
}
.avatar-md-900 {
width: 9rem;
height: 9rem;
}
.avatar-md-1000 {
width: 10rem;
height: 10rem;
}
.avatar-md-1100 {
width: 11rem;
height: 11rem;
}
}
@media (min-width: 992px) {
.avatar-lg-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-lg-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-lg-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-lg-100 {
width: 1rem;
height: 1rem;
}
.avatar-lg-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-lg-200 {
width: 2rem;
height: 2rem;
}
.avatar-lg-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-lg-300 {
width: 3rem;
height: 3rem;
}
.avatar-lg-400 {
width: 4rem;
height: 4rem;
}
.avatar-lg-500 {
width: 5rem;
height: 5rem;
}
.avatar-lg-600 {
width: 6rem;
height: 6rem;
}
.avatar-lg-700 {
width: 7rem;
height: 7rem;
}
.avatar-lg-800 {
width: 8rem;
height: 8rem;
}
.avatar-lg-900 {
width: 9rem;
height: 9rem;
}
.avatar-lg-1000 {
width: 10rem;
height: 10rem;
}
.avatar-lg-1100 {
width: 11rem;
height: 11rem;
}
}
@media (min-width: 1200px) {
.avatar-xl-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-xl-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-xl-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-xl-100 {
width: 1rem;
height: 1rem;
}
.avatar-xl-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-xl-200 {
width: 2rem;
height: 2rem;
}
.avatar-xl-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-xl-300 {
width: 3rem;
height: 3rem;
}
.avatar-xl-400 {
width: 4rem;
height: 4rem;
}
.avatar-xl-500 {
width: 5rem;
height: 5rem;
}
.avatar-xl-600 {
width: 6rem;
height: 6rem;
}
.avatar-xl-700 {
width: 7rem;
height: 7rem;
}
.avatar-xl-800 {
width: 8rem;
height: 8rem;
}
.avatar-xl-900 {
width: 9rem;
height: 9rem;
}
.avatar-xl-1000 {
width: 10rem;
height: 10rem;
}
.avatar-xl-1100 {
width: 11rem;
height: 11rem;
}
}
@media (min-width: 1440px) {
.avatar-l2-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-l2-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-l2-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-l2-100 {
width: 1rem;
height: 1rem;
}
.avatar-l2-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-l2-200 {
width: 2rem;
height: 2rem;
}
.avatar-l2-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-l2-300 {
width: 3rem;
height: 3rem;
}
.avatar-l2-400 {
width: 4rem;
height: 4rem;
}
.avatar-l2-500 {
width: 5rem;
height: 5rem;
}
.avatar-l2-600 {
width: 6rem;
height: 6rem;
}
.avatar-l2-700 {
width: 7rem;
height: 7rem;
}
.avatar-l2-800 {
width: 8rem;
height: 8rem;
}
.avatar-l2-900 {
width: 9rem;
height: 9rem;
}
.avatar-l2-1000 {
width: 10rem;
height: 10rem;
}
.avatar-l2-1100 {
width: 11rem;
height: 11rem;
}
}
@media (min-width: 1600px) {
.avatar-l3-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-l3-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-l3-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-l3-100 {
width: 1rem;
height: 1rem;
}
.avatar-l3-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-l3-200 {
width: 2rem;
height: 2rem;
}
.avatar-l3-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-l3-300 {
width: 3rem;
height: 3rem;
}
.avatar-l3-400 {
width: 4rem;
height: 4rem;
}
.avatar-l3-500 {
width: 5rem;
height: 5rem;
}
.avatar-l3-600 {
width: 6rem;
height: 6rem;
}
.avatar-l3-700 {
width: 7rem;
height: 7rem;
}
.avatar-l3-800 {
width: 8rem;
height: 8rem;
}
.avatar-l3-900 {
width: 9rem;
height: 9rem;
}
.avatar-l3-1000 {
width: 10rem;
height: 10rem;
}
.avatar-l3-1100 {
width: 11rem;
height: 11rem;
}
}
@media (min-width: 1920px) {
.avatar-l4-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-l4-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-l4-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-l4-100 {
width: 1rem;
height: 1rem;
}
.avatar-l4-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-l4-200 {
width: 2rem;
height: 2rem;
}
.avatar-l4-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-l4-300 {
width: 3rem;
height: 3rem;
}
.avatar-l4-400 {
width: 4rem;
height: 4rem;
}
.avatar-l4-500 {
width: 5rem;
height: 5rem;
}
.avatar-l4-600 {
width: 6rem;
height: 6rem;
}
.avatar-l4-700 {
width: 7rem;
height: 7rem;
}
.avatar-l4-800 {
width: 8rem;
height: 8rem;
}
.avatar-l4-900 {
width: 9rem;
height: 9rem;
}
.avatar-l4-1000 {
width: 10rem;
height: 10rem;
}
.avatar-l4-1100 {
width: 11rem;
height: 11rem;
}
}
@media (min-width: 2560px) {
.avatar-l5-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-l5-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-l5-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-l5-100 {
width: 1rem;
height: 1rem;
}
.avatar-l5-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-l5-200 {
width: 2rem;
height: 2rem;
}
.avatar-l5-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-l5-300 {
width: 3rem;
height: 3rem;
}
.avatar-l5-400 {
width: 4rem;
height: 4rem;
}
.avatar-l5-500 {
width: 5rem;
height: 5rem;
}
.avatar-l5-600 {
width: 6rem;
height: 6rem;
}
.avatar-l5-700 {
width: 7rem;
height: 7rem;
}
.avatar-l5-800 {
width: 8rem;
height: 8rem;
}
.avatar-l5-900 {
width: 9rem;
height: 9rem;
}
.avatar-l5-1000 {
width: 10rem;
height: 10rem;
}
.avatar-l5-1100 {
width: 11rem;
height: 11rem;
}
}
@media (min-width: 3200px) {
.avatar-l6-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-l6-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-l6-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-l6-100 {
width: 1rem;
height: 1rem;
}
.avatar-l6-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-l6-200 {
width: 2rem;
height: 2rem;
}
.avatar-l6-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-l6-300 {
width: 3rem;
height: 3rem;
}
.avatar-l6-400 {
width: 4rem;
height: 4rem;
}
.avatar-l6-500 {
width: 5rem;
height: 5rem;
}
.avatar-l6-600 {
width: 6rem;
height: 6rem;
}
.avatar-l6-700 {
width: 7rem;
height: 7rem;
}
.avatar-l6-800 {
width: 8rem;
height: 8rem;
}
.avatar-l6-900 {
width: 9rem;
height: 9rem;
}
.avatar-l6-1000 {
width: 10rem;
height: 10rem;
}
.avatar-l6-1100 {
width: 11rem;
height: 11rem;
}
}
@media (min-width: 3840px) {
.avatar-l7-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-l7-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-l7-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-l7-100 {
width: 1rem;
height: 1rem;
}
.avatar-l7-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-l7-200 {
width: 2rem;
height: 2rem;
}
.avatar-l7-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-l7-300 {
width: 3rem;
height: 3rem;
}
.avatar-l7-400 {
width: 4rem;
height: 4rem;
}
.avatar-l7-500 {
width: 5rem;
height: 5rem;
}
.avatar-l7-600 {
width: 6rem;
height: 6rem;
}
.avatar-l7-700 {
width: 7rem;
height: 7rem;
}
.avatar-l7-800 {
width: 8rem;
height: 8rem;
}
.avatar-l7-900 {
width: 9rem;
height: 9rem;
}
.avatar-l7-1000 {
width: 10rem;
height: 10rem;
}
.avatar-l7-1100 {
width: 11rem;
height: 11rem;
}
}
@media (min-width: 5120px) {
.avatar-l8-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-l8-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-l8-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-l8-100 {
width: 1rem;
height: 1rem;
}
.avatar-l8-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-l8-200 {
width: 2rem;
height: 2rem;
}
.avatar-l8-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-l8-300 {
width: 3rem;
height: 3rem;
}
.avatar-l8-400 {
width: 4rem;
height: 4rem;
}
.avatar-l8-500 {
width: 5rem;
height: 5rem;
}
.avatar-l8-600 {
width: 6rem;
height: 6rem;
}
.avatar-l8-700 {
width: 7rem;
height: 7rem;
}
.avatar-l8-800 {
width: 8rem;
height: 8rem;
}
.avatar-l8-900 {
width: 9rem;
height: 9rem;
}
.avatar-l8-1000 {
width: 10rem;
height: 10rem;
}
.avatar-l8-1100 {
width: 11rem;
height: 11rem;
}
}
.back-to-top-btn {
position: fixed;
right: 16px;
bottom: 16px;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 40px;
height: 40px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #ffffff;
background-color: #343a40;
border-color: #343a40;
border-radius: 50% !important;
opacity: 0.3;
}
.back-to-top-btn:hover {
opacity: 1;
}
.back-to-top-btn-enter-active {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.back-to-top-btn-leave-active {
-webkit-transition: all 0.3s cubic-bezier(1, 0.3, 0.5, 1);
transition: all 0.3s cubic-bezier(1, 0.3, 0.5, 1);
}
.back-to-top-btn-enter,
.back-to-top-btn-leave-to {
-webkit-transform: translateY(60px);
transform: translateY(60px);
}
.back-to-top-btn-leave,
.back-to-top-btn-enter-to {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.container-max-width-sm {
max-width: 540px;
}
.container-max-width-md {
max-width: 720px;
}
.container-max-width-lg {
max-width: 960px;
}
.container-max-width-xl {
max-width: 1140px;
}
.container-max-width-l2 {
max-width: 1380px;
}
.container-max-width-l3 {
max-width: 1540px;
}
.container-max-width-l4 {
max-width: 1860px;
}
.container-max-width-l5 {
max-width: 2500px;
}
.container-max-width-l6 {
max-width: 3140px;
}
.container-max-width-l7 {
max-width: 3760px;
}
.container-max-width-l8 {
max-width: 5020px;
}
.cursor-inherit {
cursor: inherit;
}
.cursor-unset {
cursor: unset;
}
.cursor-alias {
cursor: alias;
}
.cursor-all-scroll {
cursor: all-scroll;
}
.cursor-auto {
cursor: auto;
}
.cursor-cell {
cursor: cell;
}
.cursor-context-menu {
cursor: context-menu;
}
.cursor-col-resize {
cursor: col-resize;
}
.cursor-copy {
cursor: copy;
}
.cursor-crosshair {
cursor: crosshair;
}
.cursor-default {
cursor: default;
}
.cursor-e-resize {
cursor: e-resize;
}
.cursor-ew-resize {
cursor: ew-resize;
}
.cursor-grab {
cursor: -webkit-grab;
cursor: grab;
}
.cursor-grabbing {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.cursor-help {
cursor: help;
}
.cursor-move {
cursor: move;
}
.cursor-n-resize {
cursor: n-resize;
}
.cursor-ne-resize {
cursor: ne-resize;
}
.cursor-nesw-resize {
cursor: nesw-resize;
}
.cursor-ns-resize {
cursor: ns-resize;
}
.cursor-nw-resize {
cursor: nw-resize;
}
.cursor-nwse-resize {
cursor: nwse-resize;
}
.cursor-no-drop {
cursor: no-drop;
}
.cursor-none {
cursor: none;
}
.cursor-not-allowed {
cursor: not-allowed;
}
.cursor-pointer {
cursor: pointer;
}
.cursor-progress {
cursor: progress;
}
.cursor-row-resize {
cursor: row-resize;
}
.cursor-s-resize {
cursor: s-resize;
}
.cursor-se-resize {
cursor: se-resize;
}
.cursor-sw-resize {
cursor: sw-resize;
}
.cursor-text {
cursor: text;
}
.cursor-url {
cursor: pointer;
}
.cursor-w-resize {
cursor: w-resize;
}
.cursor-wait {
cursor: wait;
}
.cursor-zoom-in {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.cursor-zoom-out {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.d-table-column {
display: table-column !important;
}
@media (min-width: 576px) {
.d-sm-table-column {
display: table-column !important;
}
}
@media (min-width: 768px) {
.d-md-table-column {
display: table-column !important;
}
}
@media (min-width: 992px) {
.d-lg-table-column {
display: table-column !important;
}
}
@media (min-width: 1200px) {
.d-xl-table-column {
display: table-column !important;
}
}
@media (min-width: 1440px) {
.d-l2-table-column {
display: table-column !important;
}
}
@media (min-width: 1600px) {
.d-l3-table-column {
display: table-column !important;
}
}
@media (min-width: 1920px) {
.d-l4-table-column {
display: table-column !important;
}
}
@media (min-width: 2560px) {
.d-l5-table-column {
display: table-column !important;
}
}
@media (min-width: 3200px) {
.d-l6-table-column {
display: table-column !important;
}
}
@media (min-width: 3840px) {
.d-l7-table-column {
display: table-column !important;
}
}
@media (min-width: 5120px) {
.d-l8-table-column {
display: table-column !important;
}
}
div.editor {
background: #fff;
border: 2px solid #dbdfe4;
position: relative;
margin: 0;
-webkit-appearance: none;
}
div.editor div.alert.error {
position: relative;
margin-bottom: 0;
padding: 0.5rem 0.75rem;
}
div.editor div.alert.error::before {
content: "";
position: absolute;
left: -2px;
top: -3px;
right: -2px;
border-top: 2px solid #dbdfe4;
}
div.editor div.EditArea {
color: #2a2e2e;
background-color: #fff;
outline: 0px solid transparent;
cursor: text;
resize: none;
border: 0;
padding: 0.5rem;
margin: 0;
width: 100%;
height: auto;
min-height: 5.2rem;
line-height: 1.4rem;
overflow-y: scroll;
word-break: break-word;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
overflow: auto;
overflow-wrap: break-word;
max-height: 28rem;
-webkit-user-modify: read-write-plaintext-only;
-moz-user-modify: read-write-plaintext-only;
user-modify: read-write-plaintext-only;
}
div.editor div.EditArea.border-top {
border-top: 2px solid #dbdfe4;
}
div.editor div.toolBar {
position: relative;
height: 31px;
border-top: 2px solid #dbdfe4;
background-color: #f6f8f9;
}
div.editor div.toolBar .btn-group-wrapper {
width: 100%;
overflow-y: hidden;
overflow-x: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding-right: 100px;
}
div.editor div.toolBar button {
-webkit-box-shadow: none;
box-shadow: none;
}
div.editor div.toolBar button.submit {
position: absolute;
top: -2px;
right: -2px;
bottom: 0;
height: 33px;
}
.flash-msg {
position: fixed;
z-index: 1070;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
bottom: 0;
left: 0;
right: 0;
}
.flash-msg .alert {
width: 100%;
margin: 0;
border-radius: unset;
}
.font-size-25 {
font-size: 0.25rem;
}
.font-size-50 {
font-size: 0.5rem;
}
.font-size-75 {
font-size: 0.75rem;
}
.font-size-80 {
font-size: 0.8rem;
}
.font-size-90 {
font-size: 0.9rem;
}
.font-size-100 {
font-size: 1rem;
}
.font-size-150 {
font-size: 1.5rem;
}
.font-size-200 {
font-size: 2rem;
}
.font-size-250 {
font-size: 2.5rem;
}
.font-size-300 {
font-size: 3rem;
}
.font-size-400 {
font-size: 4rem;
}
.font-size-500 {
font-size: 5rem;
}
.font-size-xs-25 {
font-size: 0.25rem;
}
.font-size-xs-50 {
font-size: 0.5rem;
}
.font-size-xs-75 {
font-size: 0.75rem;
}
.font-size-xs-80 {
font-size: 0.8rem;
}
.font-size-xs-90 {
font-size: 0.9rem;
}
.font-size-xs-100 {
font-size: 1rem;
}
.font-size-xs-150 {
font-size: 1.5rem;
}
.font-size-xs-200 {
font-size: 2rem;
}
.font-size-xs-250 {
font-size: 2.5rem;
}
.font-size-xs-300 {
font-size: 3rem;
}
.font-size-xs-400 {
font-size: 4rem;
}
.font-size-xs-500 {
font-size: 5rem;
}
@media (min-width: 576px) {
.font-size-sm-25 {
font-size: 0.25rem;
}
.font-size-sm-50 {
font-size: 0.5rem;
}
.font-size-sm-75 {
font-size: 0.75rem;
}
.font-size-sm-80 {
font-size: 0.8rem;
}
.font-size-sm-90 {
font-size: 0.9rem;
}
.font-size-sm-100 {
font-size: 1rem;
}
.font-size-sm-150 {
font-size: 1.5rem;
}
.font-size-sm-200 {
font-size: 2rem;
}
.font-size-sm-250 {
font-size: 2.5rem;
}
.font-size-sm-300 {
font-size: 3rem;
}
.font-size-sm-400 {
font-size: 4rem;
}
.font-size-sm-500 {
font-size: 5rem;
}
}
@media (min-width: 768px) {
.font-size-md-25 {
font-size: 0.25rem;
}
.font-size-md-50 {
font-size: 0.5rem;
}
.font-size-md-75 {
font-size: 0.75rem;
}
.font-size-md-80 {
font-size: 0.8rem;
}
.font-size-md-90 {
font-size: 0.9rem;
}
.font-size-md-100 {
font-size: 1rem;
}
.font-size-md-150 {
font-size: 1.5rem;
}
.font-size-md-200 {
font-size: 2rem;
}
.font-size-md-250 {
font-size: 2.5rem;
}
.font-size-md-300 {
font-size: 3rem;
}
.font-size-md-400 {
font-size: 4rem;
}
.font-size-md-500 {
font-size: 5rem;
}
}
@media (min-width: 992px) {
.font-size-lg-25 {
font-size: 0.25rem;
}
.font-size-lg-50 {
font-size: 0.5rem;
}
.font-size-lg-75 {
font-size: 0.75rem;
}
.font-size-lg-80 {
font-size: 0.8rem;
}
.font-size-lg-90 {
font-size: 0.9rem;
}
.font-size-lg-100 {
font-size: 1rem;
}
.font-size-lg-150 {
font-size: 1.5rem;
}
.font-size-lg-200 {
font-size: 2rem;
}
.font-size-lg-250 {
font-size: 2.5rem;
}
.font-size-lg-300 {
font-size: 3rem;
}
.font-size-lg-400 {
font-size: 4rem;
}
.font-size-lg-500 {
font-size: 5rem;
}
}
@media (min-width: 1200px) {
.font-size-xl-25 {
font-size: 0.25rem;
}
.font-size-xl-50 {
font-size: 0.5rem;
}
.font-size-xl-75 {
font-size: 0.75rem;
}
.font-size-xl-80 {
font-size: 0.8rem;
}
.font-size-xl-90 {
font-size: 0.9rem;
}
.font-size-xl-100 {
font-size: 1rem;
}
.font-size-xl-150 {
font-size: 1.5rem;
}
.font-size-xl-200 {
font-size: 2rem;
}
.font-size-xl-250 {
font-size: 2.5rem;
}
.font-size-xl-300 {
font-size: 3rem;
}
.font-size-xl-400 {
font-size: 4rem;
}
.font-size-xl-500 {
font-size: 5rem;
}
}
@media (min-width: 1440px) {
.font-size-l2-25 {
font-size: 0.25rem;
}
.font-size-l2-50 {
font-size: 0.5rem;
}
.font-size-l2-75 {
font-size: 0.75rem;
}
.font-size-l2-80 {
font-size: 0.8rem;
}
.font-size-l2-90 {
font-size: 0.9rem;
}
.font-size-l2-100 {
font-size: 1rem;
}
.font-size-l2-150 {
font-size: 1.5rem;
}
.font-size-l2-200 {
font-size: 2rem;
}
.font-size-l2-250 {
font-size: 2.5rem;
}
.font-size-l2-300 {
font-size: 3rem;
}
.font-size-l2-400 {
font-size: 4rem;
}
.font-size-l2-500 {
font-size: 5rem;
}
}
@media (min-width: 1600px) {
.font-size-l3-25 {
font-size: 0.25rem;
}
.font-size-l3-50 {
font-size: 0.5rem;
}
.font-size-l3-75 {
font-size: 0.75rem;
}
.font-size-l3-80 {
font-size: 0.8rem;
}
.font-size-l3-90 {
font-size: 0.9rem;
}
.font-size-l3-100 {
font-size: 1rem;
}
.font-size-l3-150 {
font-size: 1.5rem;
}
.font-size-l3-200 {
font-size: 2rem;
}
.font-size-l3-250 {
font-size: 2.5rem;
}
.font-size-l3-300 {
font-size: 3rem;
}
.font-size-l3-400 {
font-size: 4rem;
}
.font-size-l3-500 {
font-size: 5rem;
}
}
@media (min-width: 1920px) {
.font-size-l4-25 {
font-size: 0.25rem;
}
.font-size-l4-50 {
font-size: 0.5rem;
}
.font-size-l4-75 {
font-size: 0.75rem;
}
.font-size-l4-80 {
font-size: 0.8rem;
}
.font-size-l4-90 {
font-size: 0.9rem;
}
.font-size-l4-100 {
font-size: 1rem;
}
.font-size-l4-150 {
font-size: 1.5rem;
}
.font-size-l4-200 {
font-size: 2rem;
}
.font-size-l4-250 {
font-size: 2.5rem;
}
.font-size-l4-300 {
font-size: 3rem;
}
.font-size-l4-400 {
font-size: 4rem;
}
.font-size-l4-500 {
font-size: 5rem;
}
}
@media (min-width: 2560px) {
.font-size-l5-25 {
font-size: 0.25rem;
}
.font-size-l5-50 {
font-size: 0.5rem;
}
.font-size-l5-75 {
font-size: 0.75rem;
}
.font-size-l5-80 {
font-size: 0.8rem;
}
.font-size-l5-90 {
font-size: 0.9rem;
}
.font-size-l5-100 {
font-size: 1rem;
}
.font-size-l5-150 {
font-size: 1.5rem;
}
.font-size-l5-200 {
font-size: 2rem;
}
.font-size-l5-250 {
font-size: 2.5rem;
}
.font-size-l5-300 {
font-size: 3rem;
}
.font-size-l5-400 {
font-size: 4rem;
}
.font-size-l5-500 {
font-size: 5rem;
}
}
@media (min-width: 3200px) {
.font-size-l6-25 {
font-size: 0.25rem;
}
.font-size-l6-50 {
font-size: 0.5rem;
}
.font-size-l6-75 {
font-size: 0.75rem;
}
.font-size-l6-80 {
font-size: 0.8rem;
}
.font-size-l6-90 {
font-size: 0.9rem;
}
.font-size-l6-100 {
font-size: 1rem;
}
.font-size-l6-150 {
font-size: 1.5rem;
}
.font-size-l6-200 {
font-size: 2rem;
}
.font-size-l6-250 {
font-size: 2.5rem;
}
.font-size-l6-300 {
font-size: 3rem;
}
.font-size-l6-400 {
font-size: 4rem;
}
.font-size-l6-500 {
font-size: 5rem;
}
}
@media (min-width: 3840px) {
.font-size-l7-25 {
font-size: 0.25rem;
}
.font-size-l7-50 {
font-size: 0.5rem;
}
.font-size-l7-75 {
font-size: 0.75rem;
}
.font-size-l7-80 {
font-size: 0.8rem;
}
.font-size-l7-90 {
font-size: 0.9rem;
}
.font-size-l7-100 {
font-size: 1rem;
}
.font-size-l7-150 {
font-size: 1.5rem;
}
.font-size-l7-200 {
font-size: 2rem;
}
.font-size-l7-250 {
font-size: 2.5rem;
}
.font-size-l7-300 {
font-size: 3rem;
}
.font-size-l7-400 {
font-size: 4rem;
}
.font-size-l7-500 {
font-size: 5rem;
}
}
@media (min-width: 5120px) {
.font-size-l8-25 {
font-size: 0.25rem;
}
.font-size-l8-50 {
font-size: 0.5rem;
}
.font-size-l8-75 {
font-size: 0.75rem;
}
.font-size-l8-80 {
font-size: 0.8rem;
}
.font-size-l8-90 {
font-size: 0.9rem;
}
.font-size-l8-100 {
font-size: 1rem;
}
.font-size-l8-150 {
font-size: 1.5rem;
}
.font-size-l8-200 {
font-size: 2rem;
}
.font-size-l8-250 {
font-size: 2.5rem;
}
.font-size-l8-300 {
font-size: 3rem;
}
.font-size-l8-400 {
font-size: 4rem;
}
.font-size-l8-500 {
font-size: 5rem;
}
}
.font-variant-small-caps {
font-variant: small-caps;
}
.font-variant-petite-caps {
font-variant: petite-caps;
}
.limit-html {
overflow-y: hidden;
overflow-x: auto;
white-space: normal;
}
.limit-html pre {
color: inherit;
}
.limit-html pre,
.limit-html p {
padding: 0;
margin: 0;
}
.limit-html h1, .limit-html .h1,
.limit-html h2,
.limit-html .h2,
.limit-html h3,
.limit-html .h3,
.limit-html h4,
.limit-html .h4,
.limit-html h5,
.limit-html .h5,
.limit-html h6,
.limit-html .h6 {
margin: initial;
}
.limit-html ol,
.limit-html ul,
.limit-html dl {
margin-top: 0;
margin-bottom: 0;
}
.limit-html-img {
max-width: 100%;
}
.limit-html-code {
color: #e83e8c;
}
.limit-html-quote {
position: relative;
padding: 1rem 2rem;
margin: 0;
}
.limit-html-quote::before {
content: "\201C";
position: absolute;
top: 0;
left: 0;
font-size: 3rem;
line-height: 3rem;
}
.limit-html-quote::after {
content: "\201E";
position: absolute;
bottom: 0;
right: 0;
font-size: 3rem;
line-height: 3rem;
}
.limit-html-spoiler {
display: inline;
background-color: #687a86;
color: transparent;
padding: 0 0.5em;
}
.limit-html-spoiler a,
.limit-html-spoiler a:link,
.limit-html-spoiler a:hover,
.limit-html-spoiler a:active {
visibility: hidden;
-webkit-transition: none;
transition: none;
}
.limit-html-spoiler:hover, .limit-html-spoiler:focus, .limit-html-spoiler:active, .limit-html-spoiler:focus-within {
color: inherit;
background-color: transparent;
outline-style: dashed;
outline-width: 0.5px;
outline-offset: 0px;
outline-color: pink;
}
.limit-html-spoiler:hover a,
.limit-html-spoiler:hover a:link,
.limit-html-spoiler:hover a:hover,
.limit-html-spoiler:hover a:active, .limit-html-spoiler:focus a,
.limit-html-spoiler:focus a:link,
.limit-html-spoiler:focus a:hover,
.limit-html-spoiler:focus a:active, .limit-html-spoiler:active a,
.limit-html-spoiler:active a:link,
.limit-html-spoiler:active a:hover,
.limit-html-spoiler:active a:active, .limit-html-spoiler:focus-within a,
.limit-html-spoiler:focus-within a:link,
.limit-html-spoiler:focus-within a:hover,
.limit-html-spoiler:focus-within a:active {
visibility: visible;
}
.line-height-025 {
line-height: 0.25rem;
}
.line-height-050 {
line-height: 0.5rem;
}
.line-height-075 {
line-height: 0.75rem;
}
.line-height-100 {
line-height: 1;
}
.line-height-150 {
line-height: 1.5rem;
}
.line-height-200 {
line-height: 2rem;
}
.line-height-250 {
line-height: 2.5rem;
}
.line-height-300 {
line-height: 3rem;
}
.line-height-400 {
line-height: 4rem;
}
.line-height-500 {
line-height: 5rem;
}
/* line top */
.line-t {
position: relative;
}
.line-t::before {
content: "";
position: absolute;
left: 0;
bottom: auto;
right: auto;
top: 0px;
height: 1px;
width: 100%;
background-color: #ced4da;
display: block;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
/* line bottom */
.line-b {
position: relative;
}
.line-b::after {
content: "";
position: absolute;
left: 0;
bottom: 0px;
right: auto;
top: auto;
height: 1px;
width: 100%;
background-color: #ced4da;
display: block;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
/* line top with fade */
.line-t-f {
position: relative;
}
.line-t-f::before {
content: "";
position: absolute;
left: 0;
bottom: auto;
right: auto;
top: 0px;
height: 1px;
width: 100%;
background-color: transparent;
display: block;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
opacity: 0.8;
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.01)), color-stop(10%, rgba(0, 0, 0, 0.1)), color-stop(20%, rgba(0, 0, 0, 0.2)), color-stop(30%, rgba(0, 0, 0, 0.3)), color-stop(70%, rgba(0, 0, 0, 0.3)), color-stop(80%, rgba(0, 0, 0, 0.2)), color-stop(90%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.01)));
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0.01) 100%);
}
/* line bottom with fade */
.line-b-f {
position: relative;
}
.line-b-f::after {
content: "";
position: absolute;
left: 0;
bottom: 0px;
right: auto;
top: auto;
height: 1px;
width: 100%;
background-color: transparent;
display: block;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
opacity: 0.8;
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.01)), color-stop(10%, rgba(0, 0, 0, 0.1)), color-stop(20%, rgba(0, 0, 0, 0.2)), color-stop(30%, rgba(0, 0, 0, 0.3)), color-stop(70%, rgba(0, 0, 0, 0.3)), color-stop(80%, rgba(0, 0, 0, 0.2)), color-stop(90%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.01)));
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0.01) 100%);
}
span.highlight-text {
color: #dc3545;
background-color: #fff3cd;
}
.btn-small-50 {
padding: 0px 3px;
font-size: 0.50rem;
}
.btn-small-75 {
padding: 0px 5px;
font-size: 0.75rem;
}
.modal-mask {
position: absolute;
z-index: 1040;
top: 0;
left: 0;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: table;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.modal-wrapper {
display: block;
}
body.body-for-modal-mask {
overflow: hidden;
}
.notification {
position: fixed;
z-index: 1070;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
}
.notification .alert {
width: 100%;
margin: 0;
border-radius: unset;
}
.notification .progress {
position: absolute;
height: 5px;
background-color: transparent;
opacity: 50%;
}
.notification.t {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
left: 0;
right: 0;
top: 0;
}
.notification.t .alert {
border-top: 0;
}
.notification.t .progress {
left: 0;
right: 0;
top: 0;
}
.notification.b {
left: 0;
right: 0;
bottom: 0;
}
.notification.b .alert {
border-bottom: 0;
}
.notification.b .progress {
left: 0;
right: 0;
bottom: 0;
}
.rate-star {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
position: relative;
width: 100px;
height: 1.5rem;
line-height: 1.5rem;
-webkit-transform-origin: left top;
transform-origin: left top;
}
.rate-star.s025 {
-webkit-transform: scale(0.25);
transform: scale(0.25);
}
.rate-star.s050 {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.rate-star.s075 {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.rate-star.s200 {
-webkit-transform: scale(2);
transform: scale(2);
}
.rate-star.s300 {
-webkit-transform: scale(3);
transform: scale(3);
}
.rate-star span.base {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
color: #ced4da;
}
.rate-star span.face {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
bottom: 0;
left: 0;
height: 100%;
color: #fd7e14;
}
.rate-star div.mask {
overflow: hidden;
position: absolute;
top: 0;
bottom: 0;
left: 0;
height: 100%;
overflow: hidden;
}
/*!
* Waves v0.7.6
* http://fian.my.id/Waves
*
* Copyright 2014-2018 <NAME> and other contributors
* Released under the MIT license
* https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
position: relative;
cursor: pointer;
display: inline-block;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
position: absolute;
border-radius: 50%;
width: 100px;
height: 100px;
margin-top: -50px;
margin-left: -50px;
opacity: 0;
background: rgba(0, 0, 0, 0.2);
background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
-webkit-transition-property: -webkit-transform, opacity;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-transform: scale(0) translate(0, 0);
transform: scale(0) translate(0, 0);
pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
background: rgba(255, 255, 255, 0.4);
background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
background: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
-webkit-transition: none !important;
transition: none !important;
}
.waves-button,
.waves-circle {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: none;
outline: none;
color: inherit;
background-color: rgba(0, 0, 0, 0);
font-size: 1em;
line-height: 1em;
text-align: center;
text-decoration: none;
z-index: 1;
}
.waves-button {
padding: 0.85em 1.1em;
border-radius: 0.2em;
}
.waves-button-input {
margin: 0;
padding: 0.85em 1.1em;
}
.waves-input-wrapper {
border-radius: 0.2em;
vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
padding: 0;
}
.waves-input-wrapper .waves-button-input {
position: relative;
top: 0;
left: 0;
z-index: 1;
}
.waves-circle {
text-align: center;
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
border-radius: 50%;
}
.waves-float {
-webkit-mask-image: none;
-webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
-webkit-transition: all 300ms;
transition: all 300ms;
}
.waves-float:active {
-webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
display: block;
}
.score-dist-chart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.score-dist-chart .score-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 1;
}
.score-dist-chart .score-row .field {
width: 2rem;
text-align: left;
font-size: 0.9rem;
}
.score-dist-chart .score-row .progress {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
height: .6rem;
}
.score-dist-chart .score-row .percent {
width: 4rem;
text-align: right;
font-size: 0.9rem;
}
.shadow-0 {
-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 rgba(0, 0, 0, 0.12);
}
.shadow-1 {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.shadow-2 {
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.shadow-3 {
-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
}
.shadow-4 {
-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12);
}
.shadow-5 {
-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14), 0 1px 14px rgba(0, 0, 0, 0.12);
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14), 0 1px 14px rgba(0, 0, 0, 0.12);
}
.shadow-6 {
-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12);
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12);
}
.shadow-7 {
-webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.shadow-8 {
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.shadow-9 {
-webkit-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.shadow-10 {
-webkit-box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.shadow-11 {
-webkit-box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.shadow-12 {
-webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.shadow-13 {
-webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.shadow-14 {
-webkit-box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.shadow-15 {
-webkit-box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.shadow-16 {
-webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.shadow-17 {
-webkit-box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.shadow-18 {
-webkit-box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.shadow-19 {
-webkit-box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.shadow-20 {
-webkit-box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.shadow-21 {
-webkit-box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.shadow-22 {
-webkit-box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.shadow-23 {
-webkit-box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.shadow-24 {
-webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.shadow-up-0 {
-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 rgba(0, 0, 0, 0.12);
}
.shadow-up-1 {
-webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(0, 0, 0, 0.14), 0 -2px 1px -1px rgba(0, 0, 0, 0.12);
box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(0, 0, 0, 0.14), 0 -2px 1px -1px rgba(0, 0, 0, 0.12);
}
.shadow-up-2 {
-webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2), 0 -2px 2px rgba(0, 0, 0, 0.14), 0 -3px 1px -2px rgba(0, 0, 0, 0.12);
box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2), 0 -2px 2px rgba(0, 0, 0, 0.14), 0 -3px 1px -2px rgba(0, 0, 0, 0.12);
}
.shadow-up-3 {
-webkit-box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.2), 0 -3px 4px rgba(0, 0, 0, 0.14), 0 -3px 3px -2px rgba(0, 0, 0, 0.12);
box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.2), 0 -3px 4px rgba(0, 0, 0, 0.14), 0 -3px 3px -2px rgba(0, 0, 0, 0.12);
}
.shadow-up-4 {
-webkit-box-shadow: 0 -2px 4px -1px rgba(0, 0, 0, 0.2), 0 -4px 5px rgba(0, 0, 0, 0.14), 0 -1px 10px rgba(0, 0, 0, 0.12);
box-shadow: 0 -2px 4px -1px rgba(0, 0, 0, 0.2), 0 -4px 5px rgba(0, 0, 0, 0.14), 0 -1px 10px rgba(0, 0, 0, 0.12);
}
.shadow-up-5 {
-webkit-box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, 0.2), 0 -5px 8px rgba(0, 0, 0, 0.14), 0 -1px 14px rgba(0, 0, 0, 0.12);
box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, 0.2), 0 -5px 8px rgba(0, 0, 0, 0.14), 0 -1px 14px rgba(0, 0, 0, 0.12);
}
.shadow-up-6 {
-webkit-box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, 0.2), 0 -6px 10px rgba(0, 0, 0, 0.14), 0 -1px 18px rgba(0, 0, 0, 0.12);
box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, 0.2), 0 -6px 10px rgba(0, 0, 0, 0.14), 0 -1px 18px rgba(0, 0, 0, 0.12);
}
.shadow-up-7 {
-webkit-box-shadow: 0 -4px 5px -2px rgba(0, 0, 0, 0.2), 0 -7px 10px 1px rgba(0, 0, 0, 0.14), 0 -2px 16px 1px rgba(0, 0, 0, 0.12);
box-shadow: 0 -4px 5px -2px rgba(0, 0, 0, 0.2), 0 -7px 10px 1px rgba(0, 0, 0, 0.14), 0 -2px 16px 1px rgba(0, 0, 0, 0.12);
}
.shadow-up-8 {
-webkit-box-shadow: 0 -5px 5px -3px rgba(0, 0, 0, 0.2), 0 -8px 10px 1px rgba(0, 0, 0, 0.14), 0 -3px 14px 2px rgba(0, 0, 0, 0.12);
box-shadow: 0 -5px 5px -3px rgba(0, 0, 0, 0.2), 0 -8px 10px 1px rgba(0, 0, 0, 0.14), 0 -3px 14px 2px rgba(0, 0, 0, 0.12);
}
.shadow-up-9 {
-webkit-box-shadow: 0 -5px 6px -3px rgba(0, 0, 0, 0.2), 0 -9px 12px 1px rgba(0, 0, 0, 0.14), 0 -3px 16px 2px rgba(0, 0, 0, 0.12);
box-shadow: 0 -5px 6px -3px rgba(0, 0, 0, 0.2), 0 -9px 12px 1px rgba(0, 0, 0, 0.14), 0 -3px 16px 2px rgba(0, 0, 0, 0.12);
}
.shadow-up-10 {
-webkit-box-shadow: 0 -6px 6px -3px rgba(0, 0, 0, 0.2), 0 -10px 14px 1px rgba(0, 0, 0, 0.14), 0 -4px 18px 3px rgba(0, 0, 0, 0.12);
box-shadow: 0 -6px 6px -3px rgba(0, 0, 0, 0.2), 0 -10px 14px 1px rgba(0, 0, 0, 0.14), 0 -4px 18px 3px rgba(0, 0, 0, 0.12);
}
.shadow-up-11 {
-webkit-box-shadow: 0 -6px 7px -4px rgba(0, 0, 0, 0.2), 0 -11px 15px 1px rgba(0, 0, 0, 0.14), 0 -4px 20px 3px rgba(0, 0, 0, 0.12);
box-shadow: 0 -6px 7px -4px rgba(0, 0, 0, 0.2), 0 -11px 15px 1px rgba(0, 0, 0, 0.14), 0 -4px 20px 3px rgba(0, 0, 0, 0.12);
}
.shadow-up-12 {
-webkit-box-shadow: 0 -7px 8px -4px rgba(0, 0, 0, 0.2), 0 -12px 17px 2px rgba(0, 0, 0, 0.14), 0 -5px 22px 4px rgba(0, 0, 0, 0.12);
box-shadow: 0 -7px 8px -4px rgba(0, 0, 0, 0.2), 0 -12px 17px 2px rgba(0, 0, 0, 0.14), 0 -5px 22px 4px rgba(0, 0, 0, 0.12);
}
.shadow-up-13 {
-webkit-box-shadow: 0 -7px 8px -4px rgba(0, 0, 0, 0.2), 0 -13px 19px 2px rgba(0, 0, 0, 0.14), 0 -5px 24px 4px rgba(0, 0, 0, 0.12);
box-shadow: 0 -7px 8px -4px rgba(0, 0, 0, 0.2), 0 -13px 19px 2px rgba(0, 0, 0, 0.14), 0 -5px 24px 4px rgba(0, 0, 0, 0.12);
}
.shadow-up-14 {
-webkit-box-shadow: 0 -7px 9px -4px rgba(0, 0, 0, 0.2), 0 -14px 21px 2px rgba(0, 0, 0, 0.14), 0 -5px 26px 4px rgba(0, 0, 0, 0.12);
box-shadow: 0 -7px 9px -4px rgba(0, 0, 0, 0.2), 0 -14px 21px 2px rgba(0, 0, 0, 0.14), 0 -5px 26px 4px rgba(0, 0, 0, 0.12);
}
.shadow-up-15 {
-webkit-box-shadow: 0 -8px 9px -5px rgba(0, 0, 0, 0.2), 0 -15px 22px 2px rgba(0, 0, 0, 0.14), 0 -6px 28px 5px rgba(0, 0, 0, 0.12);
box-shadow: 0 -8px 9px -5px rgba(0, 0, 0, 0.2), 0 -15px 22px 2px rgba(0, 0, 0, 0.14), 0 -6px 28px 5px rgba(0, 0, 0, 0.12);
}
.shadow-up-16 {
-webkit-box-shadow: 0 -8px 10px -5px rgba(0, 0, 0, 0.2), 0 -16px 24px 2px rgba(0, 0, 0, 0.14), 0 -6px 30px 5px rgba(0, 0, 0, 0.12);
box-shadow: 0 -8px 10px -5px rgba(0, 0, 0, 0.2), 0 -16px 24px 2px rgba(0, 0, 0, 0.14), 0 -6px 30px 5px rgba(0, 0, 0, 0.12);
}
.shadow-up-17 {
-webkit-box-shadow: 0 -8px 11px -5px rgba(0, 0, 0, 0.2), 0 -17px 26px 2px rgba(0, 0, 0, 0.14), 0 -6px 32px 5px rgba(0, 0, 0, 0.12);
box-shadow: 0 -8px 11px -5px rgba(0, 0, 0, 0.2), 0 -17px 26px 2px rgba(0, 0, 0, 0.14), 0 -6px 32px 5px rgba(0, 0, 0, 0.12);
}
.shadow-up-18 {
-webkit-box-shadow: 0 -9px 11px -5px rgba(0, 0, 0, 0.2), 0 -18px 28px 2px rgba(0, 0, 0, 0.14), 0 -7px 34px 6px rgba(0, 0, 0, 0.12);
box-shadow: 0 -9px 11px -5px rgba(0, 0, 0, 0.2), 0 -18px 28px 2px rgba(0, 0, 0, 0.14), 0 -7px 34px 6px rgba(0, 0, 0, 0.12);
}
.shadow-up-19 {
-webkit-box-shadow: 0 -9px 12px -6px rgba(0, 0, 0, 0.2), 0 -19px 29px 2px rgba(0, 0, 0, 0.14), 0 -7px 36px 6px rgba(0, 0, 0, 0.12);
box-shadow: 0 -9px 12px -6px rgba(0, 0, 0, 0.2), 0 -19px 29px 2px rgba(0, 0, 0, 0.14), 0 -7px 36px 6px rgba(0, 0, 0, 0.12);
}
.shadow-up-20 {
-webkit-box-shadow: 0 -10px 13px -6px rgba(0, 0, 0, 0.2), 0 -20px 31px 3px rgba(0, 0, 0, 0.14), 0 -8px 38px 7px rgba(0, 0, 0, 0.12);
box-shadow: 0 -10px 13px -6px rgba(0, 0, 0, 0.2), 0 -20px 31px 3px rgba(0, 0, 0, 0.14), 0 -8px 38px 7px rgba(0, 0, 0, 0.12);
}
.shadow-up-21 {
-webkit-box-shadow: 0 -10px 13px -6px rgba(0, 0, 0, 0.2), 0 -21px 33px 3px rgba(0, 0, 0, 0.14), 0 -8px 40px 7px rgba(0, 0, 0, 0.12);
box-shadow: 0 -10px 13px -6px rgba(0, 0, 0, 0.2), 0 -21px 33px 3px rgba(0, 0, 0, 0.14), 0 -8px 40px 7px rgba(0, 0, 0, 0.12);
}
.shadow-up-22 {
-webkit-box-shadow: 0 -10px 14px -6px rgba(0, 0, 0, 0.2), 0 -22px 35px 3px rgba(0, 0, 0, 0.14), 0 -8px 42px 7px rgba(0, 0, 0, 0.12);
box-shadow: 0 -10px 14px -6px rgba(0, 0, 0, 0.2), 0 -22px 35px 3px rgba(0, 0, 0, 0.14), 0 -8px 42px 7px rgba(0, 0, 0, 0.12);
}
.shadow-up-23 {
-webkit-box-shadow: 0 -11px 14px -7px rgba(0, 0, 0, 0.2), 0 -23px 36px 3px rgba(0, 0, 0, 0.14), 0 -9px 44px 8px rgba(0, 0, 0, 0.12);
box-shadow: 0 -11px 14px -7px rgba(0, 0, 0, 0.2), 0 -23px 36px 3px rgba(0, 0, 0, 0.14), 0 -9px 44px 8px rgba(0, 0, 0, 0.12);
}
.shadow-up-24 {
-webkit-box-shadow: 0 -11px 15px -7px rgba(0, 0, 0, 0.2), 0 -24px 38px 3px rgba(0, 0, 0, 0.14), 0 -9px 46px 8px rgba(0, 0, 0, 0.12);
box-shadow: 0 -11px 15px -7px rgba(0, 0, 0, 0.2), 0 -24px 38px 3px rgba(0, 0, 0, 0.14), 0 -9px 46px 8px rgba(0, 0, 0, 0.12);
}
.shadow-transition {
-webkit-transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.no-shadow, .shadow-0 {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.inset-shadow {
-webkit-box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.7) inset !important;
box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.7) inset !important;
}
.text-line-over {
-webkit-text-decoration-line: overline;
text-decoration-line: overline;
}
.text-line-through {
-webkit-text-decoration-line: line-through;
text-decoration-line: line-through;
}
.text-line-under {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.text-ellipsis-1 {
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.text-ellipsis-2 {
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.text-ellipsis-3 {
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.text-ellipsis-4 {
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
}
.text-ellipsis-5 {
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
}
.text-ellipsis-6 {
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
}
.text-ellipsis-7 {
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 7;
}
.text-ellipsis-8 {
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 8;
}
.text-ellipsis-9 {
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 9;
}
.text-ellipsis-10 {
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 10;
}
.flip-x {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
/*IE*/
-webkit-filter: FlipH;
filter: FlipH;
}
.flip-y {
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
/*IE*/
-webkit-filter: FlipV;
filter: FlipV;
}
.height-enter-active,
.height-leave-active {
-webkit-transition: height 0.5s;
transition: height 0.5s;
}
.height-enter,
.height-leave-to {
height: 0;
}
/* .fade-leave-active below version 2.1.8 */
.fade-enter-active,
.fade-leave-active {
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
opacity: 0;
}
/* .slide-fade-leave-active for below version 2.1.8 */
.slide-fade-enter-active {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.slide-fade-leave-active {
-webkit-transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter,
.slide-fade-leave-to {
-webkit-transform: translateX(10px);
transform: translateX(10px);
opacity: 0;
}
.bounce-enter-active {
-webkit-animation: bounce-in 0.5s;
animation: bounce-in 0.5s;
}
.bounce-leave-active {
animation: bounce-in 0.5s reverse;
}
@-webkit-keyframes bounce-in {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounce-in {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
/* .list-leave-active for below version 2.1.8 */
.list-enter-active,
.list-leave-active {
-webkit-transition: all 1s;
transition: all 1s;
}
.list-enter,
.list-leave-to {
opacity: 0;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
/* .list-complete-leave-active for below version 2.1.8 */
.list-complete-enter,
.list-complete-leave-to {
opacity: 0;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
.list-complete-leave-active {
position: absolute;
}
.tristate-box {
cursor: pointer;
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 16px;
height: 16px;
line-height: 16px;
font-style: normal;
font-weight: normal;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #ffffff;
}
.tristate-box font {
padding-left: 1.5rem;
white-space: nowrap;
}
.tristate-box::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 16px;
height: 16px;
background: #e0e0e0;
}
.tristate-box font {
color: #333;
}
.tristate-box[state="J"] {
background-color: #28a745;
}
.tristate-box[state="J"]::after {
content: "";
position: absolute;
top: 4px;
left: 3px;
width: 11px;
height: 6.5px;
border: 3px solid #ffffff;
border-top: none;
border-right: none;
background: transparent;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.tristate-box[state="J"] font {
color: #28a745;
}
.tristate-box[state="X"] {
background-color: #dc3545;
}
.tristate-box[state="X"]::before {
content: "";
position: absolute;
top: 7px;
left: 3px;
width: 11px;
height: 3px;
background: #ffffff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.tristate-box[state="X"]::after {
content: "";
position: absolute;
top: 7px;
left: 3px;
width: 11px;
height: 3px;
background: #ffffff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.tristate-box[state="X"] font {
color: #dc3545;
}
.tristate-box:hover::before, .tristate-box:hover::after {
opacity: 0.85;
}
[v-cloak] {
visibility: hidden;
}
html,
body {
min-height: 100%;
height: 100%;
background-color: transparent !important;
}
a {
text-decoration: none;
background-color: transparent;
}
a:hover {
text-decoration: underline;
}
a.visited:visited {
color: #8d6e63 !important;
}
.wrapper {
position: relative;
}
footer.footer {
color: #999;
}
footer.footer a {
color: #777;
}
footer.footer .small-text {
font-size: 0.8rem;
}
div.mainer {
display: block;
}
div.mainer .content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.marking-form div.info {
border: 2px solid #dbdfe4;
position: relative;
margin: 0;
padding: 1rem;
}
.marking-form div.alert.error {
position: relative;
margin-bottom: 0;
padding: 0.5rem 0.75rem;
}
.marking-form div.alert.error::before {
content: "";
position: absolute;
left: -2px;
top: -3px;
right: -2px;
border-top: 2px solid #dbdfe4;
}
.marking-form div.editor {
background: #fff;
border: 2px solid #dbdfe4;
position: relative;
margin: 0;
-webkit-appearance: none;
}
.marking-form textarea {
width: 100%;
height: 5rem;
}
.marking-form div.headBar {
position: relative;
height: 31px;
border-bottom: 2px solid #dbdfe4;
background-color: #dbdfe4;
}
.marking-form div.toolBar {
position: relative;
height: 31px;
border-top: 2px solid #dbdfe4;
background-color: #f6f8f9;
}
.marking-form div.toolBar button.submit {
position: absolute;
top: -2px;
right: -2px;
bottom: 0;
height: 33px;
-webkit-box-shadow: none;
box-shadow: none;
}
.marking-show div.info {
border: 2px solid #dbdfe4;
position: relative;
margin: 0;
padding: 1rem;
}
.marking-show div.alert.error {
position: relative;
margin-bottom: 0;
padding: 0.5rem 0.75rem;
}
.marking-show div.alert.error::before {
content: "";
position: absolute;
left: -2px;
top: -3px;
right: -2px;
border-top: 2px solid #dbdfe4;
}
.marking-show div.MyMark {
background: #fff;
border: 2px solid #dbdfe4;
position: relative;
margin: 0;
-webkit-appearance: none;
}
.marking-show div.headBar {
position: relative;
height: 31px;
border-bottom: 2px solid #dbdfe4;
background-color: #dbdfe4;
}
.marking-show div.toolBar {
position: relative;
height: 31px;
border-top: 2px solid #dbdfe4;
background-color: #f6f8f9;
}
.marking-show div.toolBar button.submit {
position: absolute;
top: -2px;
right: -2px;
bottom: 0;
height: 33px;
-webkit-box-shadow: none;
box-shadow: none;
}
.marking-item {
overflow: hidden;
}
.marking-item img.avatar {
width: 40px;
height: 40px;
}
.discuss-form div.info {
border: 2px solid #dbdfe4;
position: relative;
margin: 0;
padding: 1rem;
}
.discuss-item {
overflow: hidden;
}
.discuss-item img.avatar {
width: 40px;
height: 40px;
}
.discuss-item .discuss-subs {
position: relative;
padding-left: 40px;
}
.discuss-item .discuss-subs::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 40px;
border-left: 1px solid #dde4e8;
}
.discuss-item .discuss-subs:hover::before {
border-left: 3px solid #bfccd3;
}
.discuss-node {
background-color: #dde4e8;
}
.discuss-indent {
padding-left: 40px;
}
div.AppContainer.profile header nav.nav.main {
background-color: #1d9ebc;
}
div.AppContainer.profile header nav.nav.main a.nav-link {
color: #fff;
font-weight: bold;
}
div.AppContainer.profile header nav.nav.main a.nav-link.active {
background-color: #0f5464;
}
div.AppContainer.profile header nav.nav.subs {
background-color: #ced8dd;
}
div.AppContainer.profile header nav.nav.subs a.nav-link {
padding: 0.25rem 0.5rem;
}
div.AppContainer.profile header nav.nav.subs a.nav-link.active {
background-color: #91a8b4;
}
/*# sourceMappingURL=app-base.css.map */ | public/css/app-base.css | :root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-primary: #167990;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #6f42c1;
--bs-warning: #ffc107;
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-font-sans-serif);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #333;
background-color: #ecf0f2;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}
hr {
margin: 1rem 0;
color: inherit;
background-color: currentColor;
border: 0;
opacity: 0.25;
}
hr:not([size]) {
height: 1px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
h1, .h1 {
font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
h1, .h1 {
font-size: 2.5rem;
}
}
h2, .h2 {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
h2, .h2 {
font-size: 2rem;
}
}
h3, .h3 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
h3, .h3 {
font-size: 1.75rem;
}
}
h4, .h4 {
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
h4, .h4 {
font-size: 1.5rem;
}
}
h5, .h5 {
font-size: 1.25rem;
}
h6, .h6 {
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul {
padding-left: 2rem;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small, .small {
font-size: 0.875em;
}
mark, .mark {
padding: 0.2em;
background-color: #fcf8e3;
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: #0f5464;
text-decoration: underline;
}
a:hover {
color: #082f38;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
direction: ltr /* rtl:ignore */;
unicode-bidi: bidi-override;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: #d63384;
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.2rem 0.4rem;
font-size: 0.875em;
color: #fff;
background-color: #212529;
}
kbd kbd {
padding: 0;
font-size: 1em;
font-weight: 700;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: #6c757d;
text-align: left;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role="button"] {
cursor: pointer;
}
select {
word-wrap: normal;
}
[list]::-webkit-calendar-picker-indicator {
display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer;
}
::-moz-focus-inner {
padding: 0;
border-style: none;
}
textarea {
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
float: left;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
}
@media (min-width: 1200px) {
legend {
font-size: 1.5rem;
}
}
legend + * {
clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
padding: 0;
}
::-webkit-inner-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
direction: ltr;
}
*/
::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
padding: 0;
}
::file-selector-button {
font: inherit;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
iframe {
border: 0;
}
summary {
display: list-item;
cursor: pointer;
}
progress {
vertical-align: baseline;
}
[hidden] {
display: none !important;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
}
.display-1 {
font-size: calc(1.625rem + 4.5vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-1 {
font-size: 5rem;
}
}
.display-2 {
font-size: calc(1.575rem + 3.9vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-2 {
font-size: 4.5rem;
}
}
.display-3 {
font-size: calc(1.525rem + 3.3vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-3 {
font-size: 4rem;
}
}
.display-4 {
font-size: calc(1.475rem + 2.7vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-4 {
font-size: 3.5rem;
}
}
.display-5 {
font-size: calc(1.425rem + 2.1vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-5 {
font-size: 3rem;
}
}
.display-6 {
font-size: calc(1.375rem + 1.5vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-6 {
font-size: 2.5rem;
}
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.initialism {
font-size: 0.875em;
text-transform: uppercase;
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}
.blockquote > :last-child {
margin-bottom: 0;
}
.blockquote-footer {
margin-top: -1rem;
margin-bottom: 1rem;
font-size: 0.875em;
color: #6c757d;
}
.blockquote-footer::before {
content: "\2014\00A0";
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #ecf0f2;
border: 1px solid #dee2e6;
max-width: 100%;
height: auto;
}
.figure {
display: inline-block;
}
.figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}
.figure-caption {
font-size: 0.875em;
color: #6c757d;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-l2,
.container-l3,
.container-l4,
.container-l5,
.container-l6,
.container-l7,
.container-l8 {
width: 100%;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container, .container-sm {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container, .container-sm, .container-md {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
max-width: 1140px;
}
}
@media (min-width: 1440px) {
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-l2 {
max-width: 1380px;
}
}
@media (min-width: 1600px) {
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-l2, .container-l3 {
max-width: 1540px;
}
}
@media (min-width: 1920px) {
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-l2, .container-l3, .container-l4 {
max-width: 1860px;
}
}
@media (min-width: 2560px) {
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-l2, .container-l3, .container-l4, .container-l5 {
max-width: 2500px;
}
}
@media (min-width: 3200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-l2, .container-l3, .container-l4, .container-l5, .container-l6 {
max-width: 3140px;
}
}
@media (min-width: 3840px) {
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-l2, .container-l3, .container-l4, .container-l5, .container-l6, .container-l7 {
max-width: 3760px;
}
}
@media (min-width: 5120px) {
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-l2, .container-l3, .container-l4, .container-l5, .container-l6, .container-l7, .container-l8 {
max-width: 5020px;
}
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) / -2);
margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) / 2);
padding-left: calc(var(--bs-gutter-x) / 2);
margin-top: var(--bs-gutter-y);
}
.col {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-1 {
margin-left: 4.16667%;
}
.offset-2 {
margin-left: 8.33333%;
}
.offset-3 {
margin-left: 12.5%;
}
.offset-4 {
margin-left: 16.66667%;
}
.offset-5 {
margin-left: 20.83333%;
}
.offset-6 {
margin-left: 25%;
}
.offset-7 {
margin-left: 29.16667%;
}
.offset-8 {
margin-left: 33.33333%;
}
.offset-9 {
margin-left: 37.5%;
}
.offset-10 {
margin-left: 41.66667%;
}
.offset-11 {
margin-left: 45.83333%;
}
.offset-12 {
margin-left: 50%;
}
.offset-13 {
margin-left: 54.16667%;
}
.offset-14 {
margin-left: 58.33333%;
}
.offset-15 {
margin-left: 62.5%;
}
.offset-16 {
margin-left: 66.66667%;
}
.offset-17 {
margin-left: 70.83333%;
}
.offset-18 {
margin-left: 75%;
}
.offset-19 {
margin-left: 79.16667%;
}
.offset-20 {
margin-left: 83.33333%;
}
.offset-21 {
margin-left: 87.5%;
}
.offset-22 {
margin-left: 91.66667%;
}
.offset-23 {
margin-left: 95.83333%;
}
.g-0,
.gx-0 {
--bs-gutter-x: 0;
}
.g-0,
.gy-0 {
--bs-gutter-y: 0;
}
.g-1,
.gx-1 {
--bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
--bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
--bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
--bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
--bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
--bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
--bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
--bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
--bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
--bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
.col-sm {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-sm-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-sm-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-sm-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-sm-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-sm-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-sm-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-sm-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-sm-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-sm-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-sm-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-sm-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-sm-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-sm-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-sm-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-sm-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-sm-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-sm-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-sm-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-sm-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-sm-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-sm-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 4.16667%;
}
.offset-sm-2 {
margin-left: 8.33333%;
}
.offset-sm-3 {
margin-left: 12.5%;
}
.offset-sm-4 {
margin-left: 16.66667%;
}
.offset-sm-5 {
margin-left: 20.83333%;
}
.offset-sm-6 {
margin-left: 25%;
}
.offset-sm-7 {
margin-left: 29.16667%;
}
.offset-sm-8 {
margin-left: 33.33333%;
}
.offset-sm-9 {
margin-left: 37.5%;
}
.offset-sm-10 {
margin-left: 41.66667%;
}
.offset-sm-11 {
margin-left: 45.83333%;
}
.offset-sm-12 {
margin-left: 50%;
}
.offset-sm-13 {
margin-left: 54.16667%;
}
.offset-sm-14 {
margin-left: 58.33333%;
}
.offset-sm-15 {
margin-left: 62.5%;
}
.offset-sm-16 {
margin-left: 66.66667%;
}
.offset-sm-17 {
margin-left: 70.83333%;
}
.offset-sm-18 {
margin-left: 75%;
}
.offset-sm-19 {
margin-left: 79.16667%;
}
.offset-sm-20 {
margin-left: 83.33333%;
}
.offset-sm-21 {
margin-left: 87.5%;
}
.offset-sm-22 {
margin-left: 91.66667%;
}
.offset-sm-23 {
margin-left: 95.83333%;
}
.g-sm-0,
.gx-sm-0 {
--bs-gutter-x: 0;
}
.g-sm-0,
.gy-sm-0 {
--bs-gutter-y: 0;
}
.g-sm-1,
.gx-sm-1 {
--bs-gutter-x: 0.25rem;
}
.g-sm-1,
.gy-sm-1 {
--bs-gutter-y: 0.25rem;
}
.g-sm-2,
.gx-sm-2 {
--bs-gutter-x: 0.5rem;
}
.g-sm-2,
.gy-sm-2 {
--bs-gutter-y: 0.5rem;
}
.g-sm-3,
.gx-sm-3 {
--bs-gutter-x: 1rem;
}
.g-sm-3,
.gy-sm-3 {
--bs-gutter-y: 1rem;
}
.g-sm-4,
.gx-sm-4 {
--bs-gutter-x: 1.5rem;
}
.g-sm-4,
.gy-sm-4 {
--bs-gutter-y: 1.5rem;
}
.g-sm-5,
.gx-sm-5 {
--bs-gutter-x: 3rem;
}
.g-sm-5,
.gy-sm-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 768px) {
.col-md {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-md-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-md-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-md-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-md-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-md-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-md-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-md-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-md-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-md-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-md-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-md-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-md-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-md-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-md-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-md-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-md-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-md-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-md-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-md-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-md-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-md-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 4.16667%;
}
.offset-md-2 {
margin-left: 8.33333%;
}
.offset-md-3 {
margin-left: 12.5%;
}
.offset-md-4 {
margin-left: 16.66667%;
}
.offset-md-5 {
margin-left: 20.83333%;
}
.offset-md-6 {
margin-left: 25%;
}
.offset-md-7 {
margin-left: 29.16667%;
}
.offset-md-8 {
margin-left: 33.33333%;
}
.offset-md-9 {
margin-left: 37.5%;
}
.offset-md-10 {
margin-left: 41.66667%;
}
.offset-md-11 {
margin-left: 45.83333%;
}
.offset-md-12 {
margin-left: 50%;
}
.offset-md-13 {
margin-left: 54.16667%;
}
.offset-md-14 {
margin-left: 58.33333%;
}
.offset-md-15 {
margin-left: 62.5%;
}
.offset-md-16 {
margin-left: 66.66667%;
}
.offset-md-17 {
margin-left: 70.83333%;
}
.offset-md-18 {
margin-left: 75%;
}
.offset-md-19 {
margin-left: 79.16667%;
}
.offset-md-20 {
margin-left: 83.33333%;
}
.offset-md-21 {
margin-left: 87.5%;
}
.offset-md-22 {
margin-left: 91.66667%;
}
.offset-md-23 {
margin-left: 95.83333%;
}
.g-md-0,
.gx-md-0 {
--bs-gutter-x: 0;
}
.g-md-0,
.gy-md-0 {
--bs-gutter-y: 0;
}
.g-md-1,
.gx-md-1 {
--bs-gutter-x: 0.25rem;
}
.g-md-1,
.gy-md-1 {
--bs-gutter-y: 0.25rem;
}
.g-md-2,
.gx-md-2 {
--bs-gutter-x: 0.5rem;
}
.g-md-2,
.gy-md-2 {
--bs-gutter-y: 0.5rem;
}
.g-md-3,
.gx-md-3 {
--bs-gutter-x: 1rem;
}
.g-md-3,
.gy-md-3 {
--bs-gutter-y: 1rem;
}
.g-md-4,
.gx-md-4 {
--bs-gutter-x: 1.5rem;
}
.g-md-4,
.gy-md-4 {
--bs-gutter-y: 1.5rem;
}
.g-md-5,
.gx-md-5 {
--bs-gutter-x: 3rem;
}
.g-md-5,
.gy-md-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 992px) {
.col-lg {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-lg-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-lg-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-lg-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-lg-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-lg-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-lg-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-lg-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-lg-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-lg-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-lg-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-lg-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-lg-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-lg-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-lg-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-lg-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-lg-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-lg-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-lg-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-lg-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-lg-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-lg-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 4.16667%;
}
.offset-lg-2 {
margin-left: 8.33333%;
}
.offset-lg-3 {
margin-left: 12.5%;
}
.offset-lg-4 {
margin-left: 16.66667%;
}
.offset-lg-5 {
margin-left: 20.83333%;
}
.offset-lg-6 {
margin-left: 25%;
}
.offset-lg-7 {
margin-left: 29.16667%;
}
.offset-lg-8 {
margin-left: 33.33333%;
}
.offset-lg-9 {
margin-left: 37.5%;
}
.offset-lg-10 {
margin-left: 41.66667%;
}
.offset-lg-11 {
margin-left: 45.83333%;
}
.offset-lg-12 {
margin-left: 50%;
}
.offset-lg-13 {
margin-left: 54.16667%;
}
.offset-lg-14 {
margin-left: 58.33333%;
}
.offset-lg-15 {
margin-left: 62.5%;
}
.offset-lg-16 {
margin-left: 66.66667%;
}
.offset-lg-17 {
margin-left: 70.83333%;
}
.offset-lg-18 {
margin-left: 75%;
}
.offset-lg-19 {
margin-left: 79.16667%;
}
.offset-lg-20 {
margin-left: 83.33333%;
}
.offset-lg-21 {
margin-left: 87.5%;
}
.offset-lg-22 {
margin-left: 91.66667%;
}
.offset-lg-23 {
margin-left: 95.83333%;
}
.g-lg-0,
.gx-lg-0 {
--bs-gutter-x: 0;
}
.g-lg-0,
.gy-lg-0 {
--bs-gutter-y: 0;
}
.g-lg-1,
.gx-lg-1 {
--bs-gutter-x: 0.25rem;
}
.g-lg-1,
.gy-lg-1 {
--bs-gutter-y: 0.25rem;
}
.g-lg-2,
.gx-lg-2 {
--bs-gutter-x: 0.5rem;
}
.g-lg-2,
.gy-lg-2 {
--bs-gutter-y: 0.5rem;
}
.g-lg-3,
.gx-lg-3 {
--bs-gutter-x: 1rem;
}
.g-lg-3,
.gy-lg-3 {
--bs-gutter-y: 1rem;
}
.g-lg-4,
.gx-lg-4 {
--bs-gutter-x: 1.5rem;
}
.g-lg-4,
.gy-lg-4 {
--bs-gutter-y: 1.5rem;
}
.g-lg-5,
.gx-lg-5 {
--bs-gutter-x: 3rem;
}
.g-lg-5,
.gy-lg-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1200px) {
.col-xl {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-xl-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-xl-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-xl-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-xl-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-xl-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-xl-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-xl-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-xl-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-xl-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-xl-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-xl-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-xl-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-xl-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-xl-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-xl-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-xl-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-xl-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-xl-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-xl-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-xl-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-xl-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 4.16667%;
}
.offset-xl-2 {
margin-left: 8.33333%;
}
.offset-xl-3 {
margin-left: 12.5%;
}
.offset-xl-4 {
margin-left: 16.66667%;
}
.offset-xl-5 {
margin-left: 20.83333%;
}
.offset-xl-6 {
margin-left: 25%;
}
.offset-xl-7 {
margin-left: 29.16667%;
}
.offset-xl-8 {
margin-left: 33.33333%;
}
.offset-xl-9 {
margin-left: 37.5%;
}
.offset-xl-10 {
margin-left: 41.66667%;
}
.offset-xl-11 {
margin-left: 45.83333%;
}
.offset-xl-12 {
margin-left: 50%;
}
.offset-xl-13 {
margin-left: 54.16667%;
}
.offset-xl-14 {
margin-left: 58.33333%;
}
.offset-xl-15 {
margin-left: 62.5%;
}
.offset-xl-16 {
margin-left: 66.66667%;
}
.offset-xl-17 {
margin-left: 70.83333%;
}
.offset-xl-18 {
margin-left: 75%;
}
.offset-xl-19 {
margin-left: 79.16667%;
}
.offset-xl-20 {
margin-left: 83.33333%;
}
.offset-xl-21 {
margin-left: 87.5%;
}
.offset-xl-22 {
margin-left: 91.66667%;
}
.offset-xl-23 {
margin-left: 95.83333%;
}
.g-xl-0,
.gx-xl-0 {
--bs-gutter-x: 0;
}
.g-xl-0,
.gy-xl-0 {
--bs-gutter-y: 0;
}
.g-xl-1,
.gx-xl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xl-1,
.gy-xl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xl-2,
.gx-xl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xl-2,
.gy-xl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xl-3,
.gx-xl-3 {
--bs-gutter-x: 1rem;
}
.g-xl-3,
.gy-xl-3 {
--bs-gutter-y: 1rem;
}
.g-xl-4,
.gx-xl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xl-4,
.gy-xl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xl-5,
.gx-xl-5 {
--bs-gutter-x: 3rem;
}
.g-xl-5,
.gy-xl-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1440px) {
.col-l2 {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-l2-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-l2-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-l2-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-l2-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-l2-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-l2-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-l2-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-l2-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-l2-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l2-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-l2-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-l2-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-l2-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l2-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-l2-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-l2-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-l2-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-l2-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-l2-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-l2-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-l2-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-l2-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-l2-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-l2-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-l2-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-l2-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-l2-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-l2-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-l2-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-l2-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-l2-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-l2-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-l2-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-l2-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-l2-0 {
margin-left: 0;
}
.offset-l2-1 {
margin-left: 4.16667%;
}
.offset-l2-2 {
margin-left: 8.33333%;
}
.offset-l2-3 {
margin-left: 12.5%;
}
.offset-l2-4 {
margin-left: 16.66667%;
}
.offset-l2-5 {
margin-left: 20.83333%;
}
.offset-l2-6 {
margin-left: 25%;
}
.offset-l2-7 {
margin-left: 29.16667%;
}
.offset-l2-8 {
margin-left: 33.33333%;
}
.offset-l2-9 {
margin-left: 37.5%;
}
.offset-l2-10 {
margin-left: 41.66667%;
}
.offset-l2-11 {
margin-left: 45.83333%;
}
.offset-l2-12 {
margin-left: 50%;
}
.offset-l2-13 {
margin-left: 54.16667%;
}
.offset-l2-14 {
margin-left: 58.33333%;
}
.offset-l2-15 {
margin-left: 62.5%;
}
.offset-l2-16 {
margin-left: 66.66667%;
}
.offset-l2-17 {
margin-left: 70.83333%;
}
.offset-l2-18 {
margin-left: 75%;
}
.offset-l2-19 {
margin-left: 79.16667%;
}
.offset-l2-20 {
margin-left: 83.33333%;
}
.offset-l2-21 {
margin-left: 87.5%;
}
.offset-l2-22 {
margin-left: 91.66667%;
}
.offset-l2-23 {
margin-left: 95.83333%;
}
.g-l2-0,
.gx-l2-0 {
--bs-gutter-x: 0;
}
.g-l2-0,
.gy-l2-0 {
--bs-gutter-y: 0;
}
.g-l2-1,
.gx-l2-1 {
--bs-gutter-x: 0.25rem;
}
.g-l2-1,
.gy-l2-1 {
--bs-gutter-y: 0.25rem;
}
.g-l2-2,
.gx-l2-2 {
--bs-gutter-x: 0.5rem;
}
.g-l2-2,
.gy-l2-2 {
--bs-gutter-y: 0.5rem;
}
.g-l2-3,
.gx-l2-3 {
--bs-gutter-x: 1rem;
}
.g-l2-3,
.gy-l2-3 {
--bs-gutter-y: 1rem;
}
.g-l2-4,
.gx-l2-4 {
--bs-gutter-x: 1.5rem;
}
.g-l2-4,
.gy-l2-4 {
--bs-gutter-y: 1.5rem;
}
.g-l2-5,
.gx-l2-5 {
--bs-gutter-x: 3rem;
}
.g-l2-5,
.gy-l2-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1600px) {
.col-l3 {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-l3-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-l3-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-l3-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-l3-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-l3-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-l3-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-l3-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-l3-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-l3-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l3-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-l3-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-l3-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-l3-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l3-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-l3-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-l3-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-l3-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-l3-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-l3-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-l3-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-l3-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-l3-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-l3-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-l3-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-l3-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-l3-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-l3-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-l3-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-l3-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-l3-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-l3-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-l3-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-l3-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-l3-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-l3-0 {
margin-left: 0;
}
.offset-l3-1 {
margin-left: 4.16667%;
}
.offset-l3-2 {
margin-left: 8.33333%;
}
.offset-l3-3 {
margin-left: 12.5%;
}
.offset-l3-4 {
margin-left: 16.66667%;
}
.offset-l3-5 {
margin-left: 20.83333%;
}
.offset-l3-6 {
margin-left: 25%;
}
.offset-l3-7 {
margin-left: 29.16667%;
}
.offset-l3-8 {
margin-left: 33.33333%;
}
.offset-l3-9 {
margin-left: 37.5%;
}
.offset-l3-10 {
margin-left: 41.66667%;
}
.offset-l3-11 {
margin-left: 45.83333%;
}
.offset-l3-12 {
margin-left: 50%;
}
.offset-l3-13 {
margin-left: 54.16667%;
}
.offset-l3-14 {
margin-left: 58.33333%;
}
.offset-l3-15 {
margin-left: 62.5%;
}
.offset-l3-16 {
margin-left: 66.66667%;
}
.offset-l3-17 {
margin-left: 70.83333%;
}
.offset-l3-18 {
margin-left: 75%;
}
.offset-l3-19 {
margin-left: 79.16667%;
}
.offset-l3-20 {
margin-left: 83.33333%;
}
.offset-l3-21 {
margin-left: 87.5%;
}
.offset-l3-22 {
margin-left: 91.66667%;
}
.offset-l3-23 {
margin-left: 95.83333%;
}
.g-l3-0,
.gx-l3-0 {
--bs-gutter-x: 0;
}
.g-l3-0,
.gy-l3-0 {
--bs-gutter-y: 0;
}
.g-l3-1,
.gx-l3-1 {
--bs-gutter-x: 0.25rem;
}
.g-l3-1,
.gy-l3-1 {
--bs-gutter-y: 0.25rem;
}
.g-l3-2,
.gx-l3-2 {
--bs-gutter-x: 0.5rem;
}
.g-l3-2,
.gy-l3-2 {
--bs-gutter-y: 0.5rem;
}
.g-l3-3,
.gx-l3-3 {
--bs-gutter-x: 1rem;
}
.g-l3-3,
.gy-l3-3 {
--bs-gutter-y: 1rem;
}
.g-l3-4,
.gx-l3-4 {
--bs-gutter-x: 1.5rem;
}
.g-l3-4,
.gy-l3-4 {
--bs-gutter-y: 1.5rem;
}
.g-l3-5,
.gx-l3-5 {
--bs-gutter-x: 3rem;
}
.g-l3-5,
.gy-l3-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1920px) {
.col-l4 {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-l4-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-l4-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-l4-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-l4-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-l4-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-l4-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-l4-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-l4-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-l4-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l4-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-l4-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-l4-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-l4-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l4-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-l4-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-l4-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-l4-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-l4-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-l4-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-l4-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-l4-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-l4-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-l4-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-l4-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-l4-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-l4-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-l4-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-l4-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-l4-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-l4-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-l4-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-l4-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-l4-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-l4-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-l4-0 {
margin-left: 0;
}
.offset-l4-1 {
margin-left: 4.16667%;
}
.offset-l4-2 {
margin-left: 8.33333%;
}
.offset-l4-3 {
margin-left: 12.5%;
}
.offset-l4-4 {
margin-left: 16.66667%;
}
.offset-l4-5 {
margin-left: 20.83333%;
}
.offset-l4-6 {
margin-left: 25%;
}
.offset-l4-7 {
margin-left: 29.16667%;
}
.offset-l4-8 {
margin-left: 33.33333%;
}
.offset-l4-9 {
margin-left: 37.5%;
}
.offset-l4-10 {
margin-left: 41.66667%;
}
.offset-l4-11 {
margin-left: 45.83333%;
}
.offset-l4-12 {
margin-left: 50%;
}
.offset-l4-13 {
margin-left: 54.16667%;
}
.offset-l4-14 {
margin-left: 58.33333%;
}
.offset-l4-15 {
margin-left: 62.5%;
}
.offset-l4-16 {
margin-left: 66.66667%;
}
.offset-l4-17 {
margin-left: 70.83333%;
}
.offset-l4-18 {
margin-left: 75%;
}
.offset-l4-19 {
margin-left: 79.16667%;
}
.offset-l4-20 {
margin-left: 83.33333%;
}
.offset-l4-21 {
margin-left: 87.5%;
}
.offset-l4-22 {
margin-left: 91.66667%;
}
.offset-l4-23 {
margin-left: 95.83333%;
}
.g-l4-0,
.gx-l4-0 {
--bs-gutter-x: 0;
}
.g-l4-0,
.gy-l4-0 {
--bs-gutter-y: 0;
}
.g-l4-1,
.gx-l4-1 {
--bs-gutter-x: 0.25rem;
}
.g-l4-1,
.gy-l4-1 {
--bs-gutter-y: 0.25rem;
}
.g-l4-2,
.gx-l4-2 {
--bs-gutter-x: 0.5rem;
}
.g-l4-2,
.gy-l4-2 {
--bs-gutter-y: 0.5rem;
}
.g-l4-3,
.gx-l4-3 {
--bs-gutter-x: 1rem;
}
.g-l4-3,
.gy-l4-3 {
--bs-gutter-y: 1rem;
}
.g-l4-4,
.gx-l4-4 {
--bs-gutter-x: 1.5rem;
}
.g-l4-4,
.gy-l4-4 {
--bs-gutter-y: 1.5rem;
}
.g-l4-5,
.gx-l4-5 {
--bs-gutter-x: 3rem;
}
.g-l4-5,
.gy-l4-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 2560px) {
.col-l5 {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-l5-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-l5-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-l5-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-l5-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-l5-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-l5-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-l5-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-l5-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-l5-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l5-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-l5-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-l5-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-l5-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l5-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-l5-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-l5-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-l5-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-l5-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-l5-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-l5-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-l5-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-l5-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-l5-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-l5-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-l5-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-l5-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-l5-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-l5-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-l5-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-l5-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-l5-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-l5-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-l5-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-l5-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-l5-0 {
margin-left: 0;
}
.offset-l5-1 {
margin-left: 4.16667%;
}
.offset-l5-2 {
margin-left: 8.33333%;
}
.offset-l5-3 {
margin-left: 12.5%;
}
.offset-l5-4 {
margin-left: 16.66667%;
}
.offset-l5-5 {
margin-left: 20.83333%;
}
.offset-l5-6 {
margin-left: 25%;
}
.offset-l5-7 {
margin-left: 29.16667%;
}
.offset-l5-8 {
margin-left: 33.33333%;
}
.offset-l5-9 {
margin-left: 37.5%;
}
.offset-l5-10 {
margin-left: 41.66667%;
}
.offset-l5-11 {
margin-left: 45.83333%;
}
.offset-l5-12 {
margin-left: 50%;
}
.offset-l5-13 {
margin-left: 54.16667%;
}
.offset-l5-14 {
margin-left: 58.33333%;
}
.offset-l5-15 {
margin-left: 62.5%;
}
.offset-l5-16 {
margin-left: 66.66667%;
}
.offset-l5-17 {
margin-left: 70.83333%;
}
.offset-l5-18 {
margin-left: 75%;
}
.offset-l5-19 {
margin-left: 79.16667%;
}
.offset-l5-20 {
margin-left: 83.33333%;
}
.offset-l5-21 {
margin-left: 87.5%;
}
.offset-l5-22 {
margin-left: 91.66667%;
}
.offset-l5-23 {
margin-left: 95.83333%;
}
.g-l5-0,
.gx-l5-0 {
--bs-gutter-x: 0;
}
.g-l5-0,
.gy-l5-0 {
--bs-gutter-y: 0;
}
.g-l5-1,
.gx-l5-1 {
--bs-gutter-x: 0.25rem;
}
.g-l5-1,
.gy-l5-1 {
--bs-gutter-y: 0.25rem;
}
.g-l5-2,
.gx-l5-2 {
--bs-gutter-x: 0.5rem;
}
.g-l5-2,
.gy-l5-2 {
--bs-gutter-y: 0.5rem;
}
.g-l5-3,
.gx-l5-3 {
--bs-gutter-x: 1rem;
}
.g-l5-3,
.gy-l5-3 {
--bs-gutter-y: 1rem;
}
.g-l5-4,
.gx-l5-4 {
--bs-gutter-x: 1.5rem;
}
.g-l5-4,
.gy-l5-4 {
--bs-gutter-y: 1.5rem;
}
.g-l5-5,
.gx-l5-5 {
--bs-gutter-x: 3rem;
}
.g-l5-5,
.gy-l5-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 3200px) {
.col-l6 {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-l6-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-l6-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-l6-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-l6-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-l6-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-l6-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-l6-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-l6-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-l6-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l6-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-l6-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-l6-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-l6-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l6-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-l6-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-l6-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-l6-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-l6-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-l6-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-l6-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-l6-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-l6-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-l6-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-l6-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-l6-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-l6-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-l6-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-l6-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-l6-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-l6-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-l6-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-l6-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-l6-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-l6-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-l6-0 {
margin-left: 0;
}
.offset-l6-1 {
margin-left: 4.16667%;
}
.offset-l6-2 {
margin-left: 8.33333%;
}
.offset-l6-3 {
margin-left: 12.5%;
}
.offset-l6-4 {
margin-left: 16.66667%;
}
.offset-l6-5 {
margin-left: 20.83333%;
}
.offset-l6-6 {
margin-left: 25%;
}
.offset-l6-7 {
margin-left: 29.16667%;
}
.offset-l6-8 {
margin-left: 33.33333%;
}
.offset-l6-9 {
margin-left: 37.5%;
}
.offset-l6-10 {
margin-left: 41.66667%;
}
.offset-l6-11 {
margin-left: 45.83333%;
}
.offset-l6-12 {
margin-left: 50%;
}
.offset-l6-13 {
margin-left: 54.16667%;
}
.offset-l6-14 {
margin-left: 58.33333%;
}
.offset-l6-15 {
margin-left: 62.5%;
}
.offset-l6-16 {
margin-left: 66.66667%;
}
.offset-l6-17 {
margin-left: 70.83333%;
}
.offset-l6-18 {
margin-left: 75%;
}
.offset-l6-19 {
margin-left: 79.16667%;
}
.offset-l6-20 {
margin-left: 83.33333%;
}
.offset-l6-21 {
margin-left: 87.5%;
}
.offset-l6-22 {
margin-left: 91.66667%;
}
.offset-l6-23 {
margin-left: 95.83333%;
}
.g-l6-0,
.gx-l6-0 {
--bs-gutter-x: 0;
}
.g-l6-0,
.gy-l6-0 {
--bs-gutter-y: 0;
}
.g-l6-1,
.gx-l6-1 {
--bs-gutter-x: 0.25rem;
}
.g-l6-1,
.gy-l6-1 {
--bs-gutter-y: 0.25rem;
}
.g-l6-2,
.gx-l6-2 {
--bs-gutter-x: 0.5rem;
}
.g-l6-2,
.gy-l6-2 {
--bs-gutter-y: 0.5rem;
}
.g-l6-3,
.gx-l6-3 {
--bs-gutter-x: 1rem;
}
.g-l6-3,
.gy-l6-3 {
--bs-gutter-y: 1rem;
}
.g-l6-4,
.gx-l6-4 {
--bs-gutter-x: 1.5rem;
}
.g-l6-4,
.gy-l6-4 {
--bs-gutter-y: 1.5rem;
}
.g-l6-5,
.gx-l6-5 {
--bs-gutter-x: 3rem;
}
.g-l6-5,
.gy-l6-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 3840px) {
.col-l7 {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-l7-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-l7-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-l7-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-l7-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-l7-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-l7-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-l7-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-l7-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-l7-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l7-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-l7-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-l7-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-l7-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l7-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-l7-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-l7-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-l7-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-l7-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-l7-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-l7-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-l7-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-l7-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-l7-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-l7-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-l7-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-l7-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-l7-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-l7-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-l7-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-l7-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-l7-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-l7-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-l7-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-l7-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-l7-0 {
margin-left: 0;
}
.offset-l7-1 {
margin-left: 4.16667%;
}
.offset-l7-2 {
margin-left: 8.33333%;
}
.offset-l7-3 {
margin-left: 12.5%;
}
.offset-l7-4 {
margin-left: 16.66667%;
}
.offset-l7-5 {
margin-left: 20.83333%;
}
.offset-l7-6 {
margin-left: 25%;
}
.offset-l7-7 {
margin-left: 29.16667%;
}
.offset-l7-8 {
margin-left: 33.33333%;
}
.offset-l7-9 {
margin-left: 37.5%;
}
.offset-l7-10 {
margin-left: 41.66667%;
}
.offset-l7-11 {
margin-left: 45.83333%;
}
.offset-l7-12 {
margin-left: 50%;
}
.offset-l7-13 {
margin-left: 54.16667%;
}
.offset-l7-14 {
margin-left: 58.33333%;
}
.offset-l7-15 {
margin-left: 62.5%;
}
.offset-l7-16 {
margin-left: 66.66667%;
}
.offset-l7-17 {
margin-left: 70.83333%;
}
.offset-l7-18 {
margin-left: 75%;
}
.offset-l7-19 {
margin-left: 79.16667%;
}
.offset-l7-20 {
margin-left: 83.33333%;
}
.offset-l7-21 {
margin-left: 87.5%;
}
.offset-l7-22 {
margin-left: 91.66667%;
}
.offset-l7-23 {
margin-left: 95.83333%;
}
.g-l7-0,
.gx-l7-0 {
--bs-gutter-x: 0;
}
.g-l7-0,
.gy-l7-0 {
--bs-gutter-y: 0;
}
.g-l7-1,
.gx-l7-1 {
--bs-gutter-x: 0.25rem;
}
.g-l7-1,
.gy-l7-1 {
--bs-gutter-y: 0.25rem;
}
.g-l7-2,
.gx-l7-2 {
--bs-gutter-x: 0.5rem;
}
.g-l7-2,
.gy-l7-2 {
--bs-gutter-y: 0.5rem;
}
.g-l7-3,
.gx-l7-3 {
--bs-gutter-x: 1rem;
}
.g-l7-3,
.gy-l7-3 {
--bs-gutter-y: 1rem;
}
.g-l7-4,
.gx-l7-4 {
--bs-gutter-x: 1.5rem;
}
.g-l7-4,
.gy-l7-4 {
--bs-gutter-y: 1.5rem;
}
.g-l7-5,
.gx-l7-5 {
--bs-gutter-x: 3rem;
}
.g-l7-5,
.gy-l7-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 5120px) {
.col-l8 {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-l8-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-l8-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-l8-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-l8-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-l8-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-l8-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-l8-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.row-cols-l8-7 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 14.28571%;
}
.row-cols-l8-8 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l8-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-l8-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 4.16667%;
}
.col-l8-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-l8-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 12.5%;
}
.col-l8-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-l8-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20.83333%;
}
.col-l8-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-l8-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 29.16667%;
}
.col-l8-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-l8-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 37.5%;
}
.col-l8-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-l8-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 45.83333%;
}
.col-l8-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-l8-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 54.16667%;
}
.col-l8-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-l8-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 62.5%;
}
.col-l8-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-l8-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 70.83333%;
}
.col-l8-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-l8-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 79.16667%;
}
.col-l8-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-l8-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 87.5%;
}
.col-l8-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-l8-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 95.83333%;
}
.col-l8-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-l8-0 {
margin-left: 0;
}
.offset-l8-1 {
margin-left: 4.16667%;
}
.offset-l8-2 {
margin-left: 8.33333%;
}
.offset-l8-3 {
margin-left: 12.5%;
}
.offset-l8-4 {
margin-left: 16.66667%;
}
.offset-l8-5 {
margin-left: 20.83333%;
}
.offset-l8-6 {
margin-left: 25%;
}
.offset-l8-7 {
margin-left: 29.16667%;
}
.offset-l8-8 {
margin-left: 33.33333%;
}
.offset-l8-9 {
margin-left: 37.5%;
}
.offset-l8-10 {
margin-left: 41.66667%;
}
.offset-l8-11 {
margin-left: 45.83333%;
}
.offset-l8-12 {
margin-left: 50%;
}
.offset-l8-13 {
margin-left: 54.16667%;
}
.offset-l8-14 {
margin-left: 58.33333%;
}
.offset-l8-15 {
margin-left: 62.5%;
}
.offset-l8-16 {
margin-left: 66.66667%;
}
.offset-l8-17 {
margin-left: 70.83333%;
}
.offset-l8-18 {
margin-left: 75%;
}
.offset-l8-19 {
margin-left: 79.16667%;
}
.offset-l8-20 {
margin-left: 83.33333%;
}
.offset-l8-21 {
margin-left: 87.5%;
}
.offset-l8-22 {
margin-left: 91.66667%;
}
.offset-l8-23 {
margin-left: 95.83333%;
}
.g-l8-0,
.gx-l8-0 {
--bs-gutter-x: 0;
}
.g-l8-0,
.gy-l8-0 {
--bs-gutter-y: 0;
}
.g-l8-1,
.gx-l8-1 {
--bs-gutter-x: 0.25rem;
}
.g-l8-1,
.gy-l8-1 {
--bs-gutter-y: 0.25rem;
}
.g-l8-2,
.gx-l8-2 {
--bs-gutter-x: 0.5rem;
}
.g-l8-2,
.gy-l8-2 {
--bs-gutter-y: 0.5rem;
}
.g-l8-3,
.gx-l8-3 {
--bs-gutter-x: 1rem;
}
.g-l8-3,
.gy-l8-3 {
--bs-gutter-y: 1rem;
}
.g-l8-4,
.gx-l8-4 {
--bs-gutter-x: 1.5rem;
}
.g-l8-4,
.gy-l8-4 {
--bs-gutter-y: 1.5rem;
}
.g-l8-5,
.gx-l8-5 {
--bs-gutter-x: 3rem;
}
.g-l8-5,
.gy-l8-5 {
--bs-gutter-y: 3rem;
}
}
.table {
--bs-table-bg: transparent;
--bs-table-striped-color: #333;
--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
--bs-table-active-color: #333;
--bs-table-active-bg: rgba(0, 0, 0, 0.1);
--bs-table-hover-color: #333;
--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
width: 100%;
margin-bottom: 1rem;
color: #333;
vertical-align: top;
border-color: #dee2e6;
}
.table > :not(caption) > * > * {
padding: 0.5rem 0.5rem;
background-color: var(--bs-table-bg);
border-bottom-width: 1px;
-webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
vertical-align: inherit;
}
.table > thead {
vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
border-bottom-color: currentColor;
}
.caption-top {
caption-side: top;
}
.table-sm > :not(caption) > * > * {
padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
--bs-table-accent-bg: var(--bs-table-striped-bg);
color: var(--bs-table-striped-color);
}
.table-active {
--bs-table-accent-bg: var(--bs-table-active-bg);
color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
--bs-table-accent-bg: var(--bs-table-hover-bg);
color: var(--bs-table-hover-color);
}
.table-primary {
--bs-table-bg: #d0e4e9;
--bs-table-striped-bg: #c6d9dd;
--bs-table-striped-color: #000;
--bs-table-active-bg: #bbcdd2;
--bs-table-active-color: #000;
--bs-table-hover-bg: #c0d3d8;
--bs-table-hover-color: #000;
color: #000;
border-color: #bbcdd2;
}
.table-secondary {
--bs-table-bg: #e2e3e5;
--bs-table-striped-bg: #d7d8da;
--bs-table-striped-color: #000;
--bs-table-active-bg: #cbccce;
--bs-table-active-color: #000;
--bs-table-hover-bg: #d1d2d4;
--bs-table-hover-color: #000;
color: #000;
border-color: #cbccce;
}
.table-success {
--bs-table-bg: #d1e7dd;
--bs-table-striped-bg: #c7dbd2;
--bs-table-striped-color: #000;
--bs-table-active-bg: #bcd0c7;
--bs-table-active-color: #000;
--bs-table-hover-bg: #c1d6cc;
--bs-table-hover-color: #000;
color: #000;
border-color: #bcd0c7;
}
.table-info {
--bs-table-bg: #e2d9f3;
--bs-table-striped-bg: #d7cee7;
--bs-table-striped-color: #000;
--bs-table-active-bg: #cbc3db;
--bs-table-active-color: #000;
--bs-table-hover-bg: #d1c9e1;
--bs-table-hover-color: #000;
color: #000;
border-color: #cbc3db;
}
.table-warning {
--bs-table-bg: #fff3cd;
--bs-table-striped-bg: #f2e7c3;
--bs-table-striped-color: #000;
--bs-table-active-bg: #e6dbb9;
--bs-table-active-color: #000;
--bs-table-hover-bg: #ece1be;
--bs-table-hover-color: #000;
color: #000;
border-color: #e6dbb9;
}
.table-danger {
--bs-table-bg: #f8d7da;
--bs-table-striped-bg: #eccccf;
--bs-table-striped-color: #000;
--bs-table-active-bg: #dfc2c4;
--bs-table-active-color: #000;
--bs-table-hover-bg: #e5c7ca;
--bs-table-hover-color: #000;
color: #000;
border-color: #dfc2c4;
}
.table-light {
--bs-table-bg: #f8f9fa;
--bs-table-striped-bg: #ecedee;
--bs-table-striped-color: #000;
--bs-table-active-bg: #dfe0e1;
--bs-table-active-color: #000;
--bs-table-hover-bg: #e5e6e7;
--bs-table-hover-color: #000;
color: #000;
border-color: #dfe0e1;
}
.table-dark {
--bs-table-bg: #212529;
--bs-table-striped-bg: #2c3034;
--bs-table-striped-color: #fff;
--bs-table-active-bg: #373b3e;
--bs-table-active-color: #fff;
--bs-table-hover-bg: #323539;
--bs-table-hover-color: #fff;
color: #fff;
border-color: #373b3e;
}
.table-responsive {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
.table-responsive-sm {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1439.98px) {
.table-responsive-l2 {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1599.98px) {
.table-responsive-l3 {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1919.98px) {
.table-responsive-l4 {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 2559.98px) {
.table-responsive-l5 {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 3199.98px) {
.table-responsive-l6 {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 3839.98px) {
.table-responsive-l7 {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 5119.98px) {
.table-responsive-l8 {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
.form-label {
margin-bottom: 0.5rem;
}
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
}
.form-text {
margin-top: 0.25rem;
font-size: 0.875em;
color: #6c757d;
}
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #333;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
-webkit-transition: none;
transition: none;
}
}
.form-control[type="file"] {
overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control:focus {
color: #333;
background-color: #fff;
border-color: #8bbcc8;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control::-webkit-date-and-time-value {
height: 1.5em;
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
.form-control::file-selector-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
color: #333;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
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;
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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control::file-selector-button {
-webkit-transition: none;
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
color: #333;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
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;
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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control::-webkit-file-upload-button {
-webkit-transition: none;
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
background-color: #dde0e3;
}
.form-control-plaintext {
display: block;
width: 100%;
padding: 0.375rem 0;
margin-bottom: 0;
line-height: 1.5;
color: #333;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0;
}
.form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
}
.form-control-sm::file-selector-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: 0.5rem;
margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: 0.5rem;
margin-inline-end: 0.5rem;
}
.form-control-lg {
min-height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
}
.form-control-lg::file-selector-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
}
textarea.form-control {
min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
max-width: 3rem;
height: auto;
padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control-color::-moz-color-swatch {
height: 1.5em;
}
.form-control-color::-webkit-color-swatch {
height: 1.5em;
}
.form-select {
display: block;
width: 100%;
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #333;
background-color: #fff;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
border: 1px solid #ced4da;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-select:focus {
border-color: #8bbcc8;
outline: 0;
-webkit-box-shadow: 0 0 0 0 rgba(22, 121, 144, 0.25);
box-shadow: 0 0 0 0 rgba(22, 121, 144, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
padding-right: 0.75rem;
background-image: none;
}
.form-select:disabled {
color: #6c757d;
background-color: #e9ecef;
}
.form-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #333;
}
.form-select-sm {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem;
}
.form-select-lg {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem;
}
.form-check {
display: block;
min-height: 1.5rem;
padding-left: 1.5em;
margin-bottom: 0.125rem;
}
.form-check .form-check-input {
float: left;
margin-left: -1.5em;
}
.form-check-input {
width: 1em;
height: 1em;
margin-top: 0.25em;
vertical-align: top;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: 1px solid rgba(0, 0, 0, 0.25);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color-adjust: exact;
}
.form-check-input[type="radio"] {
border-radius: 50%;
}
.form-check-input:active {
-webkit-filter: brightness(90%);
filter: brightness(90%);
}
.form-check-input:focus {
border-color: #8bbcc8;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-check-input:checked {
background-color: #167990;
border-color: #167990;
}
.form-check-input:checked[type="checkbox"] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
background-color: #167990;
border-color: #167990;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
pointer-events: none;
-webkit-filter: none;
filter: none;
opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
opacity: 0.5;
}
.form-switch {
padding-left: 2.5em;
}
.form-switch .form-check-input {
width: 2em;
margin-left: -2.5em;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
background-position: left center;
-webkit-transition: background-position 0.15s ease-in-out;
transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-switch .form-check-input {
-webkit-transition: none;
transition: none;
}
}
.form-switch .form-check-input:focus {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238bbcc8'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
background-position: right center;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
display: inline-block;
margin-right: 1rem;
}
.btn-check {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
pointer-events: none;
-webkit-filter: none;
filter: none;
opacity: 0.65;
}
.form-range {
width: 100%;
height: 1rem;
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-range:focus {
outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
-webkit-box-shadow: 0 0 0 1px #ecf0f2, none;
box-shadow: 0 0 0 1px #ecf0f2, none;
}
.form-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #ecf0f2, none;
}
.form-range::-moz-focus-outer {
border: 0;
}
.form-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #167990;
border: 0;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.form-range::-webkit-slider-thumb {
-webkit-transition: none;
transition: none;
}
}
.form-range::-webkit-slider-thumb:active {
background-color: #b9d7de;
}
.form-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
}
.form-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #167990;
border: 0;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.form-range::-moz-range-thumb {
-webkit-transition: none;
transition: none;
}
}
.form-range::-moz-range-thumb:active {
background-color: #b9d7de;
}
.form-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
}
.form-range:disabled {
pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
background-color: #adb5bd;
}
.form-floating {
position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
height: calc(3.5rem + 2px);
padding: 1rem 0.75rem;
}
.form-floating > label {
position: absolute;
top: 0;
left: 0;
height: 100%;
padding: 1rem 0.75rem;
pointer-events: none;
border: 1px solid transparent;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-floating > label {
-webkit-transition: none;
transition: none;
}
}
.form-floating > .form-control::-webkit-input-placeholder {
color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
color: transparent;
}
.form-floating > .form-control::placeholder {
color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-select {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
opacity: 0.65;
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
opacity: 0.65;
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
z-index: 3;
}
.input-group .btn {
position: relative;
z-index: 2;
}
.input-group .btn:focus {
z-index: 3;
}
.input-group-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #333;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
padding-right: 3rem;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
margin-left: -1px;
}
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #198754;
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
color: #fff;
background-color: rgba(25, 135, 84, 0.9);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
border-color: #198754;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
border-color: #198754;
-webkit-box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
border-color: #198754;
padding-right: 4.125rem;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-position: right 0.75rem center, center right 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
border-color: #198754;
-webkit-box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
-webkit-box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
margin-left: .5em;
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #dc3545;
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
border-color: #dc3545;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
border-color: #dc3545;
padding-right: 4.125rem;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-position: right 0.75rem center, center right 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
-webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
margin-left: .5em;
}
.btn {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #333;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
border-radius: 0;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
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;
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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn {
-webkit-transition: none;
transition: none;
}
}
.btn:hover {
color: #333;
}
.btn-check:focus + .btn, .btn:focus {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
pointer-events: none;
opacity: 0.65;
}
.btn-primary {
color: #fff;
background-color: #167990;
border-color: #167990;
}
.btn-primary:hover {
color: #fff;
background-color: #13677a;
border-color: #126173;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
color: #fff;
background-color: #13677a;
border-color: #126173;
-webkit-box-shadow: 0 0 0 0 rgba(57, 141, 161, 0.5);
box-shadow: 0 0 0 0 rgba(57, 141, 161, 0.5);
}
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #126173;
border-color: #115b6c;
}
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0 rgba(57, 141, 161, 0.5);
box-shadow: 0 0 0 0 rgba(57, 141, 161, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
color: #fff;
background-color: #167990;
border-color: #167990;
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:hover {
color: #fff;
background-color: #5c636a;
border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
color: #fff;
background-color: #5c636a;
border-color: #565e64;
-webkit-box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #565e64;
border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-success {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-success:hover {
color: #fff;
background-color: #157347;
border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
color: #fff;
background-color: #157347;
border-color: #146c43;
-webkit-box-shadow: 0 0 0 0 rgba(60, 153, 110, 0.5);
box-shadow: 0 0 0 0 rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success,
.btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #146c43;
border-color: #13653f;
}
.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0 rgba(60, 153, 110, 0.5);
box-shadow: 0 0 0 0 rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-info {
color: #fff;
background-color: #6f42c1;
border-color: #6f42c1;
}
.btn-info:hover {
color: #fff;
background-color: #5e38a4;
border-color: #59359a;
}
.btn-check:focus + .btn-info, .btn-info:focus {
color: #fff;
background-color: #5e38a4;
border-color: #59359a;
-webkit-box-shadow: 0 0 0 0 rgba(133, 94, 202, 0.5);
box-shadow: 0 0 0 0 rgba(133, 94, 202, 0.5);
}
.btn-check:checked + .btn-info,
.btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #59359a;
border-color: #533291;
}
.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0 rgba(133, 94, 202, 0.5);
box-shadow: 0 0 0 0 rgba(133, 94, 202, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
color: #fff;
background-color: #6f42c1;
border-color: #6f42c1;
}
.btn-warning {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:hover {
color: #000;
background-color: #ffca2c;
border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
color: #000;
background-color: #ffca2c;
border-color: #ffc720;
-webkit-box-shadow: 0 0 0 0 rgba(217, 164, 6, 0.5);
box-shadow: 0 0 0 0 rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
color: #000;
background-color: #ffcd39;
border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0 rgba(217, 164, 6, 0.5);
box-shadow: 0 0 0 0 rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:hover {
color: #fff;
background-color: #bb2d3b;
border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
color: #fff;
background-color: #bb2d3b;
border-color: #b02a37;
-webkit-box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #b02a37;
border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-light {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:hover {
color: #000;
background-color: #f9fafb;
border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
color: #000;
background-color: #f9fafb;
border-color: #f9fafb;
-webkit-box-shadow: 0 0 0 0 rgba(211, 212, 213, 0.5);
box-shadow: 0 0 0 0 rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light,
.btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
color: #000;
background-color: #f9fafb;
border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0 rgba(211, 212, 213, 0.5);
box-shadow: 0 0 0 0 rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-dark {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-dark:hover {
color: #fff;
background-color: #1c1f23;
border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
color: #fff;
background-color: #1c1f23;
border-color: #1a1e21;
-webkit-box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1a1e21;
border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-outline-primary {
color: #167990;
border-color: #167990;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #167990;
border-color: #167990;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
-webkit-box-shadow: 0 0 0 0 rgba(22, 121, 144, 0.5);
box-shadow: 0 0 0 0 rgba(22, 121, 144, 0.5);
}
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
color: #fff;
background-color: #167990;
border-color: #167990;
}
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0 rgba(22, 121, 144, 0.5);
box-shadow: 0 0 0 0 rgba(22, 121, 144, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
color: #167990;
background-color: transparent;
}
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
-webkit-box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
color: #6c757d;
background-color: transparent;
}
.btn-outline-success {
color: #198754;
border-color: #198754;
}
.btn-outline-success:hover {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
-webkit-box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
color: #198754;
background-color: transparent;
}
.btn-outline-info {
color: #6f42c1;
border-color: #6f42c1;
}
.btn-outline-info:hover {
color: #fff;
background-color: #6f42c1;
border-color: #6f42c1;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
-webkit-box-shadow: 0 0 0 0 rgba(111, 66, 193, 0.5);
box-shadow: 0 0 0 0 rgba(111, 66, 193, 0.5);
}
.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
color: #fff;
background-color: #6f42c1;
border-color: #6f42c1;
}
.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0 rgba(111, 66, 193, 0.5);
box-shadow: 0 0 0 0 rgba(111, 66, 193, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
color: #6f42c1;
background-color: transparent;
}
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:hover {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
-webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
color: #ffc107;
background-color: transparent;
}
.btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
-webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
color: #dc3545;
background-color: transparent;
}
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:hover {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
-webkit-box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
color: #f8f9fa;
background-color: transparent;
}
.btn-outline-dark {
color: #212529;
border-color: #212529;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
-webkit-box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
color: #212529;
background-color: transparent;
}
.btn-link {
font-weight: 400;
color: #0f5464;
text-decoration: underline;
}
.btn-link:hover {
color: #082f38;
}
.btn-link:disabled, .btn-link.disabled {
color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0;
}
.btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0;
}
.fade {
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
-webkit-transition: none;
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
-webkit-transition: none;
transition: none;
}
}
.dropup,
.dropend,
.dropdown,
.dropstart {
position: relative;
}
.dropdown-toggle {
white-space: nowrap;
}
.dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
margin-left: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
z-index: 1000;
display: none;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0;
font-size: 1rem;
color: #333;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu[data-bs-popper] {
left: 0;
margin-top: 0.125rem;
}
.dropdown-menu-start {
--bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-end {
--bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
@media (min-width: 576px) {
.dropdown-menu-sm-start {
--bs-position: start;
}
.dropdown-menu-sm-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-sm-end {
--bs-position: end;
}
.dropdown-menu-sm-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
@media (min-width: 768px) {
.dropdown-menu-md-start {
--bs-position: start;
}
.dropdown-menu-md-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-md-end {
--bs-position: end;
}
.dropdown-menu-md-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
@media (min-width: 992px) {
.dropdown-menu-lg-start {
--bs-position: start;
}
.dropdown-menu-lg-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-lg-end {
--bs-position: end;
}
.dropdown-menu-lg-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
@media (min-width: 1200px) {
.dropdown-menu-xl-start {
--bs-position: start;
}
.dropdown-menu-xl-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-xl-end {
--bs-position: end;
}
.dropdown-menu-xl-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
@media (min-width: 1440px) {
.dropdown-menu-l2-start {
--bs-position: start;
}
.dropdown-menu-l2-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-l2-end {
--bs-position: end;
}
.dropdown-menu-l2-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
@media (min-width: 1600px) {
.dropdown-menu-l3-start {
--bs-position: start;
}
.dropdown-menu-l3-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-l3-end {
--bs-position: end;
}
.dropdown-menu-l3-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
@media (min-width: 1920px) {
.dropdown-menu-l4-start {
--bs-position: start;
}
.dropdown-menu-l4-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-l4-end {
--bs-position: end;
}
.dropdown-menu-l4-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
@media (min-width: 2560px) {
.dropdown-menu-l5-start {
--bs-position: start;
}
.dropdown-menu-l5-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-l5-end {
--bs-position: end;
}
.dropdown-menu-l5-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
@media (min-width: 3200px) {
.dropdown-menu-l6-start {
--bs-position: start;
}
.dropdown-menu-l6-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-l6-end {
--bs-position: end;
}
.dropdown-menu-l6-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
@media (min-width: 3840px) {
.dropdown-menu-l7-start {
--bs-position: start;
}
.dropdown-menu-l7-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-l7-end {
--bs-position: end;
}
.dropdown-menu-l7-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
@media (min-width: 5120px) {
.dropdown-menu-l8-start {
--bs-position: start;
}
.dropdown-menu-l8-start[data-bs-popper] {
right: auto /* rtl:ignore */;
left: 0 /* rtl:ignore */;
}
.dropdown-menu-l8-end {
--bs-position: end;
}
.dropdown-menu-l8-end[data-bs-popper] {
right: 0 /* rtl:ignore */;
left: auto /* rtl:ignore */;
}
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
}
.dropup .dropdown-menu[data-bs-popper] {
margin-top: 0;
margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropend .dropdown-menu {
top: 0;
right: auto;
left: 100%;
}
.dropend .dropdown-menu[data-bs-popper] {
margin-top: 0;
margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropend .dropdown-toggle::after {
vertical-align: 0;
}
.dropstart .dropdown-menu {
top: 0;
right: 100%;
left: auto;
}
.dropstart .dropdown-menu[data-bs-popper] {
margin-top: 0;
margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
.dropstart .dropdown-toggle::after {
display: none;
}
.dropstart .dropdown-toggle::before {
display: inline-block;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropstart .dropdown-toggle::before {
vertical-align: 0;
}
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
color: #1e2125;
background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #167990;
}
.dropdown-item.disabled, .dropdown-item:disabled {
color: #adb5bd;
pointer-events: none;
background-color: transparent;
}
.dropdown-menu.show {
display: block;
}
.dropdown-header {
display: block;
padding: 0.5rem 1rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap;
}
.dropdown-item-text {
display: block;
padding: 0.25rem 1rem;
color: #212529;
}
.dropdown-menu-dark {
color: #dee2e6;
background-color: #343a40;
border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
color: #fff;
background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
color: #fff;
background-color: #167990;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 1;
}
.btn-toolbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.btn-toolbar .input-group {
width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
margin-left: -1px;
}
.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.btn-group-vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
margin-top: -1px;
}
.nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
text-decoration: none;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.nav-link {
-webkit-transition: none;
transition: none;
}
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
margin-bottom: -1px;
background: none;
border: 1px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
isolation: isolate;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #ecf0f2;
border-color: #dee2e6 #dee2e6 #ecf0f2;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
}
.nav-pills .nav-link {
background: none;
border: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #167990;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.navbar {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-l2, .navbar > .container-l3, .navbar > .container-l4, .navbar > .container-l5, .navbar > .container-l6, .navbar > .container-l7, .navbar > .container-l8 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: inherit;
flex-wrap: inherit;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar-brand {
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
text-decoration: none;
white-space: nowrap;
}
.navbar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
}
.navbar-text {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
-webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
transition: -webkit-box-shadow 0.15s ease-in-out;
transition: box-shadow 0.15s ease-in-out;
transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.navbar-toggler {
-webkit-transition: none;
transition: none;
}
}
.navbar-toggler:hover {
text-decoration: none;
}
.navbar-toggler:focus {
text-decoration: none;
outline: 0;
-webkit-box-shadow: 0 0 0 0;
box-shadow: 0 0 0 0;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
}
.navbar-nav-scroll {
max-height: var(--bs-scroll-height, 75vh);
overflow-y: auto;
}
@media (min-width: 576px) {
.navbar-expand-sm {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-sm .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-sm .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-md .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-md .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xl .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
}
@media (min-width: 1440px) {
.navbar-expand-l2 {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-l2 .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-l2 .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-l2 .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-l2 .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-l2 .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-l2 .navbar-toggler {
display: none;
}
}
@media (min-width: 1600px) {
.navbar-expand-l3 {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-l3 .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-l3 .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-l3 .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-l3 .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-l3 .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-l3 .navbar-toggler {
display: none;
}
}
@media (min-width: 1920px) {
.navbar-expand-l4 {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-l4 .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-l4 .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-l4 .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-l4 .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-l4 .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-l4 .navbar-toggler {
display: none;
}
}
@media (min-width: 2560px) {
.navbar-expand-l5 {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-l5 .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-l5 .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-l5 .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-l5 .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-l5 .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-l5 .navbar-toggler {
display: none;
}
}
@media (min-width: 3200px) {
.navbar-expand-l6 {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-l6 .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-l6 .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-l6 .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-l6 .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-l6 .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-l6 .navbar-toggler {
display: none;
}
}
@media (min-width: 3840px) {
.navbar-expand-l7 {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-l7 .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-l7 .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-l7 .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-l7 .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-l7 .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-l7 .navbar-toggler {
display: none;
}
}
@media (min-width: 5120px) {
.navbar-expand-l8 {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-l8 .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-l8 .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-l8 .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-l8 .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-l8 .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-l8 .navbar-toggler {
display: none;
}
}
.navbar-expand {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand .navbar-toggler {
display: none;
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.55);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff;
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.55);
border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
color: #fff;
}
.card {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.card > hr {
margin-right: 0;
margin-left: 0;
}
.card > .list-group {
border-top: inherit;
border-bottom: inherit;
}
.card > .list-group:first-child {
border-top-width: 0;
}
.card > .list-group:last-child {
border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
border-top: 0;
}
.card-body {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem 1rem;
}
.card-title {
margin-bottom: 0.5rem;
}
.card-subtitle {
margin-top: -0.25rem;
margin-bottom: 0;
}
.card-text:last-child {
margin-bottom: 0;
}
.card-link:hover {
text-decoration: none;
}
.card-link + .card-link {
margin-left: 1rem /* rtl:ignore */;
}
.card-header {
padding: 0.5rem 1rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer {
padding: 0.5rem 1rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header-tabs {
margin-right: -0.5rem;
margin-bottom: -0.5rem;
margin-left: -0.5rem;
border-bottom: 0;
}
.card-header-tabs .nav-link.active {
background-color: #fff;
border-bottom-color: #fff;
}
.card-header-pills {
margin-right: -0.5rem;
margin-left: -0.5rem;
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
}
.card-img,
.card-img-top,
.card-img-bottom {
width: 100%;
}
.card-group > .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.card-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.card-group > .card {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0;
}
.card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
}
.accordion-button {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
padding: 1rem 1.25rem;
font-size: 1rem;
color: #333;
text-align: left;
background-color: transparent;
border: 1px solid rgba(0, 0, 0, 0.125);
overflow-anchor: none;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
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, border-radius 0.15s ease;
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, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.accordion-button {
-webkit-transition: none;
transition: none;
}
}
.accordion-button.collapsed {
border-bottom-width: 0;
}
.accordion-button:not(.collapsed) {
color: #146d82;
background-color: #e8f2f4;
}
.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23146d82'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.accordion-button::after {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 1.25rem;
height: 1.25rem;
margin-left: auto;
content: "";
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-size: 1.25rem;
-webkit-transition: -webkit-transform 0.2s ease-in-out;
transition: -webkit-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;
}
@media (prefers-reduced-motion: reduce) {
.accordion-button::after {
-webkit-transition: none;
transition: none;
}
}
.accordion-button:hover {
z-index: 2;
}
.accordion-button:focus {
z-index: 3;
border-color: #8bbcc8;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.accordion-header {
margin-bottom: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-width: 1px;
}
.accordion-item:last-of-type .accordion-collapse {
border-bottom-width: 1px;
}
.accordion-collapse {
border: solid rgba(0, 0, 0, 0.125);
border-width: 0 1px;
}
.accordion-body {
padding: 1rem 1.25rem;
}
.accordion-flush .accordion-button {
border-right: 0;
border-left: 0;
}
.accordion-flush .accordion-collapse {
border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
border-top-width: 0;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-width: 0;
}
.breadcrumb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 0;
margin-bottom: 1rem;
list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
float: left;
padding-right: 0.5rem;
color: #6c757d;
content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
color: #6c757d;
}
.pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
}
.page-link {
position: relative;
display: block;
color: #0f5464;
text-decoration: none;
background-color: #fff;
border: 1px solid #dee2e6;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
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;
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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.page-link {
-webkit-transition: none;
transition: none;
}
}
.page-link:hover {
z-index: 2;
color: #082f38;
background-color: #e9ecef;
border-color: #dee2e6;
}
.page-link:focus {
z-index: 3;
color: #082f38;
background-color: #e9ecef;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.page-item:not(:first-child) .page-link {
margin-left: -1px;
}
.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: #167990;
border-color: #167990;
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
background-color: #fff;
border-color: #dee2e6;
}
.page-link {
padding: 0.375rem 0.75rem;
}
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
}
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
}
.badge {
display: inline-block;
padding: 0.35em 0.65em;
font-size: 0.75em;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.alert {
position: relative;
padding: 1rem 1rem;
margin-bottom: 1rem;
border: 1px solid transparent;
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 3rem;
}
.alert-dismissible .btn-close {
position: absolute;
top: 0;
right: 0;
z-index: 2;
padding: 1.25rem 1rem;
}
.alert-primary {
color: #0d4956;
background-color: #d0e4e9;
border-color: #b9d7de;
}
.alert-primary .alert-link {
color: #0a3a45;
}
.alert-secondary {
color: #41464b;
background-color: #e2e3e5;
border-color: #d3d6d8;
}
.alert-secondary .alert-link {
color: #34383c;
}
.alert-success {
color: #0f5132;
background-color: #d1e7dd;
border-color: #badbcc;
}
.alert-success .alert-link {
color: #0c4128;
}
.alert-info {
color: #432874;
background-color: #e2d9f3;
border-color: #d4c6ec;
}
.alert-info .alert-link {
color: #36205d;
}
.alert-warning {
color: #664d03;
background-color: #fff3cd;
border-color: #ffecb5;
}
.alert-warning .alert-link {
color: #523e02;
}
.alert-danger {
color: #842029;
background-color: #f8d7da;
border-color: #f5c2c7;
}
.alert-danger .alert-link {
color: #6a1a21;
}
.alert-light {
color: #636464;
background-color: #fefefe;
border-color: #fdfdfe;
}
.alert-light .alert-link {
color: #4f5050;
}
.alert-dark {
color: #141619;
background-color: #d3d3d4;
border-color: #bcbebf;
}
.alert-dark .alert-link {
color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
0% {
background-position-x: 1rem;
}
}
@keyframes progress-bar-stripes {
0% {
background-position-x: 1rem;
}
}
.progress {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
}
.progress-bar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #167990;
-webkit-transition: width 0.6s ease;
transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar {
-webkit-transition: none;
transition: none;
}
}
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
.progress-bar-animated {
-webkit-animation: 1s linear infinite progress-bar-stripes;
animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar-animated {
-webkit-animation: none;
animation: none;
}
}
.list-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
}
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
}
.list-group-item-action:active {
color: #333;
background-color: #e9ecef;
}
.list-group-item {
position: relative;
display: block;
padding: 0.5rem 1rem;
text-decoration: none;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item.disabled, .list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff;
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #167990;
border-color: #167990;
}
.list-group-item + .list-group-item {
border-top-width: 0;
}
.list-group-item + .list-group-item.active {
margin-top: -1px;
border-top-width: 1px;
}
.list-group-horizontal {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
@media (min-width: 576px) {
.list-group-horizontal-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-sm > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-sm > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 768px) {
.list-group-horizontal-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-md > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-md > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-md > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 992px) {
.list-group-horizontal-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-lg > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-lg > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 1200px) {
.list-group-horizontal-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-xl > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-xl > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 1440px) {
.list-group-horizontal-l2 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-l2 > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-l2 > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-l2 > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 1600px) {
.list-group-horizontal-l3 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-l3 > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-l3 > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-l3 > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 1920px) {
.list-group-horizontal-l4 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-l4 > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-l4 > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-l4 > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 2560px) {
.list-group-horizontal-l5 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-l5 > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-l5 > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-l5 > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 3200px) {
.list-group-horizontal-l6 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-l6 > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-l6 > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-l6 > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 3840px) {
.list-group-horizontal-l7 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-l7 > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-l7 > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-l7 > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 5120px) {
.list-group-horizontal-l8 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-l8 > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-l8 > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-l8 > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
.list-group-flush > .list-group-item {
border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
border-bottom-width: 0;
}
.list-group-item-primary {
color: #0d4956;
background-color: #d0e4e9;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #0d4956;
background-color: #bbcdd2;
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #0d4956;
border-color: #0d4956;
}
.list-group-item-secondary {
color: #41464b;
background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
color: #41464b;
background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #41464b;
border-color: #41464b;
}
.list-group-item-success {
color: #0f5132;
background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
color: #0f5132;
background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #0f5132;
border-color: #0f5132;
}
.list-group-item-info {
color: #432874;
background-color: #e2d9f3;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #432874;
background-color: #cbc3db;
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #432874;
border-color: #432874;
}
.list-group-item-warning {
color: #664d03;
background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
color: #664d03;
background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #664d03;
border-color: #664d03;
}
.list-group-item-danger {
color: #842029;
background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
color: #842029;
background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #842029;
border-color: #842029;
}
.list-group-item-light {
color: #636464;
background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
color: #636464;
background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #636464;
border-color: #636464;
}
.list-group-item-dark {
color: #141619;
background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
color: #141619;
background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #141619;
border-color: #141619;
}
.btn-close {
-webkit-box-sizing: content-box;
box-sizing: content-box;
width: 1em;
height: 1em;
padding: 0.25em 0.25em;
color: #000;
background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
border: 0;
opacity: 0.5;
}
.btn-close:hover {
color: #000;
text-decoration: none;
opacity: 0.75;
}
.btn-close:focus {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0.25;
}
.btn-close-white {
-webkit-filter: invert(1) grayscale(100%) brightness(200%);
filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
width: 350px;
max-width: 100%;
font-size: 0.875rem;
pointer-events: auto;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.toast:not(.showing):not(.show) {
opacity: 0;
}
.toast.hide {
display: none;
}
.toast-container {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
max-width: 100%;
pointer-events: none;
}
.toast-container > :not(:last-child) {
margin-bottom: 0.75rem;
}
.toast-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.5rem 0.75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-header .btn-close {
margin-right: -0.375rem;
margin-left: 0.75rem;
}
.toast-body {
padding: 0.75rem;
word-wrap: break-word;
}
.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
-webkit-transition: none;
transition: none;
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
transform: none;
}
.modal.modal-static .modal-dialog {
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
.modal-dialog-scrollable {
height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: 100%;
overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
}
.modal-header .btn-close {
padding: 0.5rem 0.5rem;
margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
.modal-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0.75rem;
border-top: 1px solid #dee2e6;
}
.modal-footer > * {
margin: 0.25rem;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-scrollable {
height: calc(100% - 3.5rem);
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px;
}
}
.modal-fullscreen {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen .modal-body {
overflow-y: auto;
}
@media (max-width: 575.98px) {
.modal-fullscreen-sm-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-sm-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-sm-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 767.98px) {
.modal-fullscreen-md-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-md-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-md-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 991.98px) {
.modal-fullscreen-lg-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-lg-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-lg-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 1199.98px) {
.modal-fullscreen-xl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-xl-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-xl-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 1439.98px) {
.modal-fullscreen-l2-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-l2-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-l2-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 1599.98px) {
.modal-fullscreen-l3-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-l3-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-l3-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 1919.98px) {
.modal-fullscreen-l4-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-l4-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-l4-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 2559.98px) {
.modal-fullscreen-l5-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-l5-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-l5-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 3199.98px) {
.modal-fullscreen-l6-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-l6-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-l6-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 3839.98px) {
.modal-fullscreen-l7-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-l7-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-l7-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 5119.98px) {
.modal-fullscreen-l8-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-l8-down .modal-content {
height: 100%;
border: 0;
}
.modal-fullscreen-l8-down .modal-body {
overflow-y: auto;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: var(--bs-font-sans-serif);
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: 0.9;
}
.tooltip .tooltip-arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
top: -1px;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
}
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
right: -1px;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
bottom: -1px;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
}
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
left: -1px;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
}
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
}
.popover {
position: absolute;
top: 0;
left: 0 /* rtl:ignore */;
z-index: 1060;
display: block;
max-width: 276px;
font-family: var(--bs-font-sans-serif);
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover .popover-arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
border-top-color: #fff;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
left: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
top: 0;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
right: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #fff;
}
.popover-header {
padding: 0.5rem 1rem;
margin-bottom: 0;
font-size: 1rem;
background-color: #f0f0f0;
border-bottom: 1px solid #d8d8d8;
}
.popover-header:empty {
display: none;
}
.popover-body {
padding: 1rem 1rem;
color: #333;
}
.carousel {
position: relative;
}
.carousel.pointer-event {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner::after {
display: block;
clear: both;
content: "";
}
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.carousel-item {
-webkit-transition: none;
transition: none;
}
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
opacity: 0;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transform: none;
transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
z-index: 1;
opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
z-index: 0;
opacity: 0;
-webkit-transition: opacity 0s 0.6s;
transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
-webkit-transition: none;
transition: none;
}
}
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
padding: 0;
color: #fff;
text-align: center;
background: none;
border: 0;
opacity: 0.5;
-webkit-transition: opacity 0.15s ease;
transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-control-prev,
.carousel-control-next {
-webkit-transition: none;
transition: none;
}
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
.carousel-control-prev {
left: 0;
}
.carousel-control-next {
right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 2rem;
height: 2rem;
background-repeat: no-repeat;
background-position: 50%;
background-size: 100% 100%;
}
/* rtl:options: {
"autoRename": true,
"stringMap":[ {
"name" : "prev-next",
"search" : "prev",
"replace" : "next"
} ]
} */
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
margin-right: 15%;
margin-bottom: 1rem;
margin-left: 15%;
list-style: none;
}
.carousel-indicators [data-bs-target] {
-webkit-box-sizing: content-box;
box-sizing: content-box;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
padding: 0;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: 0.5;
-webkit-transition: opacity 0.6s ease;
transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-indicators [data-bs-target] {
-webkit-transition: none;
transition: none;
}
}
.carousel-indicators .active {
opacity: 1;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 1.25rem;
left: 15%;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
color: #fff;
text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
-webkit-filter: invert(1) grayscale(100);
filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
background-color: #000;
}
.carousel-dark .carousel-caption {
color: #000;
}
@-webkit-keyframes spinner-border {
to {
-webkit-transform: rotate(360deg) /* rtl:ignore */;
transform: rotate(360deg) /* rtl:ignore */;
}
}
@keyframes spinner-border {
to {
-webkit-transform: rotate(360deg) /* rtl:ignore */;
transform: rotate(360deg) /* rtl:ignore */;
}
}
.spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: 0.75s linear infinite spinner-border;
animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: 0.75s linear infinite spinner-grow;
animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
width: 1rem;
height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
.spinner-border,
.spinner-grow {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
}
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.link-primary {
color: #167990;
}
.link-primary:hover, .link-primary:focus {
color: #126173;
}
.link-secondary {
color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
color: #565e64;
}
.link-success {
color: #198754;
}
.link-success:hover, .link-success:focus {
color: #146c43;
}
.link-info {
color: #6f42c1;
}
.link-info:hover, .link-info:focus {
color: #59359a;
}
.link-warning {
color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
color: #ffcd39;
}
.link-danger {
color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
color: #b02a37;
}
.link-light {
color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
color: #f9fafb;
}
.link-dark {
color: #212529;
}
.link-dark:hover, .link-dark:focus {
color: #1a1e21;
}
.ratio {
position: relative;
width: 100%;
}
.ratio::before {
display: block;
padding-top: var(--bs-aspect-ratio);
content: "";
}
.ratio > * {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ratio-1x1 {
--bs-aspect-ratio: 100%;
}
.ratio-4x3 {
--bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
--bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
--bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
@media (min-width: 576px) {
.sticky-sm-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 768px) {
.sticky-md-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 992px) {
.sticky-lg-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1200px) {
.sticky-xl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1440px) {
.sticky-l2-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1600px) {
.sticky-l3-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1920px) {
.sticky-l4-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 2560px) {
.sticky-l5-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 3200px) {
.sticky-l6-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 3840px) {
.sticky-l7-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 5120px) {
.sticky-l8-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: "";
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.align-baseline {
vertical-align: baseline !important;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.float-start {
float: left !important;
}
.float-end {
float: right !important;
}
.float-none {
float: none !important;
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.overflow-visible {
overflow: visible !important;
}
.overflow-scroll {
overflow: scroll !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-none {
display: none !important;
}
.shadow {
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.top-0 {
top: 0 !important;
}
.top-50 {
top: 50% !important;
}
.top-100 {
top: 100% !important;
}
.bottom-0 {
bottom: 0 !important;
}
.bottom-50 {
bottom: 50% !important;
}
.bottom-100 {
bottom: 100% !important;
}
.start-0 {
left: 0 !important;
}
.start-50 {
left: 50% !important;
}
.start-100 {
left: 100% !important;
}
.end-0 {
right: 0 !important;
}
.end-50 {
right: 50% !important;
}
.end-100 {
right: 100% !important;
}
.translate-middle {
-webkit-transform: translate(-50%, -50%) !important;
transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
-webkit-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}
.translate-middle-y {
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
.border {
border: 1px solid #dee2e6 !important;
}
.border-0 {
border: 0 !important;
}
.border-top {
border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-end {
border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
border-right: 0 !important;
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-start {
border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
border-left: 0 !important;
}
.border-primary {
border-color: #167990 !important;
}
.border-secondary {
border-color: #6c757d !important;
}
.border-success {
border-color: #198754 !important;
}
.border-info {
border-color: #6f42c1 !important;
}
.border-warning {
border-color: #ffc107 !important;
}
.border-danger {
border-color: #dc3545 !important;
}
.border-light {
border-color: #f8f9fa !important;
}
.border-dark {
border-color: #212529 !important;
}
.border-white {
border-color: #fff !important;
}
.border-0 {
border-width: 0 !important;
}
.border-1 {
border-width: 1px !important;
}
.border-2 {
border-width: 2px !important;
}
.border-3 {
border-width: 3px !important;
}
.border-4 {
border-width: 4px !important;
}
.border-5 {
border-width: 5px !important;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.mw-100 {
max-width: 100% !important;
}
.vw-100 {
width: 100vw !important;
}
.min-vw-100 {
min-width: 100vw !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.h-auto {
height: auto !important;
}
.mh-100 {
max-height: 100% !important;
}
.vh-100 {
height: 100vh !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.flex-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-0 {
gap: 0 !important;
}
.gap-1 {
gap: 0.25rem !important;
}
.gap-2 {
gap: 0.5rem !important;
}
.gap-3 {
gap: 1rem !important;
}
.gap-4 {
gap: 1.5rem !important;
}
.gap-5 {
gap: 3rem !important;
}
.justify-content-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-0 {
margin: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.m-auto {
margin: auto !important;
}
.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mt-1 {
margin-top: 0.25rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mt-3 {
margin-top: 1rem !important;
}
.mt-4 {
margin-top: 1.5rem !important;
}
.mt-5 {
margin-top: 3rem !important;
}
.mt-auto {
margin-top: auto !important;
}
.me-0 {
margin-right: 0 !important;
}
.me-1 {
margin-right: 0.25rem !important;
}
.me-2 {
margin-right: 0.5rem !important;
}
.me-3 {
margin-right: 1rem !important;
}
.me-4 {
margin-right: 1.5rem !important;
}
.me-5 {
margin-right: 3rem !important;
}
.me-auto {
margin-right: auto !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-1 {
margin-bottom: 0.25rem !important;
}
.mb-2 {
margin-bottom: 0.5rem !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.mb-4 {
margin-bottom: 1.5rem !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.mb-auto {
margin-bottom: auto !important;
}
.ms-0 {
margin-left: 0 !important;
}
.ms-1 {
margin-left: 0.25rem !important;
}
.ms-2 {
margin-left: 0.5rem !important;
}
.ms-3 {
margin-left: 1rem !important;
}
.ms-4 {
margin-left: 1.5rem !important;
}
.ms-5 {
margin-left: 3rem !important;
}
.ms-auto {
margin-left: auto !important;
}
.p-0 {
padding: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-0 {
padding-top: 0 !important;
}
.pt-1 {
padding-top: 0.25rem !important;
}
.pt-2 {
padding-top: 0.5rem !important;
}
.pt-3 {
padding-top: 1rem !important;
}
.pt-4 {
padding-top: 1.5rem !important;
}
.pt-5 {
padding-top: 3rem !important;
}
.pe-0 {
padding-right: 0 !important;
}
.pe-1 {
padding-right: 0.25rem !important;
}
.pe-2 {
padding-right: 0.5rem !important;
}
.pe-3 {
padding-right: 1rem !important;
}
.pe-4 {
padding-right: 1.5rem !important;
}
.pe-5 {
padding-right: 3rem !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pb-1 {
padding-bottom: 0.25rem !important;
}
.pb-2 {
padding-bottom: 0.5rem !important;
}
.pb-3 {
padding-bottom: 1rem !important;
}
.pb-4 {
padding-bottom: 1.5rem !important;
}
.pb-5 {
padding-bottom: 3rem !important;
}
.ps-0 {
padding-left: 0 !important;
}
.ps-1 {
padding-left: 0.25rem !important;
}
.ps-2 {
padding-left: 0.5rem !important;
}
.ps-3 {
padding-left: 1rem !important;
}
.ps-4 {
padding-left: 1.5rem !important;
}
.ps-5 {
padding-left: 3rem !important;
}
.fs-1 {
font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
font-size: 1.25rem !important;
}
.fs-6 {
font-size: 1rem !important;
}
.fst-italic {
font-style: italic !important;
}
.fst-normal {
font-style: normal !important;
}
.fw-light {
font-weight: 300 !important;
}
.fw-lighter {
font-weight: lighter !important;
}
.fw-normal {
font-weight: 400 !important;
}
.fw-bold {
font-weight: 700 !important;
}
.fw-bolder {
font-weight: bolder !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.text-start {
text-align: left !important;
}
.text-end {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-primary {
color: #167990 !important;
}
.text-secondary {
color: #6c757d !important;
}
.text-success {
color: #198754 !important;
}
.text-info {
color: #6f42c1 !important;
}
.text-warning {
color: #ffc107 !important;
}
.text-danger {
color: #dc3545 !important;
}
.text-light {
color: #f8f9fa !important;
}
.text-dark {
color: #212529 !important;
}
.text-white {
color: #fff !important;
}
.text-body {
color: #333 !important;
}
.text-muted {
color: #6c757d !important;
}
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
color: inherit !important;
}
.lh-1 {
line-height: 1 !important;
}
.lh-sm {
line-height: 1.25 !important;
}
.lh-base {
line-height: 1.5 !important;
}
.lh-lg {
line-height: 2 !important;
}
.bg-primary {
background-color: #167990 !important;
}
.bg-secondary {
background-color: #6c757d !important;
}
.bg-success {
background-color: #198754 !important;
}
.bg-info {
background-color: #6f42c1 !important;
}
.bg-warning {
background-color: #ffc107 !important;
}
.bg-danger {
background-color: #dc3545 !important;
}
.bg-light {
background-color: #f8f9fa !important;
}
.bg-dark {
background-color: #212529 !important;
}
.bg-body {
background-color: #ecf0f2 !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
.bg-gradient {
background-image: var(--bs-gradient) !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
/* rtl:begin:remove */
.text-break {
word-wrap: break-word !important;
word-break: break-word !important;
}
/* rtl:end:remove */
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.user-select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
-ms-user-select: all !important;
user-select: all !important;
}
.user-select-auto {
-webkit-user-select: auto !important;
-moz-user-select: auto !important;
-ms-user-select: auto !important;
user-select: auto !important;
}
.user-select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.pe-none {
pointer-events: none !important;
}
.pe-auto {
pointer-events: auto !important;
}
.rounded {
border-radius: 0.25rem !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.rounded-1 {
border-radius: 0.2rem !important;
}
.rounded-2 {
border-radius: 0.25rem !important;
}
.rounded-3 {
border-radius: 0.3rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-pill {
border-radius: 50rem !important;
}
.rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}
.rounded-end {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
border-bottom-left-radius: 0.25rem !important;
border-top-left-radius: 0.25rem !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@media (min-width: 576px) {
.float-sm-start {
float: left !important;
}
.float-sm-end {
float: right !important;
}
.float-sm-none {
float: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-sm-none {
display: none !important;
}
.flex-sm-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-sm-0 {
gap: 0 !important;
}
.gap-sm-1 {
gap: 0.25rem !important;
}
.gap-sm-2 {
gap: 0.5rem !important;
}
.gap-sm-3 {
gap: 1rem !important;
}
.gap-sm-4 {
gap: 1.5rem !important;
}
.gap-sm-5 {
gap: 3rem !important;
}
.justify-content-sm-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-sm-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-sm-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-sm-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-sm-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-sm-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-sm-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-sm-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-sm-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-sm-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-sm-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-sm-0 {
margin: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-sm-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-sm-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-sm-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-sm-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-sm-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-sm-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-sm-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-sm-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-sm-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-sm-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-sm-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-sm-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-sm-0 {
margin-top: 0 !important;
}
.mt-sm-1 {
margin-top: 0.25rem !important;
}
.mt-sm-2 {
margin-top: 0.5rem !important;
}
.mt-sm-3 {
margin-top: 1rem !important;
}
.mt-sm-4 {
margin-top: 1.5rem !important;
}
.mt-sm-5 {
margin-top: 3rem !important;
}
.mt-sm-auto {
margin-top: auto !important;
}
.me-sm-0 {
margin-right: 0 !important;
}
.me-sm-1 {
margin-right: 0.25rem !important;
}
.me-sm-2 {
margin-right: 0.5rem !important;
}
.me-sm-3 {
margin-right: 1rem !important;
}
.me-sm-4 {
margin-right: 1.5rem !important;
}
.me-sm-5 {
margin-right: 3rem !important;
}
.me-sm-auto {
margin-right: auto !important;
}
.mb-sm-0 {
margin-bottom: 0 !important;
}
.mb-sm-1 {
margin-bottom: 0.25rem !important;
}
.mb-sm-2 {
margin-bottom: 0.5rem !important;
}
.mb-sm-3 {
margin-bottom: 1rem !important;
}
.mb-sm-4 {
margin-bottom: 1.5rem !important;
}
.mb-sm-5 {
margin-bottom: 3rem !important;
}
.mb-sm-auto {
margin-bottom: auto !important;
}
.ms-sm-0 {
margin-left: 0 !important;
}
.ms-sm-1 {
margin-left: 0.25rem !important;
}
.ms-sm-2 {
margin-left: 0.5rem !important;
}
.ms-sm-3 {
margin-left: 1rem !important;
}
.ms-sm-4 {
margin-left: 1.5rem !important;
}
.ms-sm-5 {
margin-left: 3rem !important;
}
.ms-sm-auto {
margin-left: auto !important;
}
.p-sm-0 {
padding: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-sm-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-sm-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-sm-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-sm-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-sm-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-sm-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-sm-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-sm-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-sm-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-sm-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-sm-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-sm-0 {
padding-top: 0 !important;
}
.pt-sm-1 {
padding-top: 0.25rem !important;
}
.pt-sm-2 {
padding-top: 0.5rem !important;
}
.pt-sm-3 {
padding-top: 1rem !important;
}
.pt-sm-4 {
padding-top: 1.5rem !important;
}
.pt-sm-5 {
padding-top: 3rem !important;
}
.pe-sm-0 {
padding-right: 0 !important;
}
.pe-sm-1 {
padding-right: 0.25rem !important;
}
.pe-sm-2 {
padding-right: 0.5rem !important;
}
.pe-sm-3 {
padding-right: 1rem !important;
}
.pe-sm-4 {
padding-right: 1.5rem !important;
}
.pe-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-0 {
padding-bottom: 0 !important;
}
.pb-sm-1 {
padding-bottom: 0.25rem !important;
}
.pb-sm-2 {
padding-bottom: 0.5rem !important;
}
.pb-sm-3 {
padding-bottom: 1rem !important;
}
.pb-sm-4 {
padding-bottom: 1.5rem !important;
}
.pb-sm-5 {
padding-bottom: 3rem !important;
}
.ps-sm-0 {
padding-left: 0 !important;
}
.ps-sm-1 {
padding-left: 0.25rem !important;
}
.ps-sm-2 {
padding-left: 0.5rem !important;
}
.ps-sm-3 {
padding-left: 1rem !important;
}
.ps-sm-4 {
padding-left: 1.5rem !important;
}
.ps-sm-5 {
padding-left: 3rem !important;
}
.text-sm-start {
text-align: left !important;
}
.text-sm-end {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.float-md-start {
float: left !important;
}
.float-md-end {
float: right !important;
}
.float-md-none {
float: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-md-none {
display: none !important;
}
.flex-md-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-md-0 {
gap: 0 !important;
}
.gap-md-1 {
gap: 0.25rem !important;
}
.gap-md-2 {
gap: 0.5rem !important;
}
.gap-md-3 {
gap: 1rem !important;
}
.gap-md-4 {
gap: 1.5rem !important;
}
.gap-md-5 {
gap: 3rem !important;
}
.justify-content-md-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-md-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-md-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-md-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-md-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-md-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-md-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-md-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-md-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-md-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-md-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-md-0 {
margin: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-md-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-md-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-md-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-md-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-md-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-md-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-md-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-md-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-md-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-md-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-md-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-md-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-md-0 {
margin-top: 0 !important;
}
.mt-md-1 {
margin-top: 0.25rem !important;
}
.mt-md-2 {
margin-top: 0.5rem !important;
}
.mt-md-3 {
margin-top: 1rem !important;
}
.mt-md-4 {
margin-top: 1.5rem !important;
}
.mt-md-5 {
margin-top: 3rem !important;
}
.mt-md-auto {
margin-top: auto !important;
}
.me-md-0 {
margin-right: 0 !important;
}
.me-md-1 {
margin-right: 0.25rem !important;
}
.me-md-2 {
margin-right: 0.5rem !important;
}
.me-md-3 {
margin-right: 1rem !important;
}
.me-md-4 {
margin-right: 1.5rem !important;
}
.me-md-5 {
margin-right: 3rem !important;
}
.me-md-auto {
margin-right: auto !important;
}
.mb-md-0 {
margin-bottom: 0 !important;
}
.mb-md-1 {
margin-bottom: 0.25rem !important;
}
.mb-md-2 {
margin-bottom: 0.5rem !important;
}
.mb-md-3 {
margin-bottom: 1rem !important;
}
.mb-md-4 {
margin-bottom: 1.5rem !important;
}
.mb-md-5 {
margin-bottom: 3rem !important;
}
.mb-md-auto {
margin-bottom: auto !important;
}
.ms-md-0 {
margin-left: 0 !important;
}
.ms-md-1 {
margin-left: 0.25rem !important;
}
.ms-md-2 {
margin-left: 0.5rem !important;
}
.ms-md-3 {
margin-left: 1rem !important;
}
.ms-md-4 {
margin-left: 1.5rem !important;
}
.ms-md-5 {
margin-left: 3rem !important;
}
.ms-md-auto {
margin-left: auto !important;
}
.p-md-0 {
padding: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.px-md-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-md-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-md-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-md-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-md-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-md-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-md-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-md-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-md-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-md-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-md-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-md-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-md-0 {
padding-top: 0 !important;
}
.pt-md-1 {
padding-top: 0.25rem !important;
}
.pt-md-2 {
padding-top: 0.5rem !important;
}
.pt-md-3 {
padding-top: 1rem !important;
}
.pt-md-4 {
padding-top: 1.5rem !important;
}
.pt-md-5 {
padding-top: 3rem !important;
}
.pe-md-0 {
padding-right: 0 !important;
}
.pe-md-1 {
padding-right: 0.25rem !important;
}
.pe-md-2 {
padding-right: 0.5rem !important;
}
.pe-md-3 {
padding-right: 1rem !important;
}
.pe-md-4 {
padding-right: 1.5rem !important;
}
.pe-md-5 {
padding-right: 3rem !important;
}
.pb-md-0 {
padding-bottom: 0 !important;
}
.pb-md-1 {
padding-bottom: 0.25rem !important;
}
.pb-md-2 {
padding-bottom: 0.5rem !important;
}
.pb-md-3 {
padding-bottom: 1rem !important;
}
.pb-md-4 {
padding-bottom: 1.5rem !important;
}
.pb-md-5 {
padding-bottom: 3rem !important;
}
.ps-md-0 {
padding-left: 0 !important;
}
.ps-md-1 {
padding-left: 0.25rem !important;
}
.ps-md-2 {
padding-left: 0.5rem !important;
}
.ps-md-3 {
padding-left: 1rem !important;
}
.ps-md-4 {
padding-left: 1.5rem !important;
}
.ps-md-5 {
padding-left: 3rem !important;
}
.text-md-start {
text-align: left !important;
}
.text-md-end {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.float-lg-start {
float: left !important;
}
.float-lg-end {
float: right !important;
}
.float-lg-none {
float: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-lg-none {
display: none !important;
}
.flex-lg-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-lg-0 {
gap: 0 !important;
}
.gap-lg-1 {
gap: 0.25rem !important;
}
.gap-lg-2 {
gap: 0.5rem !important;
}
.gap-lg-3 {
gap: 1rem !important;
}
.gap-lg-4 {
gap: 1.5rem !important;
}
.gap-lg-5 {
gap: 3rem !important;
}
.justify-content-lg-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-lg-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-lg-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-lg-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-lg-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-lg-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-lg-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-lg-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-lg-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-lg-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-lg-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-lg-0 {
margin: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-lg-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-lg-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-lg-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-lg-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-lg-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-lg-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-lg-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-lg-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-lg-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-lg-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-lg-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-lg-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-lg-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-lg-0 {
margin-top: 0 !important;
}
.mt-lg-1 {
margin-top: 0.25rem !important;
}
.mt-lg-2 {
margin-top: 0.5rem !important;
}
.mt-lg-3 {
margin-top: 1rem !important;
}
.mt-lg-4 {
margin-top: 1.5rem !important;
}
.mt-lg-5 {
margin-top: 3rem !important;
}
.mt-lg-auto {
margin-top: auto !important;
}
.me-lg-0 {
margin-right: 0 !important;
}
.me-lg-1 {
margin-right: 0.25rem !important;
}
.me-lg-2 {
margin-right: 0.5rem !important;
}
.me-lg-3 {
margin-right: 1rem !important;
}
.me-lg-4 {
margin-right: 1.5rem !important;
}
.me-lg-5 {
margin-right: 3rem !important;
}
.me-lg-auto {
margin-right: auto !important;
}
.mb-lg-0 {
margin-bottom: 0 !important;
}
.mb-lg-1 {
margin-bottom: 0.25rem !important;
}
.mb-lg-2 {
margin-bottom: 0.5rem !important;
}
.mb-lg-3 {
margin-bottom: 1rem !important;
}
.mb-lg-4 {
margin-bottom: 1.5rem !important;
}
.mb-lg-5 {
margin-bottom: 3rem !important;
}
.mb-lg-auto {
margin-bottom: auto !important;
}
.ms-lg-0 {
margin-left: 0 !important;
}
.ms-lg-1 {
margin-left: 0.25rem !important;
}
.ms-lg-2 {
margin-left: 0.5rem !important;
}
.ms-lg-3 {
margin-left: 1rem !important;
}
.ms-lg-4 {
margin-left: 1.5rem !important;
}
.ms-lg-5 {
margin-left: 3rem !important;
}
.ms-lg-auto {
margin-left: auto !important;
}
.p-lg-0 {
padding: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.px-lg-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-lg-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-lg-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-lg-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-lg-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-lg-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-lg-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-lg-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-lg-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-lg-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-lg-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-lg-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-lg-0 {
padding-top: 0 !important;
}
.pt-lg-1 {
padding-top: 0.25rem !important;
}
.pt-lg-2 {
padding-top: 0.5rem !important;
}
.pt-lg-3 {
padding-top: 1rem !important;
}
.pt-lg-4 {
padding-top: 1.5rem !important;
}
.pt-lg-5 {
padding-top: 3rem !important;
}
.pe-lg-0 {
padding-right: 0 !important;
}
.pe-lg-1 {
padding-right: 0.25rem !important;
}
.pe-lg-2 {
padding-right: 0.5rem !important;
}
.pe-lg-3 {
padding-right: 1rem !important;
}
.pe-lg-4 {
padding-right: 1.5rem !important;
}
.pe-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-0 {
padding-bottom: 0 !important;
}
.pb-lg-1 {
padding-bottom: 0.25rem !important;
}
.pb-lg-2 {
padding-bottom: 0.5rem !important;
}
.pb-lg-3 {
padding-bottom: 1rem !important;
}
.pb-lg-4 {
padding-bottom: 1.5rem !important;
}
.pb-lg-5 {
padding-bottom: 3rem !important;
}
.ps-lg-0 {
padding-left: 0 !important;
}
.ps-lg-1 {
padding-left: 0.25rem !important;
}
.ps-lg-2 {
padding-left: 0.5rem !important;
}
.ps-lg-3 {
padding-left: 1rem !important;
}
.ps-lg-4 {
padding-left: 1.5rem !important;
}
.ps-lg-5 {
padding-left: 3rem !important;
}
.text-lg-start {
text-align: left !important;
}
.text-lg-end {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.float-xl-start {
float: left !important;
}
.float-xl-end {
float: right !important;
}
.float-xl-none {
float: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-xl-none {
display: none !important;
}
.flex-xl-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-xl-0 {
gap: 0 !important;
}
.gap-xl-1 {
gap: 0.25rem !important;
}
.gap-xl-2 {
gap: 0.5rem !important;
}
.gap-xl-3 {
gap: 1rem !important;
}
.gap-xl-4 {
gap: 1.5rem !important;
}
.gap-xl-5 {
gap: 3rem !important;
}
.justify-content-xl-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-xl-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-xl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-xl-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-xl-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-xl-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-xl-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-xl-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-xl-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-xl-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-xl-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-xl-0 {
margin: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mx-xl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xl-0 {
margin-top: 0 !important;
}
.mt-xl-1 {
margin-top: 0.25rem !important;
}
.mt-xl-2 {
margin-top: 0.5rem !important;
}
.mt-xl-3 {
margin-top: 1rem !important;
}
.mt-xl-4 {
margin-top: 1.5rem !important;
}
.mt-xl-5 {
margin-top: 3rem !important;
}
.mt-xl-auto {
margin-top: auto !important;
}
.me-xl-0 {
margin-right: 0 !important;
}
.me-xl-1 {
margin-right: 0.25rem !important;
}
.me-xl-2 {
margin-right: 0.5rem !important;
}
.me-xl-3 {
margin-right: 1rem !important;
}
.me-xl-4 {
margin-right: 1.5rem !important;
}
.me-xl-5 {
margin-right: 3rem !important;
}
.me-xl-auto {
margin-right: auto !important;
}
.mb-xl-0 {
margin-bottom: 0 !important;
}
.mb-xl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xl-3 {
margin-bottom: 1rem !important;
}
.mb-xl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xl-5 {
margin-bottom: 3rem !important;
}
.mb-xl-auto {
margin-bottom: auto !important;
}
.ms-xl-0 {
margin-left: 0 !important;
}
.ms-xl-1 {
margin-left: 0.25rem !important;
}
.ms-xl-2 {
margin-left: 0.5rem !important;
}
.ms-xl-3 {
margin-left: 1rem !important;
}
.ms-xl-4 {
margin-left: 1.5rem !important;
}
.ms-xl-5 {
margin-left: 3rem !important;
}
.ms-xl-auto {
margin-left: auto !important;
}
.p-xl-0 {
padding: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.px-xl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-xl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-xl-0 {
padding-top: 0 !important;
}
.pt-xl-1 {
padding-top: 0.25rem !important;
}
.pt-xl-2 {
padding-top: 0.5rem !important;
}
.pt-xl-3 {
padding-top: 1rem !important;
}
.pt-xl-4 {
padding-top: 1.5rem !important;
}
.pt-xl-5 {
padding-top: 3rem !important;
}
.pe-xl-0 {
padding-right: 0 !important;
}
.pe-xl-1 {
padding-right: 0.25rem !important;
}
.pe-xl-2 {
padding-right: 0.5rem !important;
}
.pe-xl-3 {
padding-right: 1rem !important;
}
.pe-xl-4 {
padding-right: 1.5rem !important;
}
.pe-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-0 {
padding-bottom: 0 !important;
}
.pb-xl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xl-3 {
padding-bottom: 1rem !important;
}
.pb-xl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xl-5 {
padding-bottom: 3rem !important;
}
.ps-xl-0 {
padding-left: 0 !important;
}
.ps-xl-1 {
padding-left: 0.25rem !important;
}
.ps-xl-2 {
padding-left: 0.5rem !important;
}
.ps-xl-3 {
padding-left: 1rem !important;
}
.ps-xl-4 {
padding-left: 1.5rem !important;
}
.ps-xl-5 {
padding-left: 3rem !important;
}
.text-xl-start {
text-align: left !important;
}
.text-xl-end {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
@media (min-width: 1440px) {
.float-l2-start {
float: left !important;
}
.float-l2-end {
float: right !important;
}
.float-l2-none {
float: none !important;
}
.d-l2-inline {
display: inline !important;
}
.d-l2-inline-block {
display: inline-block !important;
}
.d-l2-block {
display: block !important;
}
.d-l2-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-l2-table {
display: table !important;
}
.d-l2-table-row {
display: table-row !important;
}
.d-l2-table-cell {
display: table-cell !important;
}
.d-l2-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-l2-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-l2-none {
display: none !important;
}
.flex-l2-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-l2-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-l2-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-l2-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-l2-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-l2-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-l2-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-l2-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-l2-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-l2-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-l2-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-l2-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-l2-0 {
gap: 0 !important;
}
.gap-l2-1 {
gap: 0.25rem !important;
}
.gap-l2-2 {
gap: 0.5rem !important;
}
.gap-l2-3 {
gap: 1rem !important;
}
.gap-l2-4 {
gap: 1.5rem !important;
}
.gap-l2-5 {
gap: 3rem !important;
}
.justify-content-l2-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-l2-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-l2-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-l2-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-l2-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-l2-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-l2-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-l2-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-l2-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-l2-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-l2-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-l2-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-l2-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-l2-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-l2-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-l2-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-l2-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-l2-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-l2-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-l2-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-l2-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-l2-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-l2-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-l2-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-l2-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-l2-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-l2-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-l2-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-l2-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-l2-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-l2-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-l2-0 {
margin: 0 !important;
}
.m-l2-1 {
margin: 0.25rem !important;
}
.m-l2-2 {
margin: 0.5rem !important;
}
.m-l2-3 {
margin: 1rem !important;
}
.m-l2-4 {
margin: 1.5rem !important;
}
.m-l2-5 {
margin: 3rem !important;
}
.m-l2-auto {
margin: auto !important;
}
.mx-l2-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-l2-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-l2-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-l2-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-l2-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-l2-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-l2-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-l2-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-l2-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-l2-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-l2-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-l2-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-l2-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-l2-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-l2-0 {
margin-top: 0 !important;
}
.mt-l2-1 {
margin-top: 0.25rem !important;
}
.mt-l2-2 {
margin-top: 0.5rem !important;
}
.mt-l2-3 {
margin-top: 1rem !important;
}
.mt-l2-4 {
margin-top: 1.5rem !important;
}
.mt-l2-5 {
margin-top: 3rem !important;
}
.mt-l2-auto {
margin-top: auto !important;
}
.me-l2-0 {
margin-right: 0 !important;
}
.me-l2-1 {
margin-right: 0.25rem !important;
}
.me-l2-2 {
margin-right: 0.5rem !important;
}
.me-l2-3 {
margin-right: 1rem !important;
}
.me-l2-4 {
margin-right: 1.5rem !important;
}
.me-l2-5 {
margin-right: 3rem !important;
}
.me-l2-auto {
margin-right: auto !important;
}
.mb-l2-0 {
margin-bottom: 0 !important;
}
.mb-l2-1 {
margin-bottom: 0.25rem !important;
}
.mb-l2-2 {
margin-bottom: 0.5rem !important;
}
.mb-l2-3 {
margin-bottom: 1rem !important;
}
.mb-l2-4 {
margin-bottom: 1.5rem !important;
}
.mb-l2-5 {
margin-bottom: 3rem !important;
}
.mb-l2-auto {
margin-bottom: auto !important;
}
.ms-l2-0 {
margin-left: 0 !important;
}
.ms-l2-1 {
margin-left: 0.25rem !important;
}
.ms-l2-2 {
margin-left: 0.5rem !important;
}
.ms-l2-3 {
margin-left: 1rem !important;
}
.ms-l2-4 {
margin-left: 1.5rem !important;
}
.ms-l2-5 {
margin-left: 3rem !important;
}
.ms-l2-auto {
margin-left: auto !important;
}
.p-l2-0 {
padding: 0 !important;
}
.p-l2-1 {
padding: 0.25rem !important;
}
.p-l2-2 {
padding: 0.5rem !important;
}
.p-l2-3 {
padding: 1rem !important;
}
.p-l2-4 {
padding: 1.5rem !important;
}
.p-l2-5 {
padding: 3rem !important;
}
.px-l2-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-l2-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-l2-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-l2-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-l2-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-l2-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-l2-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-l2-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-l2-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-l2-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-l2-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-l2-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-l2-0 {
padding-top: 0 !important;
}
.pt-l2-1 {
padding-top: 0.25rem !important;
}
.pt-l2-2 {
padding-top: 0.5rem !important;
}
.pt-l2-3 {
padding-top: 1rem !important;
}
.pt-l2-4 {
padding-top: 1.5rem !important;
}
.pt-l2-5 {
padding-top: 3rem !important;
}
.pe-l2-0 {
padding-right: 0 !important;
}
.pe-l2-1 {
padding-right: 0.25rem !important;
}
.pe-l2-2 {
padding-right: 0.5rem !important;
}
.pe-l2-3 {
padding-right: 1rem !important;
}
.pe-l2-4 {
padding-right: 1.5rem !important;
}
.pe-l2-5 {
padding-right: 3rem !important;
}
.pb-l2-0 {
padding-bottom: 0 !important;
}
.pb-l2-1 {
padding-bottom: 0.25rem !important;
}
.pb-l2-2 {
padding-bottom: 0.5rem !important;
}
.pb-l2-3 {
padding-bottom: 1rem !important;
}
.pb-l2-4 {
padding-bottom: 1.5rem !important;
}
.pb-l2-5 {
padding-bottom: 3rem !important;
}
.ps-l2-0 {
padding-left: 0 !important;
}
.ps-l2-1 {
padding-left: 0.25rem !important;
}
.ps-l2-2 {
padding-left: 0.5rem !important;
}
.ps-l2-3 {
padding-left: 1rem !important;
}
.ps-l2-4 {
padding-left: 1.5rem !important;
}
.ps-l2-5 {
padding-left: 3rem !important;
}
.text-l2-start {
text-align: left !important;
}
.text-l2-end {
text-align: right !important;
}
.text-l2-center {
text-align: center !important;
}
}
@media (min-width: 1600px) {
.float-l3-start {
float: left !important;
}
.float-l3-end {
float: right !important;
}
.float-l3-none {
float: none !important;
}
.d-l3-inline {
display: inline !important;
}
.d-l3-inline-block {
display: inline-block !important;
}
.d-l3-block {
display: block !important;
}
.d-l3-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-l3-table {
display: table !important;
}
.d-l3-table-row {
display: table-row !important;
}
.d-l3-table-cell {
display: table-cell !important;
}
.d-l3-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-l3-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-l3-none {
display: none !important;
}
.flex-l3-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-l3-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-l3-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-l3-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-l3-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-l3-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-l3-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-l3-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-l3-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-l3-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-l3-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-l3-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-l3-0 {
gap: 0 !important;
}
.gap-l3-1 {
gap: 0.25rem !important;
}
.gap-l3-2 {
gap: 0.5rem !important;
}
.gap-l3-3 {
gap: 1rem !important;
}
.gap-l3-4 {
gap: 1.5rem !important;
}
.gap-l3-5 {
gap: 3rem !important;
}
.justify-content-l3-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-l3-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-l3-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-l3-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-l3-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-l3-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-l3-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-l3-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-l3-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-l3-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-l3-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-l3-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-l3-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-l3-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-l3-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-l3-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-l3-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-l3-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-l3-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-l3-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-l3-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-l3-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-l3-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-l3-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-l3-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-l3-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-l3-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-l3-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-l3-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-l3-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-l3-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-l3-0 {
margin: 0 !important;
}
.m-l3-1 {
margin: 0.25rem !important;
}
.m-l3-2 {
margin: 0.5rem !important;
}
.m-l3-3 {
margin: 1rem !important;
}
.m-l3-4 {
margin: 1.5rem !important;
}
.m-l3-5 {
margin: 3rem !important;
}
.m-l3-auto {
margin: auto !important;
}
.mx-l3-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-l3-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-l3-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-l3-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-l3-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-l3-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-l3-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-l3-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-l3-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-l3-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-l3-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-l3-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-l3-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-l3-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-l3-0 {
margin-top: 0 !important;
}
.mt-l3-1 {
margin-top: 0.25rem !important;
}
.mt-l3-2 {
margin-top: 0.5rem !important;
}
.mt-l3-3 {
margin-top: 1rem !important;
}
.mt-l3-4 {
margin-top: 1.5rem !important;
}
.mt-l3-5 {
margin-top: 3rem !important;
}
.mt-l3-auto {
margin-top: auto !important;
}
.me-l3-0 {
margin-right: 0 !important;
}
.me-l3-1 {
margin-right: 0.25rem !important;
}
.me-l3-2 {
margin-right: 0.5rem !important;
}
.me-l3-3 {
margin-right: 1rem !important;
}
.me-l3-4 {
margin-right: 1.5rem !important;
}
.me-l3-5 {
margin-right: 3rem !important;
}
.me-l3-auto {
margin-right: auto !important;
}
.mb-l3-0 {
margin-bottom: 0 !important;
}
.mb-l3-1 {
margin-bottom: 0.25rem !important;
}
.mb-l3-2 {
margin-bottom: 0.5rem !important;
}
.mb-l3-3 {
margin-bottom: 1rem !important;
}
.mb-l3-4 {
margin-bottom: 1.5rem !important;
}
.mb-l3-5 {
margin-bottom: 3rem !important;
}
.mb-l3-auto {
margin-bottom: auto !important;
}
.ms-l3-0 {
margin-left: 0 !important;
}
.ms-l3-1 {
margin-left: 0.25rem !important;
}
.ms-l3-2 {
margin-left: 0.5rem !important;
}
.ms-l3-3 {
margin-left: 1rem !important;
}
.ms-l3-4 {
margin-left: 1.5rem !important;
}
.ms-l3-5 {
margin-left: 3rem !important;
}
.ms-l3-auto {
margin-left: auto !important;
}
.p-l3-0 {
padding: 0 !important;
}
.p-l3-1 {
padding: 0.25rem !important;
}
.p-l3-2 {
padding: 0.5rem !important;
}
.p-l3-3 {
padding: 1rem !important;
}
.p-l3-4 {
padding: 1.5rem !important;
}
.p-l3-5 {
padding: 3rem !important;
}
.px-l3-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-l3-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-l3-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-l3-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-l3-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-l3-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-l3-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-l3-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-l3-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-l3-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-l3-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-l3-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-l3-0 {
padding-top: 0 !important;
}
.pt-l3-1 {
padding-top: 0.25rem !important;
}
.pt-l3-2 {
padding-top: 0.5rem !important;
}
.pt-l3-3 {
padding-top: 1rem !important;
}
.pt-l3-4 {
padding-top: 1.5rem !important;
}
.pt-l3-5 {
padding-top: 3rem !important;
}
.pe-l3-0 {
padding-right: 0 !important;
}
.pe-l3-1 {
padding-right: 0.25rem !important;
}
.pe-l3-2 {
padding-right: 0.5rem !important;
}
.pe-l3-3 {
padding-right: 1rem !important;
}
.pe-l3-4 {
padding-right: 1.5rem !important;
}
.pe-l3-5 {
padding-right: 3rem !important;
}
.pb-l3-0 {
padding-bottom: 0 !important;
}
.pb-l3-1 {
padding-bottom: 0.25rem !important;
}
.pb-l3-2 {
padding-bottom: 0.5rem !important;
}
.pb-l3-3 {
padding-bottom: 1rem !important;
}
.pb-l3-4 {
padding-bottom: 1.5rem !important;
}
.pb-l3-5 {
padding-bottom: 3rem !important;
}
.ps-l3-0 {
padding-left: 0 !important;
}
.ps-l3-1 {
padding-left: 0.25rem !important;
}
.ps-l3-2 {
padding-left: 0.5rem !important;
}
.ps-l3-3 {
padding-left: 1rem !important;
}
.ps-l3-4 {
padding-left: 1.5rem !important;
}
.ps-l3-5 {
padding-left: 3rem !important;
}
.text-l3-start {
text-align: left !important;
}
.text-l3-end {
text-align: right !important;
}
.text-l3-center {
text-align: center !important;
}
}
@media (min-width: 1920px) {
.float-l4-start {
float: left !important;
}
.float-l4-end {
float: right !important;
}
.float-l4-none {
float: none !important;
}
.d-l4-inline {
display: inline !important;
}
.d-l4-inline-block {
display: inline-block !important;
}
.d-l4-block {
display: block !important;
}
.d-l4-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-l4-table {
display: table !important;
}
.d-l4-table-row {
display: table-row !important;
}
.d-l4-table-cell {
display: table-cell !important;
}
.d-l4-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-l4-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-l4-none {
display: none !important;
}
.flex-l4-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-l4-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-l4-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-l4-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-l4-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-l4-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-l4-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-l4-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-l4-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-l4-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-l4-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-l4-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-l4-0 {
gap: 0 !important;
}
.gap-l4-1 {
gap: 0.25rem !important;
}
.gap-l4-2 {
gap: 0.5rem !important;
}
.gap-l4-3 {
gap: 1rem !important;
}
.gap-l4-4 {
gap: 1.5rem !important;
}
.gap-l4-5 {
gap: 3rem !important;
}
.justify-content-l4-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-l4-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-l4-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-l4-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-l4-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-l4-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-l4-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-l4-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-l4-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-l4-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-l4-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-l4-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-l4-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-l4-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-l4-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-l4-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-l4-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-l4-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-l4-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-l4-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-l4-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-l4-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-l4-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-l4-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-l4-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-l4-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-l4-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-l4-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-l4-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-l4-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-l4-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-l4-0 {
margin: 0 !important;
}
.m-l4-1 {
margin: 0.25rem !important;
}
.m-l4-2 {
margin: 0.5rem !important;
}
.m-l4-3 {
margin: 1rem !important;
}
.m-l4-4 {
margin: 1.5rem !important;
}
.m-l4-5 {
margin: 3rem !important;
}
.m-l4-auto {
margin: auto !important;
}
.mx-l4-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-l4-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-l4-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-l4-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-l4-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-l4-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-l4-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-l4-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-l4-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-l4-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-l4-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-l4-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-l4-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-l4-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-l4-0 {
margin-top: 0 !important;
}
.mt-l4-1 {
margin-top: 0.25rem !important;
}
.mt-l4-2 {
margin-top: 0.5rem !important;
}
.mt-l4-3 {
margin-top: 1rem !important;
}
.mt-l4-4 {
margin-top: 1.5rem !important;
}
.mt-l4-5 {
margin-top: 3rem !important;
}
.mt-l4-auto {
margin-top: auto !important;
}
.me-l4-0 {
margin-right: 0 !important;
}
.me-l4-1 {
margin-right: 0.25rem !important;
}
.me-l4-2 {
margin-right: 0.5rem !important;
}
.me-l4-3 {
margin-right: 1rem !important;
}
.me-l4-4 {
margin-right: 1.5rem !important;
}
.me-l4-5 {
margin-right: 3rem !important;
}
.me-l4-auto {
margin-right: auto !important;
}
.mb-l4-0 {
margin-bottom: 0 !important;
}
.mb-l4-1 {
margin-bottom: 0.25rem !important;
}
.mb-l4-2 {
margin-bottom: 0.5rem !important;
}
.mb-l4-3 {
margin-bottom: 1rem !important;
}
.mb-l4-4 {
margin-bottom: 1.5rem !important;
}
.mb-l4-5 {
margin-bottom: 3rem !important;
}
.mb-l4-auto {
margin-bottom: auto !important;
}
.ms-l4-0 {
margin-left: 0 !important;
}
.ms-l4-1 {
margin-left: 0.25rem !important;
}
.ms-l4-2 {
margin-left: 0.5rem !important;
}
.ms-l4-3 {
margin-left: 1rem !important;
}
.ms-l4-4 {
margin-left: 1.5rem !important;
}
.ms-l4-5 {
margin-left: 3rem !important;
}
.ms-l4-auto {
margin-left: auto !important;
}
.p-l4-0 {
padding: 0 !important;
}
.p-l4-1 {
padding: 0.25rem !important;
}
.p-l4-2 {
padding: 0.5rem !important;
}
.p-l4-3 {
padding: 1rem !important;
}
.p-l4-4 {
padding: 1.5rem !important;
}
.p-l4-5 {
padding: 3rem !important;
}
.px-l4-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-l4-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-l4-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-l4-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-l4-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-l4-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-l4-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-l4-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-l4-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-l4-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-l4-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-l4-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-l4-0 {
padding-top: 0 !important;
}
.pt-l4-1 {
padding-top: 0.25rem !important;
}
.pt-l4-2 {
padding-top: 0.5rem !important;
}
.pt-l4-3 {
padding-top: 1rem !important;
}
.pt-l4-4 {
padding-top: 1.5rem !important;
}
.pt-l4-5 {
padding-top: 3rem !important;
}
.pe-l4-0 {
padding-right: 0 !important;
}
.pe-l4-1 {
padding-right: 0.25rem !important;
}
.pe-l4-2 {
padding-right: 0.5rem !important;
}
.pe-l4-3 {
padding-right: 1rem !important;
}
.pe-l4-4 {
padding-right: 1.5rem !important;
}
.pe-l4-5 {
padding-right: 3rem !important;
}
.pb-l4-0 {
padding-bottom: 0 !important;
}
.pb-l4-1 {
padding-bottom: 0.25rem !important;
}
.pb-l4-2 {
padding-bottom: 0.5rem !important;
}
.pb-l4-3 {
padding-bottom: 1rem !important;
}
.pb-l4-4 {
padding-bottom: 1.5rem !important;
}
.pb-l4-5 {
padding-bottom: 3rem !important;
}
.ps-l4-0 {
padding-left: 0 !important;
}
.ps-l4-1 {
padding-left: 0.25rem !important;
}
.ps-l4-2 {
padding-left: 0.5rem !important;
}
.ps-l4-3 {
padding-left: 1rem !important;
}
.ps-l4-4 {
padding-left: 1.5rem !important;
}
.ps-l4-5 {
padding-left: 3rem !important;
}
.text-l4-start {
text-align: left !important;
}
.text-l4-end {
text-align: right !important;
}
.text-l4-center {
text-align: center !important;
}
}
@media (min-width: 2560px) {
.float-l5-start {
float: left !important;
}
.float-l5-end {
float: right !important;
}
.float-l5-none {
float: none !important;
}
.d-l5-inline {
display: inline !important;
}
.d-l5-inline-block {
display: inline-block !important;
}
.d-l5-block {
display: block !important;
}
.d-l5-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-l5-table {
display: table !important;
}
.d-l5-table-row {
display: table-row !important;
}
.d-l5-table-cell {
display: table-cell !important;
}
.d-l5-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-l5-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-l5-none {
display: none !important;
}
.flex-l5-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-l5-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-l5-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-l5-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-l5-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-l5-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-l5-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-l5-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-l5-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-l5-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-l5-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-l5-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-l5-0 {
gap: 0 !important;
}
.gap-l5-1 {
gap: 0.25rem !important;
}
.gap-l5-2 {
gap: 0.5rem !important;
}
.gap-l5-3 {
gap: 1rem !important;
}
.gap-l5-4 {
gap: 1.5rem !important;
}
.gap-l5-5 {
gap: 3rem !important;
}
.justify-content-l5-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-l5-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-l5-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-l5-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-l5-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-l5-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-l5-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-l5-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-l5-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-l5-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-l5-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-l5-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-l5-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-l5-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-l5-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-l5-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-l5-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-l5-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-l5-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-l5-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-l5-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-l5-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-l5-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-l5-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-l5-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-l5-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-l5-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-l5-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-l5-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-l5-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-l5-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-l5-0 {
margin: 0 !important;
}
.m-l5-1 {
margin: 0.25rem !important;
}
.m-l5-2 {
margin: 0.5rem !important;
}
.m-l5-3 {
margin: 1rem !important;
}
.m-l5-4 {
margin: 1.5rem !important;
}
.m-l5-5 {
margin: 3rem !important;
}
.m-l5-auto {
margin: auto !important;
}
.mx-l5-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-l5-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-l5-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-l5-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-l5-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-l5-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-l5-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-l5-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-l5-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-l5-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-l5-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-l5-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-l5-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-l5-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-l5-0 {
margin-top: 0 !important;
}
.mt-l5-1 {
margin-top: 0.25rem !important;
}
.mt-l5-2 {
margin-top: 0.5rem !important;
}
.mt-l5-3 {
margin-top: 1rem !important;
}
.mt-l5-4 {
margin-top: 1.5rem !important;
}
.mt-l5-5 {
margin-top: 3rem !important;
}
.mt-l5-auto {
margin-top: auto !important;
}
.me-l5-0 {
margin-right: 0 !important;
}
.me-l5-1 {
margin-right: 0.25rem !important;
}
.me-l5-2 {
margin-right: 0.5rem !important;
}
.me-l5-3 {
margin-right: 1rem !important;
}
.me-l5-4 {
margin-right: 1.5rem !important;
}
.me-l5-5 {
margin-right: 3rem !important;
}
.me-l5-auto {
margin-right: auto !important;
}
.mb-l5-0 {
margin-bottom: 0 !important;
}
.mb-l5-1 {
margin-bottom: 0.25rem !important;
}
.mb-l5-2 {
margin-bottom: 0.5rem !important;
}
.mb-l5-3 {
margin-bottom: 1rem !important;
}
.mb-l5-4 {
margin-bottom: 1.5rem !important;
}
.mb-l5-5 {
margin-bottom: 3rem !important;
}
.mb-l5-auto {
margin-bottom: auto !important;
}
.ms-l5-0 {
margin-left: 0 !important;
}
.ms-l5-1 {
margin-left: 0.25rem !important;
}
.ms-l5-2 {
margin-left: 0.5rem !important;
}
.ms-l5-3 {
margin-left: 1rem !important;
}
.ms-l5-4 {
margin-left: 1.5rem !important;
}
.ms-l5-5 {
margin-left: 3rem !important;
}
.ms-l5-auto {
margin-left: auto !important;
}
.p-l5-0 {
padding: 0 !important;
}
.p-l5-1 {
padding: 0.25rem !important;
}
.p-l5-2 {
padding: 0.5rem !important;
}
.p-l5-3 {
padding: 1rem !important;
}
.p-l5-4 {
padding: 1.5rem !important;
}
.p-l5-5 {
padding: 3rem !important;
}
.px-l5-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-l5-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-l5-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-l5-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-l5-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-l5-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-l5-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-l5-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-l5-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-l5-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-l5-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-l5-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-l5-0 {
padding-top: 0 !important;
}
.pt-l5-1 {
padding-top: 0.25rem !important;
}
.pt-l5-2 {
padding-top: 0.5rem !important;
}
.pt-l5-3 {
padding-top: 1rem !important;
}
.pt-l5-4 {
padding-top: 1.5rem !important;
}
.pt-l5-5 {
padding-top: 3rem !important;
}
.pe-l5-0 {
padding-right: 0 !important;
}
.pe-l5-1 {
padding-right: 0.25rem !important;
}
.pe-l5-2 {
padding-right: 0.5rem !important;
}
.pe-l5-3 {
padding-right: 1rem !important;
}
.pe-l5-4 {
padding-right: 1.5rem !important;
}
.pe-l5-5 {
padding-right: 3rem !important;
}
.pb-l5-0 {
padding-bottom: 0 !important;
}
.pb-l5-1 {
padding-bottom: 0.25rem !important;
}
.pb-l5-2 {
padding-bottom: 0.5rem !important;
}
.pb-l5-3 {
padding-bottom: 1rem !important;
}
.pb-l5-4 {
padding-bottom: 1.5rem !important;
}
.pb-l5-5 {
padding-bottom: 3rem !important;
}
.ps-l5-0 {
padding-left: 0 !important;
}
.ps-l5-1 {
padding-left: 0.25rem !important;
}
.ps-l5-2 {
padding-left: 0.5rem !important;
}
.ps-l5-3 {
padding-left: 1rem !important;
}
.ps-l5-4 {
padding-left: 1.5rem !important;
}
.ps-l5-5 {
padding-left: 3rem !important;
}
.text-l5-start {
text-align: left !important;
}
.text-l5-end {
text-align: right !important;
}
.text-l5-center {
text-align: center !important;
}
}
@media (min-width: 3200px) {
.float-l6-start {
float: left !important;
}
.float-l6-end {
float: right !important;
}
.float-l6-none {
float: none !important;
}
.d-l6-inline {
display: inline !important;
}
.d-l6-inline-block {
display: inline-block !important;
}
.d-l6-block {
display: block !important;
}
.d-l6-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-l6-table {
display: table !important;
}
.d-l6-table-row {
display: table-row !important;
}
.d-l6-table-cell {
display: table-cell !important;
}
.d-l6-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-l6-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-l6-none {
display: none !important;
}
.flex-l6-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-l6-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-l6-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-l6-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-l6-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-l6-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-l6-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-l6-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-l6-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-l6-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-l6-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-l6-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-l6-0 {
gap: 0 !important;
}
.gap-l6-1 {
gap: 0.25rem !important;
}
.gap-l6-2 {
gap: 0.5rem !important;
}
.gap-l6-3 {
gap: 1rem !important;
}
.gap-l6-4 {
gap: 1.5rem !important;
}
.gap-l6-5 {
gap: 3rem !important;
}
.justify-content-l6-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-l6-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-l6-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-l6-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-l6-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-l6-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-l6-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-l6-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-l6-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-l6-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-l6-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-l6-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-l6-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-l6-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-l6-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-l6-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-l6-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-l6-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-l6-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-l6-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-l6-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-l6-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-l6-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-l6-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-l6-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-l6-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-l6-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-l6-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-l6-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-l6-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-l6-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-l6-0 {
margin: 0 !important;
}
.m-l6-1 {
margin: 0.25rem !important;
}
.m-l6-2 {
margin: 0.5rem !important;
}
.m-l6-3 {
margin: 1rem !important;
}
.m-l6-4 {
margin: 1.5rem !important;
}
.m-l6-5 {
margin: 3rem !important;
}
.m-l6-auto {
margin: auto !important;
}
.mx-l6-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-l6-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-l6-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-l6-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-l6-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-l6-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-l6-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-l6-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-l6-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-l6-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-l6-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-l6-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-l6-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-l6-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-l6-0 {
margin-top: 0 !important;
}
.mt-l6-1 {
margin-top: 0.25rem !important;
}
.mt-l6-2 {
margin-top: 0.5rem !important;
}
.mt-l6-3 {
margin-top: 1rem !important;
}
.mt-l6-4 {
margin-top: 1.5rem !important;
}
.mt-l6-5 {
margin-top: 3rem !important;
}
.mt-l6-auto {
margin-top: auto !important;
}
.me-l6-0 {
margin-right: 0 !important;
}
.me-l6-1 {
margin-right: 0.25rem !important;
}
.me-l6-2 {
margin-right: 0.5rem !important;
}
.me-l6-3 {
margin-right: 1rem !important;
}
.me-l6-4 {
margin-right: 1.5rem !important;
}
.me-l6-5 {
margin-right: 3rem !important;
}
.me-l6-auto {
margin-right: auto !important;
}
.mb-l6-0 {
margin-bottom: 0 !important;
}
.mb-l6-1 {
margin-bottom: 0.25rem !important;
}
.mb-l6-2 {
margin-bottom: 0.5rem !important;
}
.mb-l6-3 {
margin-bottom: 1rem !important;
}
.mb-l6-4 {
margin-bottom: 1.5rem !important;
}
.mb-l6-5 {
margin-bottom: 3rem !important;
}
.mb-l6-auto {
margin-bottom: auto !important;
}
.ms-l6-0 {
margin-left: 0 !important;
}
.ms-l6-1 {
margin-left: 0.25rem !important;
}
.ms-l6-2 {
margin-left: 0.5rem !important;
}
.ms-l6-3 {
margin-left: 1rem !important;
}
.ms-l6-4 {
margin-left: 1.5rem !important;
}
.ms-l6-5 {
margin-left: 3rem !important;
}
.ms-l6-auto {
margin-left: auto !important;
}
.p-l6-0 {
padding: 0 !important;
}
.p-l6-1 {
padding: 0.25rem !important;
}
.p-l6-2 {
padding: 0.5rem !important;
}
.p-l6-3 {
padding: 1rem !important;
}
.p-l6-4 {
padding: 1.5rem !important;
}
.p-l6-5 {
padding: 3rem !important;
}
.px-l6-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-l6-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-l6-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-l6-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-l6-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-l6-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-l6-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-l6-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-l6-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-l6-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-l6-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-l6-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-l6-0 {
padding-top: 0 !important;
}
.pt-l6-1 {
padding-top: 0.25rem !important;
}
.pt-l6-2 {
padding-top: 0.5rem !important;
}
.pt-l6-3 {
padding-top: 1rem !important;
}
.pt-l6-4 {
padding-top: 1.5rem !important;
}
.pt-l6-5 {
padding-top: 3rem !important;
}
.pe-l6-0 {
padding-right: 0 !important;
}
.pe-l6-1 {
padding-right: 0.25rem !important;
}
.pe-l6-2 {
padding-right: 0.5rem !important;
}
.pe-l6-3 {
padding-right: 1rem !important;
}
.pe-l6-4 {
padding-right: 1.5rem !important;
}
.pe-l6-5 {
padding-right: 3rem !important;
}
.pb-l6-0 {
padding-bottom: 0 !important;
}
.pb-l6-1 {
padding-bottom: 0.25rem !important;
}
.pb-l6-2 {
padding-bottom: 0.5rem !important;
}
.pb-l6-3 {
padding-bottom: 1rem !important;
}
.pb-l6-4 {
padding-bottom: 1.5rem !important;
}
.pb-l6-5 {
padding-bottom: 3rem !important;
}
.ps-l6-0 {
padding-left: 0 !important;
}
.ps-l6-1 {
padding-left: 0.25rem !important;
}
.ps-l6-2 {
padding-left: 0.5rem !important;
}
.ps-l6-3 {
padding-left: 1rem !important;
}
.ps-l6-4 {
padding-left: 1.5rem !important;
}
.ps-l6-5 {
padding-left: 3rem !important;
}
.text-l6-start {
text-align: left !important;
}
.text-l6-end {
text-align: right !important;
}
.text-l6-center {
text-align: center !important;
}
}
@media (min-width: 3840px) {
.float-l7-start {
float: left !important;
}
.float-l7-end {
float: right !important;
}
.float-l7-none {
float: none !important;
}
.d-l7-inline {
display: inline !important;
}
.d-l7-inline-block {
display: inline-block !important;
}
.d-l7-block {
display: block !important;
}
.d-l7-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-l7-table {
display: table !important;
}
.d-l7-table-row {
display: table-row !important;
}
.d-l7-table-cell {
display: table-cell !important;
}
.d-l7-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-l7-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-l7-none {
display: none !important;
}
.flex-l7-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-l7-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-l7-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-l7-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-l7-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-l7-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-l7-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-l7-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-l7-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-l7-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-l7-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-l7-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-l7-0 {
gap: 0 !important;
}
.gap-l7-1 {
gap: 0.25rem !important;
}
.gap-l7-2 {
gap: 0.5rem !important;
}
.gap-l7-3 {
gap: 1rem !important;
}
.gap-l7-4 {
gap: 1.5rem !important;
}
.gap-l7-5 {
gap: 3rem !important;
}
.justify-content-l7-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-l7-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-l7-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-l7-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-l7-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-l7-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-l7-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-l7-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-l7-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-l7-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-l7-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-l7-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-l7-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-l7-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-l7-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-l7-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-l7-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-l7-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-l7-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-l7-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-l7-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-l7-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-l7-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-l7-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-l7-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-l7-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-l7-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-l7-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-l7-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-l7-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-l7-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-l7-0 {
margin: 0 !important;
}
.m-l7-1 {
margin: 0.25rem !important;
}
.m-l7-2 {
margin: 0.5rem !important;
}
.m-l7-3 {
margin: 1rem !important;
}
.m-l7-4 {
margin: 1.5rem !important;
}
.m-l7-5 {
margin: 3rem !important;
}
.m-l7-auto {
margin: auto !important;
}
.mx-l7-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-l7-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-l7-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-l7-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-l7-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-l7-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-l7-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-l7-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-l7-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-l7-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-l7-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-l7-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-l7-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-l7-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-l7-0 {
margin-top: 0 !important;
}
.mt-l7-1 {
margin-top: 0.25rem !important;
}
.mt-l7-2 {
margin-top: 0.5rem !important;
}
.mt-l7-3 {
margin-top: 1rem !important;
}
.mt-l7-4 {
margin-top: 1.5rem !important;
}
.mt-l7-5 {
margin-top: 3rem !important;
}
.mt-l7-auto {
margin-top: auto !important;
}
.me-l7-0 {
margin-right: 0 !important;
}
.me-l7-1 {
margin-right: 0.25rem !important;
}
.me-l7-2 {
margin-right: 0.5rem !important;
}
.me-l7-3 {
margin-right: 1rem !important;
}
.me-l7-4 {
margin-right: 1.5rem !important;
}
.me-l7-5 {
margin-right: 3rem !important;
}
.me-l7-auto {
margin-right: auto !important;
}
.mb-l7-0 {
margin-bottom: 0 !important;
}
.mb-l7-1 {
margin-bottom: 0.25rem !important;
}
.mb-l7-2 {
margin-bottom: 0.5rem !important;
}
.mb-l7-3 {
margin-bottom: 1rem !important;
}
.mb-l7-4 {
margin-bottom: 1.5rem !important;
}
.mb-l7-5 {
margin-bottom: 3rem !important;
}
.mb-l7-auto {
margin-bottom: auto !important;
}
.ms-l7-0 {
margin-left: 0 !important;
}
.ms-l7-1 {
margin-left: 0.25rem !important;
}
.ms-l7-2 {
margin-left: 0.5rem !important;
}
.ms-l7-3 {
margin-left: 1rem !important;
}
.ms-l7-4 {
margin-left: 1.5rem !important;
}
.ms-l7-5 {
margin-left: 3rem !important;
}
.ms-l7-auto {
margin-left: auto !important;
}
.p-l7-0 {
padding: 0 !important;
}
.p-l7-1 {
padding: 0.25rem !important;
}
.p-l7-2 {
padding: 0.5rem !important;
}
.p-l7-3 {
padding: 1rem !important;
}
.p-l7-4 {
padding: 1.5rem !important;
}
.p-l7-5 {
padding: 3rem !important;
}
.px-l7-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-l7-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-l7-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-l7-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-l7-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-l7-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-l7-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-l7-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-l7-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-l7-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-l7-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-l7-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-l7-0 {
padding-top: 0 !important;
}
.pt-l7-1 {
padding-top: 0.25rem !important;
}
.pt-l7-2 {
padding-top: 0.5rem !important;
}
.pt-l7-3 {
padding-top: 1rem !important;
}
.pt-l7-4 {
padding-top: 1.5rem !important;
}
.pt-l7-5 {
padding-top: 3rem !important;
}
.pe-l7-0 {
padding-right: 0 !important;
}
.pe-l7-1 {
padding-right: 0.25rem !important;
}
.pe-l7-2 {
padding-right: 0.5rem !important;
}
.pe-l7-3 {
padding-right: 1rem !important;
}
.pe-l7-4 {
padding-right: 1.5rem !important;
}
.pe-l7-5 {
padding-right: 3rem !important;
}
.pb-l7-0 {
padding-bottom: 0 !important;
}
.pb-l7-1 {
padding-bottom: 0.25rem !important;
}
.pb-l7-2 {
padding-bottom: 0.5rem !important;
}
.pb-l7-3 {
padding-bottom: 1rem !important;
}
.pb-l7-4 {
padding-bottom: 1.5rem !important;
}
.pb-l7-5 {
padding-bottom: 3rem !important;
}
.ps-l7-0 {
padding-left: 0 !important;
}
.ps-l7-1 {
padding-left: 0.25rem !important;
}
.ps-l7-2 {
padding-left: 0.5rem !important;
}
.ps-l7-3 {
padding-left: 1rem !important;
}
.ps-l7-4 {
padding-left: 1.5rem !important;
}
.ps-l7-5 {
padding-left: 3rem !important;
}
.text-l7-start {
text-align: left !important;
}
.text-l7-end {
text-align: right !important;
}
.text-l7-center {
text-align: center !important;
}
}
@media (min-width: 5120px) {
.float-l8-start {
float: left !important;
}
.float-l8-end {
float: right !important;
}
.float-l8-none {
float: none !important;
}
.d-l8-inline {
display: inline !important;
}
.d-l8-inline-block {
display: inline-block !important;
}
.d-l8-block {
display: block !important;
}
.d-l8-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-l8-table {
display: table !important;
}
.d-l8-table-row {
display: table-row !important;
}
.d-l8-table-cell {
display: table-cell !important;
}
.d-l8-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-l8-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-l8-none {
display: none !important;
}
.flex-l8-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-l8-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-l8-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-l8-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-l8-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-l8-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-l8-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-l8-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-l8-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-l8-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-l8-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-l8-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-l8-0 {
gap: 0 !important;
}
.gap-l8-1 {
gap: 0.25rem !important;
}
.gap-l8-2 {
gap: 0.5rem !important;
}
.gap-l8-3 {
gap: 1rem !important;
}
.gap-l8-4 {
gap: 1.5rem !important;
}
.gap-l8-5 {
gap: 3rem !important;
}
.justify-content-l8-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-l8-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-l8-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-l8-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-l8-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-l8-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-l8-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-l8-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-l8-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-l8-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-l8-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-l8-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-l8-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-l8-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-l8-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-l8-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-l8-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-l8-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-l8-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-l8-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-l8-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-l8-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-l8-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-l8-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-l8-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-l8-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-l8-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-l8-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-l8-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-l8-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-l8-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-l8-0 {
margin: 0 !important;
}
.m-l8-1 {
margin: 0.25rem !important;
}
.m-l8-2 {
margin: 0.5rem !important;
}
.m-l8-3 {
margin: 1rem !important;
}
.m-l8-4 {
margin: 1.5rem !important;
}
.m-l8-5 {
margin: 3rem !important;
}
.m-l8-auto {
margin: auto !important;
}
.mx-l8-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-l8-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-l8-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-l8-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-l8-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-l8-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-l8-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-l8-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-l8-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-l8-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-l8-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-l8-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-l8-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-l8-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-l8-0 {
margin-top: 0 !important;
}
.mt-l8-1 {
margin-top: 0.25rem !important;
}
.mt-l8-2 {
margin-top: 0.5rem !important;
}
.mt-l8-3 {
margin-top: 1rem !important;
}
.mt-l8-4 {
margin-top: 1.5rem !important;
}
.mt-l8-5 {
margin-top: 3rem !important;
}
.mt-l8-auto {
margin-top: auto !important;
}
.me-l8-0 {
margin-right: 0 !important;
}
.me-l8-1 {
margin-right: 0.25rem !important;
}
.me-l8-2 {
margin-right: 0.5rem !important;
}
.me-l8-3 {
margin-right: 1rem !important;
}
.me-l8-4 {
margin-right: 1.5rem !important;
}
.me-l8-5 {
margin-right: 3rem !important;
}
.me-l8-auto {
margin-right: auto !important;
}
.mb-l8-0 {
margin-bottom: 0 !important;
}
.mb-l8-1 {
margin-bottom: 0.25rem !important;
}
.mb-l8-2 {
margin-bottom: 0.5rem !important;
}
.mb-l8-3 {
margin-bottom: 1rem !important;
}
.mb-l8-4 {
margin-bottom: 1.5rem !important;
}
.mb-l8-5 {
margin-bottom: 3rem !important;
}
.mb-l8-auto {
margin-bottom: auto !important;
}
.ms-l8-0 {
margin-left: 0 !important;
}
.ms-l8-1 {
margin-left: 0.25rem !important;
}
.ms-l8-2 {
margin-left: 0.5rem !important;
}
.ms-l8-3 {
margin-left: 1rem !important;
}
.ms-l8-4 {
margin-left: 1.5rem !important;
}
.ms-l8-5 {
margin-left: 3rem !important;
}
.ms-l8-auto {
margin-left: auto !important;
}
.p-l8-0 {
padding: 0 !important;
}
.p-l8-1 {
padding: 0.25rem !important;
}
.p-l8-2 {
padding: 0.5rem !important;
}
.p-l8-3 {
padding: 1rem !important;
}
.p-l8-4 {
padding: 1.5rem !important;
}
.p-l8-5 {
padding: 3rem !important;
}
.px-l8-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-l8-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-l8-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-l8-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-l8-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-l8-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-l8-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-l8-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-l8-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-l8-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-l8-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-l8-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-l8-0 {
padding-top: 0 !important;
}
.pt-l8-1 {
padding-top: 0.25rem !important;
}
.pt-l8-2 {
padding-top: 0.5rem !important;
}
.pt-l8-3 {
padding-top: 1rem !important;
}
.pt-l8-4 {
padding-top: 1.5rem !important;
}
.pt-l8-5 {
padding-top: 3rem !important;
}
.pe-l8-0 {
padding-right: 0 !important;
}
.pe-l8-1 {
padding-right: 0.25rem !important;
}
.pe-l8-2 {
padding-right: 0.5rem !important;
}
.pe-l8-3 {
padding-right: 1rem !important;
}
.pe-l8-4 {
padding-right: 1.5rem !important;
}
.pe-l8-5 {
padding-right: 3rem !important;
}
.pb-l8-0 {
padding-bottom: 0 !important;
}
.pb-l8-1 {
padding-bottom: 0.25rem !important;
}
.pb-l8-2 {
padding-bottom: 0.5rem !important;
}
.pb-l8-3 {
padding-bottom: 1rem !important;
}
.pb-l8-4 {
padding-bottom: 1.5rem !important;
}
.pb-l8-5 {
padding-bottom: 3rem !important;
}
.ps-l8-0 {
padding-left: 0 !important;
}
.ps-l8-1 {
padding-left: 0.25rem !important;
}
.ps-l8-2 {
padding-left: 0.5rem !important;
}
.ps-l8-3 {
padding-left: 1rem !important;
}
.ps-l8-4 {
padding-left: 1.5rem !important;
}
.ps-l8-5 {
padding-left: 3rem !important;
}
.text-l8-start {
text-align: left !important;
}
.text-l8-end {
text-align: right !important;
}
.text-l8-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.fs-1 {
font-size: 2.5rem !important;
}
.fs-2 {
font-size: 2rem !important;
}
.fs-3 {
font-size: 1.75rem !important;
}
.fs-4 {
font-size: 1.5rem !important;
}
}
@media print {
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-print-none {
display: none !important;
}
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.spin,
.spin::before,
.spin::after {
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
.pulse,
.pulse::before,
.pulse::after {
-webkit-animation: spin 1s infinite steps(8);
animation: spin 1s infinite steps(8);
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.avatar-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-100 {
width: 1rem;
height: 1rem;
}
.avatar-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-200 {
width: 2rem;
height: 2rem;
}
.avatar-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-300 {
width: 3rem;
height: 3rem;
}
.avatar-400 {
width: 4rem;
height: 4rem;
}
.avatar-500 {
width: 5rem;
height: 5rem;
}
.avatar-600 {
width: 6rem;
height: 6rem;
}
.avatar-700 {
width: 7rem;
height: 7rem;
}
.avatar-800 {
width: 8rem;
height: 8rem;
}
.avatar-900 {
width: 9rem;
height: 9rem;
}
.avatar-1000 {
width: 10rem;
height: 10rem;
}
.avatar-1100 {
width: 11rem;
height: 11rem;
}
.avatar-xs-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-xs-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-xs-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-xs-100 {
width: 1rem;
height: 1rem;
}
.avatar-xs-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-xs-200 {
width: 2rem;
height: 2rem;
}
.avatar-xs-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-xs-300 {
width: 3rem;
height: 3rem;
}
.avatar-xs-400 {
width: 4rem;
height: 4rem;
}
.avatar-xs-500 {
width: 5rem;
height: 5rem;
}
.avatar-xs-600 {
width: 6rem;
height: 6rem;
}
.avatar-xs-700 {
width: 7rem;
height: 7rem;
}
.avatar-xs-800 {
width: 8rem;
height: 8rem;
}
.avatar-xs-900 {
width: 9rem;
height: 9rem;
}
.avatar-xs-1000 {
width: 10rem;
height: 10rem;
}
.avatar-xs-1100 {
width: 11rem;
height: 11rem;
}
@media (min-width: 576px) {
.avatar-sm-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-sm-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-sm-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-sm-100 {
width: 1rem;
height: 1rem;
}
.avatar-sm-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-sm-200 {
width: 2rem;
height: 2rem;
}
.avatar-sm-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-sm-300 {
width: 3rem;
height: 3rem;
}
.avatar-sm-400 {
width: 4rem;
height: 4rem;
}
.avatar-sm-500 {
width: 5rem;
height: 5rem;
}
.avatar-sm-600 {
width: 6rem;
height: 6rem;
}
.avatar-sm-700 {
width: 7rem;
height: 7rem;
}
.avatar-sm-800 {
width: 8rem;
height: 8rem;
}
.avatar-sm-900 {
width: 9rem;
height: 9rem;
}
.avatar-sm-1000 {
width: 10rem;
height: 10rem;
}
.avatar-sm-1100 {
width: 11rem;
height: 11rem;
}
}
@media (min-width: 768px) {
.avatar-md-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-md-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-md-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-md-100 {
width: 1rem;
height: 1rem;
}
.avatar-md-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-md-200 {
width: 2rem;
height: 2rem;
}
.avatar-md-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-md-300 {
width: 3rem;
height: 3rem;
}
.avatar-md-400 {
width: 4rem;
height: 4rem;
}
.avatar-md-500 {
width: 5rem;
height: 5rem;
}
.avatar-md-600 {
width: 6rem;
height: 6rem;
}
.avatar-md-700 {
width: 7rem;
height: 7rem;
}
.avatar-md-800 {
width: 8rem;
height: 8rem;
}
.avatar-md-900 {
width: 9rem;
height: 9rem;
}
.avatar-md-1000 {
width: 10rem;
height: 10rem;
}
.avatar-md-1100 {
width: 11rem;
height: 11rem;
}
}
@media (min-width: 992px) {
.avatar-lg-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-lg-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-lg-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-lg-100 {
width: 1rem;
height: 1rem;
}
.avatar-lg-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-lg-200 {
width: 2rem;
height: 2rem;
}
.avatar-lg-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-lg-300 {
width: 3rem;
height: 3rem;
}
.avatar-lg-400 {
width: 4rem;
height: 4rem;
}
.avatar-lg-500 {
width: 5rem;
height: 5rem;
}
.avatar-lg-600 {
width: 6rem;
height: 6rem;
}
.avatar-lg-700 {
width: 7rem;
height: 7rem;
}
.avatar-lg-800 {
width: 8rem;
height: 8rem;
}
.avatar-lg-900 {
width: 9rem;
height: 9rem;
}
.avatar-lg-1000 {
width: 10rem;
height: 10rem;
}
.avatar-lg-1100 {
width: 11rem;
height: 11rem;
}
}
@media (min-width: 1200px) {
.avatar-xl-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-xl-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-xl-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-xl-100 {
width: 1rem;
height: 1rem;
}
.avatar-xl-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-xl-200 {
width: 2rem;
height: 2rem;
}
.avatar-xl-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-xl-300 {
width: 3rem;
height: 3rem;
}
.avatar-xl-400 {
width: 4rem;
height: 4rem;
}
.avatar-xl-500 {
width: 5rem;
height: 5rem;
}
.avatar-xl-600 {
width: 6rem;
height: 6rem;
}
.avatar-xl-700 {
width: 7rem;
height: 7rem;
}
.avatar-xl-800 {
width: 8rem;
height: 8rem;
}
.avatar-xl-900 {
width: 9rem;
height: 9rem;
}
.avatar-xl-1000 {
width: 10rem;
height: 10rem;
}
.avatar-xl-1100 {
width: 11rem;
height: 11rem;
}
}
@media (min-width: 1440px) {
.avatar-l2-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-l2-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-l2-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-l2-100 {
width: 1rem;
height: 1rem;
}
.avatar-l2-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-l2-200 {
width: 2rem;
height: 2rem;
}
.avatar-l2-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-l2-300 {
width: 3rem;
height: 3rem;
}
.avatar-l2-400 {
width: 4rem;
height: 4rem;
}
.avatar-l2-500 {
width: 5rem;
height: 5rem;
}
.avatar-l2-600 {
width: 6rem;
height: 6rem;
}
.avatar-l2-700 {
width: 7rem;
height: 7rem;
}
.avatar-l2-800 {
width: 8rem;
height: 8rem;
}
.avatar-l2-900 {
width: 9rem;
height: 9rem;
}
.avatar-l2-1000 {
width: 10rem;
height: 10rem;
}
.avatar-l2-1100 {
width: 11rem;
height: 11rem;
}
}
@media (min-width: 1600px) {
.avatar-l3-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-l3-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-l3-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-l3-100 {
width: 1rem;
height: 1rem;
}
.avatar-l3-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-l3-200 {
width: 2rem;
height: 2rem;
}
.avatar-l3-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-l3-300 {
width: 3rem;
height: 3rem;
}
.avatar-l3-400 {
width: 4rem;
height: 4rem;
}
.avatar-l3-500 {
width: 5rem;
height: 5rem;
}
.avatar-l3-600 {
width: 6rem;
height: 6rem;
}
.avatar-l3-700 {
width: 7rem;
height: 7rem;
}
.avatar-l3-800 {
width: 8rem;
height: 8rem;
}
.avatar-l3-900 {
width: 9rem;
height: 9rem;
}
.avatar-l3-1000 {
width: 10rem;
height: 10rem;
}
.avatar-l3-1100 {
width: 11rem;
height: 11rem;
}
}
@media (min-width: 1920px) {
.avatar-l4-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-l4-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-l4-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-l4-100 {
width: 1rem;
height: 1rem;
}
.avatar-l4-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-l4-200 {
width: 2rem;
height: 2rem;
}
.avatar-l4-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-l4-300 {
width: 3rem;
height: 3rem;
}
.avatar-l4-400 {
width: 4rem;
height: 4rem;
}
.avatar-l4-500 {
width: 5rem;
height: 5rem;
}
.avatar-l4-600 {
width: 6rem;
height: 6rem;
}
.avatar-l4-700 {
width: 7rem;
height: 7rem;
}
.avatar-l4-800 {
width: 8rem;
height: 8rem;
}
.avatar-l4-900 {
width: 9rem;
height: 9rem;
}
.avatar-l4-1000 {
width: 10rem;
height: 10rem;
}
.avatar-l4-1100 {
width: 11rem;
height: 11rem;
}
}
@media (min-width: 2560px) {
.avatar-l5-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-l5-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-l5-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-l5-100 {
width: 1rem;
height: 1rem;
}
.avatar-l5-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-l5-200 {
width: 2rem;
height: 2rem;
}
.avatar-l5-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-l5-300 {
width: 3rem;
height: 3rem;
}
.avatar-l5-400 {
width: 4rem;
height: 4rem;
}
.avatar-l5-500 {
width: 5rem;
height: 5rem;
}
.avatar-l5-600 {
width: 6rem;
height: 6rem;
}
.avatar-l5-700 {
width: 7rem;
height: 7rem;
}
.avatar-l5-800 {
width: 8rem;
height: 8rem;
}
.avatar-l5-900 {
width: 9rem;
height: 9rem;
}
.avatar-l5-1000 {
width: 10rem;
height: 10rem;
}
.avatar-l5-1100 {
width: 11rem;
height: 11rem;
}
}
@media (min-width: 3200px) {
.avatar-l6-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-l6-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-l6-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-l6-100 {
width: 1rem;
height: 1rem;
}
.avatar-l6-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-l6-200 {
width: 2rem;
height: 2rem;
}
.avatar-l6-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-l6-300 {
width: 3rem;
height: 3rem;
}
.avatar-l6-400 {
width: 4rem;
height: 4rem;
}
.avatar-l6-500 {
width: 5rem;
height: 5rem;
}
.avatar-l6-600 {
width: 6rem;
height: 6rem;
}
.avatar-l6-700 {
width: 7rem;
height: 7rem;
}
.avatar-l6-800 {
width: 8rem;
height: 8rem;
}
.avatar-l6-900 {
width: 9rem;
height: 9rem;
}
.avatar-l6-1000 {
width: 10rem;
height: 10rem;
}
.avatar-l6-1100 {
width: 11rem;
height: 11rem;
}
}
@media (min-width: 3840px) {
.avatar-l7-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-l7-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-l7-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-l7-100 {
width: 1rem;
height: 1rem;
}
.avatar-l7-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-l7-200 {
width: 2rem;
height: 2rem;
}
.avatar-l7-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-l7-300 {
width: 3rem;
height: 3rem;
}
.avatar-l7-400 {
width: 4rem;
height: 4rem;
}
.avatar-l7-500 {
width: 5rem;
height: 5rem;
}
.avatar-l7-600 {
width: 6rem;
height: 6rem;
}
.avatar-l7-700 {
width: 7rem;
height: 7rem;
}
.avatar-l7-800 {
width: 8rem;
height: 8rem;
}
.avatar-l7-900 {
width: 9rem;
height: 9rem;
}
.avatar-l7-1000 {
width: 10rem;
height: 10rem;
}
.avatar-l7-1100 {
width: 11rem;
height: 11rem;
}
}
@media (min-width: 5120px) {
.avatar-l8-50 {
width: 0.5rem;
height: 0.5rem;
}
.avatar-l8-75 {
width: 0.75rem;
height: 0.75rem;
}
.avatar-l8-80 {
width: 0.8rem;
height: 0.8rem;
}
.avatar-l8-100 {
width: 1rem;
height: 1rem;
}
.avatar-l8-150 {
width: 1.5rem;
height: 1.5rem;
}
.avatar-l8-200 {
width: 2rem;
height: 2rem;
}
.avatar-l8-250 {
width: 2.5rem;
height: 2.5rem;
}
.avatar-l8-300 {
width: 3rem;
height: 3rem;
}
.avatar-l8-400 {
width: 4rem;
height: 4rem;
}
.avatar-l8-500 {
width: 5rem;
height: 5rem;
}
.avatar-l8-600 {
width: 6rem;
height: 6rem;
}
.avatar-l8-700 {
width: 7rem;
height: 7rem;
}
.avatar-l8-800 {
width: 8rem;
height: 8rem;
}
.avatar-l8-900 {
width: 9rem;
height: 9rem;
}
.avatar-l8-1000 {
width: 10rem;
height: 10rem;
}
.avatar-l8-1100 {
width: 11rem;
height: 11rem;
}
}
.back-to-top-btn {
position: fixed;
right: 16px;
bottom: 16px;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 40px;
height: 40px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #ffffff;
background-color: #343a40;
border-color: #343a40;
border-radius: 50% !important;
opacity: 0.3;
}
.back-to-top-btn:hover {
opacity: 1;
}
.back-to-top-btn-enter-active {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.back-to-top-btn-leave-active {
-webkit-transition: all 0.3s cubic-bezier(1, 0.3, 0.5, 1);
transition: all 0.3s cubic-bezier(1, 0.3, 0.5, 1);
}
.back-to-top-btn-enter,
.back-to-top-btn-leave-to {
-webkit-transform: translateY(60px);
transform: translateY(60px);
}
.back-to-top-btn-leave,
.back-to-top-btn-enter-to {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.container-max-width-sm {
max-width: 540px;
}
.container-max-width-md {
max-width: 720px;
}
.container-max-width-lg {
max-width: 960px;
}
.container-max-width-xl {
max-width: 1140px;
}
.container-max-width-l2 {
max-width: 1380px;
}
.container-max-width-l3 {
max-width: 1540px;
}
.container-max-width-l4 {
max-width: 1860px;
}
.container-max-width-l5 {
max-width: 2500px;
}
.container-max-width-l6 {
max-width: 3140px;
}
.container-max-width-l7 {
max-width: 3760px;
}
.container-max-width-l8 {
max-width: 5020px;
}
.cursor-inherit {
cursor: inherit;
}
.cursor-unset {
cursor: unset;
}
.cursor-alias {
cursor: alias;
}
.cursor-all-scroll {
cursor: all-scroll;
}
.cursor-auto {
cursor: auto;
}
.cursor-cell {
cursor: cell;
}
.cursor-context-menu {
cursor: context-menu;
}
.cursor-col-resize {
cursor: col-resize;
}
.cursor-copy {
cursor: copy;
}
.cursor-crosshair {
cursor: crosshair;
}
.cursor-default {
cursor: default;
}
.cursor-e-resize {
cursor: e-resize;
}
.cursor-ew-resize {
cursor: ew-resize;
}
.cursor-grab {
cursor: -webkit-grab;
cursor: grab;
}
.cursor-grabbing {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.cursor-help {
cursor: help;
}
.cursor-move {
cursor: move;
}
.cursor-n-resize {
cursor: n-resize;
}
.cursor-ne-resize {
cursor: ne-resize;
}
.cursor-nesw-resize {
cursor: nesw-resize;
}
.cursor-ns-resize {
cursor: ns-resize;
}
.cursor-nw-resize {
cursor: nw-resize;
}
.cursor-nwse-resize {
cursor: nwse-resize;
}
.cursor-no-drop {
cursor: no-drop;
}
.cursor-none {
cursor: none;
}
.cursor-not-allowed {
cursor: not-allowed;
}
.cursor-pointer {
cursor: pointer;
}
.cursor-progress {
cursor: progress;
}
.cursor-row-resize {
cursor: row-resize;
}
.cursor-s-resize {
cursor: s-resize;
}
.cursor-se-resize {
cursor: se-resize;
}
.cursor-sw-resize {
cursor: sw-resize;
}
.cursor-text {
cursor: text;
}
.cursor-url {
cursor: pointer;
}
.cursor-w-resize {
cursor: w-resize;
}
.cursor-wait {
cursor: wait;
}
.cursor-zoom-in {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.cursor-zoom-out {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.d-table-column {
display: table-column !important;
}
@media (min-width: 576px) {
.d-sm-table-column {
display: table-column !important;
}
}
@media (min-width: 768px) {
.d-md-table-column {
display: table-column !important;
}
}
@media (min-width: 992px) {
.d-lg-table-column {
display: table-column !important;
}
}
@media (min-width: 1200px) {
.d-xl-table-column {
display: table-column !important;
}
}
@media (min-width: 1440px) {
.d-l2-table-column {
display: table-column !important;
}
}
@media (min-width: 1600px) {
.d-l3-table-column {
display: table-column !important;
}
}
@media (min-width: 1920px) {
.d-l4-table-column {
display: table-column !important;
}
}
@media (min-width: 2560px) {
.d-l5-table-column {
display: table-column !important;
}
}
@media (min-width: 3200px) {
.d-l6-table-column {
display: table-column !important;
}
}
@media (min-width: 3840px) {
.d-l7-table-column {
display: table-column !important;
}
}
@media (min-width: 5120px) {
.d-l8-table-column {
display: table-column !important;
}
}
div.editor {
background: #fff;
border: 2px solid #dbdfe4;
position: relative;
margin: 0;
-webkit-appearance: none;
}
div.editor div.alert.error {
position: relative;
margin-bottom: 0;
padding: 0.5rem 0.75rem;
}
div.editor div.alert.error::before {
content: "";
position: absolute;
left: -2px;
top: -3px;
right: -2px;
border-top: 2px solid #dbdfe4;
}
div.editor div.EditArea {
color: #2a2e2e;
background-color: #fff;
outline: 0px solid transparent;
cursor: text;
resize: none;
border: 0;
padding: 0.5rem;
margin: 0;
width: 100%;
height: auto;
min-height: 5.2rem;
line-height: 1.4rem;
overflow-y: scroll;
word-break: break-word;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
overflow: auto;
overflow-wrap: break-word;
max-height: 28rem;
-webkit-user-modify: read-write-plaintext-only;
-moz-user-modify: read-write-plaintext-only;
user-modify: read-write-plaintext-only;
}
div.editor div.EditArea.border-top {
border-top: 2px solid #dbdfe4;
}
div.editor div.toolBar {
position: relative;
height: 31px;
border-top: 2px solid #dbdfe4;
background-color: #f6f8f9;
}
div.editor div.toolBar .btn-group-wrapper {
width: 100%;
overflow-y: hidden;
overflow-x: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding-right: 100px;
}
div.editor div.toolBar button {
-webkit-box-shadow: none;
box-shadow: none;
}
div.editor div.toolBar button.submit {
position: absolute;
top: -2px;
right: -2px;
bottom: 0;
height: 33px;
}
.flash-msg {
position: fixed;
z-index: 1070;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
bottom: 0;
left: 0;
right: 0;
}
.flash-msg .alert {
width: 100%;
margin: 0;
border-radius: unset;
}
.font-size-25 {
font-size: 0.25rem;
}
.font-size-50 {
font-size: 0.5rem;
}
.font-size-75 {
font-size: 0.75rem;
}
.font-size-80 {
font-size: 0.8rem;
}
.font-size-90 {
font-size: 0.9rem;
}
.font-size-100 {
font-size: 1rem;
}
.font-size-150 {
font-size: 1.5rem;
}
.font-size-200 {
font-size: 2rem;
}
.font-size-250 {
font-size: 2.5rem;
}
.font-size-300 {
font-size: 3rem;
}
.font-size-400 {
font-size: 4rem;
}
.font-size-500 {
font-size: 5rem;
}
.font-size-xs-25 {
font-size: 0.25rem;
}
.font-size-xs-50 {
font-size: 0.5rem;
}
.font-size-xs-75 {
font-size: 0.75rem;
}
.font-size-xs-80 {
font-size: 0.8rem;
}
.font-size-xs-90 {
font-size: 0.9rem;
}
.font-size-xs-100 {
font-size: 1rem;
}
.font-size-xs-150 {
font-size: 1.5rem;
}
.font-size-xs-200 {
font-size: 2rem;
}
.font-size-xs-250 {
font-size: 2.5rem;
}
.font-size-xs-300 {
font-size: 3rem;
}
.font-size-xs-400 {
font-size: 4rem;
}
.font-size-xs-500 {
font-size: 5rem;
}
@media (min-width: 576px) {
.font-size-sm-25 {
font-size: 0.25rem;
}
.font-size-sm-50 {
font-size: 0.5rem;
}
.font-size-sm-75 {
font-size: 0.75rem;
}
.font-size-sm-80 {
font-size: 0.8rem;
}
.font-size-sm-90 {
font-size: 0.9rem;
}
.font-size-sm-100 {
font-size: 1rem;
}
.font-size-sm-150 {
font-size: 1.5rem;
}
.font-size-sm-200 {
font-size: 2rem;
}
.font-size-sm-250 {
font-size: 2.5rem;
}
.font-size-sm-300 {
font-size: 3rem;
}
.font-size-sm-400 {
font-size: 4rem;
}
.font-size-sm-500 {
font-size: 5rem;
}
}
@media (min-width: 768px) {
.font-size-md-25 {
font-size: 0.25rem;
}
.font-size-md-50 {
font-size: 0.5rem;
}
.font-size-md-75 {
font-size: 0.75rem;
}
.font-size-md-80 {
font-size: 0.8rem;
}
.font-size-md-90 {
font-size: 0.9rem;
}
.font-size-md-100 {
font-size: 1rem;
}
.font-size-md-150 {
font-size: 1.5rem;
}
.font-size-md-200 {
font-size: 2rem;
}
.font-size-md-250 {
font-size: 2.5rem;
}
.font-size-md-300 {
font-size: 3rem;
}
.font-size-md-400 {
font-size: 4rem;
}
.font-size-md-500 {
font-size: 5rem;
}
}
@media (min-width: 992px) {
.font-size-lg-25 {
font-size: 0.25rem;
}
.font-size-lg-50 {
font-size: 0.5rem;
}
.font-size-lg-75 {
font-size: 0.75rem;
}
.font-size-lg-80 {
font-size: 0.8rem;
}
.font-size-lg-90 {
font-size: 0.9rem;
}
.font-size-lg-100 {
font-size: 1rem;
}
.font-size-lg-150 {
font-size: 1.5rem;
}
.font-size-lg-200 {
font-size: 2rem;
}
.font-size-lg-250 {
font-size: 2.5rem;
}
.font-size-lg-300 {
font-size: 3rem;
}
.font-size-lg-400 {
font-size: 4rem;
}
.font-size-lg-500 {
font-size: 5rem;
}
}
@media (min-width: 1200px) {
.font-size-xl-25 {
font-size: 0.25rem;
}
.font-size-xl-50 {
font-size: 0.5rem;
}
.font-size-xl-75 {
font-size: 0.75rem;
}
.font-size-xl-80 {
font-size: 0.8rem;
}
.font-size-xl-90 {
font-size: 0.9rem;
}
.font-size-xl-100 {
font-size: 1rem;
}
.font-size-xl-150 {
font-size: 1.5rem;
}
.font-size-xl-200 {
font-size: 2rem;
}
.font-size-xl-250 {
font-size: 2.5rem;
}
.font-size-xl-300 {
font-size: 3rem;
}
.font-size-xl-400 {
font-size: 4rem;
}
.font-size-xl-500 {
font-size: 5rem;
}
}
@media (min-width: 1440px) {
.font-size-l2-25 {
font-size: 0.25rem;
}
.font-size-l2-50 {
font-size: 0.5rem;
}
.font-size-l2-75 {
font-size: 0.75rem;
}
.font-size-l2-80 {
font-size: 0.8rem;
}
.font-size-l2-90 {
font-size: 0.9rem;
}
.font-size-l2-100 {
font-size: 1rem;
}
.font-size-l2-150 {
font-size: 1.5rem;
}
.font-size-l2-200 {
font-size: 2rem;
}
.font-size-l2-250 {
font-size: 2.5rem;
}
.font-size-l2-300 {
font-size: 3rem;
}
.font-size-l2-400 {
font-size: 4rem;
}
.font-size-l2-500 {
font-size: 5rem;
}
}
@media (min-width: 1600px) {
.font-size-l3-25 {
font-size: 0.25rem;
}
.font-size-l3-50 {
font-size: 0.5rem;
}
.font-size-l3-75 {
font-size: 0.75rem;
}
.font-size-l3-80 {
font-size: 0.8rem;
}
.font-size-l3-90 {
font-size: 0.9rem;
}
.font-size-l3-100 {
font-size: 1rem;
}
.font-size-l3-150 {
font-size: 1.5rem;
}
.font-size-l3-200 {
font-size: 2rem;
}
.font-size-l3-250 {
font-size: 2.5rem;
}
.font-size-l3-300 {
font-size: 3rem;
}
.font-size-l3-400 {
font-size: 4rem;
}
.font-size-l3-500 {
font-size: 5rem;
}
}
@media (min-width: 1920px) {
.font-size-l4-25 {
font-size: 0.25rem;
}
.font-size-l4-50 {
font-size: 0.5rem;
}
.font-size-l4-75 {
font-size: 0.75rem;
}
.font-size-l4-80 {
font-size: 0.8rem;
}
.font-size-l4-90 {
font-size: 0.9rem;
}
.font-size-l4-100 {
font-size: 1rem;
}
.font-size-l4-150 {
font-size: 1.5rem;
}
.font-size-l4-200 {
font-size: 2rem;
}
.font-size-l4-250 {
font-size: 2.5rem;
}
.font-size-l4-300 {
font-size: 3rem;
}
.font-size-l4-400 {
font-size: 4rem;
}
.font-size-l4-500 {
font-size: 5rem;
}
}
@media (min-width: 2560px) {
.font-size-l5-25 {
font-size: 0.25rem;
}
.font-size-l5-50 {
font-size: 0.5rem;
}
.font-size-l5-75 {
font-size: 0.75rem;
}
.font-size-l5-80 {
font-size: 0.8rem;
}
.font-size-l5-90 {
font-size: 0.9rem;
}
.font-size-l5-100 {
font-size: 1rem;
}
.font-size-l5-150 {
font-size: 1.5rem;
}
.font-size-l5-200 {
font-size: 2rem;
}
.font-size-l5-250 {
font-size: 2.5rem;
}
.font-size-l5-300 {
font-size: 3rem;
}
.font-size-l5-400 {
font-size: 4rem;
}
.font-size-l5-500 {
font-size: 5rem;
}
}
@media (min-width: 3200px) {
.font-size-l6-25 {
font-size: 0.25rem;
}
.font-size-l6-50 {
font-size: 0.5rem;
}
.font-size-l6-75 {
font-size: 0.75rem;
}
.font-size-l6-80 {
font-size: 0.8rem;
}
.font-size-l6-90 {
font-size: 0.9rem;
}
.font-size-l6-100 {
font-size: 1rem;
}
.font-size-l6-150 {
font-size: 1.5rem;
}
.font-size-l6-200 {
font-size: 2rem;
}
.font-size-l6-250 {
font-size: 2.5rem;
}
.font-size-l6-300 {
font-size: 3rem;
}
.font-size-l6-400 {
font-size: 4rem;
}
.font-size-l6-500 {
font-size: 5rem;
}
}
@media (min-width: 3840px) {
.font-size-l7-25 {
font-size: 0.25rem;
}
.font-size-l7-50 {
font-size: 0.5rem;
}
.font-size-l7-75 {
font-size: 0.75rem;
}
.font-size-l7-80 {
font-size: 0.8rem;
}
.font-size-l7-90 {
font-size: 0.9rem;
}
.font-size-l7-100 {
font-size: 1rem;
}
.font-size-l7-150 {
font-size: 1.5rem;
}
.font-size-l7-200 {
font-size: 2rem;
}
.font-size-l7-250 {
font-size: 2.5rem;
}
.font-size-l7-300 {
font-size: 3rem;
}
.font-size-l7-400 {
font-size: 4rem;
}
.font-size-l7-500 {
font-size: 5rem;
}
}
@media (min-width: 5120px) {
.font-size-l8-25 {
font-size: 0.25rem;
}
.font-size-l8-50 {
font-size: 0.5rem;
}
.font-size-l8-75 {
font-size: 0.75rem;
}
.font-size-l8-80 {
font-size: 0.8rem;
}
.font-size-l8-90 {
font-size: 0.9rem;
}
.font-size-l8-100 {
font-size: 1rem;
}
.font-size-l8-150 {
font-size: 1.5rem;
}
.font-size-l8-200 {
font-size: 2rem;
}
.font-size-l8-250 {
font-size: 2.5rem;
}
.font-size-l8-300 {
font-size: 3rem;
}
.font-size-l8-400 {
font-size: 4rem;
}
.font-size-l8-500 {
font-size: 5rem;
}
}
.font-variant-small-caps {
font-variant: small-caps;
}
.font-variant-petite-caps {
font-variant: petite-caps;
}
.limit-html {
overflow-y: hidden;
overflow-x: auto;
white-space: normal;
}
.limit-html pre {
color: inherit;
}
.limit-html pre,
.limit-html p {
padding: 0;
margin: 0;
}
.limit-html h1, .limit-html .h1,
.limit-html h2,
.limit-html .h2,
.limit-html h3,
.limit-html .h3,
.limit-html h4,
.limit-html .h4,
.limit-html h5,
.limit-html .h5,
.limit-html h6,
.limit-html .h6 {
margin: initial;
}
.limit-html ol,
.limit-html ul,
.limit-html dl {
margin-top: 0;
margin-bottom: 0;
}
.limit-html-img {
max-width: 100%;
}
.limit-html-code {
color: #e83e8c;
}
.limit-html-quote {
position: relative;
padding: 1rem 2rem;
margin: 0;
}
.limit-html-quote::before {
content: "\201C";
position: absolute;
top: 0;
left: 0;
font-size: 3rem;
line-height: 3rem;
}
.limit-html-quote::after {
content: "\201E";
position: absolute;
bottom: 0;
right: 0;
font-size: 3rem;
line-height: 3rem;
}
.limit-html-spoiler {
display: inline;
background-color: #687a86;
color: transparent;
padding: 0 0.5em;
}
.limit-html-spoiler a,
.limit-html-spoiler a:link,
.limit-html-spoiler a:hover,
.limit-html-spoiler a:active {
visibility: hidden;
-webkit-transition: none;
transition: none;
}
.limit-html-spoiler:hover, .limit-html-spoiler:focus, .limit-html-spoiler:active, .limit-html-spoiler:focus-within {
color: inherit;
background-color: transparent;
outline-style: dashed;
outline-width: 0.5px;
outline-offset: 0px;
outline-color: pink;
}
.limit-html-spoiler:hover a,
.limit-html-spoiler:hover a:link,
.limit-html-spoiler:hover a:hover,
.limit-html-spoiler:hover a:active, .limit-html-spoiler:focus a,
.limit-html-spoiler:focus a:link,
.limit-html-spoiler:focus a:hover,
.limit-html-spoiler:focus a:active, .limit-html-spoiler:active a,
.limit-html-spoiler:active a:link,
.limit-html-spoiler:active a:hover,
.limit-html-spoiler:active a:active, .limit-html-spoiler:focus-within a,
.limit-html-spoiler:focus-within a:link,
.limit-html-spoiler:focus-within a:hover,
.limit-html-spoiler:focus-within a:active {
visibility: visible;
}
.line-height-025 {
line-height: 0.25rem;
}
.line-height-050 {
line-height: 0.5rem;
}
.line-height-075 {
line-height: 0.75rem;
}
.line-height-100 {
line-height: 1;
}
.line-height-150 {
line-height: 1.5rem;
}
.line-height-200 {
line-height: 2rem;
}
.line-height-250 {
line-height: 2.5rem;
}
.line-height-300 {
line-height: 3rem;
}
.line-height-400 {
line-height: 4rem;
}
.line-height-500 {
line-height: 5rem;
}
/* line top */
.line-t {
position: relative;
}
.line-t::before {
content: "";
position: absolute;
left: 0;
bottom: auto;
right: auto;
top: 0px;
height: 1px;
width: 100%;
background-color: #ced4da;
display: block;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
/* line bottom */
.line-b {
position: relative;
}
.line-b::after {
content: "";
position: absolute;
left: 0;
bottom: 0px;
right: auto;
top: auto;
height: 1px;
width: 100%;
background-color: #ced4da;
display: block;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
/* line top with fade */
.line-t-f {
position: relative;
}
.line-t-f::before {
content: "";
position: absolute;
left: 0;
bottom: auto;
right: auto;
top: 0px;
height: 1px;
width: 100%;
background-color: transparent;
display: block;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
opacity: 0.8;
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.01)), color-stop(10%, rgba(0, 0, 0, 0.1)), color-stop(20%, rgba(0, 0, 0, 0.2)), color-stop(30%, rgba(0, 0, 0, 0.3)), color-stop(70%, rgba(0, 0, 0, 0.3)), color-stop(80%, rgba(0, 0, 0, 0.2)), color-stop(90%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.01)));
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0.01) 100%);
}
/* line bottom with fade */
.line-b-f {
position: relative;
}
.line-b-f::after {
content: "";
position: absolute;
left: 0;
bottom: 0px;
right: auto;
top: auto;
height: 1px;
width: 100%;
background-color: transparent;
display: block;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
opacity: 0.8;
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.01)), color-stop(10%, rgba(0, 0, 0, 0.1)), color-stop(20%, rgba(0, 0, 0, 0.2)), color-stop(30%, rgba(0, 0, 0, 0.3)), color-stop(70%, rgba(0, 0, 0, 0.3)), color-stop(80%, rgba(0, 0, 0, 0.2)), color-stop(90%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.01)));
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0.01) 100%);
}
span.highlight-text {
color: #dc3545;
background-color: #fff3cd;
}
.btn-small-50 {
padding: 0px 3px;
font-size: 0.50rem;
}
.btn-small-75 {
padding: 0px 5px;
font-size: 0.75rem;
}
.modal-mask {
position: absolute;
z-index: 1040;
top: 0;
left: 0;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: table;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.modal-wrapper {
display: block;
}
body.body-for-modal-mask {
overflow: hidden;
}
.notification {
position: fixed;
z-index: 1070;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
}
.notification .alert {
width: 100%;
margin: 0;
border-radius: unset;
}
.notification .progress {
position: absolute;
height: 5px;
background-color: transparent;
opacity: 50%;
}
.notification.t {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
left: 0;
right: 0;
top: 0;
}
.notification.t .alert {
border-top: 0;
}
.notification.t .progress {
left: 0;
right: 0;
top: 0;
}
.notification.b {
left: 0;
right: 0;
bottom: 0;
}
.notification.b .alert {
border-bottom: 0;
}
.notification.b .progress {
left: 0;
right: 0;
bottom: 0;
}
.rate-star {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
position: relative;
width: 100px;
height: 1.5rem;
line-height: 1.5rem;
-webkit-transform-origin: left top;
transform-origin: left top;
}
.rate-star.s025 {
-webkit-transform: scale(0.25);
transform: scale(0.25);
}
.rate-star.s050 {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.rate-star.s075 {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.rate-star.s200 {
-webkit-transform: scale(2);
transform: scale(2);
}
.rate-star.s300 {
-webkit-transform: scale(3);
transform: scale(3);
}
.rate-star span.base {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
color: #ced4da;
}
.rate-star span.face {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
bottom: 0;
left: 0;
height: 100%;
color: #fd7e14;
}
.rate-star div.mask {
overflow: hidden;
position: absolute;
top: 0;
bottom: 0;
left: 0;
height: 100%;
overflow: hidden;
}
/*!
* Waves v0.7.6
* http://fian.my.id/Waves
*
* Copyright 2014-2018 <NAME> and other contributors
* Released under the MIT license
* https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
position: relative;
cursor: pointer;
display: inline-block;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
position: absolute;
border-radius: 50%;
width: 100px;
height: 100px;
margin-top: -50px;
margin-left: -50px;
opacity: 0;
background: rgba(0, 0, 0, 0.2);
background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
-webkit-transition-property: -webkit-transform, opacity;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-transform: scale(0) translate(0, 0);
transform: scale(0) translate(0, 0);
pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
background: rgba(255, 255, 255, 0.4);
background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
background: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
-webkit-transition: none !important;
transition: none !important;
}
.waves-button,
.waves-circle {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: none;
outline: none;
color: inherit;
background-color: rgba(0, 0, 0, 0);
font-size: 1em;
line-height: 1em;
text-align: center;
text-decoration: none;
z-index: 1;
}
.waves-button {
padding: 0.85em 1.1em;
border-radius: 0.2em;
}
.waves-button-input {
margin: 0;
padding: 0.85em 1.1em;
}
.waves-input-wrapper {
border-radius: 0.2em;
vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
padding: 0;
}
.waves-input-wrapper .waves-button-input {
position: relative;
top: 0;
left: 0;
z-index: 1;
}
.waves-circle {
text-align: center;
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
border-radius: 50%;
}
.waves-float {
-webkit-mask-image: none;
-webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
-webkit-transition: all 300ms;
transition: all 300ms;
}
.waves-float:active {
-webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
display: block;
}
.score-dist-chart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.score-dist-chart .score-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 1;
}
.score-dist-chart .score-row .field {
width: 2rem;
text-align: left;
font-size: 0.9rem;
}
.score-dist-chart .score-row .progress {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
height: .6rem;
}
.score-dist-chart .score-row .percent {
width: 4rem;
text-align: right;
font-size: 0.9rem;
}
.shadow-0 {
-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 rgba(0, 0, 0, 0.12);
}
.shadow-1 {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.shadow-2 {
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.shadow-3 {
-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
}
.shadow-4 {
-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12);
}
.shadow-5 {
-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14), 0 1px 14px rgba(0, 0, 0, 0.12);
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14), 0 1px 14px rgba(0, 0, 0, 0.12);
}
.shadow-6 {
-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12);
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12);
}
.shadow-7 {
-webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.shadow-8 {
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.shadow-9 {
-webkit-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.shadow-10 {
-webkit-box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.shadow-11 {
-webkit-box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.shadow-12 {
-webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.shadow-13 {
-webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.shadow-14 {
-webkit-box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.shadow-15 {
-webkit-box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.shadow-16 {
-webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.shadow-17 {
-webkit-box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.shadow-18 {
-webkit-box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.shadow-19 {
-webkit-box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.shadow-20 {
-webkit-box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.shadow-21 {
-webkit-box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.shadow-22 {
-webkit-box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.shadow-23 {
-webkit-box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.shadow-24 {
-webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.shadow-up-0 {
-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 rgba(0, 0, 0, 0.12);
}
.shadow-up-1 {
-webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(0, 0, 0, 0.14), 0 -2px 1px -1px rgba(0, 0, 0, 0.12);
box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(0, 0, 0, 0.14), 0 -2px 1px -1px rgba(0, 0, 0, 0.12);
}
.shadow-up-2 {
-webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2), 0 -2px 2px rgba(0, 0, 0, 0.14), 0 -3px 1px -2px rgba(0, 0, 0, 0.12);
box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2), 0 -2px 2px rgba(0, 0, 0, 0.14), 0 -3px 1px -2px rgba(0, 0, 0, 0.12);
}
.shadow-up-3 {
-webkit-box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.2), 0 -3px 4px rgba(0, 0, 0, 0.14), 0 -3px 3px -2px rgba(0, 0, 0, 0.12);
box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.2), 0 -3px 4px rgba(0, 0, 0, 0.14), 0 -3px 3px -2px rgba(0, 0, 0, 0.12);
}
.shadow-up-4 {
-webkit-box-shadow: 0 -2px 4px -1px rgba(0, 0, 0, 0.2), 0 -4px 5px rgba(0, 0, 0, 0.14), 0 -1px 10px rgba(0, 0, 0, 0.12);
box-shadow: 0 -2px 4px -1px rgba(0, 0, 0, 0.2), 0 -4px 5px rgba(0, 0, 0, 0.14), 0 -1px 10px rgba(0, 0, 0, 0.12);
}
.shadow-up-5 {
-webkit-box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, 0.2), 0 -5px 8px rgba(0, 0, 0, 0.14), 0 -1px 14px rgba(0, 0, 0, 0.12);
box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, 0.2), 0 -5px 8px rgba(0, 0, 0, 0.14), 0 -1px 14px rgba(0, 0, 0, 0.12);
}
.shadow-up-6 {
-webkit-box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, 0.2), 0 -6px 10px rgba(0, 0, 0, 0.14), 0 -1px 18px rgba(0, 0, 0, 0.12);
box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, 0.2), 0 -6px 10px rgba(0, 0, 0, 0.14), 0 -1px 18px rgba(0, 0, 0, 0.12);
}
.shadow-up-7 {
-webkit-box-shadow: 0 -4px 5px -2px rgba(0, 0, 0, 0.2), 0 -7px 10px 1px rgba(0, 0, 0, 0.14), 0 -2px 16px 1px rgba(0, 0, 0, 0.12);
box-shadow: 0 -4px 5px -2px rgba(0, 0, 0, 0.2), 0 -7px 10px 1px rgba(0, 0, 0, 0.14), 0 -2px 16px 1px rgba(0, 0, 0, 0.12);
}
.shadow-up-8 {
-webkit-box-shadow: 0 -5px 5px -3px rgba(0, 0, 0, 0.2), 0 -8px 10px 1px rgba(0, 0, 0, 0.14), 0 -3px 14px 2px rgba(0, 0, 0, 0.12);
box-shadow: 0 -5px 5px -3px rgba(0, 0, 0, 0.2), 0 -8px 10px 1px rgba(0, 0, 0, 0.14), 0 -3px 14px 2px rgba(0, 0, 0, 0.12);
}
.shadow-up-9 {
-webkit-box-shadow: 0 -5px 6px -3px rgba(0, 0, 0, 0.2), 0 -9px 12px 1px rgba(0, 0, 0, 0.14), 0 -3px 16px 2px rgba(0, 0, 0, 0.12);
box-shadow: 0 -5px 6px -3px rgba(0, 0, 0, 0.2), 0 -9px 12px 1px rgba(0, 0, 0, 0.14), 0 -3px 16px 2px rgba(0, 0, 0, 0.12);
}
.shadow-up-10 {
-webkit-box-shadow: 0 -6px 6px -3px rgba(0, 0, 0, 0.2), 0 -10px 14px 1px rgba(0, 0, 0, 0.14), 0 -4px 18px 3px rgba(0, 0, 0, 0.12);
box-shadow: 0 -6px 6px -3px rgba(0, 0, 0, 0.2), 0 -10px 14px 1px rgba(0, 0, 0, 0.14), 0 -4px 18px 3px rgba(0, 0, 0, 0.12);
}
.shadow-up-11 {
-webkit-box-shadow: 0 -6px 7px -4px rgba(0, 0, 0, 0.2), 0 -11px 15px 1px rgba(0, 0, 0, 0.14), 0 -4px 20px 3px rgba(0, 0, 0, 0.12);
box-shadow: 0 -6px 7px -4px rgba(0, 0, 0, 0.2), 0 -11px 15px 1px rgba(0, 0, 0, 0.14), 0 -4px 20px 3px rgba(0, 0, 0, 0.12);
}
.shadow-up-12 {
-webkit-box-shadow: 0 -7px 8px -4px rgba(0, 0, 0, 0.2), 0 -12px 17px 2px rgba(0, 0, 0, 0.14), 0 -5px 22px 4px rgba(0, 0, 0, 0.12);
box-shadow: 0 -7px 8px -4px rgba(0, 0, 0, 0.2), 0 -12px 17px 2px rgba(0, 0, 0, 0.14), 0 -5px 22px 4px rgba(0, 0, 0, 0.12);
}
.shadow-up-13 {
-webkit-box-shadow: 0 -7px 8px -4px rgba(0, 0, 0, 0.2), 0 -13px 19px 2px rgba(0, 0, 0, 0.14), 0 -5px 24px 4px rgba(0, 0, 0, 0.12);
box-shadow: 0 -7px 8px -4px rgba(0, 0, 0, 0.2), 0 -13px 19px 2px rgba(0, 0, 0, 0.14), 0 -5px 24px 4px rgba(0, 0, 0, 0.12);
}
.shadow-up-14 {
-webkit-box-shadow: 0 -7px 9px -4px rgba(0, 0, 0, 0.2), 0 -14px 21px 2px rgba(0, 0, 0, 0.14), 0 -5px 26px 4px rgba(0, 0, 0, 0.12);
box-shadow: 0 -7px 9px -4px rgba(0, 0, 0, 0.2), 0 -14px 21px 2px rgba(0, 0, 0, 0.14), 0 -5px 26px 4px rgba(0, 0, 0, 0.12);
}
.shadow-up-15 {
-webkit-box-shadow: 0 -8px 9px -5px rgba(0, 0, 0, 0.2), 0 -15px 22px 2px rgba(0, 0, 0, 0.14), 0 -6px 28px 5px rgba(0, 0, 0, 0.12);
box-shadow: 0 -8px 9px -5px rgba(0, 0, 0, 0.2), 0 -15px 22px 2px rgba(0, 0, 0, 0.14), 0 -6px 28px 5px rgba(0, 0, 0, 0.12);
}
.shadow-up-16 {
-webkit-box-shadow: 0 -8px 10px -5px rgba(0, 0, 0, 0.2), 0 -16px 24px 2px rgba(0, 0, 0, 0.14), 0 -6px 30px 5px rgba(0, 0, 0, 0.12);
box-shadow: 0 -8px 10px -5px rgba(0, 0, 0, 0.2), 0 -16px 24px 2px rgba(0, 0, 0, 0.14), 0 -6px 30px 5px rgba(0, 0, 0, 0.12);
}
.shadow-up-17 {
-webkit-box-shadow: 0 -8px 11px -5px rgba(0, 0, 0, 0.2), 0 -17px 26px 2px rgba(0, 0, 0, 0.14), 0 -6px 32px 5px rgba(0, 0, 0, 0.12);
box-shadow: 0 -8px 11px -5px rgba(0, 0, 0, 0.2), 0 -17px 26px 2px rgba(0, 0, 0, 0.14), 0 -6px 32px 5px rgba(0, 0, 0, 0.12);
}
.shadow-up-18 {
-webkit-box-shadow: 0 -9px 11px -5px rgba(0, 0, 0, 0.2), 0 -18px 28px 2px rgba(0, 0, 0, 0.14), 0 -7px 34px 6px rgba(0, 0, 0, 0.12);
box-shadow: 0 -9px 11px -5px rgba(0, 0, 0, 0.2), 0 -18px 28px 2px rgba(0, 0, 0, 0.14), 0 -7px 34px 6px rgba(0, 0, 0, 0.12);
}
.shadow-up-19 {
-webkit-box-shadow: 0 -9px 12px -6px rgba(0, 0, 0, 0.2), 0 -19px 29px 2px rgba(0, 0, 0, 0.14), 0 -7px 36px 6px rgba(0, 0, 0, 0.12);
box-shadow: 0 -9px 12px -6px rgba(0, 0, 0, 0.2), 0 -19px 29px 2px rgba(0, 0, 0, 0.14), 0 -7px 36px 6px rgba(0, 0, 0, 0.12);
}
.shadow-up-20 {
-webkit-box-shadow: 0 -10px 13px -6px rgba(0, 0, 0, 0.2), 0 -20px 31px 3px rgba(0, 0, 0, 0.14), 0 -8px 38px 7px rgba(0, 0, 0, 0.12);
box-shadow: 0 -10px 13px -6px rgba(0, 0, 0, 0.2), 0 -20px 31px 3px rgba(0, 0, 0, 0.14), 0 -8px 38px 7px rgba(0, 0, 0, 0.12);
}
.shadow-up-21 {
-webkit-box-shadow: 0 -10px 13px -6px rgba(0, 0, 0, 0.2), 0 -21px 33px 3px rgba(0, 0, 0, 0.14), 0 -8px 40px 7px rgba(0, 0, 0, 0.12);
box-shadow: 0 -10px 13px -6px rgba(0, 0, 0, 0.2), 0 -21px 33px 3px rgba(0, 0, 0, 0.14), 0 -8px 40px 7px rgba(0, 0, 0, 0.12);
}
.shadow-up-22 {
-webkit-box-shadow: 0 -10px 14px -6px rgba(0, 0, 0, 0.2), 0 -22px 35px 3px rgba(0, 0, 0, 0.14), 0 -8px 42px 7px rgba(0, 0, 0, 0.12);
box-shadow: 0 -10px 14px -6px rgba(0, 0, 0, 0.2), 0 -22px 35px 3px rgba(0, 0, 0, 0.14), 0 -8px 42px 7px rgba(0, 0, 0, 0.12);
}
.shadow-up-23 {
-webkit-box-shadow: 0 -11px 14px -7px rgba(0, 0, 0, 0.2), 0 -23px 36px 3px rgba(0, 0, 0, 0.14), 0 -9px 44px 8px rgba(0, 0, 0, 0.12);
box-shadow: 0 -11px 14px -7px rgba(0, 0, 0, 0.2), 0 -23px 36px 3px rgba(0, 0, 0, 0.14), 0 -9px 44px 8px rgba(0, 0, 0, 0.12);
}
.shadow-up-24 {
-webkit-box-shadow: 0 -11px 15px -7px rgba(0, 0, 0, 0.2), 0 -24px 38px 3px rgba(0, 0, 0, 0.14), 0 -9px 46px 8px rgba(0, 0, 0, 0.12);
box-shadow: 0 -11px 15px -7px rgba(0, 0, 0, 0.2), 0 -24px 38px 3px rgba(0, 0, 0, 0.14), 0 -9px 46px 8px rgba(0, 0, 0, 0.12);
}
.shadow-transition {
-webkit-transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.no-shadow, .shadow-0 {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.inset-shadow {
-webkit-box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.7) inset !important;
box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.7) inset !important;
}
.text-line-over {
-webkit-text-decoration-line: overline;
text-decoration-line: overline;
}
.text-line-through {
-webkit-text-decoration-line: line-through;
text-decoration-line: line-through;
}
.text-line-under {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.text-ellipsis-1 {
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.text-ellipsis-2 {
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.text-ellipsis-3 {
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.text-ellipsis-4 {
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
}
.text-ellipsis-5 {
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
}
.text-ellipsis-6 {
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
}
.text-ellipsis-7 {
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 7;
}
.text-ellipsis-8 {
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 8;
}
.text-ellipsis-9 {
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 9;
}
.text-ellipsis-10 {
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 10;
}
.flip-x {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
/*IE*/
-webkit-filter: FlipH;
filter: FlipH;
}
.flip-y {
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
/*IE*/
-webkit-filter: FlipV;
filter: FlipV;
}
.height-enter-active,
.height-leave-active {
-webkit-transition: height 0.5s;
transition: height 0.5s;
}
.height-enter,
.height-leave-to {
height: 0;
}
/* .fade-leave-active below version 2.1.8 */
.fade-enter-active,
.fade-leave-active {
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
opacity: 0;
}
/* .slide-fade-leave-active for below version 2.1.8 */
.slide-fade-enter-active {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.slide-fade-leave-active {
-webkit-transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter,
.slide-fade-leave-to {
-webkit-transform: translateX(10px);
transform: translateX(10px);
opacity: 0;
}
.bounce-enter-active {
-webkit-animation: bounce-in 0.5s;
animation: bounce-in 0.5s;
}
.bounce-leave-active {
animation: bounce-in 0.5s reverse;
}
@-webkit-keyframes bounce-in {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounce-in {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
/* .list-leave-active for below version 2.1.8 */
.list-enter-active,
.list-leave-active {
-webkit-transition: all 1s;
transition: all 1s;
}
.list-enter,
.list-leave-to {
opacity: 0;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
/* .list-complete-leave-active for below version 2.1.8 */
.list-complete-enter,
.list-complete-leave-to {
opacity: 0;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
.list-complete-leave-active {
position: absolute;
}
.tristate-box {
cursor: pointer;
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 16px;
height: 16px;
line-height: 16px;
font-style: normal;
font-weight: normal;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #ffffff;
}
.tristate-box font {
padding-left: 1.5rem;
white-space: nowrap;
}
.tristate-box::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 16px;
height: 16px;
background: #e0e0e0;
}
.tristate-box font {
color: #333;
}
.tristate-box[state="J"] {
background-color: #28a745;
}
.tristate-box[state="J"]::after {
content: "";
position: absolute;
top: 4px;
left: 3px;
width: 11px;
height: 6.5px;
border: 3px solid #ffffff;
border-top: none;
border-right: none;
background: transparent;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.tristate-box[state="J"] font {
color: #28a745;
}
.tristate-box[state="X"] {
background-color: #dc3545;
}
.tristate-box[state="X"]::before {
content: "";
position: absolute;
top: 7px;
left: 3px;
width: 11px;
height: 3px;
background: #ffffff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.tristate-box[state="X"]::after {
content: "";
position: absolute;
top: 7px;
left: 3px;
width: 11px;
height: 3px;
background: #ffffff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.tristate-box[state="X"] font {
color: #dc3545;
}
.tristate-box:hover::before, .tristate-box:hover::after {
opacity: 0.85;
}
[v-cloak] {
visibility: hidden;
}
html,
body {
min-height: 100%;
height: 100%;
background-color: transparent !important;
}
a {
text-decoration: none;
background-color: transparent;
}
a:hover {
text-decoration: underline;
}
a.visited:visited {
color: #8d6e63 !important;
}
.wrapper {
position: relative;
}
footer.footer {
color: #999;
}
footer.footer a {
color: #777;
}
footer.footer .small-text {
font-size: 0.8rem;
}
div.mainer {
display: block;
}
div.mainer .content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.marking-form div.info {
border: 2px solid #dbdfe4;
position: relative;
margin: 0;
padding: 1rem;
}
.marking-form div.alert.error {
position: relative;
margin-bottom: 0;
padding: 0.5rem 0.75rem;
}
.marking-form div.alert.error::before {
content: "";
position: absolute;
left: -2px;
top: -3px;
right: -2px;
border-top: 2px solid #dbdfe4;
}
.marking-form div.editor {
background: #fff;
border: 2px solid #dbdfe4;
position: relative;
margin: 0;
-webkit-appearance: none;
}
.marking-form textarea {
width: 100%;
height: 5rem;
}
.marking-form div.headBar {
position: relative;
height: 31px;
border-bottom: 2px solid #dbdfe4;
background-color: #dbdfe4;
}
.marking-form div.toolBar {
position: relative;
height: 31px;
border-top: 2px solid #dbdfe4;
background-color: #f6f8f9;
}
.marking-form div.toolBar button.submit {
position: absolute;
top: -2px;
right: -2px;
bottom: 0;
height: 33px;
-webkit-box-shadow: none;
box-shadow: none;
}
.marking-show div.info {
border: 2px solid #dbdfe4;
position: relative;
margin: 0;
padding: 1rem;
}
.marking-show div.alert.error {
position: relative;
margin-bottom: 0;
padding: 0.5rem 0.75rem;
}
.marking-show div.alert.error::before {
content: "";
position: absolute;
left: -2px;
top: -3px;
right: -2px;
border-top: 2px solid #dbdfe4;
}
.marking-show div.MyMark {
background: #fff;
border: 2px solid #dbdfe4;
position: relative;
margin: 0;
-webkit-appearance: none;
}
.marking-show div.headBar {
position: relative;
height: 31px;
border-bottom: 2px solid #dbdfe4;
background-color: #dbdfe4;
}
.marking-show div.toolBar {
position: relative;
height: 31px;
border-top: 2px solid #dbdfe4;
background-color: #f6f8f9;
}
.marking-show div.toolBar button.submit {
position: absolute;
top: -2px;
right: -2px;
bottom: 0;
height: 33px;
-webkit-box-shadow: none;
box-shadow: none;
}
.marking-item {
overflow: hidden;
}
.marking-item img.avatar {
width: 40px;
height: 40px;
}
.discuss-form div.info {
border: 2px solid #dbdfe4;
position: relative;
margin: 0;
padding: 1rem;
}
.discuss-item {
overflow: hidden;
}
.discuss-item img.avatar {
width: 40px;
height: 40px;
}
.discuss-item .discuss-subs {
position: relative;
padding-left: 40px;
}
.discuss-item .discuss-subs::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 40px;
border-left: 1px solid #dde4e8;
}
.discuss-item .discuss-subs:hover::before {
border-left: 3px solid #bfccd3;
}
.discuss-node {
background-color: #dde4e8;
}
.discuss-indent {
padding-left: 40px;
}
div.AppContainer.profile header nav.nav.main {
background-color: #1d9ebc;
}
div.AppContainer.profile header nav.nav.main a.nav-link {
color: #fff;
font-weight: bold;
}
div.AppContainer.profile header nav.nav.main a.nav-link.active {
background-color: #0f5464;
}
div.AppContainer.profile header nav.nav.subs {
background-color: #ced8dd;
}
div.AppContainer.profile header nav.nav.subs a.nav-link {
padding: 0.25rem 0.5rem;
}
div.AppContainer.profile header nav.nav.subs a.nav-link.active {
background-color: #91a8b4;
}
/*# sourceMappingURL=app-base.css.map */ | 0.486819 | 0.116487 |
@import url('https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gabriela&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&family=Gabriela&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root{
--main-color:#eaa023;
--dark:#0c1023;
--dark-light:#191f3a;
--white:#ffffff;
--white-light:#c8c8c8;
--shadow:0 0 15px rgba(0,0,0,0.25);
}
body{
background-color: beige;
font-family: sans-serif;
overflow-x: hidden;
}
.badge-pill {
background-color: var(--white-light);
color: black;
}
p{
font-family: 'Dancing Script', cursive;
}
nav{
display: flex;
/* justify-content: space-between; */
background-color:#fff ;
box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
height:50px ;
align-items: center;
width: 100%;
background-color: var(--white-light);
padding:50px;
}
.order, nav{
justify-content: space-between;
}
.order{
float: left;
margin: 20px;
}
nav ul li {
display:inline-block;
justify-content: space-between;
list-style: none;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 200px;
cursor: pointer;
font-weight: 00;
background-color: transparent;
border: none;
}
nav ul li :hover{
color: var(--main-color);
}
.nav-header img{
height: 20vh;
width: 30%;
box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
}
#nav-img{
height:10vh;
background-color: transparent;
margin-bottom:15px;
padding-right:5px ;
}
#order{
font-weight: bold;
box-shadow: 5px 5px 5px rgba(0,0,0,0.2) ;
font-size: 20px;
background-color: transparent;
cursor: pointer;
left: 80px;
}
#order:hover{
background-color: var(--white-light);
text-decoration: none;
color: var(--main-color);
}
#logo{
font-size: 35px;
text-decoration: none;
color: #eaa023;
font-weight: bolder;
font-family: 'Gabriela', serif;
}
ul li a{
text-decoration: none;
justify-content: space-between;
padding: 5px;
font-weight: 500px;
color: gray;
}
/* home */
.home-section{
background-image: url(/Photos/80.jpeg);
background-repeat: no-repeat;
background-size: cover;
position: relative;
width: 100% 100%;
height: 100vh;
overflow: hidden;
}
.home-text p{
font-size: 45px;
line-height: 55px;
margin-left: 10px;
color: #eaa023;
}
.home-text p:nth-child(1){
font-family:'Gabriela' serif;
text-align: center;
font-weight: 700;
color:var(--dark);
font-size: 25px;
transform: translate(33% , 260%);
}
.btn{
text-align: center;
font-family: 'Dancing Script', cursive;
transform: translate(220%, 450%);
box-shadow: 5px 5px 5px 5px rgb(#eaa023);
font-size: 50px;
/* background-color: var(--dark); */
color: var(--main-color);
border: 2px var(--dark-light);
border-radius: 70%;
cursor: pointer;
transition: all 0.3s ease;
}
.btn:hover{
border: 12px var(--white-light);
background-color: darkgreen;
color: var(--white);
}
.home-text p{
line-height: 30px;
margin: 35px 20px 35px 20px;
}
/* ABOUT SECTION */
#my-image{
height:50vh;
width: 50%;
margin-bottom:150px ;
}
.about-container{
background-color: var(--white-light);
height: 50vh;
margin-top: 5px;
}
.about-text h1{
color: var(--main-color);
font-weight: bold;
font-size:45px ;
font-family: 'Gabriela' serif;
}
.about-text{
text-align: center;
transform: translate(22% , -190%);
color: var(--dark-light);
font-size: 35px;
}
.about-text h2{
color: var(--dark-light);
font-weight: 800;
font-family: 'Dancing' ;
}
/* menu section */
#menu-item{
text-align: center;
}
.section-title{
align-items: center;
color: var(--white-light);
align-items: center;
display: center;
justify-content: center;
/* /* background-color: violet; * */
}
.section-title h2{
font-weight: bold;
font-size: 50px;
font-family: 'Gabriela'serif;
}
.section-title h2::before {
content: attr(data-title);
color: var(--main-color);
font-size: 30px;
display: block;
font-family: 'Dancing Script', cursive;
}
.menu-section{
background-color: var(--dark-light);
margin-top: 1px;
}
.menu-tabs{
padding: 0 15px;
width: 100%;
text-align: center;
padding-right: 100px;
display:center;
align-items: center;
justify-content: center;
margin-top: 50px;
/* background-color: rgb(156, 228, 13); */
}
.menu-tab-item{
color: var(--white);
cursor: pointer;
font-family: inherit;
font-size: 20px;
border: none;
background-color:transparent ;
font-weight: 500;
margin: 0 10px 10px;
right: inherit 120px;
}
.menu-tab-item.active{
color: var(--main-color);
}
.menu-tab-content .active{
display:flex;
}
.menu-item-title img{
height: 15vh;
/* width: auto 100%; */
padding: 20px;
max-width: 100px;
}
.menu-item-title h3{
color: var(--white-light);
font-size: 25px;
font-weight: bold;
font-family: 'Oswald', sans-serif;
transition: color 0.3 ease;
text-transform: capitalize;
}
.menu-item{
width: 30%;
align-items: center;
padding: 20px 15px;
display: flex;
justify-content: space-between;
color: var(--white-light);
position: relative;
border-right:solid 1px white !important;
margin: 10px;
/* display: none; */
}
.form-group{
width: 30%;
font-size: 15px;
color: var(--dark);
}
.menu-item::after{
content: "";
position: absolute;
left: 15px;
right: 15px;
bottom: 0;
border-right:solid 5px white !important;
/* border: 2px dashed var(--white-light); */
}
.menu-item-title{
display: flex;
/* justify-content: center; */
align-items: center;
}
.menu-item-price{
color: var(--main-color);
font-size: 15px;
font-weight: bold;
}
.menu-item:hover h3{
color: var(--main-color);
}
.menu-item:hover .menu-item-price{
color: var(--white-light);
}
.input-field h2{
cursor: pointer;
color: var(--white-light);
}
label,
fieldset legend {
margin: 0;
padding: 0;
font-size: 100%;
font-weight: bold;
color:var(--main-color);
font-family: 'Dancing Script', cursive;
font-size: 30px;
font-weight: bold;
display: block;
text-align: left;
margin-top: 1.25em;
}
input[type="text"],
select {
margin: 0;
padding: 0;
display: block;
font-family: 'Gabriela'serif;
font-size: 20px;
font-weight: 500;
}
fieldset legend {
padding-top: 1.25em;
}
fieldset label {
margin: 0;
padding: 0;
display: block;
font-weight: normal;
position: relative;
left: -0.5em;
margin: 0;
padding: 0;
padding-left: 0.5em;
padding-top: 0.125em;
padding-bottom: 0.125em;
border: 2px solid transparent ;
width: 9em;
}
select {
margin: 0;
padding: 0;
margin-bottom: 1.25em;
background-color: #FFFEFF;
font-size: 20px;
color: var(--dark);
}
select:hover{
background-color:var(--main-color) ;
}
input[type="submit"] {
margin-top: 2em;
color: var(--dark);
background-color: var(--white-light);
margin-bottom: 20px;
font-weight: bolder;
font-size:20px ;
font-family: 'Dancing script';
border-radius:10% ;
width: 13%;
}
input[type=submit]:focus {
outline: 5px solid var(--main-color);
}
input[type=submit]:hover{
border: 2px solid var(--main-color) ;
background-color: var(--main-color);
color: var(--white);
}
input[type="text"]:hover,
fieldset label:hover {
background-color:transparent;
color: var(--main-color);
}
input[type="text"]:focus {
outline: 2px solid var(--dark);
background-color: #EEEEEE;
}
select:focus {
outline: 2px solid var(--dark-light);
background-color:var(--white);
}
fieldset label.focus {
background-color: #EEEEEE;
border-color: black;
}
/* BLOG SECTION */
.blog-text h1{
font-weight: bold;
color: var(--dark-light);
font-family: 'Delius Swash Caps', cursive;
font-family: ' Gabriela' serif;
font-size: 40px;
text-align: center;
}
.col-md-4{
justify-content: space-between;
width: calc((100% /3)- 30px);
border: 0px solid var(--dark-light);
padding: 30px;
height: 65vh;
}
#cart{
background-color: #EEEEEE;
color: var(--black);
}
.blog-author-name{
font-family: '<NAME>', cursive;
font-family: ' Gabriela' serif;
font-weight: bolder;
color: var(--dark-light);
text-align: center;
}
.blog-text-1 p{
background-image: url(/Photos/red.jpg);
opacity: 0.9;
width: calc((100% /3)- 30px);
border: 2px solid var(--dark-light);
padding: 30px;
font-size: 25px;
background-color: var(--white-light);
color: var(--dark-light);
}
.blog-text-2 p{
background-image: url(/Photos/taxido.jpg);
width: calc((100% /3)- 30px);
border: 2px solid var(--dark-light);
padding: 30px;
font-size: 25px;
background-color: var(--whitelight);
color: var(--dark-light);
}
.blog-text-3 p{
background-image: url(/Photos/girl.jpg);
width: calc((100% /3)- 30px);
border: 2px solid var(--dark-light);
padding: 30px;
font-size: 25px;
background-color: var(--white-light);
color: var(--dark-light);
}
/* contact us */
.contact-us{
background-color:var(--dark-light);
width: 100% 100%;
color: var(--main-color);
}
.contact-text{
display: flex;
justify-content: space-between;
font-weight:bolder ;
font-family: 'Gabriela', serif;
}
.col-md-3{
font-weight:bolder ;
font-family: 'Gabriela', serif;
font-size: 20px;
}
/* copyright */
.copyright{
font-size: 40px;
font-weight: bold;
color: var(--white-light);
background-color: var(--dark-light);
text-align: center;
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gabriela&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&family=Gabriela&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root{
--main-color:#eaa023;
--dark:#0c1023;
--dark-light:#191f3a;
--white:#ffffff;
--white-light:#c8c8c8;
--shadow:0 0 15px rgba(0,0,0,0.25);
}
body{
background-color: beige;
font-family: sans-serif;
overflow-x: hidden;
}
.badge-pill {
background-color: var(--white-light);
color: black;
}
p{
font-family: 'Dancing Script', cursive;
}
nav{
display: flex;
/* justify-content: space-between; */
background-color:#fff ;
box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
height:50px ;
align-items: center;
width: 100%;
background-color: var(--white-light);
padding:50px;
}
.order, nav{
justify-content: space-between;
}
.order{
float: left;
margin: 20px;
}
nav ul li {
display:inline-block;
justify-content: space-between;
list-style: none;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 200px;
cursor: pointer;
font-weight: 00;
background-color: transparent;
border: none;
}
nav ul li :hover{
color: var(--main-color);
}
.nav-header img{
height: 20vh;
width: 30%;
box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
}
#nav-img{
height:10vh;
background-color: transparent;
margin-bottom:15px;
padding-right:5px ;
}
#order{
font-weight: bold;
box-shadow: 5px 5px 5px rgba(0,0,0,0.2) ;
font-size: 20px;
background-color: transparent;
cursor: pointer;
left: 80px;
}
#order:hover{
background-color: var(--white-light);
text-decoration: none;
color: var(--main-color);
}
#logo{
font-size: 35px;
text-decoration: none;
color: #eaa023;
font-weight: bolder;
font-family: 'Gabriela', serif;
}
ul li a{
text-decoration: none;
justify-content: space-between;
padding: 5px;
font-weight: 500px;
color: gray;
}
/* home */
.home-section{
background-image: url(/Photos/80.jpeg);
background-repeat: no-repeat;
background-size: cover;
position: relative;
width: 100% 100%;
height: 100vh;
overflow: hidden;
}
.home-text p{
font-size: 45px;
line-height: 55px;
margin-left: 10px;
color: #eaa023;
}
.home-text p:nth-child(1){
font-family:'Gabriela' serif;
text-align: center;
font-weight: 700;
color:var(--dark);
font-size: 25px;
transform: translate(33% , 260%);
}
.btn{
text-align: center;
font-family: 'Dancing Script', cursive;
transform: translate(220%, 450%);
box-shadow: 5px 5px 5px 5px rgb(#eaa023);
font-size: 50px;
/* background-color: var(--dark); */
color: var(--main-color);
border: 2px var(--dark-light);
border-radius: 70%;
cursor: pointer;
transition: all 0.3s ease;
}
.btn:hover{
border: 12px var(--white-light);
background-color: darkgreen;
color: var(--white);
}
.home-text p{
line-height: 30px;
margin: 35px 20px 35px 20px;
}
/* ABOUT SECTION */
#my-image{
height:50vh;
width: 50%;
margin-bottom:150px ;
}
.about-container{
background-color: var(--white-light);
height: 50vh;
margin-top: 5px;
}
.about-text h1{
color: var(--main-color);
font-weight: bold;
font-size:45px ;
font-family: 'Gabriela' serif;
}
.about-text{
text-align: center;
transform: translate(22% , -190%);
color: var(--dark-light);
font-size: 35px;
}
.about-text h2{
color: var(--dark-light);
font-weight: 800;
font-family: 'Dancing' ;
}
/* menu section */
#menu-item{
text-align: center;
}
.section-title{
align-items: center;
color: var(--white-light);
align-items: center;
display: center;
justify-content: center;
/* /* background-color: violet; * */
}
.section-title h2{
font-weight: bold;
font-size: 50px;
font-family: 'Gabriela'serif;
}
.section-title h2::before {
content: attr(data-title);
color: var(--main-color);
font-size: 30px;
display: block;
font-family: 'Dancing Script', cursive;
}
.menu-section{
background-color: var(--dark-light);
margin-top: 1px;
}
.menu-tabs{
padding: 0 15px;
width: 100%;
text-align: center;
padding-right: 100px;
display:center;
align-items: center;
justify-content: center;
margin-top: 50px;
/* background-color: rgb(156, 228, 13); */
}
.menu-tab-item{
color: var(--white);
cursor: pointer;
font-family: inherit;
font-size: 20px;
border: none;
background-color:transparent ;
font-weight: 500;
margin: 0 10px 10px;
right: inherit 120px;
}
.menu-tab-item.active{
color: var(--main-color);
}
.menu-tab-content .active{
display:flex;
}
.menu-item-title img{
height: 15vh;
/* width: auto 100%; */
padding: 20px;
max-width: 100px;
}
.menu-item-title h3{
color: var(--white-light);
font-size: 25px;
font-weight: bold;
font-family: 'Oswald', sans-serif;
transition: color 0.3 ease;
text-transform: capitalize;
}
.menu-item{
width: 30%;
align-items: center;
padding: 20px 15px;
display: flex;
justify-content: space-between;
color: var(--white-light);
position: relative;
border-right:solid 1px white !important;
margin: 10px;
/* display: none; */
}
.form-group{
width: 30%;
font-size: 15px;
color: var(--dark);
}
.menu-item::after{
content: "";
position: absolute;
left: 15px;
right: 15px;
bottom: 0;
border-right:solid 5px white !important;
/* border: 2px dashed var(--white-light); */
}
.menu-item-title{
display: flex;
/* justify-content: center; */
align-items: center;
}
.menu-item-price{
color: var(--main-color);
font-size: 15px;
font-weight: bold;
}
.menu-item:hover h3{
color: var(--main-color);
}
.menu-item:hover .menu-item-price{
color: var(--white-light);
}
.input-field h2{
cursor: pointer;
color: var(--white-light);
}
label,
fieldset legend {
margin: 0;
padding: 0;
font-size: 100%;
font-weight: bold;
color:var(--main-color);
font-family: 'Dancing Script', cursive;
font-size: 30px;
font-weight: bold;
display: block;
text-align: left;
margin-top: 1.25em;
}
input[type="text"],
select {
margin: 0;
padding: 0;
display: block;
font-family: 'Gabriela'serif;
font-size: 20px;
font-weight: 500;
}
fieldset legend {
padding-top: 1.25em;
}
fieldset label {
margin: 0;
padding: 0;
display: block;
font-weight: normal;
position: relative;
left: -0.5em;
margin: 0;
padding: 0;
padding-left: 0.5em;
padding-top: 0.125em;
padding-bottom: 0.125em;
border: 2px solid transparent ;
width: 9em;
}
select {
margin: 0;
padding: 0;
margin-bottom: 1.25em;
background-color: #FFFEFF;
font-size: 20px;
color: var(--dark);
}
select:hover{
background-color:var(--main-color) ;
}
input[type="submit"] {
margin-top: 2em;
color: var(--dark);
background-color: var(--white-light);
margin-bottom: 20px;
font-weight: bolder;
font-size:20px ;
font-family: 'Dancing script';
border-radius:10% ;
width: 13%;
}
input[type=submit]:focus {
outline: 5px solid var(--main-color);
}
input[type=submit]:hover{
border: 2px solid var(--main-color) ;
background-color: var(--main-color);
color: var(--white);
}
input[type="text"]:hover,
fieldset label:hover {
background-color:transparent;
color: var(--main-color);
}
input[type="text"]:focus {
outline: 2px solid var(--dark);
background-color: #EEEEEE;
}
select:focus {
outline: 2px solid var(--dark-light);
background-color:var(--white);
}
fieldset label.focus {
background-color: #EEEEEE;
border-color: black;
}
/* BLOG SECTION */
.blog-text h1{
font-weight: bold;
color: var(--dark-light);
font-family: 'Delius Swash Caps', cursive;
font-family: ' Gabriela' serif;
font-size: 40px;
text-align: center;
}
.col-md-4{
justify-content: space-between;
width: calc((100% /3)- 30px);
border: 0px solid var(--dark-light);
padding: 30px;
height: 65vh;
}
#cart{
background-color: #EEEEEE;
color: var(--black);
}
.blog-author-name{
font-family: '<NAME>', cursive;
font-family: ' Gabriela' serif;
font-weight: bolder;
color: var(--dark-light);
text-align: center;
}
.blog-text-1 p{
background-image: url(/Photos/red.jpg);
opacity: 0.9;
width: calc((100% /3)- 30px);
border: 2px solid var(--dark-light);
padding: 30px;
font-size: 25px;
background-color: var(--white-light);
color: var(--dark-light);
}
.blog-text-2 p{
background-image: url(/Photos/taxido.jpg);
width: calc((100% /3)- 30px);
border: 2px solid var(--dark-light);
padding: 30px;
font-size: 25px;
background-color: var(--whitelight);
color: var(--dark-light);
}
.blog-text-3 p{
background-image: url(/Photos/girl.jpg);
width: calc((100% /3)- 30px);
border: 2px solid var(--dark-light);
padding: 30px;
font-size: 25px;
background-color: var(--white-light);
color: var(--dark-light);
}
/* contact us */
.contact-us{
background-color:var(--dark-light);
width: 100% 100%;
color: var(--main-color);
}
.contact-text{
display: flex;
justify-content: space-between;
font-weight:bolder ;
font-family: 'Gabriela', serif;
}
.col-md-3{
font-weight:bolder ;
font-family: 'Gabriela', serif;
font-size: 20px;
}
/* copyright */
.copyright{
font-size: 40px;
font-weight: bold;
color: var(--white-light);
background-color: var(--dark-light);
text-align: center;
} | 0.249447 | 0.075961 |
.room {
display: flex;
flex-direction: column;
width: 100%;
align-items: center;
}
.room-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-left: 50px;
margin-top: 50px;
justify-content: center;
}
.room-status-bar {
display: flex;
flex-direction: row;
}
.title {
text-align: center;
margin-bottom: 10px;
}
input[type="submit"] {
border: 0;
border-radius: 5px;
background-color: #9b59b6;
color: white;
box-shadow: rgba(0, 0, 0, 0.25) 0 0 4px;
cursor: pointer;
font-family: "Montserrat SemiBold";
font-size: 15px;
padding: 5px;
}
/* CANVAS: */
canvas {
border: 1px solid black;
background-color: white;
display: block;
margin: auto;
}
.hide-cursor {
cursor: none;
}
.canvas-card {
padding: 30px;
border-radius: 10px;
margin: 0px 50px 50px 0px;
background-color: white;
color: #9b59b6;
max-width: 600px;
flex: 2;
display: inline-block;
}
.canvas-hider {
text-align: center;
}
.canvas-wrapper {
position: relative;
display: inline-block;
overflow: hidden;
}
.countdown {
text-align: center;
}
.draw-toolbar {
vertical-align: middle;
margin-bottom: 5px;
}
.clear-button {
display: inline-block;
margin-right: 20px;
}
.pen-changer-label {
display: inline-block;
}
.pen {
position: absolute;
background-color: black;
border-radius: 50px;
z-index: 1;
pointer-events: none;
}
.pen-changer {
width: 100px;
display: inline-block;
margin: auto 10px;
}
input[type="range"] {
width: 100%;
vertical-align: middle;
}
.download-button {
margin-top: 5px;
}
/* CHAT: */
.chat-card {
padding: 30px;
border-radius: 10px;
margin: 0px 50px 50px 0px;
background-color: white;
color: #9b59b6;
max-width: 600px;
min-width: 350px;
flex: 1;
display: inline-block;
}
.chat-area {
position: relative;
display: flex;
flex-direction: column;
height: 100%;
}
.messages {
min-height: 400px;
max-height: 650px;
overflow-y: scroll;
scroll-behavior: smooth;
flex: 1;
}
.username {
font-weight: bolder;
}
.room-code {
font-weight: bold;
}
.initial {
color: grey;
}
.winner,
.user-joined,
.user-left,
.timeout {
color: grey;
font-style: italic;
}
.chat-form input[type="text"] {
width: 100%;
border: 0;
border-bottom: 6px solid #9b59b6;
color: #9b59b6;
font-size: 20px;
font-family: "Inconsolata";
margin-top: 20px;
}
.chat-form input[type="text"]::placeholder {
color: #9b59b6;
opacity: 0.5;
}
.chat-form input[disabled] {
background-color: #eee;
}
.autoscroll-button {
border: 0;
border-radius: 5px;
background-color: #9b59b6;
color: white;
box-shadow: rgba(0, 0, 0, 0.25) 0 0 4px;
cursor: pointer;
font-family: "Montserrat SemiBold";
font-size: 15px;
padding: 5px;
width: 100%;
}
/* LOBBY: */
.leave-form {
margin-left: auto;
margin-right: 0;
}
.start-form {
width: 100%;
}
.wordpacks-wrapper {
height: 350px;
min-width: 500px;
margin: 10px 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
overflow-y: scroll;
}
.wordpack {
border: 1px solid #9b59b6;
border-radius: 5px;
width: 200px;
height: 150px;
margin: 10px;
user-select: none;
cursor: pointer;
overflow: hidden;
}
.wordpack.selected {
background-color: #9b59b6;
color: white;
}
.wordpack-name {
font-size: 36px;
margin: 10px;
text-align: center;
}
.wordpack-description {
margin: 10px;
text-align: center;
}
.custom-wordpack textarea {
width: 100%;
height: 200px;
outline: none;
resize: none;
margin: 10px 0;
font-family: Inconsolata, sans-serif;
}
.custom-wordpack p {
transition: color 200ms linear;
}
.custom-wordpack .error {
color: #ff7979;
}
#start-button {
display: block;
margin-left: auto;
margin-right: auto;
}
input[type="checkbox"] {
display: none;
}
input[type="checkbox"] + .checkbox-span {
background-color: white;
display: inline-block;
padding: 12px;
border: 1px solid #9b59b6;
}
input[type="checkbox"]:checked + .checkbox-span {
background-color: #9b59b6;
color: white;
}
input[type="checkbox"]:checked + .checkbox-span:after {
content: "\2714";
position: absolute;
top: 2px;
left: 5px;
color: white;
}
.checkbox-span {
display: inline;
border-radius: 5px;
position: absolute;
left: 0;
top: 0;
}
.checkbox-wrapper {
display: block;
position: relative;
padding-left: 37px;
height: 26;
padding-top: 4px;
margin: 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
} | client/src/room/Room.css |
.room {
display: flex;
flex-direction: column;
width: 100%;
align-items: center;
}
.room-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-left: 50px;
margin-top: 50px;
justify-content: center;
}
.room-status-bar {
display: flex;
flex-direction: row;
}
.title {
text-align: center;
margin-bottom: 10px;
}
input[type="submit"] {
border: 0;
border-radius: 5px;
background-color: #9b59b6;
color: white;
box-shadow: rgba(0, 0, 0, 0.25) 0 0 4px;
cursor: pointer;
font-family: "Montserrat SemiBold";
font-size: 15px;
padding: 5px;
}
/* CANVAS: */
canvas {
border: 1px solid black;
background-color: white;
display: block;
margin: auto;
}
.hide-cursor {
cursor: none;
}
.canvas-card {
padding: 30px;
border-radius: 10px;
margin: 0px 50px 50px 0px;
background-color: white;
color: #9b59b6;
max-width: 600px;
flex: 2;
display: inline-block;
}
.canvas-hider {
text-align: center;
}
.canvas-wrapper {
position: relative;
display: inline-block;
overflow: hidden;
}
.countdown {
text-align: center;
}
.draw-toolbar {
vertical-align: middle;
margin-bottom: 5px;
}
.clear-button {
display: inline-block;
margin-right: 20px;
}
.pen-changer-label {
display: inline-block;
}
.pen {
position: absolute;
background-color: black;
border-radius: 50px;
z-index: 1;
pointer-events: none;
}
.pen-changer {
width: 100px;
display: inline-block;
margin: auto 10px;
}
input[type="range"] {
width: 100%;
vertical-align: middle;
}
.download-button {
margin-top: 5px;
}
/* CHAT: */
.chat-card {
padding: 30px;
border-radius: 10px;
margin: 0px 50px 50px 0px;
background-color: white;
color: #9b59b6;
max-width: 600px;
min-width: 350px;
flex: 1;
display: inline-block;
}
.chat-area {
position: relative;
display: flex;
flex-direction: column;
height: 100%;
}
.messages {
min-height: 400px;
max-height: 650px;
overflow-y: scroll;
scroll-behavior: smooth;
flex: 1;
}
.username {
font-weight: bolder;
}
.room-code {
font-weight: bold;
}
.initial {
color: grey;
}
.winner,
.user-joined,
.user-left,
.timeout {
color: grey;
font-style: italic;
}
.chat-form input[type="text"] {
width: 100%;
border: 0;
border-bottom: 6px solid #9b59b6;
color: #9b59b6;
font-size: 20px;
font-family: "Inconsolata";
margin-top: 20px;
}
.chat-form input[type="text"]::placeholder {
color: #9b59b6;
opacity: 0.5;
}
.chat-form input[disabled] {
background-color: #eee;
}
.autoscroll-button {
border: 0;
border-radius: 5px;
background-color: #9b59b6;
color: white;
box-shadow: rgba(0, 0, 0, 0.25) 0 0 4px;
cursor: pointer;
font-family: "Montserrat SemiBold";
font-size: 15px;
padding: 5px;
width: 100%;
}
/* LOBBY: */
.leave-form {
margin-left: auto;
margin-right: 0;
}
.start-form {
width: 100%;
}
.wordpacks-wrapper {
height: 350px;
min-width: 500px;
margin: 10px 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
overflow-y: scroll;
}
.wordpack {
border: 1px solid #9b59b6;
border-radius: 5px;
width: 200px;
height: 150px;
margin: 10px;
user-select: none;
cursor: pointer;
overflow: hidden;
}
.wordpack.selected {
background-color: #9b59b6;
color: white;
}
.wordpack-name {
font-size: 36px;
margin: 10px;
text-align: center;
}
.wordpack-description {
margin: 10px;
text-align: center;
}
.custom-wordpack textarea {
width: 100%;
height: 200px;
outline: none;
resize: none;
margin: 10px 0;
font-family: Inconsolata, sans-serif;
}
.custom-wordpack p {
transition: color 200ms linear;
}
.custom-wordpack .error {
color: #ff7979;
}
#start-button {
display: block;
margin-left: auto;
margin-right: auto;
}
input[type="checkbox"] {
display: none;
}
input[type="checkbox"] + .checkbox-span {
background-color: white;
display: inline-block;
padding: 12px;
border: 1px solid #9b59b6;
}
input[type="checkbox"]:checked + .checkbox-span {
background-color: #9b59b6;
color: white;
}
input[type="checkbox"]:checked + .checkbox-span:after {
content: "\2714";
position: absolute;
top: 2px;
left: 5px;
color: white;
}
.checkbox-span {
display: inline;
border-radius: 5px;
position: absolute;
left: 0;
top: 0;
}
.checkbox-wrapper {
display: block;
position: relative;
padding-left: 37px;
height: 26;
padding-top: 4px;
margin: 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
} | 0.479016 | 0.124505 |
@import url(http://fonts.googleapis.com/css?family=Orbitron:700);
@import url(http://fonts.googleapis.com/css?family=Merriweather:300,300italic);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,700);
/* apply a natural box layout model to all elements */
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
html {
height: 100%; }
body {
margin: 0;
padding: 0;
height: 100%;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHklEQVQYV2NkYGA4A8QEASNUoTEhlaMK8YYQ0cEDAFEsCc57YFelAAAAAElFTkSuQmCC) repeat;
color: #b3b3b3;
font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
body:before {
content: " ";
width: 100%;
height: 100%;
position: fixed;
z-index: -1;
top: 0;
left: 0;
background: linear-gradient(rgba(140, 179, 217, 0.6) 0%, rgba(0, 0, 0, 0.5) 100%); }
.page-flash {
display: none;
position: absolute;
background: #000;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 30; }
h1 {
font: 34px "Orbitron", sans-serif;
color: white;
margin-bottom: 0.7em;
line-height: 130%; }
h2 {
font: 22px "Merriweather", serif;
font-style: italic;
color: #d9d9d9;
margin-bottom: 1.5em;
line-height: 150%; }
h3 {
font: 26px "Oswald", sans-serif;
color: white;
margin-bottom: 0.7em; }
p {
font: 20px "Open Sans", serif;
color: #b3b3b3;
line-height: 150%;
margin: 1em 0; }
em {
font-weight: bold; }
img {
height: 240px;
width: 320px;
float: right;
margin-left: 20px;
margin-bottom: 20px;
margin-top: 5px; }
blockquote {
padding: 0 20px 10px 0;
max-width: 250px;
display: block;
float: left;
font: 24px "Merriweather", serif;
font-style: italic;
text-align: center;
color: #e6e6e6; }
a {
text-decoration: none;
color: #7099c2; }
a:hover {
color: #b8cce0; }
.links {
position: absolute;
top: 15px;
text-align: center;
z-index: 50; }
.fb-share-button {
margin-left: 10px;
vertical-align: top; }
.twitter-share-button {
margin-left: 10px; }
.topbar {
z-index: 40;
position: absolute;
top: 0;
left: 0;
height: 65px;
width: 100%;
padding: 10px;
background: rgba(0, 0, 0, 0.3);
color: rgba(255, 255, 255, 0.4);
text-align: center; }
.topbar button {
height: 45px;
width: 200px;
outline: none;
border: 3px solid #476685;
background: #0d1a26;
color: #a3ccf5;
font: 16px "Oswald", sans-serif;
text-transform: uppercase;
border-radius: 10px;
-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5); }
.topbar button:active {
background: #264d73;
color: black;
border-color: black; }
@-webkit-keyframes glow_jump {
from {
transform: scale(1);
-webkit-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
-moz-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
-ms-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
-o-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9); }
to {
transform: scale(1.3);
-webkit-box-shadow: 0px 0px 55px 10px white;
-moz-box-shadow: 0px 0px 55px 10px white;
-ms-box-shadow: 0px 0px 55px 10px white;
-o-box-shadow: 0px 0px 55px 10px white;
box-shadow: 0px 0px 55px 10px white;
color: white;
border-color: #ccc; } }
@-moz-keyframes glow_jump {
from {
transform: scale(1);
-webkit-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
-moz-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
-ms-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
-o-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9); }
to {
transform: scale(1.3);
-webkit-box-shadow: 0px 0px 55px 10px white;
-moz-box-shadow: 0px 0px 55px 10px white;
-ms-box-shadow: 0px 0px 55px 10px white;
-o-box-shadow: 0px 0px 55px 10px white;
box-shadow: 0px 0px 55px 10px white;
color: white;
border-color: #ccc; } }
@keyframes glow_jump {
from {
transform: scale(1);
-webkit-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
-moz-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
-ms-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
-o-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9); }
to {
transform: scale(1.3);
-webkit-box-shadow: 0px 0px 55px 10px white;
-moz-box-shadow: 0px 0px 55px 10px white;
-ms-box-shadow: 0px 0px 55px 10px white;
-o-box-shadow: 0px 0px 55px 10px white;
box-shadow: 0px 0px 55px 10px white;
color: white;
border-color: #ccc; } }
@-webkit-keyframes pulse {
0% {
background: rgba(15, 38, 61, 0.5);
border-color: rgba(222, 230, 237, 0.9); }
100% {
background: rgba(38, 77, 115, 0.5);
border-color: rgba(122, 153, 184, 0.9); } }
@-moz-keyframes pulse {
0% {
background: rgba(15, 38, 61, 0.5);
border-color: rgba(222, 230, 237, 0.9); }
100% {
background: rgba(38, 77, 115, 0.5);
border-color: rgba(122, 153, 184, 0.9); } }
@keyframes pulse {
0% {
background: rgba(15, 38, 61, 0.5);
border-color: rgba(222, 230, 237, 0.9); }
100% {
background: rgba(38, 77, 115, 0.5);
border-color: rgba(122, 153, 184, 0.9); } }
.master {
max-width: 768px;
margin: 80px 50px 20px 50px;
padding: 50px;
background-color: rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
-moz-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
-ms-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
-o-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px; }
.comments {
background: #121212;
border-radius: 30px;
max-width: 768px;
margin: 0 auto 50px auto;
padding: 0 50px 0 50px;
-webkit-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
-moz-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
-ms-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
-o-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3); }
@media screen and (max-width: 641px) {
body:before {
content: "";
content: none;
z-index: -1;
position: fixed;
background: none; }
body {
background: url("bg.png");
width: 100%; }
h1 {
margin-top: 0.5em;
font-size: 1.8em;
text-align: center; }
h2 {
font-size: 1.2em; }
h3 {
font-size: 1.3em; }
img,
blockquote {
display: block;
margin: 0 auto;
float: none; }
img {
max-width: 320px;
max-height: 240px;
width: 95%;
height: auto; }
.master {
padding: 4%;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
margin: 100px 0 0 0;
width: 100%; }
.topbar {
height: 100px; }
.topbar button {
margin-top: 35px; }
.links {
width: 100%; }
.comments {
padding: 4%;
border-radius: 0px; } }
@media screen and (min-width: 868px) {
.glowjump {
-webkit-animation: glow_jump 0.4s ease 3s 2 alternate;
-moz-animation: glow_jump 0.4s ease 3s 2 alternate;
-ms-animation: glow_jump 0.4s ease 3s 2 alternate;
-o-animation: glow_jump 0.4s ease 3s 2 alternate;
animation: glow_jump 0.4s ease 3s 2 alternate; }
.topbar button {
transition: transform 0.1s, color 0.2s, border-color 0.2s, box-shadow 0.5s; }
.topbar button:hover {
transform: scale(1.2);
color: white;
border-color: #ccc;
-webkit-animation: pulse 0.3s linear 0s infinite alternate;
-moz-animation: pulse 0.3s linear 0s infinite alternate;
-ms-animation: pulse 0.3s linear 0s infinite alternate;
-o-animation: pulse 0.3s linear 0s infinite alternate;
animation: pulse 0.3s linear 0s infinite alternate;
-webkit-box-shadow: 0px 0px 55px 5px white;
-moz-box-shadow: 0px 0px 55px 5px white;
-ms-box-shadow: 0px 0px 55px 5px white;
-o-box-shadow: 0px 0px 55px 5px white;
box-shadow: 0px 0px 55px 5px white; }
.topbar button:active {
transition: transform 0s, border-color 0s, background 0s, box-shadow 0.5s;
-webkit-animation: 0;
-moz-animation: 0;
-ms-animation: 0;
-o-animation: 0;
animation: 0;
transform: scale(1.1); }
.master {
margin: 80px auto 20px auto; }
.comments {
margin: 0 auto 50px auto; } }
/*# sourceMappingURL=style.css.map */ | style.css | @import url(http://fonts.googleapis.com/css?family=Orbitron:700);
@import url(http://fonts.googleapis.com/css?family=Merriweather:300,300italic);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,700);
/* apply a natural box layout model to all elements */
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
html {
height: 100%; }
body {
margin: 0;
padding: 0;
height: 100%;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHklEQVQYV2NkYGA4A8QEASNUoTEhlaMK8YYQ0cEDAFEsCc57YFelAAAAAElFTkSuQmCC) repeat;
color: #b3b3b3;
font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
body:before {
content: " ";
width: 100%;
height: 100%;
position: fixed;
z-index: -1;
top: 0;
left: 0;
background: linear-gradient(rgba(140, 179, 217, 0.6) 0%, rgba(0, 0, 0, 0.5) 100%); }
.page-flash {
display: none;
position: absolute;
background: #000;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 30; }
h1 {
font: 34px "Orbitron", sans-serif;
color: white;
margin-bottom: 0.7em;
line-height: 130%; }
h2 {
font: 22px "Merriweather", serif;
font-style: italic;
color: #d9d9d9;
margin-bottom: 1.5em;
line-height: 150%; }
h3 {
font: 26px "Oswald", sans-serif;
color: white;
margin-bottom: 0.7em; }
p {
font: 20px "Open Sans", serif;
color: #b3b3b3;
line-height: 150%;
margin: 1em 0; }
em {
font-weight: bold; }
img {
height: 240px;
width: 320px;
float: right;
margin-left: 20px;
margin-bottom: 20px;
margin-top: 5px; }
blockquote {
padding: 0 20px 10px 0;
max-width: 250px;
display: block;
float: left;
font: 24px "Merriweather", serif;
font-style: italic;
text-align: center;
color: #e6e6e6; }
a {
text-decoration: none;
color: #7099c2; }
a:hover {
color: #b8cce0; }
.links {
position: absolute;
top: 15px;
text-align: center;
z-index: 50; }
.fb-share-button {
margin-left: 10px;
vertical-align: top; }
.twitter-share-button {
margin-left: 10px; }
.topbar {
z-index: 40;
position: absolute;
top: 0;
left: 0;
height: 65px;
width: 100%;
padding: 10px;
background: rgba(0, 0, 0, 0.3);
color: rgba(255, 255, 255, 0.4);
text-align: center; }
.topbar button {
height: 45px;
width: 200px;
outline: none;
border: 3px solid #476685;
background: #0d1a26;
color: #a3ccf5;
font: 16px "Oswald", sans-serif;
text-transform: uppercase;
border-radius: 10px;
-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5); }
.topbar button:active {
background: #264d73;
color: black;
border-color: black; }
@-webkit-keyframes glow_jump {
from {
transform: scale(1);
-webkit-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
-moz-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
-ms-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
-o-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9); }
to {
transform: scale(1.3);
-webkit-box-shadow: 0px 0px 55px 10px white;
-moz-box-shadow: 0px 0px 55px 10px white;
-ms-box-shadow: 0px 0px 55px 10px white;
-o-box-shadow: 0px 0px 55px 10px white;
box-shadow: 0px 0px 55px 10px white;
color: white;
border-color: #ccc; } }
@-moz-keyframes glow_jump {
from {
transform: scale(1);
-webkit-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
-moz-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
-ms-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
-o-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9); }
to {
transform: scale(1.3);
-webkit-box-shadow: 0px 0px 55px 10px white;
-moz-box-shadow: 0px 0px 55px 10px white;
-ms-box-shadow: 0px 0px 55px 10px white;
-o-box-shadow: 0px 0px 55px 10px white;
box-shadow: 0px 0px 55px 10px white;
color: white;
border-color: #ccc; } }
@keyframes glow_jump {
from {
transform: scale(1);
-webkit-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
-moz-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
-ms-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
-o-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9); }
to {
transform: scale(1.3);
-webkit-box-shadow: 0px 0px 55px 10px white;
-moz-box-shadow: 0px 0px 55px 10px white;
-ms-box-shadow: 0px 0px 55px 10px white;
-o-box-shadow: 0px 0px 55px 10px white;
box-shadow: 0px 0px 55px 10px white;
color: white;
border-color: #ccc; } }
@-webkit-keyframes pulse {
0% {
background: rgba(15, 38, 61, 0.5);
border-color: rgba(222, 230, 237, 0.9); }
100% {
background: rgba(38, 77, 115, 0.5);
border-color: rgba(122, 153, 184, 0.9); } }
@-moz-keyframes pulse {
0% {
background: rgba(15, 38, 61, 0.5);
border-color: rgba(222, 230, 237, 0.9); }
100% {
background: rgba(38, 77, 115, 0.5);
border-color: rgba(122, 153, 184, 0.9); } }
@keyframes pulse {
0% {
background: rgba(15, 38, 61, 0.5);
border-color: rgba(222, 230, 237, 0.9); }
100% {
background: rgba(38, 77, 115, 0.5);
border-color: rgba(122, 153, 184, 0.9); } }
.master {
max-width: 768px;
margin: 80px 50px 20px 50px;
padding: 50px;
background-color: rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
-moz-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
-ms-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
-o-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px; }
.comments {
background: #121212;
border-radius: 30px;
max-width: 768px;
margin: 0 auto 50px auto;
padding: 0 50px 0 50px;
-webkit-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
-moz-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
-ms-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
-o-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3); }
@media screen and (max-width: 641px) {
body:before {
content: "";
content: none;
z-index: -1;
position: fixed;
background: none; }
body {
background: url("bg.png");
width: 100%; }
h1 {
margin-top: 0.5em;
font-size: 1.8em;
text-align: center; }
h2 {
font-size: 1.2em; }
h3 {
font-size: 1.3em; }
img,
blockquote {
display: block;
margin: 0 auto;
float: none; }
img {
max-width: 320px;
max-height: 240px;
width: 95%;
height: auto; }
.master {
padding: 4%;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
margin: 100px 0 0 0;
width: 100%; }
.topbar {
height: 100px; }
.topbar button {
margin-top: 35px; }
.links {
width: 100%; }
.comments {
padding: 4%;
border-radius: 0px; } }
@media screen and (min-width: 868px) {
.glowjump {
-webkit-animation: glow_jump 0.4s ease 3s 2 alternate;
-moz-animation: glow_jump 0.4s ease 3s 2 alternate;
-ms-animation: glow_jump 0.4s ease 3s 2 alternate;
-o-animation: glow_jump 0.4s ease 3s 2 alternate;
animation: glow_jump 0.4s ease 3s 2 alternate; }
.topbar button {
transition: transform 0.1s, color 0.2s, border-color 0.2s, box-shadow 0.5s; }
.topbar button:hover {
transform: scale(1.2);
color: white;
border-color: #ccc;
-webkit-animation: pulse 0.3s linear 0s infinite alternate;
-moz-animation: pulse 0.3s linear 0s infinite alternate;
-ms-animation: pulse 0.3s linear 0s infinite alternate;
-o-animation: pulse 0.3s linear 0s infinite alternate;
animation: pulse 0.3s linear 0s infinite alternate;
-webkit-box-shadow: 0px 0px 55px 5px white;
-moz-box-shadow: 0px 0px 55px 5px white;
-ms-box-shadow: 0px 0px 55px 5px white;
-o-box-shadow: 0px 0px 55px 5px white;
box-shadow: 0px 0px 55px 5px white; }
.topbar button:active {
transition: transform 0s, border-color 0s, background 0s, box-shadow 0.5s;
-webkit-animation: 0;
-moz-animation: 0;
-ms-animation: 0;
-o-animation: 0;
animation: 0;
transform: scale(1.1); }
.master {
margin: 80px auto 20px auto; }
.comments {
margin: 0 auto 50px auto; } }
/*# sourceMappingURL=style.css.map */ | 0.330687 | 0.10393 |
html, body, #app {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
overflow: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.main-container {
height: calc(100% - 85px);
}
.fg-1 {
flex-grow: 1;
}
.game-lobby-list, .chat-history {
overflow-y: scroll;
flex-basis: 0;
}
.forfeit-button {
top: 0;
right: 0.5rem;
}
.create-game-popover {
position: absolute;
bottom: 0;
left: 0;
right: 0;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}
.create-game-popover.out {
opacity: 0;
z-index: 1;
transform: translateY(100%);
}
.lobby-waiting-paragraph {
position: relative;
top: 7px;
}
/* Marbles */
.marble-display-container { position: relative; }
.marble-display {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.marble-text-display { /* For text that may appear above marbles on small screens */
z-index: 1;
text-shadow: 0 0 3px #FFF, 0 0 5px #FFF, 0 0 9px #FFF;
}
.marble {
display: inline-block;
width: 32px;
height: 32px;
background-size: contain;
}
.marble.marble-blue { background-image: url(../img/marble-blue.png); }
.marble.marble-green { background-image: url(../img/marble-green.png); }
.marble.marble-multicolor { background-image: url(../img/marble-multi.png); }
.marble.marble-orange { background-image: url(../img/marble-orange.png); }
.marble.marble-red { background-image: url(../img/marble-red.png); }
.marble.marble-yellow { background-image: url(../img/marble-yellow.png); }
.marble-row:not(:first-child) {
margin-top: -10px;
}
.hide { opacity: 0; }
.fade-out { animation: fade-out 400ms ease-in-out 1; }
@keyframes fade-out {
0% { opacity: 1; }
100% { opacity: 0; }
}
/* Mobile optimisations */
@media (max-width: 575px) {
.w-sm-200 {
width: 200% !important;
}
.navbar {
padding: 4px 16px;
}
.main-container {
height: calc(100% - 45px);
}
.mobile-nav {
border: 8px solid #DEDEDE;
border-bottom: 0;
}
.mobile-switch-panel {
position: relative;
left: 15px;
transition: left 300ms ease-in-out;
}
.mobile-switch-panel.switch {
left: calc(-100% + 15px);
}
.btn-group-sm-mobile > .btn {
padding: 0.5rem 1rem;
font-size: 10px;
line-height: 1.5;
border-radius: 0;
}
.btn-mobile-nav {
position: relative;
background-color: #DEDEDE;
transition: background-color 0s;
}
.btn-mobile-nav::after {
content: " ";
display: block;
position: absolute;
bottom: 0; left: 50%;
width: 0%;
border-bottom: 4px solid #343A40;
transform: translate(-50%);
transition: width 0s;
}
.btn-mobile-nav.active {
background-color: #FFF;
transition: background-color 300ms ease-in-out;
}
.btn-mobile-nav.active::after {
width: 90%;
transition: width 300ms ease-in-out;
}
.btn-mobile-nav:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.marble-display { transform: translate(-50%, -50%) scale(0.7); }
}
/* Bitbucket header icon */
.bitbucket-icon {
display: inline-block;
position: relative;
background-image: url(../img/bitbucket.grey.png);
}
.bitbucket-icon::after {
display: block;
position: absolute;
top: 0; left: 0;
content: " ";
background-image: url(../img/bitbucket.png);
opacity: 0;
transition: opacity 200ms linear;
}
.bitbucket-icon, .bitbucket-icon::after {
width: 18px;
height: 18px;
}
.bitbucket-icon:hover { text-decoration: none; }
.bitbucket-icon:hover::after { opacity: 1; } | client/css/app.css | html, body, #app {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
overflow: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.main-container {
height: calc(100% - 85px);
}
.fg-1 {
flex-grow: 1;
}
.game-lobby-list, .chat-history {
overflow-y: scroll;
flex-basis: 0;
}
.forfeit-button {
top: 0;
right: 0.5rem;
}
.create-game-popover {
position: absolute;
bottom: 0;
left: 0;
right: 0;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}
.create-game-popover.out {
opacity: 0;
z-index: 1;
transform: translateY(100%);
}
.lobby-waiting-paragraph {
position: relative;
top: 7px;
}
/* Marbles */
.marble-display-container { position: relative; }
.marble-display {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.marble-text-display { /* For text that may appear above marbles on small screens */
z-index: 1;
text-shadow: 0 0 3px #FFF, 0 0 5px #FFF, 0 0 9px #FFF;
}
.marble {
display: inline-block;
width: 32px;
height: 32px;
background-size: contain;
}
.marble.marble-blue { background-image: url(../img/marble-blue.png); }
.marble.marble-green { background-image: url(../img/marble-green.png); }
.marble.marble-multicolor { background-image: url(../img/marble-multi.png); }
.marble.marble-orange { background-image: url(../img/marble-orange.png); }
.marble.marble-red { background-image: url(../img/marble-red.png); }
.marble.marble-yellow { background-image: url(../img/marble-yellow.png); }
.marble-row:not(:first-child) {
margin-top: -10px;
}
.hide { opacity: 0; }
.fade-out { animation: fade-out 400ms ease-in-out 1; }
@keyframes fade-out {
0% { opacity: 1; }
100% { opacity: 0; }
}
/* Mobile optimisations */
@media (max-width: 575px) {
.w-sm-200 {
width: 200% !important;
}
.navbar {
padding: 4px 16px;
}
.main-container {
height: calc(100% - 45px);
}
.mobile-nav {
border: 8px solid #DEDEDE;
border-bottom: 0;
}
.mobile-switch-panel {
position: relative;
left: 15px;
transition: left 300ms ease-in-out;
}
.mobile-switch-panel.switch {
left: calc(-100% + 15px);
}
.btn-group-sm-mobile > .btn {
padding: 0.5rem 1rem;
font-size: 10px;
line-height: 1.5;
border-radius: 0;
}
.btn-mobile-nav {
position: relative;
background-color: #DEDEDE;
transition: background-color 0s;
}
.btn-mobile-nav::after {
content: " ";
display: block;
position: absolute;
bottom: 0; left: 50%;
width: 0%;
border-bottom: 4px solid #343A40;
transform: translate(-50%);
transition: width 0s;
}
.btn-mobile-nav.active {
background-color: #FFF;
transition: background-color 300ms ease-in-out;
}
.btn-mobile-nav.active::after {
width: 90%;
transition: width 300ms ease-in-out;
}
.btn-mobile-nav:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.marble-display { transform: translate(-50%, -50%) scale(0.7); }
}
/* Bitbucket header icon */
.bitbucket-icon {
display: inline-block;
position: relative;
background-image: url(../img/bitbucket.grey.png);
}
.bitbucket-icon::after {
display: block;
position: absolute;
top: 0; left: 0;
content: " ";
background-image: url(../img/bitbucket.png);
opacity: 0;
transition: opacity 200ms linear;
}
.bitbucket-icon, .bitbucket-icon::after {
width: 18px;
height: 18px;
}
.bitbucket-icon:hover { text-decoration: none; }
.bitbucket-icon:hover::after { opacity: 1; } | 0.380529 | 0.053108 |
.outer_container {
left:50%;
margin: 0 auto;
width:20em;
height:14.45em;
background:#191919;
overflow:hidden;
}
.internal_container {
position:relative;
top:0px;
left:0px;
width:20em;
height:14.45em;
background:#191919;
overflow:hidden;
}
/*
inner elements
*/
.loading-screen {
position: absolute;
top: 0px;
left: 0px;
}
.loading-internal-1 {
filter: alpha(opacity=70);
opacity:0.7;
position: absolute;
display: block;
background-color: #000000;
top: 0px;
left: 0px;
width: 100%;
height:100%;
}
.loading-internal-2 {
position: absolute;
display: block;
background: url(../images/misc/loading.gif) no-repeat center center;
top: 0px;
left: 0px;
width: 100%;
height:100%;
}
/*
slides, arrows, and thumbnail containers
*/
.slide-container {
cursor: move;
position: absolute;
left: 0px;
top: 0px;
width: 20em;
height: 11.95em;
overflow: hidden;
}
/* jssor slider arrow navigator skin 05 css */
/*
.jssora05l (normal)
.jssora05r (normal)
.jssora05l:hover (normal mouseover)
.jssora05r:hover (normal mouseover)
.jssora05ldn (mousedown)
.jssora05rdn (mousedown)
*/
.jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn {
position: absolute;
cursor: pointer;
display: block;
background: url(../images/misc/movement-arrows.png) no-repeat;
overflow:hidden;
}
.jssora05l, .jssora05ldn {
background-position: -10px -40px;
width: 3em;
height: 3em;
top: 5.75em;
left: 0.4em;
}
.jssora05r, .jssora05rdn {
background-position: -70px -40px;
width: 3em;
height: 3em;
top: 5.75em;
right: 0.4em;
}
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05ldn { background-position: -250px -40px; }
.jssora05rdn { background-position: -310px -40px; }
/* jssor slider thumbnail navigator skin 01 css */
/*
.jssort01 (defaults)
.jssort01 .p (normal)
.jssort01 .p:hover (normal mouseover)
.jssort01 .pav (active)
.jssort01 .pav:hover (active mouseover)
.jssort01 .pdn (mousedown)
*/
.jssort01 {
position: absolute;
width: 20em;
height: 2.5em;
left:0px;
bottom: 0px;
}
.thumb-slides {
cursor: move;
}
.jssort01 .p {
position: absolute;
width: 1.6em;
height: 1.6em;
top: 0px;
left: 0px;
}
.jssort01 .w .template {
width: 100%;
height: 100%;
border: none;
position:absolute;
top: 0px;
left: 0px;
}
.jssort01 .w {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.jssort01 .c {
position: absolute;
top: 0px;
left: 0px;
width: 1.4em;
height: 1.4em;
border: #000 2px solid;
}
.jssort01 .p:hover .c, .jssort01 .pav:hover .c, .jssort01 .pav .c {
background: url(../images/misc/crosshairs.png) center center;
border-width: 0px;
top: 0.1em;
left: 0.1em;
width: 1.4em;
height: 1.4em;
}
.jssort01 .p:hover .c, .jssort01 .pav:hover .c {
top: 0px;
left: 0px;
width: 1.5em;
height: 1.5em;
border: #fff 1px solid;
} | css/gallery-style.css | .outer_container {
left:50%;
margin: 0 auto;
width:20em;
height:14.45em;
background:#191919;
overflow:hidden;
}
.internal_container {
position:relative;
top:0px;
left:0px;
width:20em;
height:14.45em;
background:#191919;
overflow:hidden;
}
/*
inner elements
*/
.loading-screen {
position: absolute;
top: 0px;
left: 0px;
}
.loading-internal-1 {
filter: alpha(opacity=70);
opacity:0.7;
position: absolute;
display: block;
background-color: #000000;
top: 0px;
left: 0px;
width: 100%;
height:100%;
}
.loading-internal-2 {
position: absolute;
display: block;
background: url(../images/misc/loading.gif) no-repeat center center;
top: 0px;
left: 0px;
width: 100%;
height:100%;
}
/*
slides, arrows, and thumbnail containers
*/
.slide-container {
cursor: move;
position: absolute;
left: 0px;
top: 0px;
width: 20em;
height: 11.95em;
overflow: hidden;
}
/* jssor slider arrow navigator skin 05 css */
/*
.jssora05l (normal)
.jssora05r (normal)
.jssora05l:hover (normal mouseover)
.jssora05r:hover (normal mouseover)
.jssora05ldn (mousedown)
.jssora05rdn (mousedown)
*/
.jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn {
position: absolute;
cursor: pointer;
display: block;
background: url(../images/misc/movement-arrows.png) no-repeat;
overflow:hidden;
}
.jssora05l, .jssora05ldn {
background-position: -10px -40px;
width: 3em;
height: 3em;
top: 5.75em;
left: 0.4em;
}
.jssora05r, .jssora05rdn {
background-position: -70px -40px;
width: 3em;
height: 3em;
top: 5.75em;
right: 0.4em;
}
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05ldn { background-position: -250px -40px; }
.jssora05rdn { background-position: -310px -40px; }
/* jssor slider thumbnail navigator skin 01 css */
/*
.jssort01 (defaults)
.jssort01 .p (normal)
.jssort01 .p:hover (normal mouseover)
.jssort01 .pav (active)
.jssort01 .pav:hover (active mouseover)
.jssort01 .pdn (mousedown)
*/
.jssort01 {
position: absolute;
width: 20em;
height: 2.5em;
left:0px;
bottom: 0px;
}
.thumb-slides {
cursor: move;
}
.jssort01 .p {
position: absolute;
width: 1.6em;
height: 1.6em;
top: 0px;
left: 0px;
}
.jssort01 .w .template {
width: 100%;
height: 100%;
border: none;
position:absolute;
top: 0px;
left: 0px;
}
.jssort01 .w {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.jssort01 .c {
position: absolute;
top: 0px;
left: 0px;
width: 1.4em;
height: 1.4em;
border: #000 2px solid;
}
.jssort01 .p:hover .c, .jssort01 .pav:hover .c, .jssort01 .pav .c {
background: url(../images/misc/crosshairs.png) center center;
border-width: 0px;
top: 0.1em;
left: 0.1em;
width: 1.4em;
height: 1.4em;
}
.jssort01 .p:hover .c, .jssort01 .pav:hover .c {
top: 0px;
left: 0px;
width: 1.5em;
height: 1.5em;
border: #fff 1px solid;
} | 0.406155 | 0.09795 |
body {
background-color: #fafafa;
display: flex;
flex-direction: column;
}
title {
display: flex;
flex-direction: column;
align-items: center;
}
.content {
margin-top: 60px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
/* auth */
.auth {
background-color: white;
width: 310px;
height: 310px;
border: 1px solid #d2d2d2;
display: flex;
flex-direction: column;
padding: 20px;
}
.auth_make {
background-color: white;
width: 310px;
height: 370px;
border: 1px solid #d2d2d2;
display: flex;
flex-direction: column;
padding: 20px;
}
img {
display: flex;
align-self: center;
width: 200px;
height: 75px;
margin-bottom: 35px;
margin-top: 15px;
}
form {
display: flex;
flex-direction: column;
align-self: center;
}
.last{
margin-top: 15px;
border-radius: 5px;
height: 35px;
width: 255px;
background-color: cornflowerblue;
color: white;
font-weight: 700;
}
input {
margin-bottom: 10px;
border: solid 1px #d2d2d2;
text-align: center;
height: 30px;
width: 250px;
}
input[type="text"], textarea {
background-color: #fafafa;
}
/* Sign up, Log in Link */
.auth_link {
margin-top: 25px;
background-color: white;
width : 310px;
border: 1px solid #d2d2d2;
text-align: center;
padding: 20px;
}
.auth_link a {
font-family: 'Roboto', sans-serif;
text-decoration: none;
color: cornflowerblue;
font-weight: 700;
margin: auto;
}
/* footer */
footer {
width: 100%;
position: absolute;
bottom: 15px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
footer a {
margin-right: 13px;
color: #00376b;
text-decoration: none;
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-weight: 600;
}
footer .company {
margin: auto;
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-weight: 600;
color: #a3a3a3;
}
@media screen and (max-width:890px) {
footer .list {
flex-direction: column;
width: 100%;
text-align: center;
}
} | djangogram/static/css/users/base2.css | body {
background-color: #fafafa;
display: flex;
flex-direction: column;
}
title {
display: flex;
flex-direction: column;
align-items: center;
}
.content {
margin-top: 60px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
/* auth */
.auth {
background-color: white;
width: 310px;
height: 310px;
border: 1px solid #d2d2d2;
display: flex;
flex-direction: column;
padding: 20px;
}
.auth_make {
background-color: white;
width: 310px;
height: 370px;
border: 1px solid #d2d2d2;
display: flex;
flex-direction: column;
padding: 20px;
}
img {
display: flex;
align-self: center;
width: 200px;
height: 75px;
margin-bottom: 35px;
margin-top: 15px;
}
form {
display: flex;
flex-direction: column;
align-self: center;
}
.last{
margin-top: 15px;
border-radius: 5px;
height: 35px;
width: 255px;
background-color: cornflowerblue;
color: white;
font-weight: 700;
}
input {
margin-bottom: 10px;
border: solid 1px #d2d2d2;
text-align: center;
height: 30px;
width: 250px;
}
input[type="text"], textarea {
background-color: #fafafa;
}
/* Sign up, Log in Link */
.auth_link {
margin-top: 25px;
background-color: white;
width : 310px;
border: 1px solid #d2d2d2;
text-align: center;
padding: 20px;
}
.auth_link a {
font-family: 'Roboto', sans-serif;
text-decoration: none;
color: cornflowerblue;
font-weight: 700;
margin: auto;
}
/* footer */
footer {
width: 100%;
position: absolute;
bottom: 15px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
footer a {
margin-right: 13px;
color: #00376b;
text-decoration: none;
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-weight: 600;
}
footer .company {
margin: auto;
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-weight: 600;
color: #a3a3a3;
}
@media screen and (max-width:890px) {
footer .list {
flex-direction: column;
width: 100%;
text-align: center;
}
} | 0.516595 | 0.093844 |
body{
margin: 0;
padding: 0;
font-family: "Roboto", sans-serif;
}
.header{
position: fixed;
background: #22242A;
padding: 20;
width: 100%;
height: 30px;
}
.left-area h3{
color: #fff;
margin: 0;
text-transform: uppercase;
font-size: 22px;
font-weight: 900;
}
.sidebar{
background-color: #00235D;
position: fixed;
left: 0;
width: 250px;
height: 100%;
transition: 0.5s;
transition-property: left;
}
.sidebar .profile_form{
background-color: #fff;
padding-top: 20px;
padding-bottom: 20px;
transition: 0.5s;
transition-property: left;
}
#check:checked ~ .sidebar .profile_form{
background-color: #00235D;
display: none;
}
.sidebar .profile_form .profile_img{
width: 100px ;
height: 100px;
border-radius:100px;
margin-bottom: 10px;
border: 4px solid #00235D;
}
.sidebar h4{
color: #00235D;
margin-top: 0;
margin-bottom: 10px;
font-size: 20px;
}
.sidebar a{
color: #ffffff;
display: block;
width: 100%;
line-height: 55px;
text-decoration: none;
padding-left: 30px;
box-sizing: border-box;
}
.sidebar a:hover{
background-color: #003480;
}
.sidebar .btn_NavActive, .btn_Nav:hover{
border-left: 8px solid #E22785;
width: 100%;
border-radius: 1px;
background-color: #003480;
}
#check:checked ~.sidebar .btn_NavActive, .btn_Nav:hover{
border-left: none;
border-right: 6px solid #E22785;
border-radius: 1px;
background-color: #003480;
}
.sidebar i{
padding-right: 10px;
}
label #sidebar_toggle{
/* z-index: 1; */
color: #003480;
position: fixed;
cursor: pointer;
left: 200px;
font-size: 25px;
/* margin: 5px 0; */
transition: 0.5s;
transition-property:left;
}
label #sidebar_toggle:hover{
color: #E22785;
}
#check:checked ~ .sidebar{
left: -190px;
}
#check:checked ~ .sidebar .head-sidebar label #sidebar_toggle{
margin: center;
left: 20px;
}
.sidebar .head-sidebar{
padding-bottom: 30px;
background-color:#ffff ;
}
#check:checked ~ .sidebar a span {
display: none;
}
#check:checked ~ .sidebar a{
font-size: 20px;
margin-left: 170px;
width: 80px;
padding-left: 40px;
}
.content{
margin-left: 250px;
/* background: url(../img/backgrnd-swiapps.png) no-repeat; */
background-color: #C4C4C4;
background-position: center;
background-size: cover;
height: 100vh;
transition: 0.5s;
}
#check:checked ~ .content{
margin-left: 60px;
}
#check{
display: none;
}
.sidebar .head-sidebar .logo-btn{
/* position: relative;
cursor: pointer; */
/* top: 0px; */
color:#003480;
padding-left: 0px;
background-color: #fff;
font-size: 15px;
font-weight: bold;
}
#check:checked ~ .sidebar .head-sidebar .logo-btn span{
display: none;
}
.logo-btn .logo{
width: 80px ;
height: 80px;
/* position: fixed; */
/* cursor: pointer; */
/* top: 0px;
left: 50px; */
}
#check:checked ~ .logo-btn .logo{
width: 60px;
height: 60px;
left: 50px;
background-color: #22242A;
}
.content .content_Nav{
background-color: #fff;
height: 60px;
}
.bg-img {
/* The image used */
background-image: url("https://static.vecteezy.com/system/resources/previews/002/814/299/non_2x/geometric-shapes-of-dark-blue-colors-in-memphis-design-style-vector.jpg");
/* Control the height of the image */
min-height: 380px;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.fa-customize{
font-size: 150px;
} | public/css/style.css | body{
margin: 0;
padding: 0;
font-family: "Roboto", sans-serif;
}
.header{
position: fixed;
background: #22242A;
padding: 20;
width: 100%;
height: 30px;
}
.left-area h3{
color: #fff;
margin: 0;
text-transform: uppercase;
font-size: 22px;
font-weight: 900;
}
.sidebar{
background-color: #00235D;
position: fixed;
left: 0;
width: 250px;
height: 100%;
transition: 0.5s;
transition-property: left;
}
.sidebar .profile_form{
background-color: #fff;
padding-top: 20px;
padding-bottom: 20px;
transition: 0.5s;
transition-property: left;
}
#check:checked ~ .sidebar .profile_form{
background-color: #00235D;
display: none;
}
.sidebar .profile_form .profile_img{
width: 100px ;
height: 100px;
border-radius:100px;
margin-bottom: 10px;
border: 4px solid #00235D;
}
.sidebar h4{
color: #00235D;
margin-top: 0;
margin-bottom: 10px;
font-size: 20px;
}
.sidebar a{
color: #ffffff;
display: block;
width: 100%;
line-height: 55px;
text-decoration: none;
padding-left: 30px;
box-sizing: border-box;
}
.sidebar a:hover{
background-color: #003480;
}
.sidebar .btn_NavActive, .btn_Nav:hover{
border-left: 8px solid #E22785;
width: 100%;
border-radius: 1px;
background-color: #003480;
}
#check:checked ~.sidebar .btn_NavActive, .btn_Nav:hover{
border-left: none;
border-right: 6px solid #E22785;
border-radius: 1px;
background-color: #003480;
}
.sidebar i{
padding-right: 10px;
}
label #sidebar_toggle{
/* z-index: 1; */
color: #003480;
position: fixed;
cursor: pointer;
left: 200px;
font-size: 25px;
/* margin: 5px 0; */
transition: 0.5s;
transition-property:left;
}
label #sidebar_toggle:hover{
color: #E22785;
}
#check:checked ~ .sidebar{
left: -190px;
}
#check:checked ~ .sidebar .head-sidebar label #sidebar_toggle{
margin: center;
left: 20px;
}
.sidebar .head-sidebar{
padding-bottom: 30px;
background-color:#ffff ;
}
#check:checked ~ .sidebar a span {
display: none;
}
#check:checked ~ .sidebar a{
font-size: 20px;
margin-left: 170px;
width: 80px;
padding-left: 40px;
}
.content{
margin-left: 250px;
/* background: url(../img/backgrnd-swiapps.png) no-repeat; */
background-color: #C4C4C4;
background-position: center;
background-size: cover;
height: 100vh;
transition: 0.5s;
}
#check:checked ~ .content{
margin-left: 60px;
}
#check{
display: none;
}
.sidebar .head-sidebar .logo-btn{
/* position: relative;
cursor: pointer; */
/* top: 0px; */
color:#003480;
padding-left: 0px;
background-color: #fff;
font-size: 15px;
font-weight: bold;
}
#check:checked ~ .sidebar .head-sidebar .logo-btn span{
display: none;
}
.logo-btn .logo{
width: 80px ;
height: 80px;
/* position: fixed; */
/* cursor: pointer; */
/* top: 0px;
left: 50px; */
}
#check:checked ~ .logo-btn .logo{
width: 60px;
height: 60px;
left: 50px;
background-color: #22242A;
}
.content .content_Nav{
background-color: #fff;
height: 60px;
}
.bg-img {
/* The image used */
background-image: url("https://static.vecteezy.com/system/resources/previews/002/814/299/non_2x/geometric-shapes-of-dark-blue-colors-in-memphis-design-style-vector.jpg");
/* Control the height of the image */
min-height: 380px;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.fa-customize{
font-size: 150px;
} | 0.432423 | 0.077622 |
* {
box-sizing: border-box;
}
body {
font-family: 'Source Sans Pro';
line-height: 1.5;
-webkit-font-smoothing: antialiased;
margin: 0;
}
.overflow {
height: 100vh;
overflow: hidden;
}
.panels {
width: 200%;
}
.panels__side {
float: left;
width: 50%;
-webkit-perspective: 400px;
perspective: 400px;
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-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.panels__side--left,
.panels__side--right {
position: relative;
left: -25%;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.panels__side--left {
background: #ba9c94;
}
.panels__side--left:hover .arrow {
-webkit-transform: translate(-100%, -50%);
-ms-transform: translate(-100%, -50%);
transform: translate(-100%, -50%);
}
.panels__side--right {
background: #19b5fe;
}
.panels__side--right:hover .arrow {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.panels__side--left-active {
-webkit-transform: translate(50%, 0);
-ms-transform: translate(50%, 0);
transform: translate(50%, 0);
}
.panels__side--left-active .panels__side--inner-left {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.panels__side--left-active .arrow {
-webkit-transform: translate(-50%, -50%) rotate(180deg) !important;
-ms-transform: translate(-50%, -50%) rotate(180deg) !important;
transform: translate(-50%, -50%) rotate(180deg) !important;
}
.panels__side--right-active {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.panels__side--right-active .panels__side--inner-right {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.panels__side--right-active .arrow {
-webkit-transform: translate(-50%, -50%) rotate(180deg) !important;
-ms-transform: translate(-50%, -50%) rotate(180deg) !important;
transform: translate(-50%, -50%) rotate(180deg) !important;
}
.panels__side--left-hidden {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.panels__side--right-hidden {
-webkit-transform: translate(50%, 0);
-ms-transform: translate(50%, 0);
transform: translate(50%, 0);
}
.panels__side--inner {
cursor: pointer;
}
.panels__side--inner-left,
.panels__side--inner-right,
.panels__side--inner {
padding: 0 5vw;
height: 100vh;
}
.panels__side--inner-left {
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.panels__side--inner-left:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../images/img-love28.jpg) no-repeat center #ba9c94;
z-index: -1;
opacity: 0.85;
}
.panels__side--inner-right {
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.panels__side--inner-right:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #19b5fe;
z-index: -1;
opacity: 0.85;
}
.panels__headline {
margin: 0;
font-size: 40px;
text-align: center;
color: #fff;
}
.panels p {
font-size: 30px;
margin: 0;
color: #1a1a1a;
}
@media (max-width: 640px) {
.panels__side--inner-left:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../images/img-love28.jpg) no-repeat center #ba9c94;
z-index: -1;
opacity: 0.85;
}
.panels__side--left>.panels__side--inner{
background: url(../images/img-love29.jpg) no-repeat center #ba9c94;
color: #fff;
}
.panels__side--inner-right:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../images/img-love27.jpg) no-repeat center #ba9c94;
z-index: -2;
opacity: 0.85;
color: #fff;
}
.panels__side--right>.panels__side--inner{
background: url(../images/img-love25.jpg) no-repeat center ;
}
.panels {
width: 100%;
height: 200vh;
}
.panels__side {
float: none;
width: 100%;
height: 100vh;
display: block;
text-align: center;
}
.panels__side--left,
.panels__side--right {
top: -25%;
left: 0;
}
.panels__side--left:hover .arrow {
-webkit-transform: translate(-50%, -80%) rotate(90deg);
-ms-transform: translate(-50%, -80%) rotate(90deg);
transform: translate(-50%, -80%) rotate(90deg);
}
.panels__side--right:hover .arrow {
-webkit-transform: translate(-50%, -20%) rotate(90deg);
-ms-transform: translate(-50%, -20%) rotate(90deg);
transform: translate(-50%, -20%) rotate(90deg);
}
.panels__side--left-active {
-webkit-transform: translate(0, 50%);
-ms-transform: translate(0, 50%);
transform: translate(0, 50%);
}
.panels__side--left-active .panels__side--inner-left {
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.panels__side--left-active .arrow {
-webkit-transform: translate(-50%, -50%) rotate(-90deg) !important;
-ms-transform: translate(-50%, -50%) rotate(-90deg) !important;
transform: translate(-50%, -50%) rotate(-90deg) !important;
}
.panels__side--right-active {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.panels__side--right-active .panels__side--inner-right {
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.panels__side--right-active .arrow {
-webkit-transform: translate(-50%, -50%) rotate(-90deg) !important;
-ms-transform: translate(-50%, -50%) rotate(-90deg) !important;
transform: translate(-50%, -50%) rotate(-90deg) !important;
}
.panels__side--left-hidden {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.panels__side--right-hidden {
-webkit-transform: translate(0, 50%);
-ms-transform: translate(0, 50%);
transform: translate(0, 50%);
}
.panels__side--inner-left,
.panels__side--inner-right,
.panels__side--inner {
height: 50vh;
padding: 2vh 8vw;
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-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.panels__side--inner-left {
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
}
.panels__side--inner-right {
-webkit-transform-origin: center top;
-ms-transform-origin: center top;
transform-origin: center top;
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
.panels__headline {
font-size: 32px;
}
.panels p {
font-size: 20px;
}
}
.arrow {
position: absolute;
top: 75%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
fill: #fff;
border: 3px solid #fff;
border-radius: 50%;
-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 640px) {
.arrow {
-webkit-transform: translate(-50%, -50%) rotate(90deg);
-ms-transform: translate(-50%, -50%) rotate(90deg);
transform: translate(-50%, -50%) rotate(90deg);
}
.arrow--left {
top: 25%;
}
}
.header-spacer-demo {
display: none;
}
.back {
position: absolute;
z-index: 9999;
bottom: 15px;
left: 15px;
display: flex;
align-items: center;
color: #1a1a1a;
}
.back > svg {
margin-right: 15px;
fill: #1a1a1a;
} | css/you_and_me.css | * {
box-sizing: border-box;
}
body {
font-family: 'Source Sans Pro';
line-height: 1.5;
-webkit-font-smoothing: antialiased;
margin: 0;
}
.overflow {
height: 100vh;
overflow: hidden;
}
.panels {
width: 200%;
}
.panels__side {
float: left;
width: 50%;
-webkit-perspective: 400px;
perspective: 400px;
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-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.panels__side--left,
.panels__side--right {
position: relative;
left: -25%;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.panels__side--left {
background: #ba9c94;
}
.panels__side--left:hover .arrow {
-webkit-transform: translate(-100%, -50%);
-ms-transform: translate(-100%, -50%);
transform: translate(-100%, -50%);
}
.panels__side--right {
background: #19b5fe;
}
.panels__side--right:hover .arrow {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.panels__side--left-active {
-webkit-transform: translate(50%, 0);
-ms-transform: translate(50%, 0);
transform: translate(50%, 0);
}
.panels__side--left-active .panels__side--inner-left {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.panels__side--left-active .arrow {
-webkit-transform: translate(-50%, -50%) rotate(180deg) !important;
-ms-transform: translate(-50%, -50%) rotate(180deg) !important;
transform: translate(-50%, -50%) rotate(180deg) !important;
}
.panels__side--right-active {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.panels__side--right-active .panels__side--inner-right {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.panels__side--right-active .arrow {
-webkit-transform: translate(-50%, -50%) rotate(180deg) !important;
-ms-transform: translate(-50%, -50%) rotate(180deg) !important;
transform: translate(-50%, -50%) rotate(180deg) !important;
}
.panels__side--left-hidden {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.panels__side--right-hidden {
-webkit-transform: translate(50%, 0);
-ms-transform: translate(50%, 0);
transform: translate(50%, 0);
}
.panels__side--inner {
cursor: pointer;
}
.panels__side--inner-left,
.panels__side--inner-right,
.panels__side--inner {
padding: 0 5vw;
height: 100vh;
}
.panels__side--inner-left {
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.panels__side--inner-left:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../images/img-love28.jpg) no-repeat center #ba9c94;
z-index: -1;
opacity: 0.85;
}
.panels__side--inner-right {
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.panels__side--inner-right:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #19b5fe;
z-index: -1;
opacity: 0.85;
}
.panels__headline {
margin: 0;
font-size: 40px;
text-align: center;
color: #fff;
}
.panels p {
font-size: 30px;
margin: 0;
color: #1a1a1a;
}
@media (max-width: 640px) {
.panels__side--inner-left:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../images/img-love28.jpg) no-repeat center #ba9c94;
z-index: -1;
opacity: 0.85;
}
.panels__side--left>.panels__side--inner{
background: url(../images/img-love29.jpg) no-repeat center #ba9c94;
color: #fff;
}
.panels__side--inner-right:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../images/img-love27.jpg) no-repeat center #ba9c94;
z-index: -2;
opacity: 0.85;
color: #fff;
}
.panels__side--right>.panels__side--inner{
background: url(../images/img-love25.jpg) no-repeat center ;
}
.panels {
width: 100%;
height: 200vh;
}
.panels__side {
float: none;
width: 100%;
height: 100vh;
display: block;
text-align: center;
}
.panels__side--left,
.panels__side--right {
top: -25%;
left: 0;
}
.panels__side--left:hover .arrow {
-webkit-transform: translate(-50%, -80%) rotate(90deg);
-ms-transform: translate(-50%, -80%) rotate(90deg);
transform: translate(-50%, -80%) rotate(90deg);
}
.panels__side--right:hover .arrow {
-webkit-transform: translate(-50%, -20%) rotate(90deg);
-ms-transform: translate(-50%, -20%) rotate(90deg);
transform: translate(-50%, -20%) rotate(90deg);
}
.panels__side--left-active {
-webkit-transform: translate(0, 50%);
-ms-transform: translate(0, 50%);
transform: translate(0, 50%);
}
.panels__side--left-active .panels__side--inner-left {
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.panels__side--left-active .arrow {
-webkit-transform: translate(-50%, -50%) rotate(-90deg) !important;
-ms-transform: translate(-50%, -50%) rotate(-90deg) !important;
transform: translate(-50%, -50%) rotate(-90deg) !important;
}
.panels__side--right-active {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.panels__side--right-active .panels__side--inner-right {
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.panels__side--right-active .arrow {
-webkit-transform: translate(-50%, -50%) rotate(-90deg) !important;
-ms-transform: translate(-50%, -50%) rotate(-90deg) !important;
transform: translate(-50%, -50%) rotate(-90deg) !important;
}
.panels__side--left-hidden {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.panels__side--right-hidden {
-webkit-transform: translate(0, 50%);
-ms-transform: translate(0, 50%);
transform: translate(0, 50%);
}
.panels__side--inner-left,
.panels__side--inner-right,
.panels__side--inner {
height: 50vh;
padding: 2vh 8vw;
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-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.panels__side--inner-left {
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
}
.panels__side--inner-right {
-webkit-transform-origin: center top;
-ms-transform-origin: center top;
transform-origin: center top;
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
.panels__headline {
font-size: 32px;
}
.panels p {
font-size: 20px;
}
}
.arrow {
position: absolute;
top: 75%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
fill: #fff;
border: 3px solid #fff;
border-radius: 50%;
-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 640px) {
.arrow {
-webkit-transform: translate(-50%, -50%) rotate(90deg);
-ms-transform: translate(-50%, -50%) rotate(90deg);
transform: translate(-50%, -50%) rotate(90deg);
}
.arrow--left {
top: 25%;
}
}
.header-spacer-demo {
display: none;
}
.back {
position: absolute;
z-index: 9999;
bottom: 15px;
left: 15px;
display: flex;
align-items: center;
color: #1a1a1a;
}
.back > svg {
margin-right: 15px;
fill: #1a1a1a;
} | 0.469034 | 0.111992 |
html,
body {
font-family: "Roboto Condensed", sans-serif;
width: 100%;
height: 100%;
overflow: hidden;
}
#App {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
position: relative;
}
#App img.Background-dash {
position: absolute;
width: 100%;
}
.content {
width: 98%;
height: 95%;
padding-top: 20px;
}
.box {
border: 6px solid black;
background-color: #C4C4C4;
display: flex;
align-items: center;
padding: 10px;
margin: 5px;
position: relative;
z-index: 10;
}
.box p {
margin: 0;
}
.profile-box {
background-color: #C4C4C4;
display: flex;
align-items: center;
padding: 10px 20px;
position: relative;
z-index: 10;
width: 350px;
height: 120px;
}
.profile-box p {
margin: 0;
margin-left: 10px;
font-weight: 700;
font-size: 30px;
}
.profile-box img {
height: 80%;
}
.right {
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: space-between;
}
.right .first-right {
flex-direction: column;
align-items: flex-end;
margin-right: 1px;
}
.gold,
.ruby {
width: 240px;
height: 80px;
}
.gold p,
.ruby p {
font-size: 24px;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
margin-left: 20px;
}
.gold p {
color: #FFD700;
}
.ruby p {
color: #CB2D2D;
}
.calendar img,
.setting img,
.email img {
width: 40px;
height: 40px;
}
.armory,
.petshop {
flex-direction: column;
width: 280px;
height: 280px;
}
.armory img,
.petshop img {
width: 70%;
}
.armory p,
.petshop p {
text-transform: capitalize;
font-size: 40px;
font-weight: 700;
}
.profile,
.pet,
.inventory {
width: 120px;
height: 120px;
}
.profile img,
.pet img,
.inventory img {
width: 80%;
}
.profile p,
.pet p,
.inventory p {
text-transform: capitalize;
font-size: 40px;
font-weight: 700;
}
.calendar,
.setting,
.email,
.armory,
.petshop,
.profile,
.pet,
.inventory {
justify-content: center;
}
.bottom-bar {
width: 100%;
height: 100px;
background-color: #C4C4C4;
position: absolute;
bottom: 0;
right: 0;
left: 0;
border-top: 2px solid black;
}
/*# sourceMappingURL=bundle.css.map */ | vendor/assets/css/dashboard.css | html,
body {
font-family: "Roboto Condensed", sans-serif;
width: 100%;
height: 100%;
overflow: hidden;
}
#App {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
position: relative;
}
#App img.Background-dash {
position: absolute;
width: 100%;
}
.content {
width: 98%;
height: 95%;
padding-top: 20px;
}
.box {
border: 6px solid black;
background-color: #C4C4C4;
display: flex;
align-items: center;
padding: 10px;
margin: 5px;
position: relative;
z-index: 10;
}
.box p {
margin: 0;
}
.profile-box {
background-color: #C4C4C4;
display: flex;
align-items: center;
padding: 10px 20px;
position: relative;
z-index: 10;
width: 350px;
height: 120px;
}
.profile-box p {
margin: 0;
margin-left: 10px;
font-weight: 700;
font-size: 30px;
}
.profile-box img {
height: 80%;
}
.right {
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: space-between;
}
.right .first-right {
flex-direction: column;
align-items: flex-end;
margin-right: 1px;
}
.gold,
.ruby {
width: 240px;
height: 80px;
}
.gold p,
.ruby p {
font-size: 24px;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
margin-left: 20px;
}
.gold p {
color: #FFD700;
}
.ruby p {
color: #CB2D2D;
}
.calendar img,
.setting img,
.email img {
width: 40px;
height: 40px;
}
.armory,
.petshop {
flex-direction: column;
width: 280px;
height: 280px;
}
.armory img,
.petshop img {
width: 70%;
}
.armory p,
.petshop p {
text-transform: capitalize;
font-size: 40px;
font-weight: 700;
}
.profile,
.pet,
.inventory {
width: 120px;
height: 120px;
}
.profile img,
.pet img,
.inventory img {
width: 80%;
}
.profile p,
.pet p,
.inventory p {
text-transform: capitalize;
font-size: 40px;
font-weight: 700;
}
.calendar,
.setting,
.email,
.armory,
.petshop,
.profile,
.pet,
.inventory {
justify-content: center;
}
.bottom-bar {
width: 100%;
height: 100px;
background-color: #C4C4C4;
position: absolute;
bottom: 0;
right: 0;
left: 0;
border-top: 2px solid black;
}
/*# sourceMappingURL=bundle.css.map */ | 0.551091 | 0.064949 |
HTML {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
BODY {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
DIV {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
SPAN {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
OBJECT {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
IFRAME {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
H1 {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
H2 {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
H3 {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
H4 {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
H5 {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
H6 {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
P {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
BLOCKQUOTE {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
PRE {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
A {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
ABBR {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
ACRONYM {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
ADDRESS {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
CODE {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
DEL {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
DFN {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
EM {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
IMG {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
Q {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
DL {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
DT {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
DD {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
OL {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
UL {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
LI {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
FIELDSET {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
FORM {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
LABEL {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
LEGEND {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
TABLE {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
CAPTION {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
TBODY {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
TFOOT {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
THEAD {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
TR {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
TH {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
TD {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
BODY {
BACKGROUND: #fff; MARGIN: 1.5em 0px; LINE-HEIGHT: 1.5
}
TABLE {
BORDER-COLLAPSE: separate; border-spacing: 0
}
CAPTION {
FONT-WEIGHT: 400; TEXT-ALIGN: left
}
TH {
FONT-WEIGHT: 400; TEXT-ALIGN: left
}
TD {
FONT-WEIGHT: 400; TEXT-ALIGN: left
}
BLOCKQUOTE:unknown {
content: ""
}
BLOCKQUOTE:unknown {
content: ""
}
Q:unknown {
content: ""
}
Q:unknown {
content: ""
}
BLOCKQUOTE {
quotes: """"
}
Q {
quotes: """"
}
A IMG {
BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
.container {
MIN-WIDTH: 950px; MARGIN: 0px auto; OVERFLOW: hidden; WIDTH: 80%
}
.block {
OVERFLOW: hidden
}
.column {
FLOAT: left
}
.last {
MARGIN-RIGHT: 0px
}
.span-1 {
WIDTH: 4%
}
.span-2 {
WIDTH: 8%
}
.span-3 {
WIDTH: 12%
}
.span-4 {
WIDTH: 16%
}
.span-5 {
WIDTH: 20%
}
.span-6 {
WIDTH: 25%
}
.span-7 {
WIDTH: 29%
}
.span-8 {
WIDTH: 33%
}
.span-9 {
WIDTH: 37%
}
.span-10 {
WIDTH: 41%
}
.span-11 {
WIDTH: 45%
}
.span-12 {
WIDTH: 50%
}
.span-13 {
WIDTH: 54%
}
.span-14 {
WIDTH: 58%
}
.span-15 {
WIDTH: 62%
}
.span-16 {
WIDTH: 66%
}
.span-17 {
WIDTH: 70%
}
.span-18 {
WIDTH: 75%
}
.span-19 {
WIDTH: 79%
}
.span-20 {
WIDTH: 83%
}
.span-21 {
WIDTH: 87%
}
.span-22 {
WIDTH: 91%
}
.span-23 {
WIDTH: 95%
}
.span-24 {
WIDTH: 100%; MARGIN-RIGHT: 0px
}
.span-1 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-2 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-3 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-4 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-5 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-6 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-7 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-8 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-9 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-10 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-11 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-12 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-13 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-14 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-15 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-16 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-17 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-18 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-19 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-20 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-21 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-22 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-23 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-24 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.append-1 {
PADDING-RIGHT: 4%
}
.append-2 {
PADDING-RIGHT: 8%
}
.append-3 {
PADDING-RIGHT: 12%
}
.append-4 {
PADDING-RIGHT: 16%
}
.append-5 {
PADDING-RIGHT: 20%
}
.append-6 {
PADDING-RIGHT: 25%
}
.append-7 {
PADDING-RIGHT: 29%
}
.append-8 {
PADDING-RIGHT: 33%
}
.append-9 {
PADDING-RIGHT: 37%
}
.append-10 {
PADDING-RIGHT: 41%
}
.append-11 {
PADDING-RIGHT: 45%
}
.append-12 {
PADDING-RIGHT: 50%
}
.append-13 {
PADDING-RIGHT: 54%
}
.append-14 {
PADDING-RIGHT: 58%
}
.append-15 {
PADDING-RIGHT: 62%
}
.append-16 {
PADDING-RIGHT: 66%
}
.append-17 {
PADDING-RIGHT: 70%
}
.append-18 {
PADDING-RIGHT: 75%
}
.append-19 {
PADDING-RIGHT: 79%
}
.append-20 {
PADDING-RIGHT: 83%
}
.append-21 {
PADDING-RIGHT: 87%
}
.append-22 {
PADDING-RIGHT: 91%
}
.append-23 {
PADDING-RIGHT: 95%
}
.prepend-1 {
PADDING-LEFT: 4%
}
.prepend-2 {
PADDING-LEFT: 8%
}
.prepend-3 {
PADDING-LEFT: 12%
}
.prepend-4 {
PADDING-LEFT: 16%
}
.prepend-5 {
PADDING-LEFT: 20%
}
.prepend-6 {
PADDING-LEFT: 25%
}
.prepend-7 {
PADDING-LEFT: 29%
}
.prepend-8 {
PADDING-LEFT: 33%
}
.prepend-9 {
PADDING-LEFT: 37%
}
.prepend-10 {
PADDING-LEFT: 41%
}
.prepend-11 {
PADDING-LEFT: 45%
}
.prepend-12 {
PADDING-LEFT: 50%
}
.prepend-13 {
PADDING-LEFT: 54%
}
.prepend-14 {
PADDING-LEFT: 58%
}
.prepend-15 {
PADDING-LEFT: 62%
}
.prepend-16 {
PADDING-LEFT: 66%
}
.prepend-17 {
PADDING-LEFT: 70%
}
.prepend-18 {
PADDING-LEFT: 75%
}
.prepend-19 {
PADDING-LEFT: 79%
}
.prepend-20 {
PADDING-LEFT: 83%
}
.prepend-21 {
PADDING-LEFT: 87%
}
.prepend-22 {
PADDING-LEFT: 91%
}
.prepend-23 {
PADDING-LEFT: 95%
}
.border {
BORDER-RIGHT: #eee 1px solid
}
.colborder {
BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 2%; MARGIN-RIGHT: 2%
}
.colborder > DIV {
MARGIN: 0px
}
.pull-1 {
MARGIN-LEFT: -3.33em
}
.pull-2 {
MARGIN-LEFT: -6.66em
}
.pull-3 {
MARGIN-LEFT: -10em
}
.pull-4 {
MARGIN-LEFT: -13.33em
}
.push-0 {
MARGIN: 0px 0px 0px 1.5em
}
.push-1 {
MARGIN: 0px -3.33em 0px 1.5em
}
.push-2 {
MARGIN: 0px -6.66em 0px 1.5em
}
.push-3 {
MARGIN: 0px -10em 0px 1.5em
}
.push-4 {
MARGIN: 0px -13.33em 0px 1.5em
}
.push-0 {
FLOAT: right
}
.push-1 {
FLOAT: right
}
.push-2 {
FLOAT: right
}
.push-3 {
FLOAT: right
}
.push-4 {
FLOAT: right
}
.box {
PADDING-RIGHT: 1.5em; PADDING-LEFT: 1.5em; BACKGROUND: #eee; MARGIN-BOTTOM: 1.5em; PADDING-BOTTOM: 1.5em; PADDING-TOP: 1.5em
}
HR {
BACKGROUND: #ddd; MARGIN: 0px 0px 1.58em; WIDTH: 100%; COLOR: #ddd; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 0.08em; BORDER-BOTTOM-STYLE: none
}
HR.space {
BACKGROUND: #fff; COLOR: #fff
}
BODY {
FONT-SIZE: 75%
}
BODY {
COLOR: #222; FONT-FAMILY: "Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif
}
H1 {
COLOR: #111; FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif
}
H2 {
COLOR: #111; FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif
}
H3 {
COLOR: #111; FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif
}
H4 {
COLOR: #111; FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif
}
H5 {
COLOR: #111; FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif
}
H6 {
COLOR: #111; FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif
}
H1 {
FONT-WEIGHT: normal
}
H2 {
FONT-WEIGHT: normal
}
H3 {
FONT-WEIGHT: normal
}
H4 {
FONT-WEIGHT: normal
}
H5 {
FONT-WEIGHT: normal
}
H6 {
FONT-WEIGHT: normal
}
H1 {
FONT-SIZE: 3em; MARGIN-BOTTOM: 0.5em; LINE-HEIGHT: 1
}
H2 {
FONT-SIZE: 2em; MARGIN-BOTTOM: 0.75em
}
H3 {
FONT-SIZE: 1.5em; MARGIN-BOTTOM: 1em; LINE-HEIGHT: 1
}
H4 {
FONT-SIZE: 1.2em; MARGIN-BOTTOM: 1.25em; LINE-HEIGHT: 1.25
}
H5 {
MARGIN-TOP: 2em; FONT-WEIGHT: bold; FONT-SIZE: 1.1em; MARGIN-BOTTOM: 1.4em
}
H6 {
FONT-WEIGHT: bold; FONT-SIZE: 1em
}
P {
MARGIN: 0px 0px 1.5em
}
P.last {
MARGIN-BOTTOM: 0px
}
P IMG {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 1.5em 1.5em 1.5em 0px; PADDING-TOP: 0px
}
P IMG.top {
MARGIN-TOP: 0px
}
IMG {
MARGIN: 0px 0px 1.5em
}
UL {
LIST-STYLE-POSITION: inside; MARGIN-BOTTOM: 1.5em
}
OL {
LIST-STYLE-POSITION: inside; MARGIN-BOTTOM: 1.5em
}
UL {
LIST-STYLE-TYPE: circle
}
OL {
LIST-STYLE-TYPE: decimal
}
UL OL {
MARGIN-LEFT: 1.5em
}
OL UL {
MARGIN-LEFT: 1.5em
}
UL UL {
MARGIN-LEFT: 1.5em
}
OL OL {
MARGIN-LEFT: 1.5em
}
DL {
MARGIN: 1.5em 0px
}
DL DT {
FONT-WEIGHT: bold
}
DD {
MARGIN-LEFT: 1.5em
}
ABBR {
BORDER-BOTTOM: #666 1px dotted
}
ACRONYM {
BORDER-BOTTOM: #666 1px dotted
}
ADDRESS {
MARGIN-TOP: 1.5em; FONT-STYLE: italic
}
A:focus {
COLOR: #000
}
A:hover {
COLOR: #000
}
A {
COLOR: #009; TEXT-DECORATION: underline
}
BLOCKQUOTE {
MARGIN: 1.5em; COLOR: #666; FONT-STYLE: italic
}
STRONG {
FONT-WEIGHT: bold
}
EM {
FONT-STYLE: italic
}
DFN {
FONT-STYLE: italic
}
DFN {
FONT-WEIGHT: 700
}
PRE {
MARGIN: 1.5em 0px; WHITE-SPACE: pre
}
CODE {
MARGIN: 1.5em 0px; WHITE-SPACE: pre
}
PRE {
FONT: 1em/1.5 'andale mono','monotype.com','lucida console',monospace
}
CODE {
FONT: 1em/1.5 'andale mono','monotype.com','lucida console',monospace
}
TT {
FONT: 1em/1.5 'andale mono','monotype.com','lucida console',monospace
}
TT {
DISPLAY: block; MARGIN: 1.5em 0px; LINE-HEIGHT: 1.5
}
TABLE {
MARGIN-BOTTOM: 1.4em
}
TH {
FONT-WEIGHT: bold; BORDER-BOTTOM: #ccc 2px solid
}
TD {
BORDER-BOTTOM: #ddd 1px solid
}
TH {
PADDING-RIGHT: 10px; PADDING-LEFT: 0px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px
}
TD {
PADDING-RIGHT: 10px; PADDING-LEFT: 0px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px
}
TFOOT {
FONT-STYLE: italic
}
TABLE .last {
PADDING-RIGHT: 0px
}
.small {
FONT-SIZE: 0.8em; MARGIN-BOTTOM: 1.87em; LINE-HEIGHT: 1.87em
}
.large {
FONT-SIZE: 1.2em; MARGIN-BOTTOM: 1.25em; LINE-HEIGHT: 2.5em
}
.quiet {
COLOR: #666
}
.hide {
DISPLAY: none
}
.alt {
FONT-WEIGHT: normal; FONT-SIZE: 1.2em; COLOR: #666; LINE-HEIGHT: 80%; FONT-STYLE: italic; FONT-FAMILY: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif
}
.dquo {
MARGIN-LEFT: -0.5em
}
P.incr {
FONT-SIZE: 10px; MARGIN-BOTTOM: 1.5em; LINE-HEIGHT: 1.44em
}
.incr P {
FONT-SIZE: 10px; MARGIN-BOTTOM: 1.5em; LINE-HEIGHT: 1.44em
}
.caps {
FONT-WEIGHT: bold; FONT-SIZE: 1.2em; TEXT-TRANSFORM: lowercase; LINE-HEIGHT: 1%; LETTER-SPACING: 1px; FONT-VARIANT: small-caps
} | modules/mail_private/files/assets/compressed.css | HTML {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
BODY {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
DIV {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
SPAN {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
OBJECT {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
IFRAME {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
H1 {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
H2 {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
H3 {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
H4 {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
H5 {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
H6 {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
P {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
BLOCKQUOTE {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
PRE {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
A {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
ABBR {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
ACRONYM {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
ADDRESS {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
CODE {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
DEL {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
DFN {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
EM {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
IMG {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
Q {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
DL {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
DT {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
DD {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
OL {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
UL {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
LI {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
FIELDSET {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
FORM {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
LABEL {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
LEGEND {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
TABLE {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
CAPTION {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
TBODY {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
TFOOT {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
THEAD {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
TR {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
TH {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
TD {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
BODY {
BACKGROUND: #fff; MARGIN: 1.5em 0px; LINE-HEIGHT: 1.5
}
TABLE {
BORDER-COLLAPSE: separate; border-spacing: 0
}
CAPTION {
FONT-WEIGHT: 400; TEXT-ALIGN: left
}
TH {
FONT-WEIGHT: 400; TEXT-ALIGN: left
}
TD {
FONT-WEIGHT: 400; TEXT-ALIGN: left
}
BLOCKQUOTE:unknown {
content: ""
}
BLOCKQUOTE:unknown {
content: ""
}
Q:unknown {
content: ""
}
Q:unknown {
content: ""
}
BLOCKQUOTE {
quotes: """"
}
Q {
quotes: """"
}
A IMG {
BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
.container {
MIN-WIDTH: 950px; MARGIN: 0px auto; OVERFLOW: hidden; WIDTH: 80%
}
.block {
OVERFLOW: hidden
}
.column {
FLOAT: left
}
.last {
MARGIN-RIGHT: 0px
}
.span-1 {
WIDTH: 4%
}
.span-2 {
WIDTH: 8%
}
.span-3 {
WIDTH: 12%
}
.span-4 {
WIDTH: 16%
}
.span-5 {
WIDTH: 20%
}
.span-6 {
WIDTH: 25%
}
.span-7 {
WIDTH: 29%
}
.span-8 {
WIDTH: 33%
}
.span-9 {
WIDTH: 37%
}
.span-10 {
WIDTH: 41%
}
.span-11 {
WIDTH: 45%
}
.span-12 {
WIDTH: 50%
}
.span-13 {
WIDTH: 54%
}
.span-14 {
WIDTH: 58%
}
.span-15 {
WIDTH: 62%
}
.span-16 {
WIDTH: 66%
}
.span-17 {
WIDTH: 70%
}
.span-18 {
WIDTH: 75%
}
.span-19 {
WIDTH: 79%
}
.span-20 {
WIDTH: 83%
}
.span-21 {
WIDTH: 87%
}
.span-22 {
WIDTH: 91%
}
.span-23 {
WIDTH: 95%
}
.span-24 {
WIDTH: 100%; MARGIN-RIGHT: 0px
}
.span-1 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-2 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-3 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-4 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-5 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-6 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-7 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-8 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-9 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-10 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-11 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-12 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-13 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-14 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-15 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-16 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-17 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-18 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-19 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-20 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-21 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-22 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-23 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.span-24 > DIV {
MARGIN: 0px 0.83em 0px 0px; OVERFLOW: hidden
}
.append-1 {
PADDING-RIGHT: 4%
}
.append-2 {
PADDING-RIGHT: 8%
}
.append-3 {
PADDING-RIGHT: 12%
}
.append-4 {
PADDING-RIGHT: 16%
}
.append-5 {
PADDING-RIGHT: 20%
}
.append-6 {
PADDING-RIGHT: 25%
}
.append-7 {
PADDING-RIGHT: 29%
}
.append-8 {
PADDING-RIGHT: 33%
}
.append-9 {
PADDING-RIGHT: 37%
}
.append-10 {
PADDING-RIGHT: 41%
}
.append-11 {
PADDING-RIGHT: 45%
}
.append-12 {
PADDING-RIGHT: 50%
}
.append-13 {
PADDING-RIGHT: 54%
}
.append-14 {
PADDING-RIGHT: 58%
}
.append-15 {
PADDING-RIGHT: 62%
}
.append-16 {
PADDING-RIGHT: 66%
}
.append-17 {
PADDING-RIGHT: 70%
}
.append-18 {
PADDING-RIGHT: 75%
}
.append-19 {
PADDING-RIGHT: 79%
}
.append-20 {
PADDING-RIGHT: 83%
}
.append-21 {
PADDING-RIGHT: 87%
}
.append-22 {
PADDING-RIGHT: 91%
}
.append-23 {
PADDING-RIGHT: 95%
}
.prepend-1 {
PADDING-LEFT: 4%
}
.prepend-2 {
PADDING-LEFT: 8%
}
.prepend-3 {
PADDING-LEFT: 12%
}
.prepend-4 {
PADDING-LEFT: 16%
}
.prepend-5 {
PADDING-LEFT: 20%
}
.prepend-6 {
PADDING-LEFT: 25%
}
.prepend-7 {
PADDING-LEFT: 29%
}
.prepend-8 {
PADDING-LEFT: 33%
}
.prepend-9 {
PADDING-LEFT: 37%
}
.prepend-10 {
PADDING-LEFT: 41%
}
.prepend-11 {
PADDING-LEFT: 45%
}
.prepend-12 {
PADDING-LEFT: 50%
}
.prepend-13 {
PADDING-LEFT: 54%
}
.prepend-14 {
PADDING-LEFT: 58%
}
.prepend-15 {
PADDING-LEFT: 62%
}
.prepend-16 {
PADDING-LEFT: 66%
}
.prepend-17 {
PADDING-LEFT: 70%
}
.prepend-18 {
PADDING-LEFT: 75%
}
.prepend-19 {
PADDING-LEFT: 79%
}
.prepend-20 {
PADDING-LEFT: 83%
}
.prepend-21 {
PADDING-LEFT: 87%
}
.prepend-22 {
PADDING-LEFT: 91%
}
.prepend-23 {
PADDING-LEFT: 95%
}
.border {
BORDER-RIGHT: #eee 1px solid
}
.colborder {
BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 2%; MARGIN-RIGHT: 2%
}
.colborder > DIV {
MARGIN: 0px
}
.pull-1 {
MARGIN-LEFT: -3.33em
}
.pull-2 {
MARGIN-LEFT: -6.66em
}
.pull-3 {
MARGIN-LEFT: -10em
}
.pull-4 {
MARGIN-LEFT: -13.33em
}
.push-0 {
MARGIN: 0px 0px 0px 1.5em
}
.push-1 {
MARGIN: 0px -3.33em 0px 1.5em
}
.push-2 {
MARGIN: 0px -6.66em 0px 1.5em
}
.push-3 {
MARGIN: 0px -10em 0px 1.5em
}
.push-4 {
MARGIN: 0px -13.33em 0px 1.5em
}
.push-0 {
FLOAT: right
}
.push-1 {
FLOAT: right
}
.push-2 {
FLOAT: right
}
.push-3 {
FLOAT: right
}
.push-4 {
FLOAT: right
}
.box {
PADDING-RIGHT: 1.5em; PADDING-LEFT: 1.5em; BACKGROUND: #eee; MARGIN-BOTTOM: 1.5em; PADDING-BOTTOM: 1.5em; PADDING-TOP: 1.5em
}
HR {
BACKGROUND: #ddd; MARGIN: 0px 0px 1.58em; WIDTH: 100%; COLOR: #ddd; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 0.08em; BORDER-BOTTOM-STYLE: none
}
HR.space {
BACKGROUND: #fff; COLOR: #fff
}
BODY {
FONT-SIZE: 75%
}
BODY {
COLOR: #222; FONT-FAMILY: "Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif
}
H1 {
COLOR: #111; FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif
}
H2 {
COLOR: #111; FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif
}
H3 {
COLOR: #111; FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif
}
H4 {
COLOR: #111; FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif
}
H5 {
COLOR: #111; FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif
}
H6 {
COLOR: #111; FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif
}
H1 {
FONT-WEIGHT: normal
}
H2 {
FONT-WEIGHT: normal
}
H3 {
FONT-WEIGHT: normal
}
H4 {
FONT-WEIGHT: normal
}
H5 {
FONT-WEIGHT: normal
}
H6 {
FONT-WEIGHT: normal
}
H1 {
FONT-SIZE: 3em; MARGIN-BOTTOM: 0.5em; LINE-HEIGHT: 1
}
H2 {
FONT-SIZE: 2em; MARGIN-BOTTOM: 0.75em
}
H3 {
FONT-SIZE: 1.5em; MARGIN-BOTTOM: 1em; LINE-HEIGHT: 1
}
H4 {
FONT-SIZE: 1.2em; MARGIN-BOTTOM: 1.25em; LINE-HEIGHT: 1.25
}
H5 {
MARGIN-TOP: 2em; FONT-WEIGHT: bold; FONT-SIZE: 1.1em; MARGIN-BOTTOM: 1.4em
}
H6 {
FONT-WEIGHT: bold; FONT-SIZE: 1em
}
P {
MARGIN: 0px 0px 1.5em
}
P.last {
MARGIN-BOTTOM: 0px
}
P IMG {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 1.5em 1.5em 1.5em 0px; PADDING-TOP: 0px
}
P IMG.top {
MARGIN-TOP: 0px
}
IMG {
MARGIN: 0px 0px 1.5em
}
UL {
LIST-STYLE-POSITION: inside; MARGIN-BOTTOM: 1.5em
}
OL {
LIST-STYLE-POSITION: inside; MARGIN-BOTTOM: 1.5em
}
UL {
LIST-STYLE-TYPE: circle
}
OL {
LIST-STYLE-TYPE: decimal
}
UL OL {
MARGIN-LEFT: 1.5em
}
OL UL {
MARGIN-LEFT: 1.5em
}
UL UL {
MARGIN-LEFT: 1.5em
}
OL OL {
MARGIN-LEFT: 1.5em
}
DL {
MARGIN: 1.5em 0px
}
DL DT {
FONT-WEIGHT: bold
}
DD {
MARGIN-LEFT: 1.5em
}
ABBR {
BORDER-BOTTOM: #666 1px dotted
}
ACRONYM {
BORDER-BOTTOM: #666 1px dotted
}
ADDRESS {
MARGIN-TOP: 1.5em; FONT-STYLE: italic
}
A:focus {
COLOR: #000
}
A:hover {
COLOR: #000
}
A {
COLOR: #009; TEXT-DECORATION: underline
}
BLOCKQUOTE {
MARGIN: 1.5em; COLOR: #666; FONT-STYLE: italic
}
STRONG {
FONT-WEIGHT: bold
}
EM {
FONT-STYLE: italic
}
DFN {
FONT-STYLE: italic
}
DFN {
FONT-WEIGHT: 700
}
PRE {
MARGIN: 1.5em 0px; WHITE-SPACE: pre
}
CODE {
MARGIN: 1.5em 0px; WHITE-SPACE: pre
}
PRE {
FONT: 1em/1.5 'andale mono','monotype.com','lucida console',monospace
}
CODE {
FONT: 1em/1.5 'andale mono','monotype.com','lucida console',monospace
}
TT {
FONT: 1em/1.5 'andale mono','monotype.com','lucida console',monospace
}
TT {
DISPLAY: block; MARGIN: 1.5em 0px; LINE-HEIGHT: 1.5
}
TABLE {
MARGIN-BOTTOM: 1.4em
}
TH {
FONT-WEIGHT: bold; BORDER-BOTTOM: #ccc 2px solid
}
TD {
BORDER-BOTTOM: #ddd 1px solid
}
TH {
PADDING-RIGHT: 10px; PADDING-LEFT: 0px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px
}
TD {
PADDING-RIGHT: 10px; PADDING-LEFT: 0px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px
}
TFOOT {
FONT-STYLE: italic
}
TABLE .last {
PADDING-RIGHT: 0px
}
.small {
FONT-SIZE: 0.8em; MARGIN-BOTTOM: 1.87em; LINE-HEIGHT: 1.87em
}
.large {
FONT-SIZE: 1.2em; MARGIN-BOTTOM: 1.25em; LINE-HEIGHT: 2.5em
}
.quiet {
COLOR: #666
}
.hide {
DISPLAY: none
}
.alt {
FONT-WEIGHT: normal; FONT-SIZE: 1.2em; COLOR: #666; LINE-HEIGHT: 80%; FONT-STYLE: italic; FONT-FAMILY: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif
}
.dquo {
MARGIN-LEFT: -0.5em
}
P.incr {
FONT-SIZE: 10px; MARGIN-BOTTOM: 1.5em; LINE-HEIGHT: 1.44em
}
.incr P {
FONT-SIZE: 10px; MARGIN-BOTTOM: 1.5em; LINE-HEIGHT: 1.44em
}
.caps {
FONT-WEIGHT: bold; FONT-SIZE: 1.2em; TEXT-TRANSFORM: lowercase; LINE-HEIGHT: 1%; LETTER-SPACING: 1px; FONT-VARIANT: small-caps
} | 0.413951 | 0.106365 |
@font-face {
font-family: 'xqRegular';
src: url('xq-regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'xqItalic';
src: url('xq-italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'xqBold';
src: url('xq-bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'xqBoldItalic';
src: url('xq-bolditalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'xqExtraBold';
src: url('xq-extrabold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'xqExtraBoldItalic';
src: url('xq-extrabolditalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'xqLight';
src: url('xq-light.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'xqLightItalic';
src: url('xq-lightitalic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'xqSemiBold';
src: url('xq-semibold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'xqSemiBoldItalic';
src: url('xq-semibolditalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'xqCondensedBold';
src: url('xq-condensedBold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'xqCondensedLight';
src: url('xq-condensedLight.woff') format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'xqCondensed';
src: url('xq-condensed.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'xqSerif';
src: url('xq-serif.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'xqSerifLight';
src: url('xq-serifLight.woff') format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'xqSerifBold';
src: url('xq-serifBold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'xqSerifThin';
src: url('xq-serifThin.woff') format('woff');
font-weight: 100;
font-style: normal;
font-display: swap;
} | assets/xq/font/styles.css | @font-face {
font-family: 'xqRegular';
src: url('xq-regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'xqItalic';
src: url('xq-italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'xqBold';
src: url('xq-bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'xqBoldItalic';
src: url('xq-bolditalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'xqExtraBold';
src: url('xq-extrabold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'xqExtraBoldItalic';
src: url('xq-extrabolditalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'xqLight';
src: url('xq-light.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'xqLightItalic';
src: url('xq-lightitalic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'xqSemiBold';
src: url('xq-semibold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'xqSemiBoldItalic';
src: url('xq-semibolditalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'xqCondensedBold';
src: url('xq-condensedBold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'xqCondensedLight';
src: url('xq-condensedLight.woff') format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'xqCondensed';
src: url('xq-condensed.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'xqSerif';
src: url('xq-serif.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'xqSerifLight';
src: url('xq-serifLight.woff') format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'xqSerifBold';
src: url('xq-serifBold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'xqSerifThin';
src: url('xq-serifThin.woff') format('woff');
font-weight: 100;
font-style: normal;
font-display: swap;
} | 0.420719 | 0.107813 |
:root {
--backdrop: rgb(58, 56, 56);
--text-color: rgb(201, 201, 201);
--border-color: rgb(170, 170, 170);
}
body {
margin: 0px;
font-size: 10px;
color: var(--text-color);
background: var(--backdrop);
font-family: "Open Sans", Arial, sans-serif;
line-height: 1.5;
}
nav {
position: fixed;
top: 0;
left: 0;
width: 20vw;
height: 100vh;
max-width: 100%;
display: flex;
flex-direction: column;
font-size: 1rem;
border-style: solid;
border-color: var(--border-color);
}
footer {
text-align: center;
}
.nav-box {
text-align: center;
border-style: solid;
border-width: 1px;
border-color: var(--border-color);
}
.nav-link {
display: block;
text-decoration: none;
padding: 0.5em 1em;
color: var(--text-color);
}
.wrapper {
display: flex;
font-size: 1rem;
margin-left: 5em;
}
.spacer {
width: 75vw;
height: 100vh;
max-width: 100%;
}
.doc-box {
display: block;
}
.main-section {
font-size: 0.9rem;
font-weight: 400;
margin: 1em;
margin-bottom: 1.5em;
padding: 1.2em;
line-height: 1.6em;
}
.main-section > header {
font-size: 1.5rem;
font-weight: 525;
padding-bottom: .8em;
}
#title-box {
height: 50px;
font-size: 1.5rem;
font-weight: 525;
padding: 0.5em 1em;
}
#download-link {
text-decoration: none;
color: rgb(106, 106, 206);
}
#download-link:hover {
color: var(--text-color);
}
table, th, td {
border: 1px solid black;
background-color: gainsboro;
color: #000;
}
th {
background-color: rgb(22, 22, 124);
color: whitesmoke;
}
@media (max-width: 850px) {
nav {
position: absolute;
width: 100vw;
height: 325px;
background-color: var(--backdrop);
}
.spacer {
width: 100vw;
height: 325px;
}
.wrapper {
flex-direction: column;
margin: auto;
}
footer {
text-align: center;
}
} | styles.css | :root {
--backdrop: rgb(58, 56, 56);
--text-color: rgb(201, 201, 201);
--border-color: rgb(170, 170, 170);
}
body {
margin: 0px;
font-size: 10px;
color: var(--text-color);
background: var(--backdrop);
font-family: "Open Sans", Arial, sans-serif;
line-height: 1.5;
}
nav {
position: fixed;
top: 0;
left: 0;
width: 20vw;
height: 100vh;
max-width: 100%;
display: flex;
flex-direction: column;
font-size: 1rem;
border-style: solid;
border-color: var(--border-color);
}
footer {
text-align: center;
}
.nav-box {
text-align: center;
border-style: solid;
border-width: 1px;
border-color: var(--border-color);
}
.nav-link {
display: block;
text-decoration: none;
padding: 0.5em 1em;
color: var(--text-color);
}
.wrapper {
display: flex;
font-size: 1rem;
margin-left: 5em;
}
.spacer {
width: 75vw;
height: 100vh;
max-width: 100%;
}
.doc-box {
display: block;
}
.main-section {
font-size: 0.9rem;
font-weight: 400;
margin: 1em;
margin-bottom: 1.5em;
padding: 1.2em;
line-height: 1.6em;
}
.main-section > header {
font-size: 1.5rem;
font-weight: 525;
padding-bottom: .8em;
}
#title-box {
height: 50px;
font-size: 1.5rem;
font-weight: 525;
padding: 0.5em 1em;
}
#download-link {
text-decoration: none;
color: rgb(106, 106, 206);
}
#download-link:hover {
color: var(--text-color);
}
table, th, td {
border: 1px solid black;
background-color: gainsboro;
color: #000;
}
th {
background-color: rgb(22, 22, 124);
color: whitesmoke;
}
@media (max-width: 850px) {
nav {
position: absolute;
width: 100vw;
height: 325px;
background-color: var(--backdrop);
}
.spacer {
width: 100vw;
height: 325px;
}
.wrapper {
flex-direction: column;
margin: auto;
}
footer {
text-align: center;
}
} | 0.68342 | 0.160727 |
.fs-dropdown {
position: relative;
z-index: 1;
display: block;
margin: 10px 0;
max-width: 100%
}
.fs-dropdown:focus {
box-shadow: none;
outline: none
}
.fs-dropdown,
.fs-dropdown:after,
.fs-dropdown:before,
.fs-dropdown *,
.fs-dropdown *:after,
.fs-dropdown *:before {
box-sizing: border-box;
-webkit-transition: none;
transition: none;
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important
}
.fs-dropdown-element {
width: 100%;
height: 100%;
position: absolute;
left: 0;
opacity: 0;
z-index: -1
}
.fs-dropdown-element,
.fs-dropdown-element:focus {
outline: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-tap-highlight-color: transparent
}
.no-opacity .fs-dropdown-element {
left: -999999px
}
.fs-dropdown-selected {
width: 100%;
position: relative;
background: #ffffff;
border: 1px solid #cccccc;
border-radius: 3px;
color: #222222;
cursor: pointer;
display: block;
font-size: 14px;
height: 40px;
line-height: 40px;
margin: 0;
overflow: hidden;
padding: 0 40px 0 15px;
text-align: left;
text-overflow: clip;
z-index: 2
}
.fs-dropdown-selected:after {
height: 0;
width: 0;
position: absolute;
top: 0;
right: 15px;
bottom: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #973db8;
content: '';
display: block;
margin: auto 0
}
.no-touch .fs-dropdown-selected:hover {
color: #222222
}
.no-touch .fs-dropdown-disabled .fs-dropdown-selected:hover {
color: #ece0f1
}
.fs-dropdown-options {
width: 100%;
max-height: 260px;
position: absolute;
top: 100%;
left: 0;
border: 1px solid #cccccc;
border-width: 0 1px 1px;
border-radius: 0 0 3px 3px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
background-color: #ffffff;
display: none;
margin: 0;
overflow: auto;
overflow-x: hidden;
padding: 0;
z-index: 50
}
.fs-dropdown-options.fs-scrollbar {
position: absolute
}
.no-opacity .fs-dropdown-options {
width: auto
}
.fs-dropdown-group {
border-bottom: 1px solid #cccccc;
color: #999999;
display: block;
font-size: 11px;
padding: 10px 15px;
text-transform: uppercase
}
.fs-dropdown-item {
width: 100%;
background: #ffffff;
border-bottom: 1px solid #cccccc;
color: #222222;
cursor: pointer;
display: block;
font-size: 14px;
margin: 0;
height: 40px;
line-height: 40px;
overflow: hidden;
padding: 0 15px;
text-align: left;
text-decoration: none;
text-overflow: ellipsis
}
.fs-dropdown-item_placeholder {
display: none
}
.fs-dropdown-item_selected {
background: #eeeeee
}
.fs-dropdown-item_disabled {
color: #999999;
cursor: default
}
.fs-dropdown-item:first-child {
border-radius: 0
}
.fs-dropdown-item:last-child {
border-bottom: 0;
border-radius: 0 0 3px 3px
}
.no-touch .fs-dropdown-item:hover,
.no-touch .fs-dropdown-item_selected:hover {
color: #222222;
background-color: #dddddd;
border-color: #cccccc
}
.fs-dropdown-item_disabled,
.no-touch .fs-dropdown-item_disabled:hover {
color: #cccccc;
background-color: #ffffff;
border-color: #cccccc
}
.fs-dropdown-open {
z-index: 3
}
.fs-dropdown-open .fs-dropdown-options {
display: block;
border-radius: 0 0 3px 3px
}
.fs-dropdown-open .fs-dropdown-selected {
z-index: 51;
border-radius: 3px 3px 0 0
}
.fs-dropdown-open .fs-dropdown-selected,
.fs-dropdown-focus .fs-dropdown-selected {
background-color: #ffffff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}
.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
z-index: 49
}
.fs-dropdown-cover .fs-dropdown-options {
top: 0;
border-radius: 3px;
border-width: 1px
}
.fs-dropdown-cover .fs-dropdown-item:first-child {
border-radius: 3px 3px 0 0
}
.fs-dropdown-bottom .fs-dropdown-options {
top: auto;
bottom: 100%;
border-width: 1px 1px 0
}
.fs-dropdown-bottom .fs-dropdown-item:last-child {
border: none
}
.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-selected {
border-radius: 0 0 3px 3px
}
.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-options {
border-radius: 3px 3px 0 0
}
.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
top: auto;
bottom: 0
}
.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
border-radius: 3px
}
.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-options {
border-radius: 3px
}
.fs-dropdown-multiple .fs-dropdown-options {
width: 100%;
position: static;
border-radius: 3px;
border-width: 1px;
box-shadow: none;
display: block
}
.fs-dropdown-disabled .fs-dropdown-selected {
background: #ffffff;
border-color: #cccccc;
color: #cccccc;
cursor: default
}
.fs-dropdown-disabled .fs-dropdown-options {
background: #ffffff;
border-color: #cccccc
}
.fs-dropdown-disabled .fs-dropdown-group,
.fs-dropdown-disabled .fs-dropdown-item {
border-color: #cccccc;
color: #cccccc;
cursor: default
}
.fs-dropdown-disabled .fs-dropdown-item,
.no-touch .fs-dropdown-disabled .fs-dropdown-item:hover {
color: #cccccc;
background-color: #ffffff
}
.fs-dropdown-disabled .fs-dropdown-item_selected,
.no-touch .fs-dropdown-disabled .fs-dropdown-item_selected:hover {
background: #fafafa
}
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
}
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
}
html {
height: 100%;
box-sizing: border-box
}
*,
*::before,
*::after {
box-sizing: inherit
}
body {
height: 100%;
width: 100%;
background-color: #fff
}
body.is-navigation-open {
overflow: hidden
}
.container {
height: 100%;
width: 100%
}
.center {
position: relative;
max-width: 930px;
margin: 0 auto
}
.wrapper {
position: relative;
width: 100%;
z-index: 1;
overflow: hidden
}
*[data-href] {
cursor: pointer
}
@font-face {
font-family: "Icons";
font-style: normal;
font-weight: 400;
src: url("../assets/fonts/Icons/Icons.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Icons/Icons.woff") format("woff"), url("../assets/fonts/Icons/Icons.ttf") format("truetype"), url("../assets/fonts/Icons/Icons.svg#Icons") format("svg")
}
html {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: 87.5%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
font-family: Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1rem;
line-height: 2;
color: #a765c0
}
a {
cursor: pointer;
color: #9539B7;
text-decoration: none;
-webkit-transition: color 0.1s, background-color 0.1s;
transition: color 0.1s, background-color 0.1s
}
a:hover,
a:focus,
a:active {
text-decoration: underline
}
h1,
h2,
h3,
h4,
h5,
h6 {
color:#bd9aca
}
h1 {
font-family: Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 300;
letter-spacing: -.04em
}
h2,
h3,
h4,
h5,
h6 {
font-weight: 900;
letter-spacing: -.04em
}
h2::after,
h3::after,
h4::after,
h5::after,
h6::after {
clear: both;
content: '';
display: table
}
h2 .number,
h3 .number,
h4 .number,
h5 .number,
h6 .number {
float: left;
margin-top: -5px;
margin-right: 60px;
margin-bottom: 40px;
font-family: Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 7.85714rem;
line-height: 1;
color: #9539B7
}
.backgroundcliptext h2 .number,
.backgroundcliptext h3 .number,
.backgroundcliptext h4 .number,
.backgroundcliptext h5 .number,
.backgroundcliptext h6 .number {
background: -webkit-linear-gradient(270deg, #9539B7 0%, #5bd6dd 100%);
background: linear-gradient(-180deg, #9539B7 0%, #5bd6dd 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent
}
@media (max-width: 46.24em) {
h2 .number,
h3 .number,
h4 .number,
h5 .number,
h6 .number {
margin-top: 3px;
margin-right: 20px;
margin-bottom: 0;
font-size: 5.14286rem
}
}
sup {
vertical-align: super;
font-size: 0.05em
}
b,
strong {
font-weight: 700
}
em,
i {
font-style: italic
}
.typeset p {
font-size: 1rem;
line-height: 2rem;
margin-bottom: 0.22999rem;
padding-top: .34001rem;
color:white;
}
p.safe {
height: 100px;
width: 100px;
}
.typeset p:first-child {
padding-top: 0
}
.typeset p+h1,
.typeset p+h2,
.typeset p+h3 {
margin-top: 4rem
}
.typeset p+h4,
.typeset p+h5,
.typeset p+h6 {
margin-top: 3rem
}
.typeset h1 {
font-size: 3.15733rem;
line-height: 4.2rem;
margin-bottom: .7209rem;
padding-top: 1.2791rem
}
@media (max-width: 46.24em) {
.typeset h1 {
font-size: 2.14286rem;
line-height: 1.3
}
}
.typeset h2 {
font-size: 3.36859rem;
line-height: 3.5rem;
margin-bottom: 1.8582rem;
padding-top: .78418rem;
}
.typeset h2_s{
color:white;
}
@media (max-width: 46.24em) {
.typeset h2 {
font-size: 2.27143rem;
line-height: 1.5;
letter-spacing: 0.1rem;
}
.directional_nav{
height: 430px !important;
}
}
.typeset h3 {
font-size: 1.92857rem;
line-height: 2.1rem;
margin-bottom: 1.45142rem;
padding-top: .54858rem
}
.typeset h4 {
font-size: 1.78571rem;
line-height: 2rem;
margin-bottom: 1.46428rem;
padding-top: .53572rem
}
.typeset h5 {
font-size: 1.28571rem;
line-height: 2rem;
margin-bottom: .33428rem;
padding-top: .66572rem;
text-align: center;
font-size: 1.1rem;
}
.typeset h6 {
font-size: 1rem;
line-height: 2rem;
margin-bottom: .25999rem;
padding-top: .74001rem
}
.typeset b,
.typeset strong {
font-weight: 800
}
.typeset i,
.typeset em {
font-weight: 300
}
.typeset small,
.typeset .caption {
font-family: Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 500;
font-style: normal
}
.typeset small {
font-size: .75019rem;
line-height: 1rem
}
.typeset .caption {
font-size: 1.333rem;
line-height: 1.2rem;
margin-bottom: .74657rem;
padding-top: .25343rem;
color: #6f8595;
display: block
}
.typeset h1+.caption,
.typeset h2+.caption,
.typeset h3+.caption {
margin-top: -0.5rem
}
.typeset h4+.caption,
.typeset h5+.caption,
.typeset h6+.caption {
margin-top: 0
}
.typeset ul,
.typeset ol {
font-size: 1rem;
line-height: 1.6rem;
margin-bottom: 1.45999rem;
padding-top: .54001rem
}
.typeset ul li,
.typeset ol li {
margin-bottom: 1rem;
margin-left: 1.42857rem
}
.typeset ul li {
margin-left: 28px;
list-style: none
}
.typeset ul li::before {
display: inline-block;
float: left;
content: '•';
font-size: 1rem;
color: #9539B7;
margin-right: .85714rem;
margin-bottom: 1rem;
vertical-align: middle
}
@media (max-width: 46.24em) {
.typeset ul li {
margin-left: 0
}
}
.typeset ol {
counter-reset: ol
}
.typeset ol li {
margin-left: 28px;
list-style: none;
counter-increment: ol
}
.typeset ol li::before {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-style: normal;
display: inline-block;
float: left;
content: counter(ol);
font-size: 1rem;
color: #9539B7;
margin-right: .85714rem;
margin-bottom: 1rem;
vertical-align: middle
}
.typeset blockquote {
margin-top: 12rem;
margin-bottom: 4rem;
color: #9539B7
}
.typeset blockquote::after {
clear: both;
content: '';
display: table
}
.typeset blockquote p {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 300;
position: relative;
font-size: 2.85714rem;
line-height: 3.2rem;
margin-bottom: 1.2857rem;
padding-bottom: .85715rem;
text-align: center;
letter-spacing: -.04em
}
.typeset blockquote p::before,
.typeset blockquote p::after {
position: absolute;
left: 50%;
margin-left: -17px;
height: 26px;
width: 34px;
display: block;
content: '';
background-repeat: none
}
.typeset blockquote p::before {
top: -6rem;
background-image: url("../assets/images/quote-open.png")
}
.typeset blockquote p::after {
bottom: -5rem;
background-image: url("../assets/images/quote-close.png")
}
@media (max-width: 46.24em) {
.typeset blockquote p {
font-size: 2.28571rem;
line-height: 3rem;
margin-bottom: 1.18856rem;
padding-bottom: .90572rem
}
}
.typeset blockquote cite {
font-weight: 900;
font-size: .75019rem;
line-height: 3rem;
margin-bottom: 1.69504rem;
padding-top: 1.30496rem;
float: right;
color: #b7c2ca;
text-transform: uppercase;
letter-spacing: .3em
}
.typeset blockquote cite::before {
margin-right: 24px;
margin-bottom: 2px;
height: 1px;
width: 180px;
content: '';
display: inline-block;
background-color: #b7c2ca;
vertical-align: middle
}
@media (max-width: 46.24em) {
.typeset blockquote cite {
margin-top: 4rem
}
}
.typeset table {
margin-top: 6rem;
margin-bottom: 6rem;
width: 100%;
border-collapse: collapse;
background: #fff;
border: 0 none
}
.typeset tr td,
.typeset tr th {
padding: 16px 18px;
text-align: left;
background: #fff;
border-left: 1px solid #b7c2ca
}
.typeset tr td:first-child,
.typeset tr th:first-child {
border-left: 0 none
}
.typeset tr th {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-size: 1rem;
line-height: 2;
letter-spacing: -.04em;
color: #9539B7
}
.typeset thead tr td,
.typeset thead tr th {
padding: 20px 18px
}
hr {
background-image: -webkit-linear-gradient(top, transparent 50%, 50%);
background-image: linear-gradient(to bottom, transparent 50%, 50%);
background-position: 0 50%;
background-repeat: repeat-x;
background-size: 100% 0.15rem;
border: 0;
margin: 0;
padding-bottom: 2rem;
padding-top: 2rem
}
.mini-hr{
background-image: none
width: 50%;
background: #580d75;
margin: 75px auto;
height: 3px;
padding: 0;
width: 100%;
}
.u-pull-left {
float: left
}
.u-pull-right {
float: right
}
.u-text-left {
text-align: left
}
.u-text-right {
text-align: right
}
.u-text-center {
text-align: center
}
.u-text-justify {
text-align: justify
}
.u-uppercase {
text-transform: uppercase
}
.u-lowercase {
text-transform: lowercase
}
.u-clearfix::after {
clear: both;
content: '';
display: table
}
.u-inline {
display: inline
}
.u-inline-block {
display: inline-block
}
.u-block {
display: block
}
.u-table {
display: table
}
.u-cell {
display: table-cell
}
.u-va-top {
vertical-align: top
}
.u-va-middle {
vertical-align: middle
}
.u-va-bottom {
vertical-align: bottom
}
.u-hidden {
display: none
}
@media (max-width: 46.24em) {
.u-hidden-mobile {
display: none
}
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
.u-hidden-tablet {
display: none
}
}
@media (min-width: 61.25em) {
.u-hidden-desktop {
display: none
}
}
.u-invisible {
visibility: hidden
}
.u-hide-text {
overflow: hidden;
padding: 0;
text-indent: 101%;
white-space: nowrap
}
.u-visually-hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px
}
.u-visually-hidden--focusable:active,
.u-visually-hidden--focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto
}
.u-text-hyphenate {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto
}
.u-button-reset {
display: block;
margin: 0;
padding: 0;
border: 0;
width: 100%;
background: transparent
}
.u-button-reset:focus {
outline: 0
}
.u-nobr {
white-space: nowrap
}
.container {
margin-right: auto;
margin-left: auto;
width: 930px
}
@media (max-width: 61.24em) {
.container {
width: 85%
}
}
.container::after {
clear: both;
content: '';
display: table
}
.row {
display: block;
clear: both;
margin: 0 -15px
}
.row::after {
clear: both;
content: '';
display: table
}
.row--reverse .column {
float: right
}
@media (max-width: 61.24em) {
.row--reverse .column {
float: none;
padding: 0
}
}
.row--collapse {
margin: 0
}
.row--collapse .column {
padding-left: 0;
padding-right: 0
}
.small-1 {
width: 8.33333%
}
.small-2 {
width: 16.66667%
}
.small-3 {
width: 25%
}
.small-4 {
width: 33.33333%
}
.small-5 {
width: 41.66667%
}
.small-6 {
width: 50%
}
.small-7 {
width: 58.33333%
}
.small-8 {
width: 66.66667%
}
.small-9 {
width: 75%
}
.small-10 {
width: 83.33333%
}
.small-11 {
width: 91.66667%
}
.small-12 {
width: 100%
}
@media (min-width: 46.25em) {
.medium-1 {
width: 8.33333%
}
}
@media (min-width: 46.25em) {
.medium-2 {
width: 16.66667%
}
}
@media (min-width: 46.25em) {
.medium-3 {
width: 25%
}
}
@media (min-width: 46.25em) {
.medium-4 {
width: 33.33333%
}
}
@media (min-width: 46.25em) {
.medium-5 {
width: 41.66667%
}
}
@media (min-width: 46.25em) {
.medium-6 {
width: 50%
}
}
@media (min-width: 46.25em) {
.medium-7 {
width: 58.33333%
}
}
@media (min-width: 46.25em) {
.medium-8 {
width: 66.66667%
}
}
@media (min-width: 46.25em) {
.medium-9 {
width: 75%
}
}
@media (min-width: 46.25em) {
.medium-10 {
width: 83.33333%
}
}
@media (min-width: 46.25em) {
.medium-11 {
width: 91.66667%
}
}
@media (min-width: 46.25em) {
.medium-12 {
width: 100%
}
}
@media (min-width: 61.25em) {
.large-1 {
width: 8.33333%
}
}
@media (min-width: 61.25em) {
.large-2 {
width: 16.66667%
}
}
@media (min-width: 61.25em) {
.large-3 {
width: 25%
}
}
@media (min-width: 61.25em) {
.large-4 {
width: 33.33333%
}
}
@media (min-width: 61.25em) {
.large-5 {
width: 41.66667%
}
}
@media (min-width: 61.25em) {
.large-6 {
width: 50%
}
}
@media (min-width: 61.25em) {
.large-7 {
width: 58.33333%
}
}
@media (min-width: 61.25em) {
.large-8 {
width: 66.66667%
}
}
@media (min-width: 61.25em) {
.large-9 {
width: 75%
}
}
@media (min-width: 61.25em) {
.large-10 {
width: 83.33333%
}
}
@media (min-width: 61.25em) {
.large-11 {
width: 91.66667%
}
}
@media (min-width: 61.25em) {
.large-12 {
width: 100%
}
}
.column {
float: left;
padding: 0 15px;
min-height: 20px
}
.site-header {
position: absolute;
top: 20px;
width: 100%;
padding-left: 0;
padding-right:0;
/*bobby */
}
.site-header__wrapper {
width: 90%;
}
@media (max-width: 61.24em) {
.site-header__wrapper {
width: 85%
}
}
.site-header__wrapper::after {
clear: both;
content: '';
display: table
}
@media (max-width: 61.24em) {
.site-header {
top: 65px
}
}
@media (max-width: 46.24em) {
.site-header {
top: 25px
}
}
.site-title {
position: relative;
float: left;
z-index: 1001
}
.site-title__logo {
height: 80%;
width: 80%;
display: block;
overflow: hidden;
position: relative;
right: -206px;
}
.site-title__logo svg {
display: block;
fill: #fff
}
.no-svg .site-title__logo {
background: url("../assets/images/riiot-logo.png") no-repeat
}
.no-svg .site-title__logo svg {
display: none
}
.site-footer {
padding-top: 90px;
margin-top: -5px;
background: #9539B7
}
@media (max-width: 61.24em) {
.site-footer {
margin-top: 0
}
.site-footer .column {
margin-bottom: 24px;
text-align: center
}
.site-footer .column:first-child {
display: none
}
}
.site-footer__wrapper {
margin-right: auto;
margin-left: auto;
width: 1024px
}
@media (max-width: 61.24em) {
.site-footer__wrapper {
width: 85%
}
}
@media (max-width: 46.24em) {
.site-footer{
padding-top: 0;
}
}
.site-footer__wrapper::after {
clear: both;
content: '';
display: table
}
.site-footer__menu h3 {
margin-bottom: 20px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.28571rem;
line-height: 2;
letter-spacing: .05em;
color: #fff
}
.site-footer__menu a {
font-family: Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 0.78286rem;
line-height: 2;
letter-spacing: .022em;
text-decoration: none;
color: #fff;
-webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.site-footer__menu a:hover,
.site-footer__menu a:focus {
color: #F539B7
}
.site-footer__menu svg {
position: absolute;
left: 0;
top: 7px;
fill: #fff
}
@media (max-width: 61.24em) {
.site-footer__menu h3 {
margin-bottom: 0
}
.site-footer__menu svg {
position: static
}
}
.site-footer .follow-up li {
position: relative;
padding-left: 25px
}
@media (max-width: 61.24em) {
.site-footer .follow-up li {
margin-right: 4px;
margin-left: 4px;
padding-left: 0;
display: inline-block
}
.site-footer .follow-up li a {
vertical-align: middle
}
.site-footer .follow-up__label {
display: none
}
}
.site-footer .icon-riiot-lab-footer {
fill: #5a6e7f
}
.site-copyright {
padding-top: 30px;
margin-top: 70px;
margin-bottom: 70px;
border-top: 1px solid #F4BDEC
}
.site-copyright::after {
clear: both;
content: '';
display: table
}
.site-copyright ul {
float: left;
margin: 0 -20px
}
.site-copyright ul+a {
float: right
}
.site-copyright li {
display: inline-block;
margin: 0 20px;
font-family: Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 500;
font-style: normal;
font-size: .85714rem;
line-height: 1;
letter-spacing: .05em;
color: #fff
}
.site-copyright a {
text-decoration: none;
color: inherit
}
.site-copyright a:hover,
.site-copyright a:focus {
color: #F4BDEC
}
.site-copyright svg {
fill: #fff
}
@media (max-width: 61.24em) {
.site-copyright {
margin-top: 48px;
margin-bottom: 24px;
padding-top: 12px;
text-align: center
}
.site-copyright ul {
float: none
}
.site-copyright ul+a {
float: none
}
.site-copyright li {
margin-bottom: 16px;
display: block
}
}
.site-navigation {
padding-top: 6px;
float: right;
position: relative;
z-index: 1000
}
@media (max-width: 61.24em) {
.site-navigation {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100%;
background-color: #9539B7;
overflow: auto;
visibility: hidden;
opacity: 0;
-webkit-transition: visibility 0s linear 0.2s, opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: visibility 0s linear 0.2s, opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.is-navigation-open .site-navigation {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s
}
.site-navigation .site-navigation__list {
position: absolute;
top: 50%;
right: 0;
left: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%)
}
.site-navigation .site-navigation__item {
display: block
}
.site-navigation .site-navigation__item>a {
font-weight: 300;
font-size: 2.57143rem;
line-height: 1.6;
text-transform: none;
letter-spacing: -.04em;
text-align: center
}
.site-navigation .site-navigation__item>a::before {
content: none
}
.site-navigation .site-navigation__item.has-dropdown>a {
display: none
}
.site-navigation .site-navigation__item.has-dropdown .site-navigation__dropdown {
margin-top: 5px;
position: static;
visibility: visible;
opacity: 1
}
.site-navigation .site-navigation__item.has-dropdown .site-navigation__dropdown .site-navigation__item>a {
display: inline-block;
font-size: 1.28571rem
}
.site-navigation .site-navigation__item.has-dropdown .site-navigation__dropdown .site-navigation__item>a::before {
content: none
}
}
.site-navigation__list {
margin: 0;
padding: 0
}
.site-navigation__item {
padding: 0 10px;
display: inline-block;
vertical-align: middle
}
.site-navigation__item.has-dropdown {
position: relative;
margin-right:-2%;
}
.site-navigation__item a {
color: #fff;
text-decoration: none;
font-family: Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-size: .78571rem;
line-height: 2.2;
text-decoration: none;
text-transform: uppercase;
letter-spacing: .11em;
position: relative;
display: block;
color: #fff
}
.site-navigation__item a::before {
content: '';
display: block;
position: absolute;
bottom: -4px;
left: 0;
height: 3.2px;
width: 100%;
background-color: #fff;
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
transform-origin: right top;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}
.site-navigation__item a:hover::before,
.site-navigation__item a:focus::before,
.site-navigation__item a:active::before {
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1)
}
.site-navigation__item.is-current>a::before {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1)
}
.site-navigation__item--blue a i {
margin-right: 23%;
margin-bottom: 8px;
float:left;
font-weight: 800;
font-style: normal;
font-size: 2rem;
line-height: 1;
text-transform: none;
letter-spacing: -.06em;
display: inline-block;
vertical-align: middle;
/*bobby */
}
@media (max-width: 46.24em) {
.site-navigation__item--blue a i {
vertical-align: middle;
height: auto;
float: none;
margin-right: -10px;
}
}
}
.site-navigation__item--blue a::before {
content: none
}
.site-navigation__item--languages {
padding-right: 0
}
.site-navigation__item--languages a {
padding-right: 8px;
padding-left: 8px;
font-weight: 800;
font-size: .85714rem;
line-height: 2.6;
text-transform: none;
letter-spacing: 0;
border: 1px solid rgba(255, 255, 255, 0.8);
border-radius: 5px
}
.site-navigation__item--languages a svg {
margin-left: -6px;
fill: #fff;
vertical-align: middle;
}
.site-navigation__item--languages a::before {
content: none
}
.site-navigation__dropdown {
position: absolute;
top: 100%;
left: 10px;
padding-right: 27px;
width: 100%;
visibility: hidden;
opacity: 0;
-webkit-transition: visibility 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: visibility 0s linear 0.4s, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.site-navigation__dropdown .site-navigation__item {
padding-top: 4px;
padding-right: 0;
padding-left: 0;
width: 100%;
text-align: left;
}
.site-navigation__dropdown .site-navigation__item a {
position: relative;
display: block;
overflow: hidden
}
.site-navigation__dropdown .site-navigation__item a::before {
position: absolute;
top: 0;
left: -1%;
height: 100%;
width: 102%;
z-index: -1;
content: '';
background-image: -webkit-linear-gradient(160deg, #9539B7 33.4%, #b878d1 150.5%);
background-image: linear-gradient(162deg, #9539B7 21.4%, #b878d1 141.5%);
border-radius: 5px;
-webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
-webkit-transform: translate3d(0, 33px, 0);
transform: translate3d(0, 33px, 0);
opacity: 0.75;
}
.site-navigation__dropdown .site-navigation__item a:hover,
.site-navigation__dropdown .site-navigation__item a:focus {
color: #fff
}
.site-navigation__dropdown .site-navigation__item a:hover::before,
.site-navigation__dropdown .site-navigation__item a:focus::before {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.is-open .site-navigation__dropdown {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s
}
.site-navigation-trigger {
position: absolute;
top: 0;
right: 0;
display: block;
margin: 7px 32px;
padding: 0;
border: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
background: transparent;
z-index: 1001
}
@media (min-width: 61.25em) {
.site-navigation-trigger {
display: none
}
}
.site-navigation-trigger:focus {
outline: 0
}
.site-navigation-trigger__wrapper {
position: relative;
display: block;
height: 20px;
width: 30px
}
.site-navigation-trigger__line {
position: absolute;
top: 0;
left: 0;
height: 3px;
width: 100%;
background: #fff;
-webkit-transition: background-color 0.2s, -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: background-color 0.2s, transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transform: translateY(0) translateZ(0);
transform: translateY(0) translateZ(0)
}
.site-navigation-trigger__line--1 {
top: 0
}
.is-navigation-open .site-navigation-trigger__line--1 {
-webkit-transform: translateY(8px) rotate(45deg);
-ms-transform: translateY(8px) rotate(45deg);
transform: translateY(8px) rotate(45deg)
}
.site-navigation-trigger__line--2 {
top: 8px
}
.is-navigation-open .site-navigation-trigger__line--2 {
opacity: 0
}
.site-navigation-trigger__line--3 {
top: 16px
}
.is-navigation-open .site-navigation-trigger__line--3 {
-webkit-transform: translateY(-8px) rotate(-45deg);
-ms-transform: translateY(-8px) rotate(-45deg);
transform: translateY(-8px) rotate(-45deg)
}
.site-newsletter {
position: relative;
margin-bottom: 90px
}
.site-newsletter label {
display: block;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800;
font-style: normal;
font-size: 1.57143rem;
line-height: 2;
letter-spacing: 0;
text-transform: none;
border-bottom: #F4BDEC 1px solid;
border-bottom-width: 2px;
width: 15%;
color: #fff
}
.site-newsletter input {
border: 0 none;
outline: none;
display: block;
width: 100%;
padding-top: 1.78571rem;
padding-bottom: 1.78571rem;
padding-right: 200px;
border-bottom: 2px solid #F4BDEC;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 0.8943rem;
line-height: 1.5;
background: none;
color: #F4BDEC
}
.site-newsletter input::-webkit-input-placeholder {
color: #F4BCEB;
opacity: 1
}
.site-newsletter input::-moz-placeholder {
color: #F4BCEB;
opacity: 1
}
.site-newsletter input:-ms-input-placeholder {
color: #F4BCEB;
opacity: 1
}
.site-newsletter input::placeholder {
color: #F4BCEB;
opacity: 1
}
.site-newsletter input.has-error {
border-color: #F4BDEC
}
.site-newsletter button {
position: absolute;
right: 0;
bottom: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%)
}
.site-newsletter .success,
.site-newsletter .error {
position: absolute;
bottom: -24px
}
.site-newsletter__loading {
position: absolute;
right: 0;
bottom: 0;
height: 46px;
width: 46px;
display: block;
fill: transparent;
stroke: #9539B7;
stroke-width: 2px;
stroke-dasharray: 140px;
stroke-dashoffset: 140px;
display: none;
-webkit-transform: translate(0, -50%) rotate(-90deg);
-ms-transform: translate(0, -50%) rotate(-90deg);
transform: translate(0, -50%) rotate(-90deg);
-webkit-animation: load 2s cubic-bezier(0.77, 0, 0.175, 1) both infinite;
animation: load 2s cubic-bezier(0.77, 0, 0.175, 1) both infinite
}
@-webkit-keyframes load {
0% {
stroke-dashoffset: 140px
}
49% {
stroke-dashoffset: 0
}
50% {
stroke-dashoffset: 0
}
100% {
stroke-dashoffset: -140px
}
}
@keyframes load {
0% {
stroke-dashoffset: 140px
}
49% {
stroke-dashoffset: 0
}
50% {
stroke-dashoffset: 0
}
100% {
stroke-dashoffset: -140px
}
}
.site-newsletter__loading circle {
cx: 23px;
cy: 23px;
r: 22px
}
.site-newsletter.is-loading button {
display: none
}
.site-newsletter.is-loading .site-newsletter__loading {
display: block
}
@media (max-width: 61.24em) {
.site-newsletter {
margin-bottom: 48px
}
}
@media (max-width: 46.24em) {
.site-newsletter label {
margin-bottom: 0;
text-align: center;
width:100%
}
.site-newsletter input {
padding: 12px;
font-size: 0.99857rem;
text-align: center
}
.site-newsletter button {
position: relative;
right: auto;
bottom: auto;
margin-top: 24px;
width: 100%;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0)
}
}
.site-notification {
position: absolute;
top: 0;
left: 0;
height: 80px;
width: 100%;
background: #9539B7;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-size: 1.21429rem;
line-height: 1.2;
letter-spacing: 0;
text-transform: none;
text-decoration: none;
text-align: center;
color: #fff;
-webkit-transform-origin: center top;
-ms-transform-origin: center top;
transform-origin: center top;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
z-index: 0
}
.site-notification.is-hidden {
visibility: hidden
}
@media (max-width: 61.24em) {
.site-notification {
font-size: 1rem;
line-height: 1.3
}
}
.site-notification .close {
position: absolute;
top: 50%;
right: 0;
height: 20px;
width: 20px;
margin-top: -10px;
padding: 0;
background: transparent;
border: 0 none;
outline: none;
cursor: pointer;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}
@media (max-width: 61.24em) {
.site-notification .close {
right: 30px
}
}
@media (max-width: 46.24em) {
.site-notification .close {
display: none
}
}
.site-notification .close::before,
.site-notification .close::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
height: 20px;
width: 1px;
background: #fff;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center
}
.site-notification .close::before {
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-ms-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg)
}
.site-notification .close::after {
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
-ms-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg)
}
.site-notification .close:hover,
.site-notification .close:focus,
.site-notification .close:active {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg)
}
.site-notification p {
padding: 30px
}
@media (max-width: 46.24em) {
.site-notification p {
padding: 12px 15px
}
}
.site-notification a {
display: inline-block;
color: inherit;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
-webkit-transition: border 0.2s cubic-bezier(0.77, 0, 0.175, 1);
transition: border 0.2s cubic-bezier(0.77, 0, 0.175, 1)
}
.site-notification a:hover,
.site-notification a:focus,
.site-notification a:active {
text-decoration: none;
border-color: #fff
}
.site-notification+.wrapper {
-webkit-transform: translate(0, 80px);
-ms-transform: translate(0, 80px);
transform: translate(0, 80px)
}
.is-notification-hidden .site-notification {
opacity: 0;
-webkit-transition: opacity 0s 0.3s linear;
transition: opacity 0s 0.3s linear
}
.is-notification-hidden .site-notification+.wrapper {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.content-header {
padding-top: 272px;
min-height: 592px;
background: -webkit-linear-gradient(180deg, #9532B7 55%, #9539B7 89%);
background: linear-gradient(360deg, #9532B7 55%, #9539B7 90%);
background-position: center bottom;
}
.content-header::after {
clear: both;
content: '';
display: table
}
@media (max-width: 46.24em) {
.content-header {
padding-top: 100px !important;
}
}
.content-header__wrapper {
margin-right: auto;
margin-left: auto;
width: 930px;
margin-bottom: -60px
}
@media (max-width: 61.24em) {
.content-header__wrapper {
width: 85%
}
}
.content-header h1 {
font-size: 4.20873rem;
line-height: 4.8rem;
margin-bottom: -.30574rem;
padding-top: 1.30574rem;
color: transparent;
text-align: center;
width: 66.66667%;
margin-left: 16.66667%
}
.content-header h3 {
font-size: 2.20873rem;
line-height: 2.8rem;
margin-bottom: -.30574rem;
padding-top: 1.30574rem;
color: transparent;
text-align: center;
width: 66.66667%;
margin-left: 16.66667%
}
.content-header h1 strong {
font-weight: 800
}
.content-header h1 .splited-line {
color: #ffebf8;
margin-top: -6%;
}
@media (max-width: 61.24em) {
.content-header h1 {
width: 100%;
margin-left: 0
}
}
@media (max-width: 46.24em) {
.content-header h1 {
font-size: 2.36859rem;
line-height: 2.8rem;
margin-bottom: .21582rem;
padding-top: .78418rem
}
}
.content--jobs .content-header {
min-height: 500px
}
.content--jobs .content-header h1 {
color: #fff
}
@media (max-width: 46.24em) {
.content--jobs .content-header {
height: auto
}
}
.content--about .content-header h1 {
font-size: 3.15733rem;
line-height: 4.2rem;
margin-bottom: -.2791rem;
padding-top: 1.2791rem
}
.content--about .content-header h1::before {
margin: -32px auto 32px;
height: 26px;
width: 34px;
display: block;
content: '';
background: url("../assets/images/about-quote.png") no-repeat
}
@media (max-width: 46.24em) {
.content--about .content-header h1 {
font-size: 1.77689rem;
line-height: 2.6rem;
margin-bottom: .16198rem;
padding-top: .83802rem
}
}
.content--contact .content-header {
margin-bottom: -100px;
background-color: #9539B7;
background-image: -webkit-linear-gradient(102deg, transparent 40.5%, #9539B7 61%), url("../assets/images/contact-bg.jpg");
background-image: linear-gradient(-35deg, transparent 2%, #9539B7 76%), url("../assets/images/contact-bg.jpg");
background-repeat: repeat, no-repeat;
background-size: 100% 1400px, auto;
min-height: 950px;
background-position: center bottom
}
@media (max-width: 61.24em) {
.content--contact .content-header {
background-position: center bottom, 40% bottom
}
}
@media (max-width: 46.24em) {
.content--contact .content-header {
margin-bottom: 0;
background-position: center bottom, 25% bottom;
/*min-height: 1024px !important;*/
min-height: 1155px !important;
}
}
.content--news .content-header {
margin-bottom: 65px;
/*background-color: #9539B7;*/
background-image: -webkit-linear-gradient(502deg, transparent 2.5%, #9539B7 51%), url("../assets/images/contact-promos.jpg");
background-image: linear-gradient(-35deg, transparent 2%, #9539B7 76%), url("../assets/images/contact-promos.jpg");
background-repeat: repeat, no-repeat;
background-size: 100% 1400px, auto;
background-position: center bottom
}
@media (max-width: 61.24em) {
.content--news .content-header {
background-position: center bottom, 40% bottom
}
}
@media (max-width: 46.24em) {
.content--news .content-header {
margin-bottom: 0;
background-position: center bottom, 25% bottom
}
}
.content--news-detail .content-header {
min-height: 0
}
.content--news-detail .content-header img {
width: 100%;
display: block
}
@media (max-width: 46.24em) {
.content--news-detail .content-header {
height: auto
}
}
.content-body {
padding-top: 0px;
position: relative;
z-index: 1
}
.content-bodi {
padding-top: 0%;
position: relative;
border-top: 5px solid #973db8;
z-index: 1;
}
.content-body__wrapper {
margin-right: auto;
margin-left: auto;
width: 930px
}
.content-body__wrapper::after {
clear: both;
content: '';
display: table
}
@media (max-width: 61.24em) {
.content-body__wrapper {
width: 85%
}
.content-bodi {
padding-top: 0%;
border-top: 5px solid #973db8;
}
}
.content-body__wrapper--small {
width: 610px
}
.content-body__wrapper--small blockquote {
margin-left: -160px;
width: 930px
}
.content--preorder .content-body__wrapper .highlight {
margin-bottom: 80px;
font-size: 1.21429rem;
line-height: 2rem;
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
-webkit-transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
.content--preorder .content-body__wrapper .highlight.animate-scroll {
opacity: 0.8;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
@media (min-width: 61.25em) {
.content--preorder .content-body__wrapper .highlight,
.content--preorder .content-body__wrapper form {
margin-left: 25%;
width: 50%
}
}
@media (max-width: 61.24em) {
.content--preorder .content-body__wrapper {
width: 85%
}
.content--preorder .content-body__wrapper form {
margin-left: 8.33333%;
width: 83.33333%
}
}
@media (max-width: 46.24em) {
.content--preorder .content-body__wrapper form {
margin-left: 0;
width: 100%
}
}
.content--news-detail .content-body {
padding-top: 200px
}
.content--contact .content-body .triangle--top-right {
top: -320px
}
@media (max-width: 46.24em) {
.content--contact .content-body .triangle {
display: none
}
}
.buttons {
position: relative;
border: 0 none;
outline: none;
cursor: pointer;
overflow: hidden;
z-index: 1;
display: inline-block;
height: 50px;
padding: 20px 35px;
border-radius: 10px;
background-color: #fff;
background-image: none;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-style: normal;
font-size: .78571rem;
line-height: 1;
letter-spacing: .21em;
text-transform: uppercase;
color: #9539B7
}
.buttons::before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: -1;
content: '';
background-image: -webkit-linear-gradient(188deg, #F4BDEC 21.4%, #fff 121.5%);
background-image: linear-gradient(262deg, #F4BDEC 21.4%, #fff 121.5%);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.buttons:hover,
.buttons:focus {
text-decoration: none
}
.buttons:hover::before,
.buttons:focus::before {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.button {
position: relative;
border: 0 none;
outline: none;
cursor: pointer;
overflow: hidden;
z-index: 1;
display: inline-block;
height: 50px;
padding: 20px 35px;
border-radius: 10px;
background-color: #9539B7;
background-image: none;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-style: normal;
font-size: .78571rem;
line-height: 1;
letter-spacing: .21em;
text-transform: uppercase;
color: #fff
}
.button::before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: -1;
content: '';
background-image: -webkit-linear-gradient(188deg, #9539B7 21.4%, #b878d1 121.5%);
background-image: linear-gradient(262deg, #9539B7 21.4%, #b878d1 121.5%);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.button:hover,
.button:focus {
text-decoration: none
}
.button:hover::before,
.button:focus::before {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
@media (max-width: 46.24em) {
.button {
padding: 16px 20px;
height: 42px
}
}
.button--disable {
cursor: default;
pointer-events: none
}
.button--disable:hover {
cursor: default
}
.button--outline {
position: relative;
color: #fff;
background-color: transparent;
background-image: none;
border: 1px solid #fff;
-webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.button--outline::before {
position: absolute;
top: 0;
left: -5px;
height: 100%;
width: -webkit-calc(100% + 10px);
width: calc(100% + 10px);
z-index: -1;
content: '';
background: #fff;
-webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
-webkit-transform: translate3d(0, 50px, 0);
transform: translate3d(0, 50px, 0)
}
.button--outline:hover,
.button--outline:focus {
color: #9539B7;
background-color: #fff;
-webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), background 0.2s 0.2s;
transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), background 0.2s 0.2s
}
.button--outline:hover::before,
.button--outline:focus::before {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.button--underlined {
padding-right: 0;
padding-left: 0;
font-weight: 800;
font-size: 1.28571rem;
position: relative;
color: #9539B7;
background-color: transparent;
background-image: none;
letter-spacing: -.04em;
text-transform: none;
overflow: visible
}
.button--underlined::before {
position: absolute;
top: auto;
bottom: -4px;
left: 0;
height: 3px;
width: 100%;
content: '';
display: block;
background-color: #9539B7;
background-image: none;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}
.button--underlined:hover,
.button--underlined:focus {
text-decoration: none
}
.button--underlined:hover::before,
.button--underlined:focus::before {
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
transform-origin: right top;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1)
}
.button--expand {
display: block
}
.button--big {
padding: 15px 20px
}
.button--small {
padding: 6px
}
.button--white {
color: #9539B7;
background-color: white;
background-image: none;
-webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.button--white::before {
position: absolute;
top: 0;
left: -1%;
height: 100%;
width: 102%;
z-index: -1;
content: '';
background: #9539B7;
-webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
-webkit-transform: translate3d(0, 50px, 0);
transform: translate3d(0, 50px, 0)
}
.button--white:hover,
.button--white:focus {
color: #fff
}
.button--white:hover::before,
.button--white:focus::before {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.button--white.button--underlined {
color: #fff;
background-color: transparent;
background-image: none
}
.button--white.button--underlined::before {
position: absolute;
top: auto;
bottom: -4px;
left: 0;
height: 3px;
width: 100%;
content: '';
display: block;
background-color: #fff;
background-image: none;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}
.button--white.button--underlined:hover::before,
.button--white.button--underlined:focus::before {
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
transform-origin: right top;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1)
}
.button--paypro {
color: #9539B7;
background-color: white;
padding: 8px 15px;
border-radius: 6px;
}
.button--paypro::before {
top: 0;
left: -1%;
height: 100%;
width: 102%;
z-index: -1;
content: '';
background: #9539B7;
-webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.button--paypro:hover,
.button--paypro:focus {
color: #9D31A3
}
.button--paypro:hover::before,
.button--paypro:focus::before {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.button+.button {
margin-left: 12px
}
.question {
padding-bottom: 30px;
margin-bottom: 20px;
border-bottom: 1px solid #dbe1e5
}
@media (max-width: 46.24em) {
.question {
padding-bottom: 40px;
margin-bottom: 60px
}
}
.question:last-child {
padding-bottom: 0;
margin-bottom: 0;
border: 0 none
}
.question__header {
padding-left: 8.33333%;
margin-bottom: 1.42857rem
}
.question__header h2 {
letter-spacing: .025em;
-webkit-transition: opacity 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
@media (max-width: 46.24em) {
.question__header {
padding-left: 0
}
}
.question__body {
position: relative;
margin-left: 16.66667%;
padding-left: 30px;
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px
}
.question__body p {
font-size: 1.07143rem;
line-height: 1.9rem;
margin-bottom: 1.32856rem;
padding-top: .67144rem;
opacity: 0.8;
-webkit-transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
@media (max-width: 61.24em) {
.question__body {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1
}
}
@media (max-width: 46.24em) {
.question__body {
margin-left: 0;
padding-left: 0
}
.question__body::before {
content: none
}
}
.question--reverse .question__header {
padding-left: 33.33333%;
margin-left: -30px
}
@media (max-width: 46.24em) {
.question--reverse .question__header {
margin-left: 0;
padding-left: 0
}
}
.question--reverse .question__body {
margin-left: 16.66667%;
margin-right: 16.66667%;
padding-left: 42px
}
.question--reverse .question__body::before {
left: auto;
right: -155px;
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
-webkit-transform: translate3d(10px, 0, 0) scale(0, 1);
transform: translate3d(10px, 0, 0) scale(0, 1)
}
@media (max-width: 46.24em) {
.question--reverse .question__body {
margin-left: 0;
margin-right: 0;
padding-left: 0
}
.question--reverse .question__body::before {
content: none
}
}
.question.animate-scroll .question__header h2 {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.question.animate-scroll .question__body::before {
-webkit-transform: translate3d(0, 0, 0) scale(1, 1);
transform: translate3d(0, 0, 0) scale(1, 1)
}
.question.animate-scroll .question__body p {
opacity: 0.8;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.news {
padding-bottom: 60px;
margin-bottom: 60px;
border-bottom: 1px solid #dbe1e5
}
.news::after {
clear: both;
content: '';
display: table
}
.news:last-child {
margin-bottom: 0
}
@media (max-width: 46.24em) {
.news {
padding-bottom: 20px;
margin-bottom: 40px
}
}
.news__thumb {
float: left;
width: 33.33334%;
opacity: 0;
-webkit-transition: opacity 1.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1)
}
.news__thumb img {
display: block;
width: 100%;
border-radius: 15px;
}
@media (max-width: 46.24em) {
.news__thumb {
float: none;
width: 100%;
margin-bottom: 20px
}
}
.news__body {
position: relative;
float: left;
width: 66.66667%;
padding-left: 60px;
padding-right: 60px
}
.news__body h2 {
font-size: 2.36859rem;
line-height: 2.99rem;
margin-bottom: -.28418rem;
padding-top: .78418rem;
color: #9539B7;
}
.news__body time {
font-weight: 900;
font-size: .71429rem;
line-height: 2rem;
margin-bottom: .6857rem;
padding-top: .8143rem;
display: block;
color: #F4BCEB;
letter-spacing: .3em;
opacity: 0;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
-webkit-transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.news__body p {
font-size: 1.01429rem;
line-height: 2rem;
margin-bottom: 1.3157rem;
padding-top: .6843rem;
opacity: 0;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
-webkit-transition: opacity 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
color:#B390C1;
}
@media (max-width: 46.24em) {
.news__body {
padding-left: 0;
padding-right: 0;
width: 100%
}
}
.news.animate-scroll .news__thumb {
opacity: 1
}
.news.animate-scroll .news__body time {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.news.animate-scroll .news__body p {
opacity: 0.8;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.jobs-list {
margin-bottom: -50px
}
.job {
position: relative;
padding-top: 50px;
padding-bottom: 50px;
padding-right: 80px;
border-top: 1px solid rgba(183, 194, 202, 0.5)
}
.job:hover .job__link {
border-color: #9539B7
}
.job__title {
margin-bottom: 15px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 2.28571rem;
line-height: 1.2;
letter-spacing: 0;
color: #9539B7
}
@media (max-width: 46.24em) {
.job__title {
font-size: 1.85714rem
}
}
.job__metas {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-size: .71429rem;
line-height: 1;
letter-spacing: .3em;
text-transform: uppercase;
color: #6e808f
}
.job__link {
position: absolute;
right: 0;
top: 50%;
width: 54px;
height: 54px;
margin-top: -27px;
border: 2px solid rgba(111, 133, 149, 0.5);
border-radius: 50%;
-webkit-transition: border 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: border 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.job__link svg {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
fill: #6f8595
}
.news-detail__header {
padding-bottom: 50px;
margin-bottom: 40px;
border-bottom: 1px solid rgba(183, 194, 202, 0.3)
}
.news-detail__title {
margin-top: 90px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 3.57143rem;
line-height: 1;
letter-spacing: -.04em;
text-transform: none;
text-decoration: none;
text-align: center;
color: #9539B7
}
.news-detail__title strong {
display: block;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800
}
.news-detail__metas {
margin-top: 30px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-size: .71429rem;
line-height: 1;
letter-spacing: .3em;
text-transform: uppercase;
text-decoration: none;
text-align: center;
color: #b7c2ca
}
.news-detail__text h2 {
margin-bottom: 30px
}
.news-detail__text p,
.news-detail__text ul,
.news-detail__text ol {
margin-bottom: 30px;
padding-top: 0;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 1.21429rem;
line-height: 1.8;
letter-spacing: .025em;
text-transform: none;
text-decoration: none;
color: rgba(111, 133, 149, 0.7)
}
.news-detail__text ul li,
.news-detail__text ol li {
margin-left: 0;
margin-bottom: 10px
}
.news-detail__text ul li::before,
.news-detail__text ol li::before {
margin-top: 1px
}
.news-detail__text img {
display: block;
width: 100%;
margin-top: 50px;
margin-bottom: 50px
}
.news-detail__footer {
display: table;
height: auto;
width: 100%;
margin-top: 50px;
padding-top: 50px;
border-top: 1px solid rgba(183, 194, 202, 0.3)
}
.news-detail__sharing {
float: left
}
.news-detail__sharing .title {
margin-bottom: 20px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800;
font-size: 1.28571rem;
line-height: 1;
letter-spacing: 0;
text-transform: none;
text-decoration: none;
color: #9539B7
}
.news-detail__sharing .list {
margin: 0 -5px
}
.news-detail__sharing .list__item {
display: inline-block;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 0
}
.news-detail__sharing .list__item::before {
display: none
}
.news-detail__sharing .list__link {
position: relative;
background: transparent;
border: 0 none;
outline: none;
margin: 0;
padding: 0;
cursor: pointer;
height: 45px;
width: 45px;
border-radius: 50%;
border: 2px solid #9539B7
}
.news-detail__sharing .list__link svg {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
fill: #9539B7
}
.news-detail__back {
float: right;
background: none;
border: 0 none;
outline: none;
margin: 65px 0 0;
padding: 0;
cursor: pointer;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800;
font-size: 1.28571rem;
line-height: 1;
letter-spacing: 0;
text-transform: none;
text-decoration: none;
color: #9539B7
}
.news-detail__back svg {
fill: #6e808f;
float: right;
margin-left: 10px;
margin-top: -2px
}
.news-detail__next {
background: #f0f0f0;
margin: 50px 0 0;
padding: 60px 60px 50px;
text-align: center
}
@media (max-width: 46.24em) {
.news-detail__next {
padding: 40px
}
}
.news-detail__next .subhead {
margin-bottom: 25px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-size: .71429rem;
line-height: 1;
letter-spacing: .3em;
text-transform: uppercase;
text-decoration: none;
color: #6e808f
}
.news-detail__next .title {
margin-top: 0;
margin-bottom: 40px;
font-size: 2.28571rem;
line-height: 1.2;
letter-spacing: 0;
color: #9539B7
}
@media (max-width: 46.24em) {
.news-detail__next .title {
font-size: 1.57143rem
}
}
.news-detail__next .button {
min-width: 150px
}
.form-header {
margin-bottom: 24px;
text-align: left
}
.form-header strong {
font-weight: 700
}
.form-header p {
padding-top: 0;
padding-bottom: 0;
margin-top: 16px;
margin-bottom: 0;
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
-webkit-transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
fieldset.animate-scroll .form-header p {
opacity: 0.7;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
fieldset {
margin-bottom: 40px
}
fieldset:last-of-type {
margin-bottom: 0
}
legend {
display: block;
width: 100%;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.28571rem;
line-height: 1
}
legend::after {
clear: both;
content: '';
display: table
}
legend strong {
position: relative;
display: block
}
legend strong::after {
position: absolute;
right: -136px;
bottom: 8px;
height: 1px;
width: 110px;
content: '';
display: block;
background-color: #b7c2ca;
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transform: translate3d(-10px, 0, 0) scale(0, 1);
transform: translate3d(-10px, 0, 0) scale(0, 1);
-webkit-transition: -webkit-transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1)
}
@media (max-width: 46.24em) {
legend strong::after {
display: none
}
}
legend .title {
float: left;
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
-webkit-transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
legend .number {
float: right;
margin-top: -24px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 7.85714rem;
line-height: 1;
color: #9539B7;
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
-webkit-transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
.backgroundcliptext legend .number {
background: -webkit-linear-gradient(270deg, #9539B7 0%, #5bd6dd 100%);
background: linear-gradient(-180deg, #9539B7 0%, #5bd6dd 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent
}
@media (max-width: 46.24em) {
legend .number {
margin-top: -5px;
font-size: 5.14286rem
}
}
legend.u-text-right strong::after {
right: auto;
left: -136px;
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
-webkit-transform: translate3d(10px, 0, 0) scale(0, 1);
transform: translate3d(10px, 0, 0) scale(0, 1)
}
legend.u-text-right .title {
float: right;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
legend.u-text-right .number {
float: left;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
fieldset.animate-scroll legend .title,
fieldset.animate-scroll legend .number {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0) scale(1, 1);
transform: translate3d(0, 0, 0) scale(1, 1)
}
fieldset.animate-scroll legend strong::after {
-webkit-transform: translate3d(0, 0, 0) scale(1, 1);
transform: translate3d(0, 0, 0) scale(1, 1)
}
label {
display: block;
margin-bottom: 1.07143rem;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-style: normal;
font-size: .71429rem;
line-height: 1;
letter-spacing: .3em;
text-transform: uppercase;
color: #b7c2ca;
cursor: pointer
}
.form-group {
margin-right: -15px;
margin-left: -15px
}
.form-group::after {
clear: both;
content: '';
display: table
}
.form-group .form-field {
float: left;
width: 50%;
padding-right: 15px;
padding-left: 15px
}
@media (max-width: 46.24em) {
.form-group .form-field {
width: 100%
}
}
.form-hider {
display: none
}
.form-list {
margin-bottom: 20px
}
.form-list::after {
clear: both;
content: '';
display: table
}
.form-sublist {
padding-left: 30px;
padding-top: 25px
}
.form-sublist legend {
margin-bottom: 20px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 14px;
line-height: 1;
color: #9aaab5;
overflow: hidden
}
.form-sublist legend span {
position: relative;
padding-right: 10px
}
.form-sublist legend span::after {
content: '';
position: absolute;
left: 100%;
top: 50%;
width: 1000px;
height: 1px;
background: #cdd4da
}
.form-sublist .form-group {
margin-right: 0;
margin-bottom: 15px;
margin-left: 0;
border-bottom: 1px solid #dbe1e5
}
.form-sublist .form-group:last-child {
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
border: 0 none
}
.form-sublist .form-field {
float: none;
width: auto;
min-width: 75px;
display: inline-block;
padding: 0;
margin-right: 20px
}
.form-sublist .form-field:last-child {
margin-right: 0
}
.form-field {
margin-bottom: 15px;
opacity: 0;
-webkit-transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
.form-field p {
margin-bottom: 25px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800;
font-style: normal;
color: #9539B7
}
.form-field--error label {
color: #F4BDEC
}
.form-field--error .form-control {
color: #F4BDCC;
border-color: #F4BDEC
}
fieldset.animate-scroll .form-field {
opacity: 1
}
.form-control {
display: block;
width: 100%;
height: 35px;
outline: none;
background: #fff;
border-radius: 2px;
border: 1px solid #ece0f1;
padding: 7px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1rem;
line-height: 1.4;
color: #9539B6;
border-radius: 10px;
-webkit-appearance: none
}
textarea {
min-height: 180px;
resize: none
}
.c-select {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800;
font-style: normal;
color: #9539B7;
background: url("../assets/images/caret-down.svg") no-repeat right 15px center;
background-size: 12px auto;
cursor: pointer
}
.c-radio,
.c-checkbox {
margin-bottom: 15px
}
.c-radio>input,
.c-checkbox>input {
position: absolute;
left: -9999px;
visibility: hidden
}
.c-radio>input:checked+label,
.c-checkbox>input:checked+label {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800;
font-style: normal;
color: #9539B7
}
.c-radio>input:checked+label::after,
.c-checkbox>input:checked+label::after {
display: block
}
.c-radio>input:checked+label+.form-hider,
.c-checkbox>input:checked+label+.form-hider {
display: block
}
.c-radio>label,
.c-checkbox>label {
position: relative;
margin-bottom: 0;
font-weight: 500;
font-size: 1.21429rem;
line-height: 1.42857rem;
letter-spacing: 0;
text-transform: none;
color: #9aaab5
}
.c-radio>label::before,
.c-checkbox>label::before {
content: '';
display: inline-block;
float: left;
margin-right: 10px;
width: 18px;
height: 18px;
border: 1px solid #b7c2ca
}
.c-radio>label::after,
.c-checkbox>label::after {
content: '';
position: absolute;
left: 6px;
top: 6px;
width: 6px;
height: 6px;
background: #9539B7;
display: none
}
.c-radio label::before,
.c-radio label::after {
border-radius: 50%
}
.c-checkbox label::after {
left: 5px;
top: 5px;
width: 8px;
height: 8px
}
.success {
display: block;
margin-top: 5px;
margin-bottom: -5px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 500;
font-style: normal;
font-size: .85714rem;
color: green
}
.error {
display: block;
margin-top: 5px;
margin-bottom: -5px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 500;
font-style: normal;
font-size: .85714rem;
color: #F4BDEC
}
.fs-dropdown-selected {
padding: 7px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800;
font-style: normal;
font-size: 0.78rem;
color: #9539B7;
background: #fff;
border: 1px solid #ece0f1;
border-radius: 2px;
line-height: 1.4;
border-radius:10px;
height: 35px
}
.fs-dropdown-selected:focus {
outline: none
}
.fs-dropdown-options {
border-color: #b7c2ca;
box-shadow: none
}
.fs-dropdown-item {
color: #9539B7;
border: 0 none;
border-bottom: 1px solid #b7c2ca;
-webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.fs-dropdown-item:hover,
.fs-dropdown-item:focus {
color: #fff;
background-color: #9539B7
}
.fs-dropdown-item:focus {
outline: none
}
.fs-dropdown-item_selected {
background-color: #fcedfe
}
.fs-dropdown-open .fs-dropdown-selected,
.fs-dropdown-focus .fs-dropdown-selected {
box-shadow: none
}
.chapter {
padding: 30px 38px;
border: 2px solid #5a6e7f;
overflow: hidden
}
.chapter p {
padding: 28px 14px 0;
font-weight: 500;
font-size: 1.14286rem;
line-height: 1.6;
color: #5a6e7f;
letter-spacing: .3em;
text-align: center;
text-transform: uppercase;
opacity: 0;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
-webkit-transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
.chapter .border {
margin-top: 28px;
height: 2px;
width: 100%;
display: block;
background: #5a6e7f;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.chapter strong {
font-weight: 900;
display: block
}
.chapter svg {
margin-right: auto;
margin-left: auto;
display: block;
fill: #5a6e7f;
opacity: 0;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
-webkit-transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
.chapter--white {
border-color: #fff
}
.chapter--white p {
color: #fff
}
.chapter--white .border {
background-color: #fff
}
.chapter--white svg {
fill: #fff
}
.chapter.animate-scroll svg,
.chapter.animate-scroll p {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.chapter.animate-scroll .border {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1)
}
.triangle {
position: absolute;
left: 0;
height: 0;
width: 0;
display: block;
border-style: solid;
pointer-events: none
}
.triangle--top-left {
top: -420px;
border-width: 420px 0 0 100%;
border-color: transparent transparent transparent #fff
}
.triangle--top-right {
top: -420px;
border-width: 0 0 420px 100%;
border-color: transparent transparent #fff transparent
}
.triangle--bottom-left {
bottom: -420px;
border-width: 420px 100% 0 0;
border-color: #fff transparent transparent transparent
}
.triangle--bottom-right {
bottom: -420px;
border-width: 0 100% 420px 0;
border-color: transparent #fff transparent transparent
}
@media (max-width: 46.24em) {
.triangle--top-left {
top: -120px;
border-width: 120px 0 0 100%
}
.triangle--top-right {
top: -120px;
border-width: 0 0 120px 100%
}
.triangle--bottom-left {
bottom: -120px;
border-width: 120px 100% 0 0
}
.triangle--bottom-right {
bottom: -120px;
border-width: 0 100% 120px 0
}
}
.pagination {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800;
font-style: normal;
font-size: 1.64286rem;
line-height: 2
}
.pagination::after {
clear: both;
content: '';
display: table
}
.pagination .icon {
margin-bottom: 3px;
height: 26px;
width: 26px;
position: relative;
display: inline-block;
border: 2px solid #6f8595;
border-radius: 40%;
vertical-align: middle;
overflow: hidden;
-webkit-transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.pagination .icon svg {
position: absolute;
top: 5px;
left: 5px;
fill: #6f8595
}
.pagination a {
position: relative
}
.pagination a .icon {
border-color: #9539B7
}
.pagination a .icon svg {
fill: #9539B7
}
.pagination a:hover,
.pagination a:focus {
text-decoration: none;
outline: none
}
.pagination a:hover svg,
.pagination a:focus svg {
-webkit-animation: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
animation: 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.pagination a.pagination-prev:hover .icon,
.pagination a.pagination-prev:focus .icon {
margin-right: 6px
}
.pagination a.pagination-prev:hover svg,
.pagination a.pagination-prev:focus svg {
-webkit-animation-name: u11ce7931;
animation-name: u11ce7931
}
@-webkit-keyframes u11ce7931 {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
49% {
-webkit-transform: translateX(-26px);
transform: translateX(-26px)
}
50% {
-webkit-transform: translateX(26px);
transform: translateX(26px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes u11ce7931 {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
49% {
-webkit-transform: translateX(-26px);
transform: translateX(-26px)
}
50% {
-webkit-transform: translateX(26px);
transform: translateX(26px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
.pagination a.pagination-next:hover .icon,
.pagination a.pagination-next:focus .icon {
margin-left: 6px
}
.pagination a.pagination-next:hover svg,
.pagination a.pagination-next:focus svg {
-webkit-animation-name: u4841db90;
animation-name: u4841db90
}
@-webkit-keyframes u4841db90 {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
49% {
-webkit-transform: translateX(26px);
transform: translateX(26px)
}
50% {
-webkit-transform: translateX(-26px);
transform: translateX(-26px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes u4841db90 {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
49% {
-webkit-transform: translateX(26px);
transform: translateX(26px)
}
50% {
-webkit-transform: translateX(-26px);
transform: translateX(-26px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
.pagination-prev {
float: left
}
.pagination-prev .icon {
margin-right: 12px
}
.pagination-next {
float: right
}
.pagination-next .icon {
margin-left: 12px
}
[class^="icon-"],
[class*=" icon-"] {
display: inline-block;
speak: none;
vertical-align: text-bottom
}
.messages {
margin-bottom: 70px
}
.message {
background: #d9ecd9;
padding: 20px 15px;
margin-top: 10px;
margin-bottom: 10px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 14px;
line-height: 1;
text-align: center;
color: #393
}
.message--error {
background: #ffd9d9;
color: #f33
}
.message--warning {
background: #fff2d9;
color: #ffb733
}
.splited-line {
display: block;
overflow: hidden;
-webkit-transform: translate3d(0, 16px, 0);
transform: translate3d(0, 16px, 0);
-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s cubic-bezier(0.19, 1, 0.22, 1)
}
.splited-line__wrapper {
display: block;
-webkit-transform: translate3d(0, 64px, 0);
transform: translate3d(0, 64px, 0);
-webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1)
}
.splited-line:nth-child(2) .splited-line__wrapper {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s
}
.splited-line:nth-child(3) .splited-line__wrapper {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s
}
.splited-line:nth-child(4) .splited-line__wrapper {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s
}
.animate-scroll .splited-line,
.show .splited-line {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.animate-scroll .splited-line .splited-line__wrapper,
.show .splited-line .splited-line__wrapper {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.show.hide .splited-line {
opacity: 0
}
.show.hide .splited-line .splited-line__wrapper {
-webkit-transform: translate3d(0, -64px, 0);
transform: translate3d(0, -64px, 0);
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s
}
.no-transition .splited-line {
-webkit-transition: none;
transition: none
}
.no-transition .splited-line__wrapper {
-webkit-transition: none;
transition: none
}
.girl-in-a-pool {
margin-bottom: -170px;
position: relative;
height: 80vh;
min-height: 800px;
background: url("../assets/images/girl-in-a-pool-bg.jpg") repeat-x center bottom;
overflow: hidden;
z-index: -1
}
@media screen and (min-width: 740px) and (max-width: 1500px) {
.girl-in-a-pool img {
position: absolute;
bottom: -50%;
left: 50%;
margin-left: -1250px;
transform: scale(0.6, 0.6);
-ms-transform: scale(0.6, 0.6);
-webkit-transform: scale(0.6, 0.6)
}
}
@media screen and (min-width: 1500px) and (max-width: 2000px) {
.girl-in-a-pool img {
position: absolute;
bottom: -25%;
left: 50%;
margin-left: -1250px;
transform: scale(0.8, 0.8);
-ms-transform: scale(0.8, 0.8);
-webkit-transform: scale(0.8, 0.8)
}
}
@media screen and (max-width: 740px) {
.girl-in-a-pool img {
position: absolute;
bottom: 0;
left: 50%;
margin-left: -1250px
}
}
@media screen and (min-width: 2000px) {
.girl-in-a-pool img {
position: absolute;
bottom: 0;
left: 50%;
margin-left: -1250px
}
}
@media (max-width: 46.24em) {
.girl-in-a-pool {
margin-bottom: -130px;
min-height: 0
}
.girl-in-a-pool img {
width: 1600px;
margin-left: -800px
}
}
.homepage-hero {
padding-top: 272px;
position: relative;
height: 1200px;
background-image: -webkit-linear-gradient(102deg, #9539B7 19%, #5bd6dd 81%);
background-image: linear-gradient(-12deg, #9539B7 19%, #5bd6dd 81%);
background-size: 100% 1400px;
background-position: center
}
@media (max-width: 61.24em) {
.homepage-hero {
height: 1100px;
padding-top: 220px
}
}
@media (max-width: 46.24em) {
.homepage-hero {
padding-top: 82px;
height: 800px
}
}
.homepage-hero__halo {
position: absolute;
top: 0;
left: 50%;
margin-left: -432px;
height: 170px;
width: 864px;
z-index: 1;
display: block;
overflow: hidden
}
@media (max-width: 46.24em) {
.homepage-hero__halo {
display: none
}
}
.homepage-hero__blue {
position: absolute;
top: 170px;
left: 50%;
margin-left: -1024px;
height: 841px;
width: 954px;
z-index: 100;
display: block;
background: url("../assets/images/blue-header.png") no-repeat;
overflow: hidden;
opacity: 0;
-webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-hero__blue .video-container {
position: absolute;
top: 300px;
left: 300px;
height: 513px;
width: 684px;
display: block;
overflow: hidden
}
.homepage-hero__blue.animate-scroll {
opacity: 1
}
@media (max-width: 61.24em) {
.homepage-hero__blue {
top: 80px;
margin-left: -920px
}
}
@media (max-width: 46.24em) {
.homepage-hero__blue {
height: 421px;
width: 477px;
top: 420px;
left: auto;
right: 0;
background-size: cover
}
.homepage-hero__blue .video-container {
display: none
}
}
.homepage-hero__wrapper {
margin-right: auto;
margin-left: auto;
width: 930px
}
@media (max-width: 61.24em) {
.homepage-hero__wrapper {
width: 85%
}
}
.homepage-hero__content {
margin-left: 50%;
width: 50%;
position: relative;
z-index: 100
}
.homepage-hero__content::after {
clear: both;
content: '';
display: table
}
.homepage-hero__content h1 {
font-weight: 900;
font-size: .71429rem;
line-height: 2rem;
margin-bottom: 1.1857rem;
padding-top: .8143rem;
position: relative;
color: #fff;
text-transform: uppercase;
letter-spacing: .3em
}
.homepage-hero__content h1 span {
display: inline-block;
opacity: 0;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
-webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-hero__content h1::before {
position: absolute;
top: 24px;
left: -204px;
height: 1px;
width: 180px;
display: block;
content: '';
background-color: #fff;
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
-webkit-transform: translate3d(10px, 0, 0) scale(0, 1);
transform: translate3d(10px, 0, 0) scale(0, 1);
-webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1)
}
@media (max-width: 61.24em) {
.homepage-hero__content h1::before {
display: none
}
}
.homepage-hero__content p {
font-size: 1.21429rem;
line-height: 2rem;
margin-bottom: 3.3157rem;
padding-top: .6843rem;
color: #fff
}
.homepage-hero__content p strong {
font-weight: 900
}
.homepage-hero__content p.highlight {
font-weight: 400;
font-size: 4.64286rem;
line-height: 4.2rem;
margin-bottom: 2.10713rem;
padding-top: .89287rem;
letter-spacing: -.04em;
width: 140%;
color: transparent
}
.homepage-hero__content p.highlight .splited-line {
color: #fff
}
.homepage-hero__content p.highlight strong {
font-weight: 800;
margin-right: 40px
}
.lang-fr .homepage-hero__content p.highlight {
font-size: 3.92857rem;
line-height: 4.3rem;
margin-bottom: 1.87142rem;
padding-top: 1.12858rem
}
.homepage-hero__content p:not(.highlight) {
opacity: 0;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
-webkit-transition: opacity 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-hero__content .button {
text-align: center;
float: left
}
.lang-fr .homepage-hero__content .button {
padding: 21px 28px;
font-size: .71429rem
}
@media (max-width: 61.24em) {
.homepage-hero__content .button {
display: block;
width: 100%;
margin-right: 0;
margin-left: 0;
margin-bottom: 10px;
float: none
}
}
.homepage-hero__content .watch {
margin-bottom: 25px;
margin-top: 30px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 500;
font-size: .78571rem;
line-height: 1;
letter-spacing: .2em;
text-transform: uppercase;
text-decoration: none;
color: #fff
}
.homepage-hero__content .watch a {
display: inline-block;
color: inherit
}
.homepage-hero__content .watch svg {
float: right;
fill: #fff;
margin-left: 10px;
margin-top: -6px
}
.homepage-hero__content.animate-scroll h1 span {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.homepage-hero__content.animate-scroll h1::before {
-webkit-transform: translate3d(0, 0, 0) scale(1, 1);
transform: translate3d(0, 0, 0) scale(1, 1)
}
.homepage-hero__content.animate-scroll p:not(.highlight) {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
@media (max-width: 61.24em) {
.homepage-hero__content p.highlight {
width: 100%;
font-size: 3rem;
line-height: 1.2
}
.lang-fr .homepage-hero__content p.highlight {
font-size: 3rem;
line-height: 1.2
}
}
@media (max-width: 46.24em) {
.homepage-hero__content {
margin-left: 0;
width: 100%
}
.homepage-hero__content h1::before {
left: -190px
}
.homepage-hero__content p.highlight {
width: auto
}
.lang-fr .homepage-hero__content p.highlight {
font-size: 2.14286rem;
line-height: 2.6rem;
margin-bottom: 2.25713rem;
padding-top: .74287rem
}
.lang-fr .homepage-hero__content .button {
padding: 16px 12px;
height: 42px
}
.lang-fr .homepage-hero__content .button+.button {
margin-left: 0
}
}
.homepage-hero__scroll {
position: absolute;
bottom: 250px;
left: 50%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
display: block
}
@-webkit-keyframes light-up {
0% {
opacity: 0.1
}
49% {
opacity: 1
}
50% {
opacity: 1
}
100% {
opacity: 0.1
}
}
@keyframes light-up {
0% {
opacity: 0.1
}
49% {
opacity: 1
}
50% {
opacity: 1
}
100% {
opacity: 0.1
}
}
.homepage-hero__scroll svg {
display: block;
margin-right: auto;
margin-left: auto;
margin-bottom: 2px;
fill: #fff;
opacity: 0.1
}
.homepage-hero__scroll svg:nth-child(1) {
-webkit-animation-name: light-up;
animation-name: light-up;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: reverse;
animation-direction: reverse
}
.homepage-hero__scroll svg:nth-child(2) {
-webkit-animation-name: light-up;
animation-name: light-up;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: reverse;
animation-direction: reverse
}
.homepage-hero__scroll svg:nth-child(3) {
-webkit-animation-name: light-up;
animation-name: light-up;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: reverse;
animation-direction: reverse
}
.homepage-app {
margin-top: -100px;
position: relative
}
@media (max-width: 46.24em) {
.homepage-app {
margin-top: 40px
}
}
.homepage-app .triangle {
top: -320px
}
@media (max-width: 46.24em) {
.homepage-app .triangle {
top: -160px
}
}
.homepage-app__wrapper {
padding-bottom: 240px;
margin-right: auto;
margin-left: auto;
width: 930px;
position: relative
}
@media (max-width: 61.24em) {
.homepage-app__wrapper {
width: 85%
}
}
.homepage-app__content {
width: 80%
}
.homepage-app__content h1 {
font-weight: 900;
font-size: .71429rem;
line-height: 2rem;
margin-bottom: 1.1857rem;
padding-top: .8143rem;
position: relative;
color: #b7c2ca;
text-transform: uppercase;
letter-spacing: .3em
}
.homepage-app__content h1 span {
display: inline-block;
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
-webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-app__content h1::after {
margin-bottom: 2px;
margin-left: 24px;
height: 1px;
width: 180px;
display: inline-block;
content: '';
background-color: #b7c2ca;
vertical-align: middle;
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transform: translate3d(-10px, 0, 0) scale(0, 1);
transform: translate3d(-10px, 0, 0) scale(0, 1);
-webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-app__content p {
font-size: 1.21429rem;
line-height: 2rem;
margin-bottom: 2.3157rem;
padding-top: .6843rem
}
.homepage-app__content p strong {
font-weight: 900
}
.homepage-app__content p.highlight {
font-weight: 400;
font-size: 3.57143rem;
line-height: 3.8rem;
margin-bottom: 1.02856rem;
padding-top: .97144rem;
color: transparent;
letter-spacing: -.04em
}
.homepage-app__content p.highlight strong {
font-weight: 800
}
.homepage-app__content p.highlight .splited-line {
color: #9539B7
}
.homepage-app__content p:not(.highlight) {
opacity: 0;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
-webkit-transition: opacity 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-app__content .download svg {
fill: #b7c2ca;
-webkit-transition: fill 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
transition: fill 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.homepage-app__content .download:hover,
.homepage-app__content .download:focus {
text-decoration: none
}
.homepage-app__content .download:hover svg,
.homepage-app__content .download:focus svg {
fill: #9539B7
}
.homepage-app__content .download+.download {
margin-left: 18px
}
@media (max-width: 46.24em) {
.homepage-app__content .download+.download {
margin-left: 0
}
}
.intro-stores-badge {
margin-top: 20px;
}
.intro-stores-badge p {
color: #fff;
font-size: 14px;
line-height: 22px;
font-weight: 700;
margin-bottom: 10px;
}
a.store {
margin-right:0;
width:20%
}
a.store:last-child {
margin-left: 0;
width:20%
}
.googleplay-button{
width: 30%;
float: left;
}
.appstore-button{
width: 30%;
float: right;
margin-right: 35%;
margin-top: 0;
}
.homepage-app__content .soon {
margin-top: 8px;
margin-left: -48px;
height: 98px;
width: 193px;
display: block;
background: url("../assets/images/soon-en.jpg") no-repeat
}
.lang-fr .homepage-app__content .soon {
background: url("../assets/images/soon-fr.jpg") no-repeat
}
@media (max-width: 46.24em) {
.homepage-app__content .soon,
.lang-fr .homepage-app__content .soon {
background-size: 80%;
background-position: 40px top
}
}
.homepage-app__content.animate-scroll h1 span {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.homepage-app__content.animate-scroll h1::after {
-webkit-transform: translate3d(0, 0, 0) scale(1, 1);
transform: translate3d(0, 0, 0) scale(1, 1)
}
.homepage-app__content.animate-scroll p:not(.highlight) {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
@media (max-width: 61.24em) {
.homepage-app__content p.highlight {
font-size: 2.85714rem;
line-height: 3.4rem;
margin-bottom: 2.04285rem;
padding-top: .95715rem
}
}
@media (max-width: 46.24em) {
.homepage-app__content {
width: 100%
}
.homepage-app__content p.highlight {
font-size: 2.28571rem;
line-height: 2.8rem;
margin-bottom: 2.19428rem;
padding-top: .80572rem
}
}
.homepage-app__phone-hand {
position: absolute;
right: -86px;
bottom: -92px;
height: 782px;
width: 431px;
display: block;
background: url("../assets/images/phone-hand-en.png") no-repeat;
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(151px, 133px, 0) rotate(5deg);
transform: translate3d(151px, 133px, 0) rotate(5deg);
-webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
will-change: transform
}
.homepage-app__phone-hand.animate-scroll {
-webkit-transform: translate3d(0, 0, 0) rotate(0) scale(1);
transform: translate3d(0, 0, 0) rotate(0) scale(1)
}
.lang-fr .homepage-app__phone-hand {
background: url("../assets/images/phone-hand-fr.png") no-repeat
}
@media (max-width: 46.24em) {
.homepage-app__phone-hand {
position: absolute;
right: 0;
bottom: -56px;
height: 379px;
width: 210px;
background-size: cover
}
.lang-fr .homepage-app__phone-hand {
background-size: cover
}
}
.homepage-app__pointing-hand-shadow {
position: absolute;
right: 162px;
bottom: 118px;
height: 260px;
width: 141px;
display: block;
background: url("../assets/images/pointing-hand-shadow.png") no-repeat;
opacity: 0;
-webkit-transition: opacity 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
will-change: opacity
}
.homepage-app__pointing-hand-shadow.animate-scroll {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0) rotate(0) scale(1);
transform: translate3d(0, 0, 0) rotate(0) scale(1)
}
@media (max-width: 46.24em) {
.homepage-app__pointing-hand-shadow {
position: absolute;
right: 120px;
bottom: 42px;
height: 130px;
width: 71px;
background-size: cover
}
}
.homepage-app__pointing-hand {
position: absolute;
right: 169px;
bottom: -428px;
height: 809px;
width: 469px;
display: block;
background: url("../assets/images/pointing-hand.png") no-repeat;
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(-85px, 39px, 0) rotate(-5deg);
transform: translate3d(-85px, 39px, 0) rotate(-5deg);
-webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
will-change: transform
}
.homepage-app__pointing-hand.animate-scroll {
-webkit-transform: translate3d(0, 0, 0) rotate(0) scale(1);
transform: translate3d(0, 0, 0) rotate(0) scale(1)
}
@media (max-width: 46.24em) {
.homepage-app__pointing-hand {
position: absolute;
right: 125px;
bottom: -214px;
height: 387px;
width: 227px;
background-size: cover
}
}
.homepage-features {
position: relative;
background-color: #9539B7;
height: 800px
}
@media (max-width: 61.24em) {
.homepage-features {
height: 550px
}
}
@media (max-width: 46.24em) {
.homepage-features {
height: 600px
}
}
.homepage-features__wrapper {
margin-right: auto;
margin-left: auto;
width: 930px;
position: relative
}
@media (max-width: 61.24em) {
.homepage-features__wrapper {
width: 85%
}
}
@media (max-width: 61.24em) {
.homepage-features__wrapper {
height: 100%;
padding-top: 40px;
padding-bottom: 80px
}
}
@media (max-width: 46.24em) {
.homepage-features__wrapper {
padding-top: 30px;
padding-bottom: 0
}
}
.homepage-features__background {
position: absolute;
top: 124px;
right: 50%;
height: 562px;
width: 100%;
opacity: 0;
-webkit-transform: translate3d(-240px, 0, 0);
transform: translate3d(-240px, 0, 0);
-webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 3s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-features__background.animate-scroll {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
@media (max-width: 61.24em) {
.homepage-features__background {
display: none
}
}
.homepage-features__preview {
position: absolute;
top: 124px;
left: -24px;
height: 562px;
width: 658px;
background: url("../assets/images/iphone-white.png") no-repeat right;
-webkit-transform: translate3d(-80px, 0, 0);
transform: translate3d(-80px, 0, 0);
-webkit-transition: -webkit-transform 3s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-features__preview.animate-scroll {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
@media (max-width: 61.24em) {
.homepage-features__preview {
display: none
}
}
.homepage-features__content {
margin-left: 50%;
position: relative;
width: 50%
}
.homepage-features__content h2 {
font-size: 3.57143rem;
line-height: 3.8rem;
margin-bottom: 1.02856rem;
padding-top: .97144rem;
color: transparent
}
.homepage-features__content h2 strong {
font-weight: 800
}
.homepage-features__content h2 .splited-line {
color: #fff
}
.homepage-features__content p {
margin-left: 16.66667%;
font-size: 1.28571rem;
line-height: 1.9rem;
margin-bottom: 3.38428rem;
padding-top: .61572rem;
color: #fff
}
.homepage-features__content p strong {
font-weight: 900
}
.homepage-features__content .icon {
margin-top: 24px;
margin-bottom: 12px;
margin-left: 24px;
height: 80px;
width: 80px;
position: relative;
display: block;
border: 2px solid #fff;
border-radius: 80px;
overflow: hidden
}
.homepage-features__content .icon svg {
position: absolute;
top: 50%;
left: 50%;
fill: #fff;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
@media (max-width: 61.24em) {
.homepage-features__content {
margin-left: 0;
width: 100%
}
.homepage-features__content p {
margin-left: 0
}
}
.homepage-features .carousel-background {
position: absolute;
top: 57px;
right: 16px;
height: 387px;
width: 654px;
position: relative;
overflow: hidden
}
.homepage-features .carousel-background__canister {
height: 387px;
width: 654px;
-webkit-transform: translate3d(218px, 0, 0);
transform: translate3d(218px, 0, 0)
}
.homepage-features .carousel-background__item {
height: 387px;
width: 218px;
position: relative;
display: block;
float: right;
opacity: 0.6;
-webkit-filter: blur(2px);
filter: blur(2px);
-webkit-transform: scale(0.9, 0.9);
-ms-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9)
}
.homepage-features .carousel-background__item::before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
display: block;
content: '';
background-color: #0f78ff;
opacity: 0.88;
mix-blend-mode: screen;
z-index: 1
}
.homepage-features .carousel-background__item:nth-child(3) {
opacity: 0.2
}
.homepage-features .carousel-preview {
margin-top: 57px;
margin-left: 217px;
height: 387px;
width: 218px;
position: relative;
overflow: hidden
}
.homepage-features .carousel-preview__canister {
height: 387px;
width: 654px;
background: #000;
-webkit-transform: translate3d(-436px, 0, 0);
transform: translate3d(-436px, 0, 0)
}
.homepage-features .carousel-preview img {
display: block;
float: right
}
.homepage-features .carousel-bullets {
position: absolute;
top: 378px;
left: 116px
}
.homepage-features .carousel-bullets::after {
clear: both;
content: '';
display: table
}
.homepage-features .carousel-bullets i {
margin-right: 12px;
margin-left: 12px;
height: 4px;
width: 4px;
display: block;
float: left;
background: #fff;
border-radius: 4px
}
@media (max-width: 61.24em) {
.homepage-features .carousel-bullets {
display: none
}
}
.homepage-features .carousel-content {
position: absolute;
top: 196px;
left: 0
}
.homepage-features .carousel-content p {
opacity: 0;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
-webkit-transition: opacity 1.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-features .carousel-content .icon {
display: block;
opacity: 0;
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-features .carousel-content.show p {
opacity: 0.6;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.homepage-features .carousel-content.show .icon {
opacity: 1;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1)
}
.homepage-features .carousel-content.show.hide p {
opacity: 0;
-webkit-transform: translate3d(40px, 0, 0);
transform: translate3d(40px, 0, 0)
}
.homepage-features .carousel-content.show.hide .icon {
opacity: 0;
-webkit-transform: translate3d(70px, 0, 0) scale(0.1, 0.1);
transform: translate3d(70px, 0, 0) scale(0.1, 0.1)
}
@media (max-width: 61.24em) {
.homepage-features .carousel-content.show {
top: auto
}
}
.homepage-features .carousel-content.no-transition p,
.homepage-features .carousel-content.no-transition .icon {
-webkit-transition: none !important;
transition: none !important
}
.homepage-features .carousel-content:nth-child(4) h2 {
font-size: 3.14286rem;
line-height: 3.4rem
}
@media (max-width: 61.24em) {
.homepage-features .carousel-content:nth-child(4) h2 {
font-size: 2.85714rem;
line-height: 3rem
}
.lang-fr .homepage-features .carousel-content:nth-child(4) h2 {
font-size: 1.71429rem;
line-height: 2.4rem
}
}
@media (max-width: 61.24em) {
.homepage-features .carousel-content {
top: 40px
}
.homepage-features .carousel-content h2 {
font-size: 2.57143rem;
line-height: 3rem
}
.homepage-features .carousel-content .icon {
display: none
}
}
.homepage-features .carousel-controls {
position: absolute;
top: 224px;
left: 52px;
height: 100%;
width: 60px;
opacity: 0;
-webkit-transition: opacity 3s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 3s 0.2s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-features .carousel-controls.animate-scroll {
opacity: 1
}
.homepage-features .carousel-controls button {
margin-bottom: 16px;
padding: 20px;
height: 60px;
width: 60px;
position: relative;
z-index: 1;
border: 1px solid #fff;
border-radius: 60px;
outline: none;
cursor: pointer;
display: block;
background-color: transparent;
background-image: none;
line-height: 1;
color: #fff
}
.homepage-features .carousel-controls button svg {
fill: #fff;
-webkit-transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-features .carousel-controls button::before {
position: absolute;
top: -1px;
left: -1px;
height: 60px;
width: 60px;
z-index: -1;
border-radius: 60px;
content: '';
display: block;
background-color: #fff;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-features .carousel-controls button:hover svg {
fill: #9539B7
}
.homepage-features .carousel-controls button:hover::before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}
@media (max-width: 61.24em) {
.homepage-features .carousel-controls {
position: absolute;
top: auto;
left: 0;
bottom: 100px;
width: 100%;
height: auto
}
.homepage-features .carousel-controls button {
margin-right: 12px;
display: inline-block
}
}
@media (max-width: 46.24em) {
.homepage-features .carousel-controls {
bottom: 30px
}
}
.homepage-specs {
margin-bottom: -80px;
padding-top: 60px;
position: relative
}
@media (max-width: 46.24em) {
.homepage-specs {
margin-bottom: 0
}
}
.homepage-specs .triangle {
bottom: -358px;
z-index: 1
}
@media (max-width: 46.24em) {
.homepage-specs .triangle {
bottom: -138px
}
}
.homepage-specs__wrapper {
margin-right: auto;
margin-left: auto;
width: 930px
}
@media (max-width: 61.24em) {
.homepage-specs__wrapper {
width: 85%
}
}
.homepage-specs__item {
position: relative;
z-index: 100
}
.homepage-specs__item .thumb {
overflow: hidden;
-webkit-transition: -webkit-transform 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.homepage-specs__item .thumb__wrap {
position: relative;
width: 100%;
height: 100%;
background-color: #0047a3;
overflow: visible
}
.homepage-specs__item .thumb__mask {
position: absolute;
top: -1%;
right: -1%;
height: 102%;
width: 30%;
display: block;
background-color: white;
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
transform-origin: right top;
-webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-specs__item .thumb img {
position: absolute;
top: 0;
display: block;
width: 100%;
-webkit-transition: -webkit-transform 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.homepage-specs__item .content .splited-line {
color: #5a6e7f
}
.homepage-specs__item .content h2 {
color: transparent;
letter-spacing: -.06em
}
@media (max-width: 46.24em) {
.homepage-specs__item .content h2 {
font-size: 1.57143rem;
line-height: 2rem
}
}
.homepage-specs__item .content p {
font-size: 1.07143rem;
line-height: 1.7;
opacity: 0;
-webkit-transform: translate3d(-60px, 0, 0);
transform: translate3d(-60px, 0, 0);
-webkit-transition: opacity 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-specs__item.animate-scroll .thumb {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.homepage-specs__item.animate-scroll .thumb img {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.homepage-specs__item.animate-scroll .thumb__mask {
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1)
}
.homepage-specs__item.animate-scroll .content p {
opacity: 0.7;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.homepage-specs__item--sensor {
margin-bottom: 6rem
}
.homepage-specs__item--sensor .thumb {
position: absolute;
top: -120px;
left: 0;
height: 400px;
width: 41.66667%;
-webkit-transform: translate3d(0, 120px, 0);
transform: translate3d(0, 120px, 0)
}
.homepage-specs__item--sensor .thumb img {
top: auto;
bottom: 0;
-webkit-transform: translate3d(0, 70px, 0);
transform: translate3d(0, 70px, 0)
}
.homepage-specs__item--sensor .content {
margin-left: 50%;
padding-right: 30px;
width: 41.66667%
}
.homepage-specs__item--sensor.animate-scroll .thumb img {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0)
}
@media (max-width: 46.24em) {
.homepage-specs__item--sensor {
margin-bottom: 300px
}
.homepage-specs__item--sensor .thumb {
height: 235px;
width: 83.33333%;
top: auto;
left: -12%;
bottom: -275px
}
.homepage-specs__item--sensor .content {
margin-left: 0;
float: none;
width: 100%
}
}
.homepage-specs__item--water-quality {
margin-bottom: 8rem
}
.homepage-specs__item--water-quality .thumb {
position: absolute;
top: 0;
right: 30px;
height: 290px;
width: 41.66667%;
-webkit-transform: translate3d(0, 70px, 0);
transform: translate3d(0, 70px, 0)
}
.homepage-specs__item--water-quality .thumb img {
top: 50%;
margin-top: -400px;
-webkit-transform: translate3d(0, 180px, 0);
transform: translate3d(0, 180px, 0)
}
.homepage-specs__item--water-quality .content {
margin-left: 0;
padding-right: 30px;
width: 50%;
text-align: right
}
.homepage-specs__item--water-quality .content p {
padding-left: 16.66667%;
-webkit-transform: translate3d(60px, 0, 0);
transform: translate3d(60px, 0, 0)
}
@media (max-width: 61.24em) {
.homepage-specs__item--water-quality .thumb {
height: 340px;
width: 41.66667%
}
.homepage-specs__item--water-quality .thumb img {
margin-top: -370px
}
}
@media (max-width: 46.24em) {
.homepage-specs__item--water-quality {
margin-bottom: 300px
}
.homepage-specs__item--water-quality .thumb {
height: 235px;
width: 100%;
top: auto;
right: -12%;
bottom: -275px
}
.homepage-specs__item--water-quality .thumb img {
margin-top: -300px
}
.homepage-specs__item--water-quality .content {
padding-right: 0;
float: none;
width: 100%
}
.homepage-specs__item--water-quality .content p {
padding-left: 0
}
}
.homepage-specs__item--pools .thumb {
position: absolute;
top: 0;
left: 16.66667%;
padding-right: 30px;
height: 250px;
width: 41.66667%;
-webkit-transform: translate3d(0, 60px, 0);
transform: translate3d(0, 60px, 0)
}
.homepage-specs__item--pools .thumb__wrap {
background-color: #9539B7;
background-image: -webkit-linear-gradient(102deg, #9539B7 17.5%, #5bd6dd 82.5%);
background-image: linear-gradient(-12deg, #9539B7 17.5%, #5bd6dd 82.5%)
}
.homepage-specs__item--pools .thumb img {
top: 50%;
margin-top: -73px
}
.homepage-specs__item--pools .content {
margin-left: 66.66667%;
padding-right: 30px;
padding-left: 20px;
width: 33.33333%
}
@media (max-width: 46.24em) {
.homepage-specs__item--pools {
margin-bottom: 450px
}
.homepage-specs__item--pools .thumb {
height: 175px;
width: 100%;
padding-right: 0;
top: auto;
left: auto;
right: -12%;
bottom: -215px
}
.homepage-specs__item--pools .content {
margin-left: 0;
padding-right: 0;
padding-left: 0;
float: none;
width: 100%
}
}
.homepage-specs__item--wifi .thumb {
position: absolute;
top: -90px;
left: 41.66667%;
padding-right: 30px;
height: 400px;
width: 25%;
-webkit-transform: translate3d(0, 80px, 0);
transform: translate3d(0, 80px, 0)
}
.homepage-specs__item--wifi .thumb img {
-webkit-transform: translate3d(0, -70px, 0);
transform: translate3d(0, -70px, 0)
}
.homepage-specs__item--wifi .content {
margin-left: 8.33333%;
padding-right: 60px;
width: 33.33333%
}
@media (max-width: 46.24em) {
.homepage-specs__item--wifi {
margin-bottom: 0
}
.homepage-specs__item--wifi .thumb {
height: 300px;
width: 66.66667%;
top: -310px;
left: -12%
}
.homepage-specs__item--wifi .thumb__mask {
display: none
}
.homepage-specs__item--wifi .content {
margin-left: 0;
padding-right: 0;
float: none;
width: 100%
}
.homepage-specs__item--wifi .content p {
padding-left: 0
}
}
.homepage-trial {
padding-top: 70px;
padding-bottom: 70px;
margin-bottom: -80px;
background: #9539B7;
text-align: center
}
.homepage-trial__wrapper {
margin-right: auto;
margin-left: auto;
width: 930px
}
@media (max-width: 61.24em) {
.homepage-trial__wrapper {
width: 85%
}
}
.homepage-trial__title {
margin-bottom: 30px;
font-size: 2.85714rem;
line-height: 1.25;
letter-spacing: -.04em;
color: #fff
}
.homepage-trial .button--white::before {
display: none
}
.homepage-trial .button--white:hover,
.homepage-trial .button--white:focus,
.homepage-trial .button--white:active {
color: #4095fd
}
@media (max-width: 61.24em) {
.homepage-trial {
margin-bottom: 0
}
}
@media (max-width: 46.24em) {
.homepage-trial {
padding-top: 60px;
padding-bottom: 60px
}
.homepage-trial__title {
font-size: 2rem
}
}
.about-us__wrapper {
margin-right: auto;
margin-left: auto;
width: 930px
}
@media (max-width: 61.24em) {
.about-us__wrapper {
width: 85%
}
}
.about-us__wrapper::after {
clear: both;
content: '';
display: table
}
.about-us__item {
margin-bottom: 100px;
padding-bottom: 100px;
border-bottom: 1px solid #dbe1e5
}
.about-us__item::after {
clear: both;
content: '';
display: table
}
@media (max-width: 46.24em) {
.about-us__item {
margin-bottom: 48px;
padding-bottom: 48px
}
}
.about-us__item:last-child {
margin-bottom: 45px;
border-bottom: 0 none
}
.about-us__item--reverse .chapter,
.about-us__item--reverse .about-us__content {
float: right
}
.about-us__item--reverse .chapter {
margin-right: 16.66667%;
margin-left: 0
}
@media (max-width: 61.24em) {
.about-us__item--reverse .chapter {
margin-right: 0;
margin-left: 0
}
}
@media (max-width: 46.24em) {
.about-us__item--reverse .chapter {
margin-right: 16.66667%;
margin-left: 0
}
}
.about-us__item--reverse .about-us__content {
margin-right: 8.33333%;
margin-left: 0
}
@media (max-width: 46.24em) {
.about-us__item--reverse .about-us__content {
margin-right: 0;
margin-left: 0
}
}
.about-us__item.animate-scroll .about-us__content p {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.about-us__content {
margin-left: 8.33333%;
padding-right: 15px;
float: left;
width: 41.66667%
}
.about-us__content h2 {
color: transparent
}
.about-us__content h2 .splited-line {
color: #5a6e7f
}
.about-us__content p {
font-size: 1.21429rem;
line-height: 2rem;
margin-bottom: 1.3157rem;
padding-top: .6843rem;
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
-webkit-transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
@media (max-width: 61.24em) {
.about-us__content {
width: 58.33333%
}
}
@media (max-width: 46.24em) {
.about-us__content {
margin-left: 0;
width: 100%
}
}
.about-team {
background-position: center top;
background-color: white;
padding-top: 60px;
}
.about-team__wrapper {
margin-right: auto;
margin-left: auto;
width: 952px
}
@media (max-width: 61.24em) {
.about-team__wrapper {
width: 85%
}
}
.about-team__wrapper::after {
clear: both;
content: '';
display: table
}
.about-team__wrapper.bottomspace {
padding-bottom: 120px
}
@media (max-width: 46.24em) {
.about-team__wrapper {
padding-bottom: 40px;
margin-top: -25px;
}
}
.about-team__title.topspace {
padding-top: 50px
}
.about-team__title span {
position: relative
}
.about-team__title span:after {
content: '';
display: block;
height: 1px;
width: 150px;
position: absolute;
bottom: 10px;
left: -webkit-calc(100% + 18px);
left: calc(100% + 18px);
background: #9539B7
}
.backgroundcliptext .about-team__title span:after {
background: #fff;
}
.backgroundcliptext .about-team__title span {
background: -webkit-linear-gradient(left, #9539B7 2%, #9539B7 100%);
background: linear-gradient(to right, #9539B7 2%, #9539B7 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent
}
.about-team__title.right span {
float: right;
text-align: right
}
.about-team__title.right span:after {
position: absolute;
right: -webkit-calc(100% + 18px);
right: calc(100% + 18px);
bottom: 10px;
left: auto
}
.backgroundcliptext .about-team__title.right span:after {
background: #9539B7
}
.about-member-team {
margin-right: 15%;
margin-left: 0 !important;
float: left;
width: -webkit-calc(25% - 21px);
width: calc(25% - 21px);
/*bobby */
}
.about-member-team:last-child{
margin-right: 0;
}
.about-member-team:before {
display: none !important
}
.about-member-team h2 {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
-webkit-transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
.lang-fr .about-member-team h2 {
font-size: 2.28571rem
}
.about-member-team .caption {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
-webkit-transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.about-member-team p {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
-webkit-transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
@media (min-width: 61.25em) {
.about-member-team:nth-child(n+5) {
margin-top: 50px !important
}
.about-member-team:nth-child(4n+4) {
margin-right: 0
}
.about-member-team:nth-child(4n+5) {
clear: both
}
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
.about-member-team {
width: -webkit-calc(50% - 4.16667%);
width: calc(50% - 4.16667%);
margin-right: 8.33333%;
margin-left: 0
}
.about-member-team:nth-child(n+3) {
margin-top: 50px !important
}
.about-member-team:nth-child(even) {
margin-right: 0
}
.about-member-team:nth-child(odd) {
clear: both
}
}
@media (max-width: 46.24em) {
.about-member-team{
margin-bottom: 10px !important;
width: 100%;
float: none;
}
.about-member-team:last-child {
margin-bottom: 0 !important
}
}
.about-team__thumb {
margin-bottom: 2rem;
height: 222px;
width: 100%;
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
-webkit-transition: -webkit-transform 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
/*bobby */
}
.image-wrap{
text-align: center;
}
.image-wrap img{
max-width: 100%;
}
.about-team__thumb .image-wrap {
position: relative;
width: 100%;
height: 100%;
overflow: visible;
/*background: #fff;*/
/*bobby */
}
.about-team__thumb img {
position: absolute;
top: 0;
display: block;
width: 100%;
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
-webkit-transition: -webkit-transform 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
opacity: 0
}
.about-team__thumb img.processed {
opacity: 1
}
@media (max-width: 61.24em) {
.about-team__thumb {
width: 80%
}
}
@media (max-width: 46.24em) {
.about-team__thumb {
margin-left: 29.16667%;
height: auto;
width: 41.66667%
}
.typeset .about-team .about-team__title{
font-size: 2.87rem !important;
}
}
@media (max-width: 31.25em) {
.about-team__thumb {
margin: 0;
width: 10%;
float: left;
/*margin-left: 16.66667%;*/
height: auto;
}
.about-team__thumb .image-wrap{
display: none;
}
.typeset h5{
margin-top: -15px;
}
.about-member-team, .about-member-team .caption{
margin-bottom: 0;
}
.about-team.animate-scroll .about-member-team .caption{
text-align: left !important;
}
}
.about-team__contact {
font-weight: 300;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 1.5px;
height: auto
}
.about-team__contact:before {
display: none
}
.about-team__contact .icon {
margin-bottom: 3px;
height: 18px;
width: 18px;
position: relative;
display: inline-block;
border: 1px solid #6f8595;
border-radius: 100%;
vertical-align: middle;
overflow: hidden;
-webkit-transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
border-color: #9539B7
}
.about-team__contact .icon svg {
position: absolute;
top: 3px;
left: 3px;
height: 10px;
width: 10px;
fill: #6f8595
}
.about-team__contact:hover .icon,
.about-team__contact:focus .icon {
margin-left: 6px
}
.about-team__contact:hover svg,
.about-team__contact:focus svg {
-webkit-animation-name: u8faae3f3;
animation-name: u8faae3f3
}
@-webkit-keyframes u8faae3f3 {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
49% {
-webkit-transform: translateX(26px);
transform: translateX(26px)
}
50% {
-webkit-transform: translateX(-26px);
transform: translateX(-26px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes u8faae3f3 {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
49% {
-webkit-transform: translateX(26px);
transform: translateX(26px)
}
50% {
-webkit-transform: translateX(-26px);
transform: translateX(-26px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
.typeset .about-team .about-team__title {
font-size: 3.57143rem;
line-height: 4.5rem;
margin-bottom: 25px;
background: -webkit-linear-gradient(left, #933bb4 0%, #5bd6dd 89%);
background: linear-gradient(to right, #933bb4 0%, #5bd6dd 89%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
/*bobby */
}
.typeset .about-team .caption {
text-transform: uppercase;
padding-top: 0;
font-size: 1rem;
letter-spacing: 3px;
color:#9539B7;
/*bobby */
}
.typeset .about-team p {
font-size: 1rem;
line-height: 2rem;
margin-bottom: 1.3157rem;
padding-top: .6843rem;
margin-bottom: 0;
color:#9539B7;
/*bobby */
}
.about-team.animate-scroll .about-member-team h2,
.about-team.animate-scroll .about-member-team .caption {
opacity: 1;
color:#9539B7;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
text-align: center;
/*bobby */
}
.about-team.animate-scroll .about-member-team p {
opacity: 0.8;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.about-team.animate-scroll .about-team__thumb {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.about-team.animate-scroll .about-team__thumb img {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.about-quote {
position: relative;
background-color: #fff;
display: none
}
@media (max-width: 46.24em) {
.about-quote {
padding-top: 80px
}
}
.about-quote__wrapper {
margin-right: auto;
margin-left: auto;
width: 930px
}
@media (max-width: 61.24em) {
.about-quote__wrapper {
width: 85%
}
}
.about-quote blockquote {
margin-top: 0;
margin-bottom: 3rem
}
.about-quote blockquote p span {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
-webkit-transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.about-quote cite span {
display: inline-block;
opacity: 0;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
-webkit-transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
.about-quote cite::before {
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
-webkit-transform: translate3d(10px, 0, 0) scale(0, 1);
transform: translate3d(10px, 0, 0) scale(0, 1);
-webkit-transition: -webkit-transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
.about-quote.animate-scroll blockquote p span {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.about-quote.animate-scroll cite span {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.about-quote.animate-scroll cite::before {
-webkit-transform: translate3d(0, 0, 0) scale(1, 1);
transform: translate3d(0, 0, 0) scale(1, 1)
}
.about-faktory {
background: #fff;
overflow: visible;
}
.about-reload, .intro-reload{
background: #9539B7;
height:600px;
}
.homeSafesecure-reload{
height:600px;
}
.about-open__wrapper {
margin-right: auto;
margin-left: auto;
width: 952px;
padding-top: 0px;
padding-bottom: 20px;
margin-top: -100px;
position: relative
}
.about-reload__wrapper,.intro-reload__wrapper {
margin-right: auto;
margin-left: auto;
width: 952px;
padding-top: 72px;
padding-bottom: 100px;
position: relative
}
.more-benefits__wrapper{
margin-right: auto;
margin-left: auto;
width: 1050px;
padding-top: 72px !important;
padding-bottom: 100px;
padding: 3.2%;
position: relative
}
.homeSafesecure__wrapper{
margin-right: auto;
margin-left: auto;
width: 1050px;
padding-top: 70px !important;
padding: 2%;
padding-bottom: 80px;
position: relative
}
.more-benefits__wrapper{
transform: translateY(10%);
}
@media (max-width: 61.24em) {
.about-reload__wrapper{
width: 95% !important;
}
.intro-reload__wrapper{
width: 90% !important;
}
.homeSafesecure__wrapper {
top:-29%;
width: 85%;}
.more-benefits__wrapper{
top: 0px;width: 85%;}
}
.about-reload__wrapper::after,
.intro-reload__wrapper ::after,
.more-benefits__wrapper ::after,
.homeSafesecure__wrapper::after{
clear: both;
content: '';
display: table
}
.intro-reload__text {
height: auto;
width: 40%
}
.about-reload__text,.intro-reload__text {
height: auto;
width: 40%;
float: left;
}
.img-how2{
float: right;
text-align: right;
}
.homeSafesecure__text{
width: 40%;
height: auto;
}
@media (max-width: 46.24em) {
.about-reload__text,
.intro-reload__text,
.more-benefits__text,
.homeSafesecure__text
{
height: auto;
width: 100%
}
}
.about-reload__img,
.intro-reload__img {
position: absolute;
top: 57.7%;
right: 220px;
height: auto;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
.about-reload__img img{
display: relative;
position: absolute;
top: -40px;
bottom:100%;
left: 100%;
width: 40%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.intro-reload__img img {
display: relative;
position: absolute;
top: -25px;
bottom:100%;
left: 94%;
width: 40%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.about-reload__img2 img
{
display: relative;
position: absolute;
top: 90%;
bottom:100%;
left:77%;
width: 45%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.intro-reload__img2 img{
display: relative;
position: absolute;
top: 75%;
bottom:100%;
right:30px;
width: 20%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.intro-reload__img22 img{
display: relative;
position: absolute;
top: 79%;
bottom: 100%;
right: 17%;
width: 18%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.intro-reload__img4 img{
display: relative;
position: absolute;
top: 62%;
bottom:100%;
left:65%;
width: 45%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.intro-reload__img4 img{
display: relative;
position: absolute;
top: 62%;
bottom:100%;
left:65%;
width: 45%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.intro-reload__img3 img{
display: relative;
position: absolute;
top: 54%;
bottom: 100%;
right: -10%;
width: 36%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.intro-reload__img5 img{
display: relative;
position: absolute;
top: 67%;
bottom: 100%;
right: 4%;
width: 33%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@media (max-width: 46.24em) {
.intro-reload__img {
height: 50px;
width: 100%;
right: 200px;
vertical-align: middle;
position: relative;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 0 auto;
margin-top: 5%
}
.about-reload__img{
height: 50px;
width: 769px;
right: 10px;
vertical-align: middle;
max-width: 950px;
position: static;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 0 auto;
margin-top: 20%;
}
}
.more-benefits{
height:600px;
background-size: cover;
background-image: linear-gradient(-145deg, transparent 2%, #9539B7 86%), url("../assets/images/Slicingan/page1/slicingan-page1-06.png");
}
.about-open__wrapper::after {
clear: both;
content: '';
display: table
}
@media (max-width: 61.24em) {
.about-open__wrapper {
width: 85%
}
.more-benefits__wrapper{
-webkit-transform: translateY(30%);
-ms-transform: translateY(30%);
transform: translateY(30%);
}
}
.about-open__text {
height: auto;
width: 40%
}
@media (max-width: 46.24em) {
.about-open__text {
height: auto;
width: 100%
}
.main-slide{
width: 13%;
height: 100%;
float: left;
padding-left: 0px;
position: inherit;}
.slider-wrapper{
position: relative;
left: 0;
width: 699%;
height: 80%;
align-items: stretch; }
}
@media screen and (min-width: 768px) and (max-width: 992px){
.about-reload__img img, .intro-reload__img img, .about-reload__img2 img{
transform: translate(-32%, -41%) !important;
-webkit-transform: translate(-32%, -41%) !important;
-ms-transform: translate(-32%, -41%) !important;
}
.intro-reload__img4 img{
width: 30%;
left: 0;
right: 0;
margin: auto;
top: 68%;
bottom: 0;
}
.intro-reload__img5 img{
width: 20%;
left: 0;
right: 0;
margin: auto;
top: 68%;
bottom: 0;
}
.intro-reload__text{
width: 47%;
}
}
@media screen and (max-width: 480px) {
.intro-reload__text{
width: 100%;
margin-top: -70px;
}
.about-open__img img{
display: relative;
position: absolute;
top: 100%;
bottom: 100%;
right: -200px;
width: 97% !important;
-webkit-transform: translate(-50%, -14%) !important;
-ms-transform: translate(-50%, -14%) !important;
transform: translate(-50%, -14%) !important;
}
.about-reload__img img, .intro-reload__img img{
transform: translate(-168%, -22%) !important;
-webkit-transform: translate(-127%, -22%) !important;
-ms-transform: translate(-168%, -22%) !important;
width: 29% !important;
}
.about-reload__img2 img{
width: 65%;
top: 112%;
left: 50%;
}
.intro-reload__img2 img{
margin: auto;
display: block;
position: relative !important;
top: auto !important;
left: auto !important;
right: auto !important;
bottom: auto !important;
transform: none !important;
margin-top: 2%;
margin-left: 35%;
}
.about-reload__img2 img{
}
.about-reload__wrapper, .intro-reload__wrapper, .more-benefits__wrapper{
padding-top: 0%;
}
.content-header{
height: auto;
}
.intro-reload__img img{
transform: translate(-179%, -22%) !important;
-webkit-transform: translate(-179%, -22%) !important;
-ms-transform: translate(-179%, -22%) !important;
width: 22% !important;
margin-left: 33%;
top: 70px;
}
}
@media screen and (max-width: 375px) {
.about-reload__img img{
transform: translate(-179%, -22%) !important;
-webkit-transform: translate(-179%, -22%) !important;
-ms-transform: translate(-179%, -22%) !important;
width: 25% !important;
margin-left: 9px;
top: -19px;
}
.intro-reload__img img{
transform: translate(-179%, -22%) !important;
-webkit-transform: translate(-179%, -22%) !important;
-ms-transform: translate(-179%, -22%) !important;
width: 22% !important;
margin-left: 30%;
top: 70px;
}
}
.about-reload__img.image-force-class img{
transform: translate(-133%, -22%) !important;
-webkit-transform: translate(-133%, -22%) !important;
-ms-transform: translate(-133%, -22%) !important;
width: 40% !important;
margin-top: 10%;
margin-left: 2%;
}
}
@media screen and (max-width: 350px) {
.about-reload__img img, .intro-reload__img img{
transform: translate(-160%, -22%) !important;
-webkit-transform: translate(-160%, -22%) !important;
-ms-transform: translate(-160%, -22%) !important;
width:30% !important;
margin-top:90px;
}
.intro-reload{
height:752px;
}
}
@media screen and (max-width: 350px) {
#main-slider-prev{
left: 50px;
top: 0;
width: 12.5%;
}
#main-slider-next{
right: 59px;
top: 0;
width: 13.5%;
height: 7.5%;
}
}
.about-open__img {
position: absolute;
top: 57.7%;
right: 26 quotes: ;0px;
height: auto;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transform: translate3d(0, 16px, 0);
transform: translate3d(0, 16px, 0);
-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.about-open__img img {
display: relative;
position: absolute;
top: 100%;
bottom:100%;
left: 96%;
width: 60%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding-bottom: 110px;
}
@media (max-width: 46.24em) {
.about-open__img {
/*height: 50px;
width: 800px;*/
right: 10px;
vertical-align: middle;
max-width: 950px;
position: static;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 0 auto;
margin-top: 10px
}
about-open__img img{
top: -25px;
}
}
.about-faktory__wrapper {
margin-right: auto;
margin-left: auto;
width: 952px;
padding-top: 100px;
padding-bottom: 100px;
position: relative
}
@media (max-width: 61.24em) {
.about-faktory__wrapper {
width: 85%
}
}
.about-faktory__wrapper::after {
clear: both;
content: '';
display: table
}
.about-faktory__text {
height: auto;
width: 60%;
/*bobby */
}
@media (max-width: 46.24em) {
.about-faktory__text {
height: auto;
width: 100%
}
.about-faktory__wrapper {
padding-bottom: 0;
margin-top: -150px;
}
.animate-scroll .contact-address{
margin-top: 150px;
}
}
.about-faktory__img {
position: absolute;
top: 64.7%;
height: auto;
width: 75%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
.about-faktory__img img {
display: relative;
position: absolute;
top: 30%;
left: 25%;
width: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-top: 15%;
/*bobby */
}
@media (max-width: 46.24em) {
.about-faktory__img {
height: 152px;
width: 100%;
max-width: 450px;
position: static;
-webkit-transform: translateY(-15%);
-ms-transform: translateY(-15%);
transform: translateY(-15%);
margin: 0 auto;
}
.about-faktory__img img {
display: relative;
position: absolute;
top: 30%;
left: 40%;
width: 80%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-top: 0;
/*bobby */
}
}
.about-faktory__link {
display: inline-block;
margin-top: 30px;
border-bottom: 2px solid #fff
}
.about-faktory__link:hover {
text-decoration: none
}
.typeset .about-faktory h2,
.typeset .about-faktory p,
.typeset .about-faktory a {
color: #9539B7;
}
.typeset .about-faktory h2,
.typeset .about-faktory a {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800
}
.typeset .about-faktory a {
font-size: 1.28571rem
}
.about-partners__wrapper {
padding-top: 120px;
margin-right: auto;
margin-left: auto;
width: 930px
}
@media (max-width: 61.24em) {
.about-partners__wrapper {
width: 85%
}
}
.about-partners__wrapper::after {
clear: both;
content: '';
display: table
}
@media (max-width: 46.24em) {
.about-partners__wrapper {
padding-top: 50px
}
}
.about-partners__title span {
float: left;
position: relative
}
.about-partners__title span:after {
content: '';
display: block;
height: 1px;
width: 150px;
position: absolute;
bottom: 10px;
left: -webkit-calc(100% + 18px);
left: calc(100% + 18px);
background: #5a6e7f
}
.about-partners__title.right span {
float: right;
text-align: right
}
.about-partners__title.right span:after {
position: absolute;
right: -webkit-calc(100% + 18px);
right: calc(100% + 18px);
bottom: 10px;
left: auto
}
.about-partners__partners {
float: left;
height: 120px;
width: -webkit-calc(20% - 22.4px);
width: calc(20% - 22.4px);
margin-left: 0 !important;
border: 1px solid rgba(90, 110, 127, 0.5);
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.about-partners__partners:before {
display: none !important
}
.about-partners__partners:hover {
border-color: rgba(255, 255, 255, 0)
}
.about-partners__links {
display: block;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-position: 50% 50%;
-webkit-filter: grayscale(1);
filter: grayscale(1);
-webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.about-partners__partners:hover .about-partners__links {
-webkit-filter: grayscale(0);
filter: grayscale(0)
}
@media (max-width: 64em) {
.about-partners__links {
-webkit-filter: grayscale(0);
filter: grayscale(0)
}
}
.typeset .about-partners__title {
margin-bottom: 50px
}
@media (min-width: 61.25em) {
.typeset .about-partners__partners {
margin-right: 28px
}
.typeset .about-partners__partners:nth-child(5n+5) {
margin-right: 0
}
.typeset .about-partners__partners:nth-child(5n+6) {
clear: both
}
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
.typeset .about-partners__partners {
margin-right: 28px;
margin-bottom: 28px;
height: 120px;
width: -webkit-calc(25% - 21px);
width: calc(25% - 21px)
}
.typeset .about-partners__partners:nth-child(4n+4) {
margin-right: 0
}
.typeset .about-partners__partners:nth-child(4n+5) {
clear: both
}
}
@media (min-width: 31.25em) and (max-width: 46.24em) {
.typeset .about-partners__partners {
margin-right: 28px;
margin-bottom: 28px;
height: 120px;
width: -webkit-calc(50% - 14px);
width: calc(50% - 14px)
}
.typeset .about-partners__partners:nth-child(even) {
margin-right: 0
}
.typeset .about-partners__partners:nth-child(odd) {
clear: both
}
.typeset .about-partners__partners.nospace {
margin-bottom: 0
}
}
@media (max-width: 31.25em) {
.typeset .about-partners__partners {
float: none;
display: block;
margin-bottom: 28px;
margin-left: 10% !important;
height: 140px;
width: 80%
}
.typeset .about-partners__partners.nospace:last-child {
margin-bottom: 0
}
}
.contact-address {
margin-left: 8.33333%;
margin-top: -100px;
padding: 50px 40px 20px;
position: relative;
width: 33.33333%;
background-color: #fff;
opacity: 0;
border-radius:15px;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
-webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1)
}
.contact-address p {
margin-bottom: 0;
font-size: 1.21429rem;
letter-spacing: -.04em
}
.contact-address p.org {
font-weight: 800;
font-size: 2.18571rem;
color: #5a6e7f
}
.contact-address p.org small {
font-weight: 400;
font-size: 1rem;
line-height: 1rem;
font-family: "Open Sans";
letter-spacing: 0.3px;
}
.contact-address::after {
position: absolute;
bottom: -15px;
left: 250px;
height: 0;
width: 0;
display: block;
content: '';
border-style: solid;
border-width: 15px 15px 0 0;
border-color: #fff transparent transparent transparent
}
.animate-scroll .contact-address {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
@media (max-width: 61.24em) {
.contact-address {
margin-left: 0;
width: 50%
}
}
@media (max-width: 46.24em) {
.contact-address {
width: 100%;
margin-top: 80px !important;
}
}
.contact-form {
margin-right: -36px;
width: 50%;
float: right;
margin-top: -683px;
}
@media (max-width: 61.24em) {
.contact-form {
width: 100%;
float: left;
margin-left: 0;
margin-top: -220%;
}
}
@media (max-width: 46.24em) {
.contact-form {
margin-left: 0;
width: 100%
margin-top: -192%;
}
}
.contact-faq {
margin-left: 8.33333%;
padding-left: 30px;
width: 33.33333%;
float: left
}
.contact-faq ul {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
-webkit-transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
.contact-faq.animate-scroll ul {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
@media (max-width: 61.24em) {
.contact-faq {
/*margin-top: 60px;*/
padding-left: 0;
width: 83.33333%
}
}
@media (max-width: 46.24em) {
.contact-faq {
margin-left: 0;
width: 100%
}
}
.content--jobs .typeset .highlight {
padding-bottom: 50px;
margin-bottom: 50px;
border-bottom: 1px solid rgba(183, 194, 202, 0.5);
font-size: 2.28571rem;
line-height: 1.4;
letter-spacing: 0;
color: #6f8595
}
.content--jobs .jobs-introduction {
margin-bottom: 60px
}
.content--jobs .jobs-introduction .title {
margin-bottom: 40px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 2.28571rem;
line-height: 1.2;
letter-spacing: .025em;
color: #6f8595
}
.content--jobs .jobs-introduction .title strong {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800
}
.content--jobs .jobs-introduction .typeset {
position: relative;
margin-left: 33.33333%;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px
}
@media (max-width: 61.24em) {
.content--jobs .jobs-introduction .typeset {
margin-left: 0
}
.content--jobs .jobs-introduction .typeset::before {
display: none
}
}
@media (max-width: 46.24em) {
.content--jobs .jobs-introduction .typeset {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-gap: 0;
-moz-column-gap: 0;
column-gap: 0
}
}
.content--jobs .jobs-introduction .typeset::before {
content: '';
position: absolute;
left: -140px;
top: 10px;
width: 110px;
height: 1px;
background: #6f8595;
opacity: 0.5
}
.content--jobs .jobs-list {
margin-left: 33.33333%
}
@media (max-width: 61.24em) {
.content--jobs .jobs-list {
margin-left: 0
}
}
.content--jobs .jobs-aside {
padding: 45px;
background: #f0f0f0
}
@media (max-width: 61.24em) {
.content--jobs .jobs-aside {
margin-top: 60px
}
}
@media (max-width: 46.24em) {
.content--jobs .jobs-aside {
padding: 45px 30px
}
}
.content--jobs .jobs-apply {
margin-top: 20px
}
.content--jobs .jobs-infos li::after {
content: '';
display: block;
width: 40px;
height: 1px;
background: #6e808f;
margin-top: 25px;
margin-bottom: 25px
}
.content--jobs .jobs-infos li:last-child::after {
display: none
}
.content--jobs .jobs-infos span {
position: relative;
display: block;
padding-left: 20px;
line-height: 1;
letter-spacing: .3em;
text-transform: uppercase
}
.content--jobs .jobs-infos span svg {
fill: #9539B7;
position: absolute;
left: 0;
top: -1px
}
.content--jobs .jobs-infos span svg.icon-work {
top: -2px
}
.content--jobs .jobs-infos .title {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
margin-bottom: 15px;
font-size: .78571rem;
color: #9539B7
}
.content--jobs .jobs-infos .text {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 500;
font-size: .85714rem;
color: #6f8595
}
.content--jobs .jobs-detail {
padding-left: 8.33333%
}
@media (max-width: 61.24em) {
.content--jobs .jobs-detail {
padding-left: 0
}
}
.content--jobs .jobs-detail h2 {
padding-top: 0;
margin-top: 50px
}
.content--jobs .jobs-detail h2:first-child {
margin-top: 0
}
@font-face {
font-family: "Avenir";
font-style: normal;
font-weight: 400;
src: url("../assets/fonts/Avenir/Avenir-Book.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Avenir/Avenir-Book.woff") format("woff"), url("../assets/fonts/Avenir/Avenir-Book.ttf") format("truetype"), url("../assets/fonts/Avenir/Avenir-Book.svg#Avenir") format("svg")
}
@font-face {
font-family: "Avenir";
font-style: normal;
font-weight: 300;
src: url("../assets/fonts/Avenir/Avenir-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Avenir/Avenir-Light.woff") format("woff"), url("../assets/fonts/Avenir/Avenir-Light.ttf") format("truetype"), url("../assets/fonts/Avenir/Avenir-Light.svg#Avenir") format("svg")
}
@font-face {
font-family: "Avenir";
font-style: normal;
font-weight: 800;
src: url("../assets/fonts/Avenir/Avenir-Heavy.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Avenir/Avenir-Heavy.woff") format("woff"), url("../assets/fonts/Avenir/Avenir-Heavy.ttf") format("truetype"), url("../assets/fonts/Avenir/Avenir-Heavy.svg#Avenir") format("svg")
}
@font-face {
font-family: "Avenir";
font-style: normal;
font-weight: 500;
src: url("../assets/fonts/Avenir/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Avenir/Avenir-Medium.woff") format("woff"), url("../assets/fonts/Avenir/Avenir-Medium.ttf") format("truetype"), url("../assets/fonts/Avenir/Avenir-Medium.svg#Avenir") format("svg")
}
@font-face {
font-family: "Avenir";
font-style: normal;
font-weight: 900;
src: url("../assets/fonts/Avenir/Avenir-Black.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Avenir/Avenir-Black.woff") format("woff"), url("../assets/fonts/Avenir/Avenir-Black.ttf") format("truetype"), url("../assets/fonts/Avenir/Avenir-Black.svg#Avenir") format("svg")
}
.about-member-team .about-team-caption{
color: #9539B7;
text-align: center;
}
.about-member-team h5{
color: #9539B7;
text-align: center;
margin-left: -3px !important;
}
.about-member-team .about-team-caption{
width: 153px;
margin: auto;
display: block;
}
@media (max-width: 46.24em) {
.about-member-team h5,.about-member-team {
margin-left: -122px;
}
/*#main-slider-space{
margin-top: 50px !important;
margin-left: -47px !important;
overflow: visible;
}*/
.slider-wrapper{
width: 900px !important;
height: 100% !important;
}
.main-slide{
width: 47% !important;
height: 92% !important;
padding-left: 80px !important;
}
#main-slider-prev{
left: 14px !important;
width: 15.5% !important;
height: 15.5% !important;
background-size: 60%;
}
#main-slider-next{
right: 11px !important;
width: 15.5% !important;
height: 15.5% !important;
top: -65px !important;
background-size: 60%;
}
.intro-reload__img5 img{
top: 100%;
bottom: 100%;
right: 16%;
width: 45%;
}
.intro-reload__img4 img{
top: 100%;
bottom: 100%;
left: 42% !important;
width: 200px;
}
}
@media (max-width: 24.24em) {
.about-member-team h5,.about-member-team .about-team-caption{
margin-left: -52px;
}
.about-member-team .about-team-caption{
margin-left: 37px;
}
}
#main-slider-space {
overflow: hidden;
width: 100%;
height: 600px;
margin-right: -20%;
float: left;
display: block;
}
.slider-wrapper {
position:relative;
left:0;
width:3000px;
height:100%;
}
.main-slide {
width:40%;
height:100%;
float:left;
padding-left:130px;
overflow: hidden;
position: inherit;
}
#slide1 {
opacity: 1;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
-webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1)
}
#slide2 {
opacity: 1;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
-webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1)
}
#slide3 {
opacity: 1;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
-webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1)
}
#slide4 {
opacity: 1;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
-webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1)
}
.slider-buttons {
position:absolute;
width:30px;
height:30px;
}
.slider-buttons:hover { cursor:pointer; }
#main-slider-next {
background-image: url("../assets/images/next.png");
background-position: right;
background-repeat: no-repeat;
bottom: 0;
margin: auto;
position: absolute;
right: 37px;
background-position: right;
top: 0;
width: 8.5%;
height: 7.5%;
}
#main-slider-prev {
background-image: url("../assets/images/prev.png");
background-repeat: no-repeat;
bottom: 0;
margin: auto;
position: absolute;
left: 30px;
top: 0;
width: 8.5%;
height: 7.5%;
}
.btn-hero{
position: relative;
border: 0 none;
outline: none;
cursor: pointer;
overflow: hidden;
z-index: 1;
display: inline-block;
height: 50px;
padding: 20px 35px;
border-radius: 10px;
color: #9539B7;
background-color: white;
background-image: none;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-style: normal;
font-size: .78571rem;
line-height: 1;
letter-spacing: .21em;
text-transform: uppercase;
}
#home.content-header{
padding-top: 0;
}
@media (max-width: 480px) {
.about-open__wrapper{
margin-bottom: -80%;
}
.slide_viewer {
height: 438px !important;
overflow: hidden;
position: relative;
margin-bottom: -290px !important;
}
.directional_nav{
top: -218px !important;
}
.slide figure{
padding-top: 79px;
}
.intro-reload__img3 img{
top: 64%;
width: 50%;
}
.slide:nth-of-type(3) {
background-image: linear-gradient(-35deg, transparent 2%, #9539B7 76%), url("../assets/images/slider_3.png");
background-size: cover;
background-position: 10%;
height: 540px;
}
.intro-reload__text{
margin-top: -64px;
}
}
@media (max-width: 320px) {
.about-open__wrapper{
margin-bottom: -80%;
}
.slide_viewer {
height: 438px;
overflow: hidden;
position: relative;
}
.slide figure{
padding-top: 79px;
}
.intro-reload__img3 img{
top: 85%;
width: 50%;
}
.slide:nth-of-type(3) {
background-image: url(../assets/images/slider_3.png);
background-size: cover;
background-position: 10%;
height: 540px;
}
}
.slider {
margin: 0 auto;
/*max-width: 940px;*/
}
.slide_viewer {
/*height: 340px;*/
overflow: hidden;
margin-bottom: -170px;
position: relative;
height: 80vh;
min-height: 800px;
overflow: hidden;
}
.slide_viewer .slide_group .slide:nth-of-type(1) .intro-reload__wrapper,
.slide_viewer .slide_group .slide:nth-of-type(2) .intro-reload__wrapper,
.slide_viewer .slide_group .slide:nth-of-type(3) .intro-reload__wrapper{
margin-top: 150px;
width: 1036px;
}
.slide_viewer .slide_group .slide:nth-of-type(3) .intro-reload__wrapper .intro-reload__text{
/*margin-top: 150px;*/
}
.slide_group {
height: 100%;
position: relative;
width: 100%;
}
.slide {
display: none;
height: 100%;
position: absolute;
width: 100%;
}
.slide:first-child {
display: block;
}
.slide:nth-of-type(1) {
background: ;
}
.slide:nth-of-type(2) {
}
.slide:nth-of-type(3) {
background-image: url("../assets/images/slider_3.png");
background-size: cover;
background-position: 50%;
max-height: 650px;
overflow: hidden;
}
.slides:first-child) {
display: block;
}
.slide .intro-reload__wrapper .intro-reload__img2 img{
width: 35% !important;
-webkit-transform: translate(-10%, -110%) !important;
-ms-transform: translate(-10%, -110%) !important;
transform: translate(-10%, -110%) !important;
}
.slide:nth-of-type(2) .intro-reload__wrapper .intro-reload__img2 img{
width: 35% !important;
-webkit-transform: translate(-10%, -95%) !important;
-ms-transform: translate(-10%, -95%) !important;
transform: translate(-10%, -95%) !important;
margin-top: 84px;
}
.slide_buttons {
left: 0;
position: absolute;
right: 0;
text-align: center;
display: none;
}
a.slide_btn {
color: #F4BCEB;
font-size: 42px;
margin: 0 0.175em;
-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: opacity 0.4s ease-in-out, width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.slide_btn.active, .slide_btn:hover {
color: #33014A;
cursor: pointer;
opacity: 0.82;
}
.directional_nav {
height: 340px;
margin: 0 auto;
/*max-width: 940px;*/
position: relative;
top: -425px;
}
.previous_btn {
bottom: 0;
/*left: 20px;*/
left: 30px;
margin: auto;
position: absolute;
top: 0;
}
.next_btn {
bottom: 0;
margin: auto;
position: absolute;
right: 20px;
top: 0;
}
.previous_btn, .next_btn {
cursor: pointer;
height: 65px;
opacity: 0.5;
-webkit-transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
-ms-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
width: 65px;
}
.previous_btn:hover, .next_btn:hover {
opacity: 1;
}
.intro-reload__title strong span{
font-weight: bold;
}
@media (max-width: 768px) {
#home .slick-slide:nth-of-type(4){
background-position: 90%;
background-image: url(../assets/images/slider_3.png);
background-size: 490% !important;
}
.homeSafesecure-reload{
padding: 0;
height: 100%;
}
.about-reload__text{
width: 85%;
}
.how-it-works{
padding-top: 200px !important;
}
.img-how {
float: none !important;
width: 100% !important;
text-align: center !important;
}
.site-title__logo{
left: 15%;
right: 0;
margin-right: 0;
}
.slide_viewer .slide_group .slide:nth-of-type(1) .intro-reload__wrapper, .slide_viewer .slide_group .slide:nth-of-type(2) .intro-reload__wrapper, .slide_viewer .slide_group .slide:nth-of-type(3) .intro-reload__wrapper{
margin: 150px 20px;
}
.main-slide{
/*padding-left: 60px !important;*/
}
.intro-reload__title{
/*margin-bottom: 0 !important;*/
}
.previous_btn {
left: 30%;
}
.next_btn {
right: 30%;
}
.intro-reload__img4 img, .intro-reload__img5 img{
top: 0;
bottom: 0;
left: 0 !important;
width: 200px;
right: 0;
margin: auto;
margin-left: 50%;
margin-top: 100%;
}
#main-slider-prev{
left: 30% !important;
width: 15.5% !important;
height: 100% !important;
background-size: 60%;
top: 0;
z-index: 999;
background-position: bottom;
bottom: 20px;
}
#main-slider-next{
right: 30% !important;
width: 15.5% !important;
height: 100% !important;
background-size: 60%;
z-index: 999;
top: 0 !IMPORTANT;
background-position: bottom !important;
bottom: 20px;
}
.about-reload, .intro-reload{
min-height: 700px;
height: 100%;
padding-bottom: 10px;
overflow: hidden;
}
.intro-reload__img img{
top: 300%;
left: 130%;
}
.home-slider-one{
padding-top: 0 !important;
}
.slick-dots{
text-align: center;
margin-top: -60px;
}
.slick-dots li {
display: inline-block !important;
background: #F4BDEC;
width: 10px;
border-radius: 50%;
border: none;
text-indent: -999px;
margin: 10px;
height: 10px;
}
.slick-dots li.slick-active{
background: #fff;
}
.home-block-left, .home-block-right{
float: none !important;
width: 100% !important;
}
.home-blocks-left{
float: none !important;
width: 100% !important;
margin-left: -10%;
}
.home-column-left, .home-column-right{
float: none !important;
width: 100% !important;
}
.home-column-right .img{
text-align: center !important;
padding-top: 50px ;
}
.home-column-right img{
width: 80%;
}
.intro-reload__wrapperx {
width: 100% !important;
}
.intro-reload__wrapperx .home-block {
padding: 100px 35px !important;
}
.site-navigation__item.has-dropdown{
display: none;
}
.home-slider-one .slick-next{
display: block !important;
}
.home-slider-one .slick-prev{
display: block !important;
}
.home-slider-one .home-block .home-block-right .img {
text-align: center;
}
.home-slider-one .home-block .home-block-right .img img{
display: inline-block;
margin-top: 15%;
}
.home-slide-tri .home-block .home-block-right .img{
text-align: center;
padding: 30px 0px;
}
.home-slide-tri .home-block .home-block-right .img img{
display: inline-block;
}
#home.content-header{
padding-top: 0 !important;
}
.about-member-team .about-team-caption {
margin-left: 0 !important;
text-align: center;
width: 100%;
}
.about-team-thumb{
margin: 30px 0 0;
}
.about-member-team h5{
margin-top: 0;
}
.home-block-right img{
float: none !important;
}
.intro-reload__parag{
padding-top: 20px;
}
.homeSafesecure__wrapper {
width: 96% !important;
top: 0;
}
.more-benefits__wrapper{
width: 90% !important;
}
.img-how2{
float: none;
text-align: center;
}
.about-reload__text{
padding-left: 6%;
margin-top: -25px;
}
.how-left{
float: none;
margin-left: -1%;
margin-top: -2px;
}
.img-how3{
width: 100% !important;
float: none !important;
text-align: center !important;
}
.img-how3 img{
padding-top: 10px !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px){
.about-reload__img, .intro-reload__img{
position: initial !important;
margin: auto !important;
text-align: center !important;
}
.home-slider-one{
padding-top: 0 !important;
}
.slick-dots{
text-align: center;
}
.slick-dots li {
display: inline-block !important;
}
.about-reload__wrapper, .intro-reload__wrapper, .more-benefits__wrapper, .homeSafesecure__wrapper, .about-open__wrapper{
width: 870px;
}
.home-block-right img{
float: none !important;
}
.site-title__logo{
right: -100%;
}
.intro-reload__wrapperx .home-block {
padding: 180px 230px 0 190px !important;
}
.about-reload__text, .intro-reload__text{
margin: 0;
width: 100%;
}
.home-slider-one .slick-next{
left: 970px;
}
}
@media screen and (max-width: 1280px) and (max-height: 960px){
.intro-reload__wrapperx{
width: 1280px;
}
.home-slider-one .slick-prev{
left: 10px !important;
top: 54% !important;
}
.home-slider-one .slick-next{
right: 5px !important;
top: 54% !important;
}
}
@media screen and (min-width: 1200px) and (max-width: 1280px){
.intro-reload__wrapperx .home-block {
padding: 180px 200px 0 115px !important;
}
.site-title__logo{
left: 112%;
}
}
.clear{
clear: both;
}
.home-slider-one{
position: relative;
}
.home-block-left{
float: left;
width: 50%;
}
.home-blocks-left{
float: left;
width: 50%;
padding: 5%;
}
.home-block-right{
float: left;
width: 50%;
}
.home-block-right img{
float: right;
}
.home-slider-one .slick-prev{
background: url(../assets/images/prev.png) no-repeat;
position: absolute;
left: 50px;
text-indent: -9999px;
border: none;
padding: 16px 23px;
top: 40%;
z-index: 999999;
}
.home-slider-one .slick-next{
background: url(../assets/images/next.png) no-repeat;
position: absolute;
right: 50px;
text-indent: -9999px;
border: none;
padding: 16px 23px;
top: 40%;
z-index: 999999;
}
.home-slide-tri .slick-prev{
background: url(../assets/images/prev.png) no-repeat;
position: absolute;
left: -100px;
text-indent: -9999px;
border: none;
padding: 16px 23px;
top: 30%;
}
.home-slide-tri .slick-next{
background: url(../assets/images/next.png) no-repeat;
position: absolute;
right: -100px;
text-indent: -9999px;
border: none;
padding: 16px 23px;
top: 30%;
}
.home-column-left{
float: left;
width: 50%;
}
.home-column-right{
float: right;
width: 50%;
}
.home-column-right .img{
text-align: right;
}
.home-column-right img{
width: 80%;
}
.img-bg{
position: relative;
}
.img-bg img{
position: absolute;
width: 1344px;
height: 600px;
}
.home-slide-tri{
background: -webkit-linear-gradient(360deg, #9532B7 55%, #9539B7 89%);
background: linear-gradient(-180deg, #9532B7 55%, #9539B7 90%);
background-position: center bottom;
}
.intro-reload__wrapperx{
width: 1350px;
margin: 0 auto;
}
.intro-reload__wrapperx .home-block {
padding: 180px 153px 0;
}
#home .slick-slide:nth-of-type(4){
min-height: 650px;
background-size: cover;
background-position: 50%;
background-image: url(../assets/images/slider_3.png);
}
.special{
display: inline-block !important;
font-size: 20px;
}
.site-navigation__list{
text-align: center;
}
.img-how{
float: right;
width: 60%;
text-align: right;
margin-top: 5%
}
.how-left{
float: left;
}
.img-dompet{
position: inherit;
top: 0;
height: 100%;
width: 60%;
}
.img-how3{
float: right;
text-align: right;
width: 40%;
}
.img-how3 img{
max-width: 100%;
padding-top: 60px;
}
/* CUSTOMS FAIZAL */
@media screen and (min-width: 799px) and (max-width: 800px) {
.home-slider-one .slick-next {left: 710px !important;}
}
@media screen and (min-width: 979px) and (max-width: 980px) {
.home-slider-one .slick-next {left: 880px !important;}
}
@media screen and (min-width: 1023px) and (max-width: 1024px) {
.home-slider-one .slick-next {left: 970px !important;}
}
@media screen and (min-width: 899px) and (max-width: 900px) {
.home-slider-one .slick-next {left: 810px !important;}
}
@media screen and (min-width: 1279px) and (max-width: 1280px) {
.home-slider-one .slick-next {right: 70px !important;}
}
@media screen and (min-width: 319px) and (max-width: 980px) {
.site-footer {padding-top: 20px !important}
.content.content--contact {height: 1150px;}
.contact-faq {margin-top: 0 !important;}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
.content.content--contact {height: 955px !important}
}
@media screen and (min-width: 768px) and (max-width: 800px) {
.content--contact .content-body {position: absolute; bottom: 165px}
} | application/views/invoice/backup-01082017/prev/assets/files/templates/riiot/public/css/main.css | .fs-dropdown {
position: relative;
z-index: 1;
display: block;
margin: 10px 0;
max-width: 100%
}
.fs-dropdown:focus {
box-shadow: none;
outline: none
}
.fs-dropdown,
.fs-dropdown:after,
.fs-dropdown:before,
.fs-dropdown *,
.fs-dropdown *:after,
.fs-dropdown *:before {
box-sizing: border-box;
-webkit-transition: none;
transition: none;
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important
}
.fs-dropdown-element {
width: 100%;
height: 100%;
position: absolute;
left: 0;
opacity: 0;
z-index: -1
}
.fs-dropdown-element,
.fs-dropdown-element:focus {
outline: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-tap-highlight-color: transparent
}
.no-opacity .fs-dropdown-element {
left: -999999px
}
.fs-dropdown-selected {
width: 100%;
position: relative;
background: #ffffff;
border: 1px solid #cccccc;
border-radius: 3px;
color: #222222;
cursor: pointer;
display: block;
font-size: 14px;
height: 40px;
line-height: 40px;
margin: 0;
overflow: hidden;
padding: 0 40px 0 15px;
text-align: left;
text-overflow: clip;
z-index: 2
}
.fs-dropdown-selected:after {
height: 0;
width: 0;
position: absolute;
top: 0;
right: 15px;
bottom: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #973db8;
content: '';
display: block;
margin: auto 0
}
.no-touch .fs-dropdown-selected:hover {
color: #222222
}
.no-touch .fs-dropdown-disabled .fs-dropdown-selected:hover {
color: #ece0f1
}
.fs-dropdown-options {
width: 100%;
max-height: 260px;
position: absolute;
top: 100%;
left: 0;
border: 1px solid #cccccc;
border-width: 0 1px 1px;
border-radius: 0 0 3px 3px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
background-color: #ffffff;
display: none;
margin: 0;
overflow: auto;
overflow-x: hidden;
padding: 0;
z-index: 50
}
.fs-dropdown-options.fs-scrollbar {
position: absolute
}
.no-opacity .fs-dropdown-options {
width: auto
}
.fs-dropdown-group {
border-bottom: 1px solid #cccccc;
color: #999999;
display: block;
font-size: 11px;
padding: 10px 15px;
text-transform: uppercase
}
.fs-dropdown-item {
width: 100%;
background: #ffffff;
border-bottom: 1px solid #cccccc;
color: #222222;
cursor: pointer;
display: block;
font-size: 14px;
margin: 0;
height: 40px;
line-height: 40px;
overflow: hidden;
padding: 0 15px;
text-align: left;
text-decoration: none;
text-overflow: ellipsis
}
.fs-dropdown-item_placeholder {
display: none
}
.fs-dropdown-item_selected {
background: #eeeeee
}
.fs-dropdown-item_disabled {
color: #999999;
cursor: default
}
.fs-dropdown-item:first-child {
border-radius: 0
}
.fs-dropdown-item:last-child {
border-bottom: 0;
border-radius: 0 0 3px 3px
}
.no-touch .fs-dropdown-item:hover,
.no-touch .fs-dropdown-item_selected:hover {
color: #222222;
background-color: #dddddd;
border-color: #cccccc
}
.fs-dropdown-item_disabled,
.no-touch .fs-dropdown-item_disabled:hover {
color: #cccccc;
background-color: #ffffff;
border-color: #cccccc
}
.fs-dropdown-open {
z-index: 3
}
.fs-dropdown-open .fs-dropdown-options {
display: block;
border-radius: 0 0 3px 3px
}
.fs-dropdown-open .fs-dropdown-selected {
z-index: 51;
border-radius: 3px 3px 0 0
}
.fs-dropdown-open .fs-dropdown-selected,
.fs-dropdown-focus .fs-dropdown-selected {
background-color: #ffffff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}
.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
z-index: 49
}
.fs-dropdown-cover .fs-dropdown-options {
top: 0;
border-radius: 3px;
border-width: 1px
}
.fs-dropdown-cover .fs-dropdown-item:first-child {
border-radius: 3px 3px 0 0
}
.fs-dropdown-bottom .fs-dropdown-options {
top: auto;
bottom: 100%;
border-width: 1px 1px 0
}
.fs-dropdown-bottom .fs-dropdown-item:last-child {
border: none
}
.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-selected {
border-radius: 0 0 3px 3px
}
.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-options {
border-radius: 3px 3px 0 0
}
.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
top: auto;
bottom: 0
}
.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
border-radius: 3px
}
.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-options {
border-radius: 3px
}
.fs-dropdown-multiple .fs-dropdown-options {
width: 100%;
position: static;
border-radius: 3px;
border-width: 1px;
box-shadow: none;
display: block
}
.fs-dropdown-disabled .fs-dropdown-selected {
background: #ffffff;
border-color: #cccccc;
color: #cccccc;
cursor: default
}
.fs-dropdown-disabled .fs-dropdown-options {
background: #ffffff;
border-color: #cccccc
}
.fs-dropdown-disabled .fs-dropdown-group,
.fs-dropdown-disabled .fs-dropdown-item {
border-color: #cccccc;
color: #cccccc;
cursor: default
}
.fs-dropdown-disabled .fs-dropdown-item,
.no-touch .fs-dropdown-disabled .fs-dropdown-item:hover {
color: #cccccc;
background-color: #ffffff
}
.fs-dropdown-disabled .fs-dropdown-item_selected,
.no-touch .fs-dropdown-disabled .fs-dropdown-item_selected:hover {
background: #fafafa
}
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
}
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
}
html {
height: 100%;
box-sizing: border-box
}
*,
*::before,
*::after {
box-sizing: inherit
}
body {
height: 100%;
width: 100%;
background-color: #fff
}
body.is-navigation-open {
overflow: hidden
}
.container {
height: 100%;
width: 100%
}
.center {
position: relative;
max-width: 930px;
margin: 0 auto
}
.wrapper {
position: relative;
width: 100%;
z-index: 1;
overflow: hidden
}
*[data-href] {
cursor: pointer
}
@font-face {
font-family: "Icons";
font-style: normal;
font-weight: 400;
src: url("../assets/fonts/Icons/Icons.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Icons/Icons.woff") format("woff"), url("../assets/fonts/Icons/Icons.ttf") format("truetype"), url("../assets/fonts/Icons/Icons.svg#Icons") format("svg")
}
html {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: 87.5%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
font-family: Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1rem;
line-height: 2;
color: #a765c0
}
a {
cursor: pointer;
color: #9539B7;
text-decoration: none;
-webkit-transition: color 0.1s, background-color 0.1s;
transition: color 0.1s, background-color 0.1s
}
a:hover,
a:focus,
a:active {
text-decoration: underline
}
h1,
h2,
h3,
h4,
h5,
h6 {
color:#bd9aca
}
h1 {
font-family: Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 300;
letter-spacing: -.04em
}
h2,
h3,
h4,
h5,
h6 {
font-weight: 900;
letter-spacing: -.04em
}
h2::after,
h3::after,
h4::after,
h5::after,
h6::after {
clear: both;
content: '';
display: table
}
h2 .number,
h3 .number,
h4 .number,
h5 .number,
h6 .number {
float: left;
margin-top: -5px;
margin-right: 60px;
margin-bottom: 40px;
font-family: Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 7.85714rem;
line-height: 1;
color: #9539B7
}
.backgroundcliptext h2 .number,
.backgroundcliptext h3 .number,
.backgroundcliptext h4 .number,
.backgroundcliptext h5 .number,
.backgroundcliptext h6 .number {
background: -webkit-linear-gradient(270deg, #9539B7 0%, #5bd6dd 100%);
background: linear-gradient(-180deg, #9539B7 0%, #5bd6dd 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent
}
@media (max-width: 46.24em) {
h2 .number,
h3 .number,
h4 .number,
h5 .number,
h6 .number {
margin-top: 3px;
margin-right: 20px;
margin-bottom: 0;
font-size: 5.14286rem
}
}
sup {
vertical-align: super;
font-size: 0.05em
}
b,
strong {
font-weight: 700
}
em,
i {
font-style: italic
}
.typeset p {
font-size: 1rem;
line-height: 2rem;
margin-bottom: 0.22999rem;
padding-top: .34001rem;
color:white;
}
p.safe {
height: 100px;
width: 100px;
}
.typeset p:first-child {
padding-top: 0
}
.typeset p+h1,
.typeset p+h2,
.typeset p+h3 {
margin-top: 4rem
}
.typeset p+h4,
.typeset p+h5,
.typeset p+h6 {
margin-top: 3rem
}
.typeset h1 {
font-size: 3.15733rem;
line-height: 4.2rem;
margin-bottom: .7209rem;
padding-top: 1.2791rem
}
@media (max-width: 46.24em) {
.typeset h1 {
font-size: 2.14286rem;
line-height: 1.3
}
}
.typeset h2 {
font-size: 3.36859rem;
line-height: 3.5rem;
margin-bottom: 1.8582rem;
padding-top: .78418rem;
}
.typeset h2_s{
color:white;
}
@media (max-width: 46.24em) {
.typeset h2 {
font-size: 2.27143rem;
line-height: 1.5;
letter-spacing: 0.1rem;
}
.directional_nav{
height: 430px !important;
}
}
.typeset h3 {
font-size: 1.92857rem;
line-height: 2.1rem;
margin-bottom: 1.45142rem;
padding-top: .54858rem
}
.typeset h4 {
font-size: 1.78571rem;
line-height: 2rem;
margin-bottom: 1.46428rem;
padding-top: .53572rem
}
.typeset h5 {
font-size: 1.28571rem;
line-height: 2rem;
margin-bottom: .33428rem;
padding-top: .66572rem;
text-align: center;
font-size: 1.1rem;
}
.typeset h6 {
font-size: 1rem;
line-height: 2rem;
margin-bottom: .25999rem;
padding-top: .74001rem
}
.typeset b,
.typeset strong {
font-weight: 800
}
.typeset i,
.typeset em {
font-weight: 300
}
.typeset small,
.typeset .caption {
font-family: Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 500;
font-style: normal
}
.typeset small {
font-size: .75019rem;
line-height: 1rem
}
.typeset .caption {
font-size: 1.333rem;
line-height: 1.2rem;
margin-bottom: .74657rem;
padding-top: .25343rem;
color: #6f8595;
display: block
}
.typeset h1+.caption,
.typeset h2+.caption,
.typeset h3+.caption {
margin-top: -0.5rem
}
.typeset h4+.caption,
.typeset h5+.caption,
.typeset h6+.caption {
margin-top: 0
}
.typeset ul,
.typeset ol {
font-size: 1rem;
line-height: 1.6rem;
margin-bottom: 1.45999rem;
padding-top: .54001rem
}
.typeset ul li,
.typeset ol li {
margin-bottom: 1rem;
margin-left: 1.42857rem
}
.typeset ul li {
margin-left: 28px;
list-style: none
}
.typeset ul li::before {
display: inline-block;
float: left;
content: '•';
font-size: 1rem;
color: #9539B7;
margin-right: .85714rem;
margin-bottom: 1rem;
vertical-align: middle
}
@media (max-width: 46.24em) {
.typeset ul li {
margin-left: 0
}
}
.typeset ol {
counter-reset: ol
}
.typeset ol li {
margin-left: 28px;
list-style: none;
counter-increment: ol
}
.typeset ol li::before {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-style: normal;
display: inline-block;
float: left;
content: counter(ol);
font-size: 1rem;
color: #9539B7;
margin-right: .85714rem;
margin-bottom: 1rem;
vertical-align: middle
}
.typeset blockquote {
margin-top: 12rem;
margin-bottom: 4rem;
color: #9539B7
}
.typeset blockquote::after {
clear: both;
content: '';
display: table
}
.typeset blockquote p {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 300;
position: relative;
font-size: 2.85714rem;
line-height: 3.2rem;
margin-bottom: 1.2857rem;
padding-bottom: .85715rem;
text-align: center;
letter-spacing: -.04em
}
.typeset blockquote p::before,
.typeset blockquote p::after {
position: absolute;
left: 50%;
margin-left: -17px;
height: 26px;
width: 34px;
display: block;
content: '';
background-repeat: none
}
.typeset blockquote p::before {
top: -6rem;
background-image: url("../assets/images/quote-open.png")
}
.typeset blockquote p::after {
bottom: -5rem;
background-image: url("../assets/images/quote-close.png")
}
@media (max-width: 46.24em) {
.typeset blockquote p {
font-size: 2.28571rem;
line-height: 3rem;
margin-bottom: 1.18856rem;
padding-bottom: .90572rem
}
}
.typeset blockquote cite {
font-weight: 900;
font-size: .75019rem;
line-height: 3rem;
margin-bottom: 1.69504rem;
padding-top: 1.30496rem;
float: right;
color: #b7c2ca;
text-transform: uppercase;
letter-spacing: .3em
}
.typeset blockquote cite::before {
margin-right: 24px;
margin-bottom: 2px;
height: 1px;
width: 180px;
content: '';
display: inline-block;
background-color: #b7c2ca;
vertical-align: middle
}
@media (max-width: 46.24em) {
.typeset blockquote cite {
margin-top: 4rem
}
}
.typeset table {
margin-top: 6rem;
margin-bottom: 6rem;
width: 100%;
border-collapse: collapse;
background: #fff;
border: 0 none
}
.typeset tr td,
.typeset tr th {
padding: 16px 18px;
text-align: left;
background: #fff;
border-left: 1px solid #b7c2ca
}
.typeset tr td:first-child,
.typeset tr th:first-child {
border-left: 0 none
}
.typeset tr th {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-size: 1rem;
line-height: 2;
letter-spacing: -.04em;
color: #9539B7
}
.typeset thead tr td,
.typeset thead tr th {
padding: 20px 18px
}
hr {
background-image: -webkit-linear-gradient(top, transparent 50%, 50%);
background-image: linear-gradient(to bottom, transparent 50%, 50%);
background-position: 0 50%;
background-repeat: repeat-x;
background-size: 100% 0.15rem;
border: 0;
margin: 0;
padding-bottom: 2rem;
padding-top: 2rem
}
.mini-hr{
background-image: none
width: 50%;
background: #580d75;
margin: 75px auto;
height: 3px;
padding: 0;
width: 100%;
}
.u-pull-left {
float: left
}
.u-pull-right {
float: right
}
.u-text-left {
text-align: left
}
.u-text-right {
text-align: right
}
.u-text-center {
text-align: center
}
.u-text-justify {
text-align: justify
}
.u-uppercase {
text-transform: uppercase
}
.u-lowercase {
text-transform: lowercase
}
.u-clearfix::after {
clear: both;
content: '';
display: table
}
.u-inline {
display: inline
}
.u-inline-block {
display: inline-block
}
.u-block {
display: block
}
.u-table {
display: table
}
.u-cell {
display: table-cell
}
.u-va-top {
vertical-align: top
}
.u-va-middle {
vertical-align: middle
}
.u-va-bottom {
vertical-align: bottom
}
.u-hidden {
display: none
}
@media (max-width: 46.24em) {
.u-hidden-mobile {
display: none
}
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
.u-hidden-tablet {
display: none
}
}
@media (min-width: 61.25em) {
.u-hidden-desktop {
display: none
}
}
.u-invisible {
visibility: hidden
}
.u-hide-text {
overflow: hidden;
padding: 0;
text-indent: 101%;
white-space: nowrap
}
.u-visually-hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px
}
.u-visually-hidden--focusable:active,
.u-visually-hidden--focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto
}
.u-text-hyphenate {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto
}
.u-button-reset {
display: block;
margin: 0;
padding: 0;
border: 0;
width: 100%;
background: transparent
}
.u-button-reset:focus {
outline: 0
}
.u-nobr {
white-space: nowrap
}
.container {
margin-right: auto;
margin-left: auto;
width: 930px
}
@media (max-width: 61.24em) {
.container {
width: 85%
}
}
.container::after {
clear: both;
content: '';
display: table
}
.row {
display: block;
clear: both;
margin: 0 -15px
}
.row::after {
clear: both;
content: '';
display: table
}
.row--reverse .column {
float: right
}
@media (max-width: 61.24em) {
.row--reverse .column {
float: none;
padding: 0
}
}
.row--collapse {
margin: 0
}
.row--collapse .column {
padding-left: 0;
padding-right: 0
}
.small-1 {
width: 8.33333%
}
.small-2 {
width: 16.66667%
}
.small-3 {
width: 25%
}
.small-4 {
width: 33.33333%
}
.small-5 {
width: 41.66667%
}
.small-6 {
width: 50%
}
.small-7 {
width: 58.33333%
}
.small-8 {
width: 66.66667%
}
.small-9 {
width: 75%
}
.small-10 {
width: 83.33333%
}
.small-11 {
width: 91.66667%
}
.small-12 {
width: 100%
}
@media (min-width: 46.25em) {
.medium-1 {
width: 8.33333%
}
}
@media (min-width: 46.25em) {
.medium-2 {
width: 16.66667%
}
}
@media (min-width: 46.25em) {
.medium-3 {
width: 25%
}
}
@media (min-width: 46.25em) {
.medium-4 {
width: 33.33333%
}
}
@media (min-width: 46.25em) {
.medium-5 {
width: 41.66667%
}
}
@media (min-width: 46.25em) {
.medium-6 {
width: 50%
}
}
@media (min-width: 46.25em) {
.medium-7 {
width: 58.33333%
}
}
@media (min-width: 46.25em) {
.medium-8 {
width: 66.66667%
}
}
@media (min-width: 46.25em) {
.medium-9 {
width: 75%
}
}
@media (min-width: 46.25em) {
.medium-10 {
width: 83.33333%
}
}
@media (min-width: 46.25em) {
.medium-11 {
width: 91.66667%
}
}
@media (min-width: 46.25em) {
.medium-12 {
width: 100%
}
}
@media (min-width: 61.25em) {
.large-1 {
width: 8.33333%
}
}
@media (min-width: 61.25em) {
.large-2 {
width: 16.66667%
}
}
@media (min-width: 61.25em) {
.large-3 {
width: 25%
}
}
@media (min-width: 61.25em) {
.large-4 {
width: 33.33333%
}
}
@media (min-width: 61.25em) {
.large-5 {
width: 41.66667%
}
}
@media (min-width: 61.25em) {
.large-6 {
width: 50%
}
}
@media (min-width: 61.25em) {
.large-7 {
width: 58.33333%
}
}
@media (min-width: 61.25em) {
.large-8 {
width: 66.66667%
}
}
@media (min-width: 61.25em) {
.large-9 {
width: 75%
}
}
@media (min-width: 61.25em) {
.large-10 {
width: 83.33333%
}
}
@media (min-width: 61.25em) {
.large-11 {
width: 91.66667%
}
}
@media (min-width: 61.25em) {
.large-12 {
width: 100%
}
}
.column {
float: left;
padding: 0 15px;
min-height: 20px
}
.site-header {
position: absolute;
top: 20px;
width: 100%;
padding-left: 0;
padding-right:0;
/*bobby */
}
.site-header__wrapper {
width: 90%;
}
@media (max-width: 61.24em) {
.site-header__wrapper {
width: 85%
}
}
.site-header__wrapper::after {
clear: both;
content: '';
display: table
}
@media (max-width: 61.24em) {
.site-header {
top: 65px
}
}
@media (max-width: 46.24em) {
.site-header {
top: 25px
}
}
.site-title {
position: relative;
float: left;
z-index: 1001
}
.site-title__logo {
height: 80%;
width: 80%;
display: block;
overflow: hidden;
position: relative;
right: -206px;
}
.site-title__logo svg {
display: block;
fill: #fff
}
.no-svg .site-title__logo {
background: url("../assets/images/riiot-logo.png") no-repeat
}
.no-svg .site-title__logo svg {
display: none
}
.site-footer {
padding-top: 90px;
margin-top: -5px;
background: #9539B7
}
@media (max-width: 61.24em) {
.site-footer {
margin-top: 0
}
.site-footer .column {
margin-bottom: 24px;
text-align: center
}
.site-footer .column:first-child {
display: none
}
}
.site-footer__wrapper {
margin-right: auto;
margin-left: auto;
width: 1024px
}
@media (max-width: 61.24em) {
.site-footer__wrapper {
width: 85%
}
}
@media (max-width: 46.24em) {
.site-footer{
padding-top: 0;
}
}
.site-footer__wrapper::after {
clear: both;
content: '';
display: table
}
.site-footer__menu h3 {
margin-bottom: 20px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.28571rem;
line-height: 2;
letter-spacing: .05em;
color: #fff
}
.site-footer__menu a {
font-family: Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 0.78286rem;
line-height: 2;
letter-spacing: .022em;
text-decoration: none;
color: #fff;
-webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.site-footer__menu a:hover,
.site-footer__menu a:focus {
color: #F539B7
}
.site-footer__menu svg {
position: absolute;
left: 0;
top: 7px;
fill: #fff
}
@media (max-width: 61.24em) {
.site-footer__menu h3 {
margin-bottom: 0
}
.site-footer__menu svg {
position: static
}
}
.site-footer .follow-up li {
position: relative;
padding-left: 25px
}
@media (max-width: 61.24em) {
.site-footer .follow-up li {
margin-right: 4px;
margin-left: 4px;
padding-left: 0;
display: inline-block
}
.site-footer .follow-up li a {
vertical-align: middle
}
.site-footer .follow-up__label {
display: none
}
}
.site-footer .icon-riiot-lab-footer {
fill: #5a6e7f
}
.site-copyright {
padding-top: 30px;
margin-top: 70px;
margin-bottom: 70px;
border-top: 1px solid #F4BDEC
}
.site-copyright::after {
clear: both;
content: '';
display: table
}
.site-copyright ul {
float: left;
margin: 0 -20px
}
.site-copyright ul+a {
float: right
}
.site-copyright li {
display: inline-block;
margin: 0 20px;
font-family: Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 500;
font-style: normal;
font-size: .85714rem;
line-height: 1;
letter-spacing: .05em;
color: #fff
}
.site-copyright a {
text-decoration: none;
color: inherit
}
.site-copyright a:hover,
.site-copyright a:focus {
color: #F4BDEC
}
.site-copyright svg {
fill: #fff
}
@media (max-width: 61.24em) {
.site-copyright {
margin-top: 48px;
margin-bottom: 24px;
padding-top: 12px;
text-align: center
}
.site-copyright ul {
float: none
}
.site-copyright ul+a {
float: none
}
.site-copyright li {
margin-bottom: 16px;
display: block
}
}
.site-navigation {
padding-top: 6px;
float: right;
position: relative;
z-index: 1000
}
@media (max-width: 61.24em) {
.site-navigation {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100%;
background-color: #9539B7;
overflow: auto;
visibility: hidden;
opacity: 0;
-webkit-transition: visibility 0s linear 0.2s, opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: visibility 0s linear 0.2s, opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.is-navigation-open .site-navigation {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s
}
.site-navigation .site-navigation__list {
position: absolute;
top: 50%;
right: 0;
left: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%)
}
.site-navigation .site-navigation__item {
display: block
}
.site-navigation .site-navigation__item>a {
font-weight: 300;
font-size: 2.57143rem;
line-height: 1.6;
text-transform: none;
letter-spacing: -.04em;
text-align: center
}
.site-navigation .site-navigation__item>a::before {
content: none
}
.site-navigation .site-navigation__item.has-dropdown>a {
display: none
}
.site-navigation .site-navigation__item.has-dropdown .site-navigation__dropdown {
margin-top: 5px;
position: static;
visibility: visible;
opacity: 1
}
.site-navigation .site-navigation__item.has-dropdown .site-navigation__dropdown .site-navigation__item>a {
display: inline-block;
font-size: 1.28571rem
}
.site-navigation .site-navigation__item.has-dropdown .site-navigation__dropdown .site-navigation__item>a::before {
content: none
}
}
.site-navigation__list {
margin: 0;
padding: 0
}
.site-navigation__item {
padding: 0 10px;
display: inline-block;
vertical-align: middle
}
.site-navigation__item.has-dropdown {
position: relative;
margin-right:-2%;
}
.site-navigation__item a {
color: #fff;
text-decoration: none;
font-family: Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-size: .78571rem;
line-height: 2.2;
text-decoration: none;
text-transform: uppercase;
letter-spacing: .11em;
position: relative;
display: block;
color: #fff
}
.site-navigation__item a::before {
content: '';
display: block;
position: absolute;
bottom: -4px;
left: 0;
height: 3.2px;
width: 100%;
background-color: #fff;
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
transform-origin: right top;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}
.site-navigation__item a:hover::before,
.site-navigation__item a:focus::before,
.site-navigation__item a:active::before {
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1)
}
.site-navigation__item.is-current>a::before {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1)
}
.site-navigation__item--blue a i {
margin-right: 23%;
margin-bottom: 8px;
float:left;
font-weight: 800;
font-style: normal;
font-size: 2rem;
line-height: 1;
text-transform: none;
letter-spacing: -.06em;
display: inline-block;
vertical-align: middle;
/*bobby */
}
@media (max-width: 46.24em) {
.site-navigation__item--blue a i {
vertical-align: middle;
height: auto;
float: none;
margin-right: -10px;
}
}
}
.site-navigation__item--blue a::before {
content: none
}
.site-navigation__item--languages {
padding-right: 0
}
.site-navigation__item--languages a {
padding-right: 8px;
padding-left: 8px;
font-weight: 800;
font-size: .85714rem;
line-height: 2.6;
text-transform: none;
letter-spacing: 0;
border: 1px solid rgba(255, 255, 255, 0.8);
border-radius: 5px
}
.site-navigation__item--languages a svg {
margin-left: -6px;
fill: #fff;
vertical-align: middle;
}
.site-navigation__item--languages a::before {
content: none
}
.site-navigation__dropdown {
position: absolute;
top: 100%;
left: 10px;
padding-right: 27px;
width: 100%;
visibility: hidden;
opacity: 0;
-webkit-transition: visibility 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: visibility 0s linear 0.4s, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.site-navigation__dropdown .site-navigation__item {
padding-top: 4px;
padding-right: 0;
padding-left: 0;
width: 100%;
text-align: left;
}
.site-navigation__dropdown .site-navigation__item a {
position: relative;
display: block;
overflow: hidden
}
.site-navigation__dropdown .site-navigation__item a::before {
position: absolute;
top: 0;
left: -1%;
height: 100%;
width: 102%;
z-index: -1;
content: '';
background-image: -webkit-linear-gradient(160deg, #9539B7 33.4%, #b878d1 150.5%);
background-image: linear-gradient(162deg, #9539B7 21.4%, #b878d1 141.5%);
border-radius: 5px;
-webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
-webkit-transform: translate3d(0, 33px, 0);
transform: translate3d(0, 33px, 0);
opacity: 0.75;
}
.site-navigation__dropdown .site-navigation__item a:hover,
.site-navigation__dropdown .site-navigation__item a:focus {
color: #fff
}
.site-navigation__dropdown .site-navigation__item a:hover::before,
.site-navigation__dropdown .site-navigation__item a:focus::before {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.is-open .site-navigation__dropdown {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s
}
.site-navigation-trigger {
position: absolute;
top: 0;
right: 0;
display: block;
margin: 7px 32px;
padding: 0;
border: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
background: transparent;
z-index: 1001
}
@media (min-width: 61.25em) {
.site-navigation-trigger {
display: none
}
}
.site-navigation-trigger:focus {
outline: 0
}
.site-navigation-trigger__wrapper {
position: relative;
display: block;
height: 20px;
width: 30px
}
.site-navigation-trigger__line {
position: absolute;
top: 0;
left: 0;
height: 3px;
width: 100%;
background: #fff;
-webkit-transition: background-color 0.2s, -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: background-color 0.2s, transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transform: translateY(0) translateZ(0);
transform: translateY(0) translateZ(0)
}
.site-navigation-trigger__line--1 {
top: 0
}
.is-navigation-open .site-navigation-trigger__line--1 {
-webkit-transform: translateY(8px) rotate(45deg);
-ms-transform: translateY(8px) rotate(45deg);
transform: translateY(8px) rotate(45deg)
}
.site-navigation-trigger__line--2 {
top: 8px
}
.is-navigation-open .site-navigation-trigger__line--2 {
opacity: 0
}
.site-navigation-trigger__line--3 {
top: 16px
}
.is-navigation-open .site-navigation-trigger__line--3 {
-webkit-transform: translateY(-8px) rotate(-45deg);
-ms-transform: translateY(-8px) rotate(-45deg);
transform: translateY(-8px) rotate(-45deg)
}
.site-newsletter {
position: relative;
margin-bottom: 90px
}
.site-newsletter label {
display: block;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800;
font-style: normal;
font-size: 1.57143rem;
line-height: 2;
letter-spacing: 0;
text-transform: none;
border-bottom: #F4BDEC 1px solid;
border-bottom-width: 2px;
width: 15%;
color: #fff
}
.site-newsletter input {
border: 0 none;
outline: none;
display: block;
width: 100%;
padding-top: 1.78571rem;
padding-bottom: 1.78571rem;
padding-right: 200px;
border-bottom: 2px solid #F4BDEC;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 0.8943rem;
line-height: 1.5;
background: none;
color: #F4BDEC
}
.site-newsletter input::-webkit-input-placeholder {
color: #F4BCEB;
opacity: 1
}
.site-newsletter input::-moz-placeholder {
color: #F4BCEB;
opacity: 1
}
.site-newsletter input:-ms-input-placeholder {
color: #F4BCEB;
opacity: 1
}
.site-newsletter input::placeholder {
color: #F4BCEB;
opacity: 1
}
.site-newsletter input.has-error {
border-color: #F4BDEC
}
.site-newsletter button {
position: absolute;
right: 0;
bottom: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%)
}
.site-newsletter .success,
.site-newsletter .error {
position: absolute;
bottom: -24px
}
.site-newsletter__loading {
position: absolute;
right: 0;
bottom: 0;
height: 46px;
width: 46px;
display: block;
fill: transparent;
stroke: #9539B7;
stroke-width: 2px;
stroke-dasharray: 140px;
stroke-dashoffset: 140px;
display: none;
-webkit-transform: translate(0, -50%) rotate(-90deg);
-ms-transform: translate(0, -50%) rotate(-90deg);
transform: translate(0, -50%) rotate(-90deg);
-webkit-animation: load 2s cubic-bezier(0.77, 0, 0.175, 1) both infinite;
animation: load 2s cubic-bezier(0.77, 0, 0.175, 1) both infinite
}
@-webkit-keyframes load {
0% {
stroke-dashoffset: 140px
}
49% {
stroke-dashoffset: 0
}
50% {
stroke-dashoffset: 0
}
100% {
stroke-dashoffset: -140px
}
}
@keyframes load {
0% {
stroke-dashoffset: 140px
}
49% {
stroke-dashoffset: 0
}
50% {
stroke-dashoffset: 0
}
100% {
stroke-dashoffset: -140px
}
}
.site-newsletter__loading circle {
cx: 23px;
cy: 23px;
r: 22px
}
.site-newsletter.is-loading button {
display: none
}
.site-newsletter.is-loading .site-newsletter__loading {
display: block
}
@media (max-width: 61.24em) {
.site-newsletter {
margin-bottom: 48px
}
}
@media (max-width: 46.24em) {
.site-newsletter label {
margin-bottom: 0;
text-align: center;
width:100%
}
.site-newsletter input {
padding: 12px;
font-size: 0.99857rem;
text-align: center
}
.site-newsletter button {
position: relative;
right: auto;
bottom: auto;
margin-top: 24px;
width: 100%;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0)
}
}
.site-notification {
position: absolute;
top: 0;
left: 0;
height: 80px;
width: 100%;
background: #9539B7;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-size: 1.21429rem;
line-height: 1.2;
letter-spacing: 0;
text-transform: none;
text-decoration: none;
text-align: center;
color: #fff;
-webkit-transform-origin: center top;
-ms-transform-origin: center top;
transform-origin: center top;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
z-index: 0
}
.site-notification.is-hidden {
visibility: hidden
}
@media (max-width: 61.24em) {
.site-notification {
font-size: 1rem;
line-height: 1.3
}
}
.site-notification .close {
position: absolute;
top: 50%;
right: 0;
height: 20px;
width: 20px;
margin-top: -10px;
padding: 0;
background: transparent;
border: 0 none;
outline: none;
cursor: pointer;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}
@media (max-width: 61.24em) {
.site-notification .close {
right: 30px
}
}
@media (max-width: 46.24em) {
.site-notification .close {
display: none
}
}
.site-notification .close::before,
.site-notification .close::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
height: 20px;
width: 1px;
background: #fff;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center
}
.site-notification .close::before {
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-ms-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg)
}
.site-notification .close::after {
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
-ms-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg)
}
.site-notification .close:hover,
.site-notification .close:focus,
.site-notification .close:active {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg)
}
.site-notification p {
padding: 30px
}
@media (max-width: 46.24em) {
.site-notification p {
padding: 12px 15px
}
}
.site-notification a {
display: inline-block;
color: inherit;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
-webkit-transition: border 0.2s cubic-bezier(0.77, 0, 0.175, 1);
transition: border 0.2s cubic-bezier(0.77, 0, 0.175, 1)
}
.site-notification a:hover,
.site-notification a:focus,
.site-notification a:active {
text-decoration: none;
border-color: #fff
}
.site-notification+.wrapper {
-webkit-transform: translate(0, 80px);
-ms-transform: translate(0, 80px);
transform: translate(0, 80px)
}
.is-notification-hidden .site-notification {
opacity: 0;
-webkit-transition: opacity 0s 0.3s linear;
transition: opacity 0s 0.3s linear
}
.is-notification-hidden .site-notification+.wrapper {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.content-header {
padding-top: 272px;
min-height: 592px;
background: -webkit-linear-gradient(180deg, #9532B7 55%, #9539B7 89%);
background: linear-gradient(360deg, #9532B7 55%, #9539B7 90%);
background-position: center bottom;
}
.content-header::after {
clear: both;
content: '';
display: table
}
@media (max-width: 46.24em) {
.content-header {
padding-top: 100px !important;
}
}
.content-header__wrapper {
margin-right: auto;
margin-left: auto;
width: 930px;
margin-bottom: -60px
}
@media (max-width: 61.24em) {
.content-header__wrapper {
width: 85%
}
}
.content-header h1 {
font-size: 4.20873rem;
line-height: 4.8rem;
margin-bottom: -.30574rem;
padding-top: 1.30574rem;
color: transparent;
text-align: center;
width: 66.66667%;
margin-left: 16.66667%
}
.content-header h3 {
font-size: 2.20873rem;
line-height: 2.8rem;
margin-bottom: -.30574rem;
padding-top: 1.30574rem;
color: transparent;
text-align: center;
width: 66.66667%;
margin-left: 16.66667%
}
.content-header h1 strong {
font-weight: 800
}
.content-header h1 .splited-line {
color: #ffebf8;
margin-top: -6%;
}
@media (max-width: 61.24em) {
.content-header h1 {
width: 100%;
margin-left: 0
}
}
@media (max-width: 46.24em) {
.content-header h1 {
font-size: 2.36859rem;
line-height: 2.8rem;
margin-bottom: .21582rem;
padding-top: .78418rem
}
}
.content--jobs .content-header {
min-height: 500px
}
.content--jobs .content-header h1 {
color: #fff
}
@media (max-width: 46.24em) {
.content--jobs .content-header {
height: auto
}
}
.content--about .content-header h1 {
font-size: 3.15733rem;
line-height: 4.2rem;
margin-bottom: -.2791rem;
padding-top: 1.2791rem
}
.content--about .content-header h1::before {
margin: -32px auto 32px;
height: 26px;
width: 34px;
display: block;
content: '';
background: url("../assets/images/about-quote.png") no-repeat
}
@media (max-width: 46.24em) {
.content--about .content-header h1 {
font-size: 1.77689rem;
line-height: 2.6rem;
margin-bottom: .16198rem;
padding-top: .83802rem
}
}
.content--contact .content-header {
margin-bottom: -100px;
background-color: #9539B7;
background-image: -webkit-linear-gradient(102deg, transparent 40.5%, #9539B7 61%), url("../assets/images/contact-bg.jpg");
background-image: linear-gradient(-35deg, transparent 2%, #9539B7 76%), url("../assets/images/contact-bg.jpg");
background-repeat: repeat, no-repeat;
background-size: 100% 1400px, auto;
min-height: 950px;
background-position: center bottom
}
@media (max-width: 61.24em) {
.content--contact .content-header {
background-position: center bottom, 40% bottom
}
}
@media (max-width: 46.24em) {
.content--contact .content-header {
margin-bottom: 0;
background-position: center bottom, 25% bottom;
/*min-height: 1024px !important;*/
min-height: 1155px !important;
}
}
.content--news .content-header {
margin-bottom: 65px;
/*background-color: #9539B7;*/
background-image: -webkit-linear-gradient(502deg, transparent 2.5%, #9539B7 51%), url("../assets/images/contact-promos.jpg");
background-image: linear-gradient(-35deg, transparent 2%, #9539B7 76%), url("../assets/images/contact-promos.jpg");
background-repeat: repeat, no-repeat;
background-size: 100% 1400px, auto;
background-position: center bottom
}
@media (max-width: 61.24em) {
.content--news .content-header {
background-position: center bottom, 40% bottom
}
}
@media (max-width: 46.24em) {
.content--news .content-header {
margin-bottom: 0;
background-position: center bottom, 25% bottom
}
}
.content--news-detail .content-header {
min-height: 0
}
.content--news-detail .content-header img {
width: 100%;
display: block
}
@media (max-width: 46.24em) {
.content--news-detail .content-header {
height: auto
}
}
.content-body {
padding-top: 0px;
position: relative;
z-index: 1
}
.content-bodi {
padding-top: 0%;
position: relative;
border-top: 5px solid #973db8;
z-index: 1;
}
.content-body__wrapper {
margin-right: auto;
margin-left: auto;
width: 930px
}
.content-body__wrapper::after {
clear: both;
content: '';
display: table
}
@media (max-width: 61.24em) {
.content-body__wrapper {
width: 85%
}
.content-bodi {
padding-top: 0%;
border-top: 5px solid #973db8;
}
}
.content-body__wrapper--small {
width: 610px
}
.content-body__wrapper--small blockquote {
margin-left: -160px;
width: 930px
}
.content--preorder .content-body__wrapper .highlight {
margin-bottom: 80px;
font-size: 1.21429rem;
line-height: 2rem;
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
-webkit-transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
.content--preorder .content-body__wrapper .highlight.animate-scroll {
opacity: 0.8;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
@media (min-width: 61.25em) {
.content--preorder .content-body__wrapper .highlight,
.content--preorder .content-body__wrapper form {
margin-left: 25%;
width: 50%
}
}
@media (max-width: 61.24em) {
.content--preorder .content-body__wrapper {
width: 85%
}
.content--preorder .content-body__wrapper form {
margin-left: 8.33333%;
width: 83.33333%
}
}
@media (max-width: 46.24em) {
.content--preorder .content-body__wrapper form {
margin-left: 0;
width: 100%
}
}
.content--news-detail .content-body {
padding-top: 200px
}
.content--contact .content-body .triangle--top-right {
top: -320px
}
@media (max-width: 46.24em) {
.content--contact .content-body .triangle {
display: none
}
}
.buttons {
position: relative;
border: 0 none;
outline: none;
cursor: pointer;
overflow: hidden;
z-index: 1;
display: inline-block;
height: 50px;
padding: 20px 35px;
border-radius: 10px;
background-color: #fff;
background-image: none;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-style: normal;
font-size: .78571rem;
line-height: 1;
letter-spacing: .21em;
text-transform: uppercase;
color: #9539B7
}
.buttons::before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: -1;
content: '';
background-image: -webkit-linear-gradient(188deg, #F4BDEC 21.4%, #fff 121.5%);
background-image: linear-gradient(262deg, #F4BDEC 21.4%, #fff 121.5%);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.buttons:hover,
.buttons:focus {
text-decoration: none
}
.buttons:hover::before,
.buttons:focus::before {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.button {
position: relative;
border: 0 none;
outline: none;
cursor: pointer;
overflow: hidden;
z-index: 1;
display: inline-block;
height: 50px;
padding: 20px 35px;
border-radius: 10px;
background-color: #9539B7;
background-image: none;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-style: normal;
font-size: .78571rem;
line-height: 1;
letter-spacing: .21em;
text-transform: uppercase;
color: #fff
}
.button::before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: -1;
content: '';
background-image: -webkit-linear-gradient(188deg, #9539B7 21.4%, #b878d1 121.5%);
background-image: linear-gradient(262deg, #9539B7 21.4%, #b878d1 121.5%);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.button:hover,
.button:focus {
text-decoration: none
}
.button:hover::before,
.button:focus::before {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
@media (max-width: 46.24em) {
.button {
padding: 16px 20px;
height: 42px
}
}
.button--disable {
cursor: default;
pointer-events: none
}
.button--disable:hover {
cursor: default
}
.button--outline {
position: relative;
color: #fff;
background-color: transparent;
background-image: none;
border: 1px solid #fff;
-webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.button--outline::before {
position: absolute;
top: 0;
left: -5px;
height: 100%;
width: -webkit-calc(100% + 10px);
width: calc(100% + 10px);
z-index: -1;
content: '';
background: #fff;
-webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
-webkit-transform: translate3d(0, 50px, 0);
transform: translate3d(0, 50px, 0)
}
.button--outline:hover,
.button--outline:focus {
color: #9539B7;
background-color: #fff;
-webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), background 0.2s 0.2s;
transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), background 0.2s 0.2s
}
.button--outline:hover::before,
.button--outline:focus::before {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.button--underlined {
padding-right: 0;
padding-left: 0;
font-weight: 800;
font-size: 1.28571rem;
position: relative;
color: #9539B7;
background-color: transparent;
background-image: none;
letter-spacing: -.04em;
text-transform: none;
overflow: visible
}
.button--underlined::before {
position: absolute;
top: auto;
bottom: -4px;
left: 0;
height: 3px;
width: 100%;
content: '';
display: block;
background-color: #9539B7;
background-image: none;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}
.button--underlined:hover,
.button--underlined:focus {
text-decoration: none
}
.button--underlined:hover::before,
.button--underlined:focus::before {
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
transform-origin: right top;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1)
}
.button--expand {
display: block
}
.button--big {
padding: 15px 20px
}
.button--small {
padding: 6px
}
.button--white {
color: #9539B7;
background-color: white;
background-image: none;
-webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.button--white::before {
position: absolute;
top: 0;
left: -1%;
height: 100%;
width: 102%;
z-index: -1;
content: '';
background: #9539B7;
-webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
-webkit-transform: translate3d(0, 50px, 0);
transform: translate3d(0, 50px, 0)
}
.button--white:hover,
.button--white:focus {
color: #fff
}
.button--white:hover::before,
.button--white:focus::before {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.button--white.button--underlined {
color: #fff;
background-color: transparent;
background-image: none
}
.button--white.button--underlined::before {
position: absolute;
top: auto;
bottom: -4px;
left: 0;
height: 3px;
width: 100%;
content: '';
display: block;
background-color: #fff;
background-image: none;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}
.button--white.button--underlined:hover::before,
.button--white.button--underlined:focus::before {
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
transform-origin: right top;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1)
}
.button--paypro {
color: #9539B7;
background-color: white;
padding: 8px 15px;
border-radius: 6px;
}
.button--paypro::before {
top: 0;
left: -1%;
height: 100%;
width: 102%;
z-index: -1;
content: '';
background: #9539B7;
-webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.button--paypro:hover,
.button--paypro:focus {
color: #9D31A3
}
.button--paypro:hover::before,
.button--paypro:focus::before {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.button+.button {
margin-left: 12px
}
.question {
padding-bottom: 30px;
margin-bottom: 20px;
border-bottom: 1px solid #dbe1e5
}
@media (max-width: 46.24em) {
.question {
padding-bottom: 40px;
margin-bottom: 60px
}
}
.question:last-child {
padding-bottom: 0;
margin-bottom: 0;
border: 0 none
}
.question__header {
padding-left: 8.33333%;
margin-bottom: 1.42857rem
}
.question__header h2 {
letter-spacing: .025em;
-webkit-transition: opacity 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
@media (max-width: 46.24em) {
.question__header {
padding-left: 0
}
}
.question__body {
position: relative;
margin-left: 16.66667%;
padding-left: 30px;
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px
}
.question__body p {
font-size: 1.07143rem;
line-height: 1.9rem;
margin-bottom: 1.32856rem;
padding-top: .67144rem;
opacity: 0.8;
-webkit-transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
@media (max-width: 61.24em) {
.question__body {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1
}
}
@media (max-width: 46.24em) {
.question__body {
margin-left: 0;
padding-left: 0
}
.question__body::before {
content: none
}
}
.question--reverse .question__header {
padding-left: 33.33333%;
margin-left: -30px
}
@media (max-width: 46.24em) {
.question--reverse .question__header {
margin-left: 0;
padding-left: 0
}
}
.question--reverse .question__body {
margin-left: 16.66667%;
margin-right: 16.66667%;
padding-left: 42px
}
.question--reverse .question__body::before {
left: auto;
right: -155px;
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
-webkit-transform: translate3d(10px, 0, 0) scale(0, 1);
transform: translate3d(10px, 0, 0) scale(0, 1)
}
@media (max-width: 46.24em) {
.question--reverse .question__body {
margin-left: 0;
margin-right: 0;
padding-left: 0
}
.question--reverse .question__body::before {
content: none
}
}
.question.animate-scroll .question__header h2 {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.question.animate-scroll .question__body::before {
-webkit-transform: translate3d(0, 0, 0) scale(1, 1);
transform: translate3d(0, 0, 0) scale(1, 1)
}
.question.animate-scroll .question__body p {
opacity: 0.8;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.news {
padding-bottom: 60px;
margin-bottom: 60px;
border-bottom: 1px solid #dbe1e5
}
.news::after {
clear: both;
content: '';
display: table
}
.news:last-child {
margin-bottom: 0
}
@media (max-width: 46.24em) {
.news {
padding-bottom: 20px;
margin-bottom: 40px
}
}
.news__thumb {
float: left;
width: 33.33334%;
opacity: 0;
-webkit-transition: opacity 1.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1)
}
.news__thumb img {
display: block;
width: 100%;
border-radius: 15px;
}
@media (max-width: 46.24em) {
.news__thumb {
float: none;
width: 100%;
margin-bottom: 20px
}
}
.news__body {
position: relative;
float: left;
width: 66.66667%;
padding-left: 60px;
padding-right: 60px
}
.news__body h2 {
font-size: 2.36859rem;
line-height: 2.99rem;
margin-bottom: -.28418rem;
padding-top: .78418rem;
color: #9539B7;
}
.news__body time {
font-weight: 900;
font-size: .71429rem;
line-height: 2rem;
margin-bottom: .6857rem;
padding-top: .8143rem;
display: block;
color: #F4BCEB;
letter-spacing: .3em;
opacity: 0;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
-webkit-transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.news__body p {
font-size: 1.01429rem;
line-height: 2rem;
margin-bottom: 1.3157rem;
padding-top: .6843rem;
opacity: 0;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
-webkit-transition: opacity 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
color:#B390C1;
}
@media (max-width: 46.24em) {
.news__body {
padding-left: 0;
padding-right: 0;
width: 100%
}
}
.news.animate-scroll .news__thumb {
opacity: 1
}
.news.animate-scroll .news__body time {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.news.animate-scroll .news__body p {
opacity: 0.8;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.jobs-list {
margin-bottom: -50px
}
.job {
position: relative;
padding-top: 50px;
padding-bottom: 50px;
padding-right: 80px;
border-top: 1px solid rgba(183, 194, 202, 0.5)
}
.job:hover .job__link {
border-color: #9539B7
}
.job__title {
margin-bottom: 15px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 2.28571rem;
line-height: 1.2;
letter-spacing: 0;
color: #9539B7
}
@media (max-width: 46.24em) {
.job__title {
font-size: 1.85714rem
}
}
.job__metas {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-size: .71429rem;
line-height: 1;
letter-spacing: .3em;
text-transform: uppercase;
color: #6e808f
}
.job__link {
position: absolute;
right: 0;
top: 50%;
width: 54px;
height: 54px;
margin-top: -27px;
border: 2px solid rgba(111, 133, 149, 0.5);
border-radius: 50%;
-webkit-transition: border 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: border 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.job__link svg {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
fill: #6f8595
}
.news-detail__header {
padding-bottom: 50px;
margin-bottom: 40px;
border-bottom: 1px solid rgba(183, 194, 202, 0.3)
}
.news-detail__title {
margin-top: 90px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 3.57143rem;
line-height: 1;
letter-spacing: -.04em;
text-transform: none;
text-decoration: none;
text-align: center;
color: #9539B7
}
.news-detail__title strong {
display: block;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800
}
.news-detail__metas {
margin-top: 30px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-size: .71429rem;
line-height: 1;
letter-spacing: .3em;
text-transform: uppercase;
text-decoration: none;
text-align: center;
color: #b7c2ca
}
.news-detail__text h2 {
margin-bottom: 30px
}
.news-detail__text p,
.news-detail__text ul,
.news-detail__text ol {
margin-bottom: 30px;
padding-top: 0;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 1.21429rem;
line-height: 1.8;
letter-spacing: .025em;
text-transform: none;
text-decoration: none;
color: rgba(111, 133, 149, 0.7)
}
.news-detail__text ul li,
.news-detail__text ol li {
margin-left: 0;
margin-bottom: 10px
}
.news-detail__text ul li::before,
.news-detail__text ol li::before {
margin-top: 1px
}
.news-detail__text img {
display: block;
width: 100%;
margin-top: 50px;
margin-bottom: 50px
}
.news-detail__footer {
display: table;
height: auto;
width: 100%;
margin-top: 50px;
padding-top: 50px;
border-top: 1px solid rgba(183, 194, 202, 0.3)
}
.news-detail__sharing {
float: left
}
.news-detail__sharing .title {
margin-bottom: 20px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800;
font-size: 1.28571rem;
line-height: 1;
letter-spacing: 0;
text-transform: none;
text-decoration: none;
color: #9539B7
}
.news-detail__sharing .list {
margin: 0 -5px
}
.news-detail__sharing .list__item {
display: inline-block;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 0
}
.news-detail__sharing .list__item::before {
display: none
}
.news-detail__sharing .list__link {
position: relative;
background: transparent;
border: 0 none;
outline: none;
margin: 0;
padding: 0;
cursor: pointer;
height: 45px;
width: 45px;
border-radius: 50%;
border: 2px solid #9539B7
}
.news-detail__sharing .list__link svg {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
fill: #9539B7
}
.news-detail__back {
float: right;
background: none;
border: 0 none;
outline: none;
margin: 65px 0 0;
padding: 0;
cursor: pointer;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800;
font-size: 1.28571rem;
line-height: 1;
letter-spacing: 0;
text-transform: none;
text-decoration: none;
color: #9539B7
}
.news-detail__back svg {
fill: #6e808f;
float: right;
margin-left: 10px;
margin-top: -2px
}
.news-detail__next {
background: #f0f0f0;
margin: 50px 0 0;
padding: 60px 60px 50px;
text-align: center
}
@media (max-width: 46.24em) {
.news-detail__next {
padding: 40px
}
}
.news-detail__next .subhead {
margin-bottom: 25px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-size: .71429rem;
line-height: 1;
letter-spacing: .3em;
text-transform: uppercase;
text-decoration: none;
color: #6e808f
}
.news-detail__next .title {
margin-top: 0;
margin-bottom: 40px;
font-size: 2.28571rem;
line-height: 1.2;
letter-spacing: 0;
color: #9539B7
}
@media (max-width: 46.24em) {
.news-detail__next .title {
font-size: 1.57143rem
}
}
.news-detail__next .button {
min-width: 150px
}
.form-header {
margin-bottom: 24px;
text-align: left
}
.form-header strong {
font-weight: 700
}
.form-header p {
padding-top: 0;
padding-bottom: 0;
margin-top: 16px;
margin-bottom: 0;
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
-webkit-transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
fieldset.animate-scroll .form-header p {
opacity: 0.7;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
fieldset {
margin-bottom: 40px
}
fieldset:last-of-type {
margin-bottom: 0
}
legend {
display: block;
width: 100%;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.28571rem;
line-height: 1
}
legend::after {
clear: both;
content: '';
display: table
}
legend strong {
position: relative;
display: block
}
legend strong::after {
position: absolute;
right: -136px;
bottom: 8px;
height: 1px;
width: 110px;
content: '';
display: block;
background-color: #b7c2ca;
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transform: translate3d(-10px, 0, 0) scale(0, 1);
transform: translate3d(-10px, 0, 0) scale(0, 1);
-webkit-transition: -webkit-transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1)
}
@media (max-width: 46.24em) {
legend strong::after {
display: none
}
}
legend .title {
float: left;
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
-webkit-transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
legend .number {
float: right;
margin-top: -24px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 7.85714rem;
line-height: 1;
color: #9539B7;
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
-webkit-transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
.backgroundcliptext legend .number {
background: -webkit-linear-gradient(270deg, #9539B7 0%, #5bd6dd 100%);
background: linear-gradient(-180deg, #9539B7 0%, #5bd6dd 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent
}
@media (max-width: 46.24em) {
legend .number {
margin-top: -5px;
font-size: 5.14286rem
}
}
legend.u-text-right strong::after {
right: auto;
left: -136px;
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
-webkit-transform: translate3d(10px, 0, 0) scale(0, 1);
transform: translate3d(10px, 0, 0) scale(0, 1)
}
legend.u-text-right .title {
float: right;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
legend.u-text-right .number {
float: left;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
fieldset.animate-scroll legend .title,
fieldset.animate-scroll legend .number {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0) scale(1, 1);
transform: translate3d(0, 0, 0) scale(1, 1)
}
fieldset.animate-scroll legend strong::after {
-webkit-transform: translate3d(0, 0, 0) scale(1, 1);
transform: translate3d(0, 0, 0) scale(1, 1)
}
label {
display: block;
margin-bottom: 1.07143rem;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-style: normal;
font-size: .71429rem;
line-height: 1;
letter-spacing: .3em;
text-transform: uppercase;
color: #b7c2ca;
cursor: pointer
}
.form-group {
margin-right: -15px;
margin-left: -15px
}
.form-group::after {
clear: both;
content: '';
display: table
}
.form-group .form-field {
float: left;
width: 50%;
padding-right: 15px;
padding-left: 15px
}
@media (max-width: 46.24em) {
.form-group .form-field {
width: 100%
}
}
.form-hider {
display: none
}
.form-list {
margin-bottom: 20px
}
.form-list::after {
clear: both;
content: '';
display: table
}
.form-sublist {
padding-left: 30px;
padding-top: 25px
}
.form-sublist legend {
margin-bottom: 20px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 14px;
line-height: 1;
color: #9aaab5;
overflow: hidden
}
.form-sublist legend span {
position: relative;
padding-right: 10px
}
.form-sublist legend span::after {
content: '';
position: absolute;
left: 100%;
top: 50%;
width: 1000px;
height: 1px;
background: #cdd4da
}
.form-sublist .form-group {
margin-right: 0;
margin-bottom: 15px;
margin-left: 0;
border-bottom: 1px solid #dbe1e5
}
.form-sublist .form-group:last-child {
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
border: 0 none
}
.form-sublist .form-field {
float: none;
width: auto;
min-width: 75px;
display: inline-block;
padding: 0;
margin-right: 20px
}
.form-sublist .form-field:last-child {
margin-right: 0
}
.form-field {
margin-bottom: 15px;
opacity: 0;
-webkit-transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
.form-field p {
margin-bottom: 25px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800;
font-style: normal;
color: #9539B7
}
.form-field--error label {
color: #F4BDEC
}
.form-field--error .form-control {
color: #F4BDCC;
border-color: #F4BDEC
}
fieldset.animate-scroll .form-field {
opacity: 1
}
.form-control {
display: block;
width: 100%;
height: 35px;
outline: none;
background: #fff;
border-radius: 2px;
border: 1px solid #ece0f1;
padding: 7px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1rem;
line-height: 1.4;
color: #9539B6;
border-radius: 10px;
-webkit-appearance: none
}
textarea {
min-height: 180px;
resize: none
}
.c-select {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800;
font-style: normal;
color: #9539B7;
background: url("../assets/images/caret-down.svg") no-repeat right 15px center;
background-size: 12px auto;
cursor: pointer
}
.c-radio,
.c-checkbox {
margin-bottom: 15px
}
.c-radio>input,
.c-checkbox>input {
position: absolute;
left: -9999px;
visibility: hidden
}
.c-radio>input:checked+label,
.c-checkbox>input:checked+label {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800;
font-style: normal;
color: #9539B7
}
.c-radio>input:checked+label::after,
.c-checkbox>input:checked+label::after {
display: block
}
.c-radio>input:checked+label+.form-hider,
.c-checkbox>input:checked+label+.form-hider {
display: block
}
.c-radio>label,
.c-checkbox>label {
position: relative;
margin-bottom: 0;
font-weight: 500;
font-size: 1.21429rem;
line-height: 1.42857rem;
letter-spacing: 0;
text-transform: none;
color: #9aaab5
}
.c-radio>label::before,
.c-checkbox>label::before {
content: '';
display: inline-block;
float: left;
margin-right: 10px;
width: 18px;
height: 18px;
border: 1px solid #b7c2ca
}
.c-radio>label::after,
.c-checkbox>label::after {
content: '';
position: absolute;
left: 6px;
top: 6px;
width: 6px;
height: 6px;
background: #9539B7;
display: none
}
.c-radio label::before,
.c-radio label::after {
border-radius: 50%
}
.c-checkbox label::after {
left: 5px;
top: 5px;
width: 8px;
height: 8px
}
.success {
display: block;
margin-top: 5px;
margin-bottom: -5px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 500;
font-style: normal;
font-size: .85714rem;
color: green
}
.error {
display: block;
margin-top: 5px;
margin-bottom: -5px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 500;
font-style: normal;
font-size: .85714rem;
color: #F4BDEC
}
.fs-dropdown-selected {
padding: 7px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800;
font-style: normal;
font-size: 0.78rem;
color: #9539B7;
background: #fff;
border: 1px solid #ece0f1;
border-radius: 2px;
line-height: 1.4;
border-radius:10px;
height: 35px
}
.fs-dropdown-selected:focus {
outline: none
}
.fs-dropdown-options {
border-color: #b7c2ca;
box-shadow: none
}
.fs-dropdown-item {
color: #9539B7;
border: 0 none;
border-bottom: 1px solid #b7c2ca;
-webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.fs-dropdown-item:hover,
.fs-dropdown-item:focus {
color: #fff;
background-color: #9539B7
}
.fs-dropdown-item:focus {
outline: none
}
.fs-dropdown-item_selected {
background-color: #fcedfe
}
.fs-dropdown-open .fs-dropdown-selected,
.fs-dropdown-focus .fs-dropdown-selected {
box-shadow: none
}
.chapter {
padding: 30px 38px;
border: 2px solid #5a6e7f;
overflow: hidden
}
.chapter p {
padding: 28px 14px 0;
font-weight: 500;
font-size: 1.14286rem;
line-height: 1.6;
color: #5a6e7f;
letter-spacing: .3em;
text-align: center;
text-transform: uppercase;
opacity: 0;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
-webkit-transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
.chapter .border {
margin-top: 28px;
height: 2px;
width: 100%;
display: block;
background: #5a6e7f;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.chapter strong {
font-weight: 900;
display: block
}
.chapter svg {
margin-right: auto;
margin-left: auto;
display: block;
fill: #5a6e7f;
opacity: 0;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
-webkit-transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
.chapter--white {
border-color: #fff
}
.chapter--white p {
color: #fff
}
.chapter--white .border {
background-color: #fff
}
.chapter--white svg {
fill: #fff
}
.chapter.animate-scroll svg,
.chapter.animate-scroll p {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.chapter.animate-scroll .border {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1)
}
.triangle {
position: absolute;
left: 0;
height: 0;
width: 0;
display: block;
border-style: solid;
pointer-events: none
}
.triangle--top-left {
top: -420px;
border-width: 420px 0 0 100%;
border-color: transparent transparent transparent #fff
}
.triangle--top-right {
top: -420px;
border-width: 0 0 420px 100%;
border-color: transparent transparent #fff transparent
}
.triangle--bottom-left {
bottom: -420px;
border-width: 420px 100% 0 0;
border-color: #fff transparent transparent transparent
}
.triangle--bottom-right {
bottom: -420px;
border-width: 0 100% 420px 0;
border-color: transparent #fff transparent transparent
}
@media (max-width: 46.24em) {
.triangle--top-left {
top: -120px;
border-width: 120px 0 0 100%
}
.triangle--top-right {
top: -120px;
border-width: 0 0 120px 100%
}
.triangle--bottom-left {
bottom: -120px;
border-width: 120px 100% 0 0
}
.triangle--bottom-right {
bottom: -120px;
border-width: 0 100% 120px 0
}
}
.pagination {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800;
font-style: normal;
font-size: 1.64286rem;
line-height: 2
}
.pagination::after {
clear: both;
content: '';
display: table
}
.pagination .icon {
margin-bottom: 3px;
height: 26px;
width: 26px;
position: relative;
display: inline-block;
border: 2px solid #6f8595;
border-radius: 40%;
vertical-align: middle;
overflow: hidden;
-webkit-transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.pagination .icon svg {
position: absolute;
top: 5px;
left: 5px;
fill: #6f8595
}
.pagination a {
position: relative
}
.pagination a .icon {
border-color: #9539B7
}
.pagination a .icon svg {
fill: #9539B7
}
.pagination a:hover,
.pagination a:focus {
text-decoration: none;
outline: none
}
.pagination a:hover svg,
.pagination a:focus svg {
-webkit-animation: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
animation: 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.pagination a.pagination-prev:hover .icon,
.pagination a.pagination-prev:focus .icon {
margin-right: 6px
}
.pagination a.pagination-prev:hover svg,
.pagination a.pagination-prev:focus svg {
-webkit-animation-name: u11ce7931;
animation-name: u11ce7931
}
@-webkit-keyframes u11ce7931 {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
49% {
-webkit-transform: translateX(-26px);
transform: translateX(-26px)
}
50% {
-webkit-transform: translateX(26px);
transform: translateX(26px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes u11ce7931 {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
49% {
-webkit-transform: translateX(-26px);
transform: translateX(-26px)
}
50% {
-webkit-transform: translateX(26px);
transform: translateX(26px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
.pagination a.pagination-next:hover .icon,
.pagination a.pagination-next:focus .icon {
margin-left: 6px
}
.pagination a.pagination-next:hover svg,
.pagination a.pagination-next:focus svg {
-webkit-animation-name: u4841db90;
animation-name: u4841db90
}
@-webkit-keyframes u4841db90 {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
49% {
-webkit-transform: translateX(26px);
transform: translateX(26px)
}
50% {
-webkit-transform: translateX(-26px);
transform: translateX(-26px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes u4841db90 {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
49% {
-webkit-transform: translateX(26px);
transform: translateX(26px)
}
50% {
-webkit-transform: translateX(-26px);
transform: translateX(-26px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
.pagination-prev {
float: left
}
.pagination-prev .icon {
margin-right: 12px
}
.pagination-next {
float: right
}
.pagination-next .icon {
margin-left: 12px
}
[class^="icon-"],
[class*=" icon-"] {
display: inline-block;
speak: none;
vertical-align: text-bottom
}
.messages {
margin-bottom: 70px
}
.message {
background: #d9ecd9;
padding: 20px 15px;
margin-top: 10px;
margin-bottom: 10px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 14px;
line-height: 1;
text-align: center;
color: #393
}
.message--error {
background: #ffd9d9;
color: #f33
}
.message--warning {
background: #fff2d9;
color: #ffb733
}
.splited-line {
display: block;
overflow: hidden;
-webkit-transform: translate3d(0, 16px, 0);
transform: translate3d(0, 16px, 0);
-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s cubic-bezier(0.19, 1, 0.22, 1)
}
.splited-line__wrapper {
display: block;
-webkit-transform: translate3d(0, 64px, 0);
transform: translate3d(0, 64px, 0);
-webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1)
}
.splited-line:nth-child(2) .splited-line__wrapper {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s
}
.splited-line:nth-child(3) .splited-line__wrapper {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s
}
.splited-line:nth-child(4) .splited-line__wrapper {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s
}
.animate-scroll .splited-line,
.show .splited-line {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.animate-scroll .splited-line .splited-line__wrapper,
.show .splited-line .splited-line__wrapper {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.show.hide .splited-line {
opacity: 0
}
.show.hide .splited-line .splited-line__wrapper {
-webkit-transform: translate3d(0, -64px, 0);
transform: translate3d(0, -64px, 0);
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s
}
.no-transition .splited-line {
-webkit-transition: none;
transition: none
}
.no-transition .splited-line__wrapper {
-webkit-transition: none;
transition: none
}
.girl-in-a-pool {
margin-bottom: -170px;
position: relative;
height: 80vh;
min-height: 800px;
background: url("../assets/images/girl-in-a-pool-bg.jpg") repeat-x center bottom;
overflow: hidden;
z-index: -1
}
@media screen and (min-width: 740px) and (max-width: 1500px) {
.girl-in-a-pool img {
position: absolute;
bottom: -50%;
left: 50%;
margin-left: -1250px;
transform: scale(0.6, 0.6);
-ms-transform: scale(0.6, 0.6);
-webkit-transform: scale(0.6, 0.6)
}
}
@media screen and (min-width: 1500px) and (max-width: 2000px) {
.girl-in-a-pool img {
position: absolute;
bottom: -25%;
left: 50%;
margin-left: -1250px;
transform: scale(0.8, 0.8);
-ms-transform: scale(0.8, 0.8);
-webkit-transform: scale(0.8, 0.8)
}
}
@media screen and (max-width: 740px) {
.girl-in-a-pool img {
position: absolute;
bottom: 0;
left: 50%;
margin-left: -1250px
}
}
@media screen and (min-width: 2000px) {
.girl-in-a-pool img {
position: absolute;
bottom: 0;
left: 50%;
margin-left: -1250px
}
}
@media (max-width: 46.24em) {
.girl-in-a-pool {
margin-bottom: -130px;
min-height: 0
}
.girl-in-a-pool img {
width: 1600px;
margin-left: -800px
}
}
.homepage-hero {
padding-top: 272px;
position: relative;
height: 1200px;
background-image: -webkit-linear-gradient(102deg, #9539B7 19%, #5bd6dd 81%);
background-image: linear-gradient(-12deg, #9539B7 19%, #5bd6dd 81%);
background-size: 100% 1400px;
background-position: center
}
@media (max-width: 61.24em) {
.homepage-hero {
height: 1100px;
padding-top: 220px
}
}
@media (max-width: 46.24em) {
.homepage-hero {
padding-top: 82px;
height: 800px
}
}
.homepage-hero__halo {
position: absolute;
top: 0;
left: 50%;
margin-left: -432px;
height: 170px;
width: 864px;
z-index: 1;
display: block;
overflow: hidden
}
@media (max-width: 46.24em) {
.homepage-hero__halo {
display: none
}
}
.homepage-hero__blue {
position: absolute;
top: 170px;
left: 50%;
margin-left: -1024px;
height: 841px;
width: 954px;
z-index: 100;
display: block;
background: url("../assets/images/blue-header.png") no-repeat;
overflow: hidden;
opacity: 0;
-webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-hero__blue .video-container {
position: absolute;
top: 300px;
left: 300px;
height: 513px;
width: 684px;
display: block;
overflow: hidden
}
.homepage-hero__blue.animate-scroll {
opacity: 1
}
@media (max-width: 61.24em) {
.homepage-hero__blue {
top: 80px;
margin-left: -920px
}
}
@media (max-width: 46.24em) {
.homepage-hero__blue {
height: 421px;
width: 477px;
top: 420px;
left: auto;
right: 0;
background-size: cover
}
.homepage-hero__blue .video-container {
display: none
}
}
.homepage-hero__wrapper {
margin-right: auto;
margin-left: auto;
width: 930px
}
@media (max-width: 61.24em) {
.homepage-hero__wrapper {
width: 85%
}
}
.homepage-hero__content {
margin-left: 50%;
width: 50%;
position: relative;
z-index: 100
}
.homepage-hero__content::after {
clear: both;
content: '';
display: table
}
.homepage-hero__content h1 {
font-weight: 900;
font-size: .71429rem;
line-height: 2rem;
margin-bottom: 1.1857rem;
padding-top: .8143rem;
position: relative;
color: #fff;
text-transform: uppercase;
letter-spacing: .3em
}
.homepage-hero__content h1 span {
display: inline-block;
opacity: 0;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
-webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-hero__content h1::before {
position: absolute;
top: 24px;
left: -204px;
height: 1px;
width: 180px;
display: block;
content: '';
background-color: #fff;
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
-webkit-transform: translate3d(10px, 0, 0) scale(0, 1);
transform: translate3d(10px, 0, 0) scale(0, 1);
-webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1)
}
@media (max-width: 61.24em) {
.homepage-hero__content h1::before {
display: none
}
}
.homepage-hero__content p {
font-size: 1.21429rem;
line-height: 2rem;
margin-bottom: 3.3157rem;
padding-top: .6843rem;
color: #fff
}
.homepage-hero__content p strong {
font-weight: 900
}
.homepage-hero__content p.highlight {
font-weight: 400;
font-size: 4.64286rem;
line-height: 4.2rem;
margin-bottom: 2.10713rem;
padding-top: .89287rem;
letter-spacing: -.04em;
width: 140%;
color: transparent
}
.homepage-hero__content p.highlight .splited-line {
color: #fff
}
.homepage-hero__content p.highlight strong {
font-weight: 800;
margin-right: 40px
}
.lang-fr .homepage-hero__content p.highlight {
font-size: 3.92857rem;
line-height: 4.3rem;
margin-bottom: 1.87142rem;
padding-top: 1.12858rem
}
.homepage-hero__content p:not(.highlight) {
opacity: 0;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
-webkit-transition: opacity 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-hero__content .button {
text-align: center;
float: left
}
.lang-fr .homepage-hero__content .button {
padding: 21px 28px;
font-size: .71429rem
}
@media (max-width: 61.24em) {
.homepage-hero__content .button {
display: block;
width: 100%;
margin-right: 0;
margin-left: 0;
margin-bottom: 10px;
float: none
}
}
.homepage-hero__content .watch {
margin-bottom: 25px;
margin-top: 30px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 500;
font-size: .78571rem;
line-height: 1;
letter-spacing: .2em;
text-transform: uppercase;
text-decoration: none;
color: #fff
}
.homepage-hero__content .watch a {
display: inline-block;
color: inherit
}
.homepage-hero__content .watch svg {
float: right;
fill: #fff;
margin-left: 10px;
margin-top: -6px
}
.homepage-hero__content.animate-scroll h1 span {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.homepage-hero__content.animate-scroll h1::before {
-webkit-transform: translate3d(0, 0, 0) scale(1, 1);
transform: translate3d(0, 0, 0) scale(1, 1)
}
.homepage-hero__content.animate-scroll p:not(.highlight) {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
@media (max-width: 61.24em) {
.homepage-hero__content p.highlight {
width: 100%;
font-size: 3rem;
line-height: 1.2
}
.lang-fr .homepage-hero__content p.highlight {
font-size: 3rem;
line-height: 1.2
}
}
@media (max-width: 46.24em) {
.homepage-hero__content {
margin-left: 0;
width: 100%
}
.homepage-hero__content h1::before {
left: -190px
}
.homepage-hero__content p.highlight {
width: auto
}
.lang-fr .homepage-hero__content p.highlight {
font-size: 2.14286rem;
line-height: 2.6rem;
margin-bottom: 2.25713rem;
padding-top: .74287rem
}
.lang-fr .homepage-hero__content .button {
padding: 16px 12px;
height: 42px
}
.lang-fr .homepage-hero__content .button+.button {
margin-left: 0
}
}
.homepage-hero__scroll {
position: absolute;
bottom: 250px;
left: 50%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
display: block
}
@-webkit-keyframes light-up {
0% {
opacity: 0.1
}
49% {
opacity: 1
}
50% {
opacity: 1
}
100% {
opacity: 0.1
}
}
@keyframes light-up {
0% {
opacity: 0.1
}
49% {
opacity: 1
}
50% {
opacity: 1
}
100% {
opacity: 0.1
}
}
.homepage-hero__scroll svg {
display: block;
margin-right: auto;
margin-left: auto;
margin-bottom: 2px;
fill: #fff;
opacity: 0.1
}
.homepage-hero__scroll svg:nth-child(1) {
-webkit-animation-name: light-up;
animation-name: light-up;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: reverse;
animation-direction: reverse
}
.homepage-hero__scroll svg:nth-child(2) {
-webkit-animation-name: light-up;
animation-name: light-up;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: reverse;
animation-direction: reverse
}
.homepage-hero__scroll svg:nth-child(3) {
-webkit-animation-name: light-up;
animation-name: light-up;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: reverse;
animation-direction: reverse
}
.homepage-app {
margin-top: -100px;
position: relative
}
@media (max-width: 46.24em) {
.homepage-app {
margin-top: 40px
}
}
.homepage-app .triangle {
top: -320px
}
@media (max-width: 46.24em) {
.homepage-app .triangle {
top: -160px
}
}
.homepage-app__wrapper {
padding-bottom: 240px;
margin-right: auto;
margin-left: auto;
width: 930px;
position: relative
}
@media (max-width: 61.24em) {
.homepage-app__wrapper {
width: 85%
}
}
.homepage-app__content {
width: 80%
}
.homepage-app__content h1 {
font-weight: 900;
font-size: .71429rem;
line-height: 2rem;
margin-bottom: 1.1857rem;
padding-top: .8143rem;
position: relative;
color: #b7c2ca;
text-transform: uppercase;
letter-spacing: .3em
}
.homepage-app__content h1 span {
display: inline-block;
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
-webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-app__content h1::after {
margin-bottom: 2px;
margin-left: 24px;
height: 1px;
width: 180px;
display: inline-block;
content: '';
background-color: #b7c2ca;
vertical-align: middle;
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transform: translate3d(-10px, 0, 0) scale(0, 1);
transform: translate3d(-10px, 0, 0) scale(0, 1);
-webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-app__content p {
font-size: 1.21429rem;
line-height: 2rem;
margin-bottom: 2.3157rem;
padding-top: .6843rem
}
.homepage-app__content p strong {
font-weight: 900
}
.homepage-app__content p.highlight {
font-weight: 400;
font-size: 3.57143rem;
line-height: 3.8rem;
margin-bottom: 1.02856rem;
padding-top: .97144rem;
color: transparent;
letter-spacing: -.04em
}
.homepage-app__content p.highlight strong {
font-weight: 800
}
.homepage-app__content p.highlight .splited-line {
color: #9539B7
}
.homepage-app__content p:not(.highlight) {
opacity: 0;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
-webkit-transition: opacity 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-app__content .download svg {
fill: #b7c2ca;
-webkit-transition: fill 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
transition: fill 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.homepage-app__content .download:hover,
.homepage-app__content .download:focus {
text-decoration: none
}
.homepage-app__content .download:hover svg,
.homepage-app__content .download:focus svg {
fill: #9539B7
}
.homepage-app__content .download+.download {
margin-left: 18px
}
@media (max-width: 46.24em) {
.homepage-app__content .download+.download {
margin-left: 0
}
}
.intro-stores-badge {
margin-top: 20px;
}
.intro-stores-badge p {
color: #fff;
font-size: 14px;
line-height: 22px;
font-weight: 700;
margin-bottom: 10px;
}
a.store {
margin-right:0;
width:20%
}
a.store:last-child {
margin-left: 0;
width:20%
}
.googleplay-button{
width: 30%;
float: left;
}
.appstore-button{
width: 30%;
float: right;
margin-right: 35%;
margin-top: 0;
}
.homepage-app__content .soon {
margin-top: 8px;
margin-left: -48px;
height: 98px;
width: 193px;
display: block;
background: url("../assets/images/soon-en.jpg") no-repeat
}
.lang-fr .homepage-app__content .soon {
background: url("../assets/images/soon-fr.jpg") no-repeat
}
@media (max-width: 46.24em) {
.homepage-app__content .soon,
.lang-fr .homepage-app__content .soon {
background-size: 80%;
background-position: 40px top
}
}
.homepage-app__content.animate-scroll h1 span {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.homepage-app__content.animate-scroll h1::after {
-webkit-transform: translate3d(0, 0, 0) scale(1, 1);
transform: translate3d(0, 0, 0) scale(1, 1)
}
.homepage-app__content.animate-scroll p:not(.highlight) {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
@media (max-width: 61.24em) {
.homepage-app__content p.highlight {
font-size: 2.85714rem;
line-height: 3.4rem;
margin-bottom: 2.04285rem;
padding-top: .95715rem
}
}
@media (max-width: 46.24em) {
.homepage-app__content {
width: 100%
}
.homepage-app__content p.highlight {
font-size: 2.28571rem;
line-height: 2.8rem;
margin-bottom: 2.19428rem;
padding-top: .80572rem
}
}
.homepage-app__phone-hand {
position: absolute;
right: -86px;
bottom: -92px;
height: 782px;
width: 431px;
display: block;
background: url("../assets/images/phone-hand-en.png") no-repeat;
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(151px, 133px, 0) rotate(5deg);
transform: translate3d(151px, 133px, 0) rotate(5deg);
-webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
will-change: transform
}
.homepage-app__phone-hand.animate-scroll {
-webkit-transform: translate3d(0, 0, 0) rotate(0) scale(1);
transform: translate3d(0, 0, 0) rotate(0) scale(1)
}
.lang-fr .homepage-app__phone-hand {
background: url("../assets/images/phone-hand-fr.png") no-repeat
}
@media (max-width: 46.24em) {
.homepage-app__phone-hand {
position: absolute;
right: 0;
bottom: -56px;
height: 379px;
width: 210px;
background-size: cover
}
.lang-fr .homepage-app__phone-hand {
background-size: cover
}
}
.homepage-app__pointing-hand-shadow {
position: absolute;
right: 162px;
bottom: 118px;
height: 260px;
width: 141px;
display: block;
background: url("../assets/images/pointing-hand-shadow.png") no-repeat;
opacity: 0;
-webkit-transition: opacity 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
will-change: opacity
}
.homepage-app__pointing-hand-shadow.animate-scroll {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0) rotate(0) scale(1);
transform: translate3d(0, 0, 0) rotate(0) scale(1)
}
@media (max-width: 46.24em) {
.homepage-app__pointing-hand-shadow {
position: absolute;
right: 120px;
bottom: 42px;
height: 130px;
width: 71px;
background-size: cover
}
}
.homepage-app__pointing-hand {
position: absolute;
right: 169px;
bottom: -428px;
height: 809px;
width: 469px;
display: block;
background: url("../assets/images/pointing-hand.png") no-repeat;
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(-85px, 39px, 0) rotate(-5deg);
transform: translate3d(-85px, 39px, 0) rotate(-5deg);
-webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
will-change: transform
}
.homepage-app__pointing-hand.animate-scroll {
-webkit-transform: translate3d(0, 0, 0) rotate(0) scale(1);
transform: translate3d(0, 0, 0) rotate(0) scale(1)
}
@media (max-width: 46.24em) {
.homepage-app__pointing-hand {
position: absolute;
right: 125px;
bottom: -214px;
height: 387px;
width: 227px;
background-size: cover
}
}
.homepage-features {
position: relative;
background-color: #9539B7;
height: 800px
}
@media (max-width: 61.24em) {
.homepage-features {
height: 550px
}
}
@media (max-width: 46.24em) {
.homepage-features {
height: 600px
}
}
.homepage-features__wrapper {
margin-right: auto;
margin-left: auto;
width: 930px;
position: relative
}
@media (max-width: 61.24em) {
.homepage-features__wrapper {
width: 85%
}
}
@media (max-width: 61.24em) {
.homepage-features__wrapper {
height: 100%;
padding-top: 40px;
padding-bottom: 80px
}
}
@media (max-width: 46.24em) {
.homepage-features__wrapper {
padding-top: 30px;
padding-bottom: 0
}
}
.homepage-features__background {
position: absolute;
top: 124px;
right: 50%;
height: 562px;
width: 100%;
opacity: 0;
-webkit-transform: translate3d(-240px, 0, 0);
transform: translate3d(-240px, 0, 0);
-webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 3s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-features__background.animate-scroll {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
@media (max-width: 61.24em) {
.homepage-features__background {
display: none
}
}
.homepage-features__preview {
position: absolute;
top: 124px;
left: -24px;
height: 562px;
width: 658px;
background: url("../assets/images/iphone-white.png") no-repeat right;
-webkit-transform: translate3d(-80px, 0, 0);
transform: translate3d(-80px, 0, 0);
-webkit-transition: -webkit-transform 3s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-features__preview.animate-scroll {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
@media (max-width: 61.24em) {
.homepage-features__preview {
display: none
}
}
.homepage-features__content {
margin-left: 50%;
position: relative;
width: 50%
}
.homepage-features__content h2 {
font-size: 3.57143rem;
line-height: 3.8rem;
margin-bottom: 1.02856rem;
padding-top: .97144rem;
color: transparent
}
.homepage-features__content h2 strong {
font-weight: 800
}
.homepage-features__content h2 .splited-line {
color: #fff
}
.homepage-features__content p {
margin-left: 16.66667%;
font-size: 1.28571rem;
line-height: 1.9rem;
margin-bottom: 3.38428rem;
padding-top: .61572rem;
color: #fff
}
.homepage-features__content p strong {
font-weight: 900
}
.homepage-features__content .icon {
margin-top: 24px;
margin-bottom: 12px;
margin-left: 24px;
height: 80px;
width: 80px;
position: relative;
display: block;
border: 2px solid #fff;
border-radius: 80px;
overflow: hidden
}
.homepage-features__content .icon svg {
position: absolute;
top: 50%;
left: 50%;
fill: #fff;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
@media (max-width: 61.24em) {
.homepage-features__content {
margin-left: 0;
width: 100%
}
.homepage-features__content p {
margin-left: 0
}
}
.homepage-features .carousel-background {
position: absolute;
top: 57px;
right: 16px;
height: 387px;
width: 654px;
position: relative;
overflow: hidden
}
.homepage-features .carousel-background__canister {
height: 387px;
width: 654px;
-webkit-transform: translate3d(218px, 0, 0);
transform: translate3d(218px, 0, 0)
}
.homepage-features .carousel-background__item {
height: 387px;
width: 218px;
position: relative;
display: block;
float: right;
opacity: 0.6;
-webkit-filter: blur(2px);
filter: blur(2px);
-webkit-transform: scale(0.9, 0.9);
-ms-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9)
}
.homepage-features .carousel-background__item::before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
display: block;
content: '';
background-color: #0f78ff;
opacity: 0.88;
mix-blend-mode: screen;
z-index: 1
}
.homepage-features .carousel-background__item:nth-child(3) {
opacity: 0.2
}
.homepage-features .carousel-preview {
margin-top: 57px;
margin-left: 217px;
height: 387px;
width: 218px;
position: relative;
overflow: hidden
}
.homepage-features .carousel-preview__canister {
height: 387px;
width: 654px;
background: #000;
-webkit-transform: translate3d(-436px, 0, 0);
transform: translate3d(-436px, 0, 0)
}
.homepage-features .carousel-preview img {
display: block;
float: right
}
.homepage-features .carousel-bullets {
position: absolute;
top: 378px;
left: 116px
}
.homepage-features .carousel-bullets::after {
clear: both;
content: '';
display: table
}
.homepage-features .carousel-bullets i {
margin-right: 12px;
margin-left: 12px;
height: 4px;
width: 4px;
display: block;
float: left;
background: #fff;
border-radius: 4px
}
@media (max-width: 61.24em) {
.homepage-features .carousel-bullets {
display: none
}
}
.homepage-features .carousel-content {
position: absolute;
top: 196px;
left: 0
}
.homepage-features .carousel-content p {
opacity: 0;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
-webkit-transition: opacity 1.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-features .carousel-content .icon {
display: block;
opacity: 0;
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-features .carousel-content.show p {
opacity: 0.6;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.homepage-features .carousel-content.show .icon {
opacity: 1;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1)
}
.homepage-features .carousel-content.show.hide p {
opacity: 0;
-webkit-transform: translate3d(40px, 0, 0);
transform: translate3d(40px, 0, 0)
}
.homepage-features .carousel-content.show.hide .icon {
opacity: 0;
-webkit-transform: translate3d(70px, 0, 0) scale(0.1, 0.1);
transform: translate3d(70px, 0, 0) scale(0.1, 0.1)
}
@media (max-width: 61.24em) {
.homepage-features .carousel-content.show {
top: auto
}
}
.homepage-features .carousel-content.no-transition p,
.homepage-features .carousel-content.no-transition .icon {
-webkit-transition: none !important;
transition: none !important
}
.homepage-features .carousel-content:nth-child(4) h2 {
font-size: 3.14286rem;
line-height: 3.4rem
}
@media (max-width: 61.24em) {
.homepage-features .carousel-content:nth-child(4) h2 {
font-size: 2.85714rem;
line-height: 3rem
}
.lang-fr .homepage-features .carousel-content:nth-child(4) h2 {
font-size: 1.71429rem;
line-height: 2.4rem
}
}
@media (max-width: 61.24em) {
.homepage-features .carousel-content {
top: 40px
}
.homepage-features .carousel-content h2 {
font-size: 2.57143rem;
line-height: 3rem
}
.homepage-features .carousel-content .icon {
display: none
}
}
.homepage-features .carousel-controls {
position: absolute;
top: 224px;
left: 52px;
height: 100%;
width: 60px;
opacity: 0;
-webkit-transition: opacity 3s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 3s 0.2s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-features .carousel-controls.animate-scroll {
opacity: 1
}
.homepage-features .carousel-controls button {
margin-bottom: 16px;
padding: 20px;
height: 60px;
width: 60px;
position: relative;
z-index: 1;
border: 1px solid #fff;
border-radius: 60px;
outline: none;
cursor: pointer;
display: block;
background-color: transparent;
background-image: none;
line-height: 1;
color: #fff
}
.homepage-features .carousel-controls button svg {
fill: #fff;
-webkit-transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-features .carousel-controls button::before {
position: absolute;
top: -1px;
left: -1px;
height: 60px;
width: 60px;
z-index: -1;
border-radius: 60px;
content: '';
display: block;
background-color: #fff;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-features .carousel-controls button:hover svg {
fill: #9539B7
}
.homepage-features .carousel-controls button:hover::before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}
@media (max-width: 61.24em) {
.homepage-features .carousel-controls {
position: absolute;
top: auto;
left: 0;
bottom: 100px;
width: 100%;
height: auto
}
.homepage-features .carousel-controls button {
margin-right: 12px;
display: inline-block
}
}
@media (max-width: 46.24em) {
.homepage-features .carousel-controls {
bottom: 30px
}
}
.homepage-specs {
margin-bottom: -80px;
padding-top: 60px;
position: relative
}
@media (max-width: 46.24em) {
.homepage-specs {
margin-bottom: 0
}
}
.homepage-specs .triangle {
bottom: -358px;
z-index: 1
}
@media (max-width: 46.24em) {
.homepage-specs .triangle {
bottom: -138px
}
}
.homepage-specs__wrapper {
margin-right: auto;
margin-left: auto;
width: 930px
}
@media (max-width: 61.24em) {
.homepage-specs__wrapper {
width: 85%
}
}
.homepage-specs__item {
position: relative;
z-index: 100
}
.homepage-specs__item .thumb {
overflow: hidden;
-webkit-transition: -webkit-transform 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.homepage-specs__item .thumb__wrap {
position: relative;
width: 100%;
height: 100%;
background-color: #0047a3;
overflow: visible
}
.homepage-specs__item .thumb__mask {
position: absolute;
top: -1%;
right: -1%;
height: 102%;
width: 30%;
display: block;
background-color: white;
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
transform-origin: right top;
-webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-specs__item .thumb img {
position: absolute;
top: 0;
display: block;
width: 100%;
-webkit-transition: -webkit-transform 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.homepage-specs__item .content .splited-line {
color: #5a6e7f
}
.homepage-specs__item .content h2 {
color: transparent;
letter-spacing: -.06em
}
@media (max-width: 46.24em) {
.homepage-specs__item .content h2 {
font-size: 1.57143rem;
line-height: 2rem
}
}
.homepage-specs__item .content p {
font-size: 1.07143rem;
line-height: 1.7;
opacity: 0;
-webkit-transform: translate3d(-60px, 0, 0);
transform: translate3d(-60px, 0, 0);
-webkit-transition: opacity 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1)
}
.homepage-specs__item.animate-scroll .thumb {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.homepage-specs__item.animate-scroll .thumb img {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.homepage-specs__item.animate-scroll .thumb__mask {
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1)
}
.homepage-specs__item.animate-scroll .content p {
opacity: 0.7;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.homepage-specs__item--sensor {
margin-bottom: 6rem
}
.homepage-specs__item--sensor .thumb {
position: absolute;
top: -120px;
left: 0;
height: 400px;
width: 41.66667%;
-webkit-transform: translate3d(0, 120px, 0);
transform: translate3d(0, 120px, 0)
}
.homepage-specs__item--sensor .thumb img {
top: auto;
bottom: 0;
-webkit-transform: translate3d(0, 70px, 0);
transform: translate3d(0, 70px, 0)
}
.homepage-specs__item--sensor .content {
margin-left: 50%;
padding-right: 30px;
width: 41.66667%
}
.homepage-specs__item--sensor.animate-scroll .thumb img {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0)
}
@media (max-width: 46.24em) {
.homepage-specs__item--sensor {
margin-bottom: 300px
}
.homepage-specs__item--sensor .thumb {
height: 235px;
width: 83.33333%;
top: auto;
left: -12%;
bottom: -275px
}
.homepage-specs__item--sensor .content {
margin-left: 0;
float: none;
width: 100%
}
}
.homepage-specs__item--water-quality {
margin-bottom: 8rem
}
.homepage-specs__item--water-quality .thumb {
position: absolute;
top: 0;
right: 30px;
height: 290px;
width: 41.66667%;
-webkit-transform: translate3d(0, 70px, 0);
transform: translate3d(0, 70px, 0)
}
.homepage-specs__item--water-quality .thumb img {
top: 50%;
margin-top: -400px;
-webkit-transform: translate3d(0, 180px, 0);
transform: translate3d(0, 180px, 0)
}
.homepage-specs__item--water-quality .content {
margin-left: 0;
padding-right: 30px;
width: 50%;
text-align: right
}
.homepage-specs__item--water-quality .content p {
padding-left: 16.66667%;
-webkit-transform: translate3d(60px, 0, 0);
transform: translate3d(60px, 0, 0)
}
@media (max-width: 61.24em) {
.homepage-specs__item--water-quality .thumb {
height: 340px;
width: 41.66667%
}
.homepage-specs__item--water-quality .thumb img {
margin-top: -370px
}
}
@media (max-width: 46.24em) {
.homepage-specs__item--water-quality {
margin-bottom: 300px
}
.homepage-specs__item--water-quality .thumb {
height: 235px;
width: 100%;
top: auto;
right: -12%;
bottom: -275px
}
.homepage-specs__item--water-quality .thumb img {
margin-top: -300px
}
.homepage-specs__item--water-quality .content {
padding-right: 0;
float: none;
width: 100%
}
.homepage-specs__item--water-quality .content p {
padding-left: 0
}
}
.homepage-specs__item--pools .thumb {
position: absolute;
top: 0;
left: 16.66667%;
padding-right: 30px;
height: 250px;
width: 41.66667%;
-webkit-transform: translate3d(0, 60px, 0);
transform: translate3d(0, 60px, 0)
}
.homepage-specs__item--pools .thumb__wrap {
background-color: #9539B7;
background-image: -webkit-linear-gradient(102deg, #9539B7 17.5%, #5bd6dd 82.5%);
background-image: linear-gradient(-12deg, #9539B7 17.5%, #5bd6dd 82.5%)
}
.homepage-specs__item--pools .thumb img {
top: 50%;
margin-top: -73px
}
.homepage-specs__item--pools .content {
margin-left: 66.66667%;
padding-right: 30px;
padding-left: 20px;
width: 33.33333%
}
@media (max-width: 46.24em) {
.homepage-specs__item--pools {
margin-bottom: 450px
}
.homepage-specs__item--pools .thumb {
height: 175px;
width: 100%;
padding-right: 0;
top: auto;
left: auto;
right: -12%;
bottom: -215px
}
.homepage-specs__item--pools .content {
margin-left: 0;
padding-right: 0;
padding-left: 0;
float: none;
width: 100%
}
}
.homepage-specs__item--wifi .thumb {
position: absolute;
top: -90px;
left: 41.66667%;
padding-right: 30px;
height: 400px;
width: 25%;
-webkit-transform: translate3d(0, 80px, 0);
transform: translate3d(0, 80px, 0)
}
.homepage-specs__item--wifi .thumb img {
-webkit-transform: translate3d(0, -70px, 0);
transform: translate3d(0, -70px, 0)
}
.homepage-specs__item--wifi .content {
margin-left: 8.33333%;
padding-right: 60px;
width: 33.33333%
}
@media (max-width: 46.24em) {
.homepage-specs__item--wifi {
margin-bottom: 0
}
.homepage-specs__item--wifi .thumb {
height: 300px;
width: 66.66667%;
top: -310px;
left: -12%
}
.homepage-specs__item--wifi .thumb__mask {
display: none
}
.homepage-specs__item--wifi .content {
margin-left: 0;
padding-right: 0;
float: none;
width: 100%
}
.homepage-specs__item--wifi .content p {
padding-left: 0
}
}
.homepage-trial {
padding-top: 70px;
padding-bottom: 70px;
margin-bottom: -80px;
background: #9539B7;
text-align: center
}
.homepage-trial__wrapper {
margin-right: auto;
margin-left: auto;
width: 930px
}
@media (max-width: 61.24em) {
.homepage-trial__wrapper {
width: 85%
}
}
.homepage-trial__title {
margin-bottom: 30px;
font-size: 2.85714rem;
line-height: 1.25;
letter-spacing: -.04em;
color: #fff
}
.homepage-trial .button--white::before {
display: none
}
.homepage-trial .button--white:hover,
.homepage-trial .button--white:focus,
.homepage-trial .button--white:active {
color: #4095fd
}
@media (max-width: 61.24em) {
.homepage-trial {
margin-bottom: 0
}
}
@media (max-width: 46.24em) {
.homepage-trial {
padding-top: 60px;
padding-bottom: 60px
}
.homepage-trial__title {
font-size: 2rem
}
}
.about-us__wrapper {
margin-right: auto;
margin-left: auto;
width: 930px
}
@media (max-width: 61.24em) {
.about-us__wrapper {
width: 85%
}
}
.about-us__wrapper::after {
clear: both;
content: '';
display: table
}
.about-us__item {
margin-bottom: 100px;
padding-bottom: 100px;
border-bottom: 1px solid #dbe1e5
}
.about-us__item::after {
clear: both;
content: '';
display: table
}
@media (max-width: 46.24em) {
.about-us__item {
margin-bottom: 48px;
padding-bottom: 48px
}
}
.about-us__item:last-child {
margin-bottom: 45px;
border-bottom: 0 none
}
.about-us__item--reverse .chapter,
.about-us__item--reverse .about-us__content {
float: right
}
.about-us__item--reverse .chapter {
margin-right: 16.66667%;
margin-left: 0
}
@media (max-width: 61.24em) {
.about-us__item--reverse .chapter {
margin-right: 0;
margin-left: 0
}
}
@media (max-width: 46.24em) {
.about-us__item--reverse .chapter {
margin-right: 16.66667%;
margin-left: 0
}
}
.about-us__item--reverse .about-us__content {
margin-right: 8.33333%;
margin-left: 0
}
@media (max-width: 46.24em) {
.about-us__item--reverse .about-us__content {
margin-right: 0;
margin-left: 0
}
}
.about-us__item.animate-scroll .about-us__content p {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.about-us__content {
margin-left: 8.33333%;
padding-right: 15px;
float: left;
width: 41.66667%
}
.about-us__content h2 {
color: transparent
}
.about-us__content h2 .splited-line {
color: #5a6e7f
}
.about-us__content p {
font-size: 1.21429rem;
line-height: 2rem;
margin-bottom: 1.3157rem;
padding-top: .6843rem;
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
-webkit-transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
@media (max-width: 61.24em) {
.about-us__content {
width: 58.33333%
}
}
@media (max-width: 46.24em) {
.about-us__content {
margin-left: 0;
width: 100%
}
}
.about-team {
background-position: center top;
background-color: white;
padding-top: 60px;
}
.about-team__wrapper {
margin-right: auto;
margin-left: auto;
width: 952px
}
@media (max-width: 61.24em) {
.about-team__wrapper {
width: 85%
}
}
.about-team__wrapper::after {
clear: both;
content: '';
display: table
}
.about-team__wrapper.bottomspace {
padding-bottom: 120px
}
@media (max-width: 46.24em) {
.about-team__wrapper {
padding-bottom: 40px;
margin-top: -25px;
}
}
.about-team__title.topspace {
padding-top: 50px
}
.about-team__title span {
position: relative
}
.about-team__title span:after {
content: '';
display: block;
height: 1px;
width: 150px;
position: absolute;
bottom: 10px;
left: -webkit-calc(100% + 18px);
left: calc(100% + 18px);
background: #9539B7
}
.backgroundcliptext .about-team__title span:after {
background: #fff;
}
.backgroundcliptext .about-team__title span {
background: -webkit-linear-gradient(left, #9539B7 2%, #9539B7 100%);
background: linear-gradient(to right, #9539B7 2%, #9539B7 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent
}
.about-team__title.right span {
float: right;
text-align: right
}
.about-team__title.right span:after {
position: absolute;
right: -webkit-calc(100% + 18px);
right: calc(100% + 18px);
bottom: 10px;
left: auto
}
.backgroundcliptext .about-team__title.right span:after {
background: #9539B7
}
.about-member-team {
margin-right: 15%;
margin-left: 0 !important;
float: left;
width: -webkit-calc(25% - 21px);
width: calc(25% - 21px);
/*bobby */
}
.about-member-team:last-child{
margin-right: 0;
}
.about-member-team:before {
display: none !important
}
.about-member-team h2 {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
-webkit-transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
.lang-fr .about-member-team h2 {
font-size: 2.28571rem
}
.about-member-team .caption {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
-webkit-transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.about-member-team p {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
-webkit-transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
@media (min-width: 61.25em) {
.about-member-team:nth-child(n+5) {
margin-top: 50px !important
}
.about-member-team:nth-child(4n+4) {
margin-right: 0
}
.about-member-team:nth-child(4n+5) {
clear: both
}
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
.about-member-team {
width: -webkit-calc(50% - 4.16667%);
width: calc(50% - 4.16667%);
margin-right: 8.33333%;
margin-left: 0
}
.about-member-team:nth-child(n+3) {
margin-top: 50px !important
}
.about-member-team:nth-child(even) {
margin-right: 0
}
.about-member-team:nth-child(odd) {
clear: both
}
}
@media (max-width: 46.24em) {
.about-member-team{
margin-bottom: 10px !important;
width: 100%;
float: none;
}
.about-member-team:last-child {
margin-bottom: 0 !important
}
}
.about-team__thumb {
margin-bottom: 2rem;
height: 222px;
width: 100%;
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
-webkit-transition: -webkit-transform 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
/*bobby */
}
.image-wrap{
text-align: center;
}
.image-wrap img{
max-width: 100%;
}
.about-team__thumb .image-wrap {
position: relative;
width: 100%;
height: 100%;
overflow: visible;
/*background: #fff;*/
/*bobby */
}
.about-team__thumb img {
position: absolute;
top: 0;
display: block;
width: 100%;
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
-webkit-transition: -webkit-transform 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
opacity: 0
}
.about-team__thumb img.processed {
opacity: 1
}
@media (max-width: 61.24em) {
.about-team__thumb {
width: 80%
}
}
@media (max-width: 46.24em) {
.about-team__thumb {
margin-left: 29.16667%;
height: auto;
width: 41.66667%
}
.typeset .about-team .about-team__title{
font-size: 2.87rem !important;
}
}
@media (max-width: 31.25em) {
.about-team__thumb {
margin: 0;
width: 10%;
float: left;
/*margin-left: 16.66667%;*/
height: auto;
}
.about-team__thumb .image-wrap{
display: none;
}
.typeset h5{
margin-top: -15px;
}
.about-member-team, .about-member-team .caption{
margin-bottom: 0;
}
.about-team.animate-scroll .about-member-team .caption{
text-align: left !important;
}
}
.about-team__contact {
font-weight: 300;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 1.5px;
height: auto
}
.about-team__contact:before {
display: none
}
.about-team__contact .icon {
margin-bottom: 3px;
height: 18px;
width: 18px;
position: relative;
display: inline-block;
border: 1px solid #6f8595;
border-radius: 100%;
vertical-align: middle;
overflow: hidden;
-webkit-transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
border-color: #9539B7
}
.about-team__contact .icon svg {
position: absolute;
top: 3px;
left: 3px;
height: 10px;
width: 10px;
fill: #6f8595
}
.about-team__contact:hover .icon,
.about-team__contact:focus .icon {
margin-left: 6px
}
.about-team__contact:hover svg,
.about-team__contact:focus svg {
-webkit-animation-name: u8faae3f3;
animation-name: u8faae3f3
}
@-webkit-keyframes u8faae3f3 {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
49% {
-webkit-transform: translateX(26px);
transform: translateX(26px)
}
50% {
-webkit-transform: translateX(-26px);
transform: translateX(-26px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes u8faae3f3 {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
49% {
-webkit-transform: translateX(26px);
transform: translateX(26px)
}
50% {
-webkit-transform: translateX(-26px);
transform: translateX(-26px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
.typeset .about-team .about-team__title {
font-size: 3.57143rem;
line-height: 4.5rem;
margin-bottom: 25px;
background: -webkit-linear-gradient(left, #933bb4 0%, #5bd6dd 89%);
background: linear-gradient(to right, #933bb4 0%, #5bd6dd 89%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
/*bobby */
}
.typeset .about-team .caption {
text-transform: uppercase;
padding-top: 0;
font-size: 1rem;
letter-spacing: 3px;
color:#9539B7;
/*bobby */
}
.typeset .about-team p {
font-size: 1rem;
line-height: 2rem;
margin-bottom: 1.3157rem;
padding-top: .6843rem;
margin-bottom: 0;
color:#9539B7;
/*bobby */
}
.about-team.animate-scroll .about-member-team h2,
.about-team.animate-scroll .about-member-team .caption {
opacity: 1;
color:#9539B7;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
text-align: center;
/*bobby */
}
.about-team.animate-scroll .about-member-team p {
opacity: 0.8;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.about-team.animate-scroll .about-team__thumb {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.about-team.animate-scroll .about-team__thumb img {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.about-quote {
position: relative;
background-color: #fff;
display: none
}
@media (max-width: 46.24em) {
.about-quote {
padding-top: 80px
}
}
.about-quote__wrapper {
margin-right: auto;
margin-left: auto;
width: 930px
}
@media (max-width: 61.24em) {
.about-quote__wrapper {
width: 85%
}
}
.about-quote blockquote {
margin-top: 0;
margin-bottom: 3rem
}
.about-quote blockquote p span {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
-webkit-transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.about-quote cite span {
display: inline-block;
opacity: 0;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
-webkit-transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
.about-quote cite::before {
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
-webkit-transform: translate3d(10px, 0, 0) scale(0, 1);
transform: translate3d(10px, 0, 0) scale(0, 1);
-webkit-transition: -webkit-transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
.about-quote.animate-scroll blockquote p span {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.about-quote.animate-scroll cite span {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.about-quote.animate-scroll cite::before {
-webkit-transform: translate3d(0, 0, 0) scale(1, 1);
transform: translate3d(0, 0, 0) scale(1, 1)
}
.about-faktory {
background: #fff;
overflow: visible;
}
.about-reload, .intro-reload{
background: #9539B7;
height:600px;
}
.homeSafesecure-reload{
height:600px;
}
.about-open__wrapper {
margin-right: auto;
margin-left: auto;
width: 952px;
padding-top: 0px;
padding-bottom: 20px;
margin-top: -100px;
position: relative
}
.about-reload__wrapper,.intro-reload__wrapper {
margin-right: auto;
margin-left: auto;
width: 952px;
padding-top: 72px;
padding-bottom: 100px;
position: relative
}
.more-benefits__wrapper{
margin-right: auto;
margin-left: auto;
width: 1050px;
padding-top: 72px !important;
padding-bottom: 100px;
padding: 3.2%;
position: relative
}
.homeSafesecure__wrapper{
margin-right: auto;
margin-left: auto;
width: 1050px;
padding-top: 70px !important;
padding: 2%;
padding-bottom: 80px;
position: relative
}
.more-benefits__wrapper{
transform: translateY(10%);
}
@media (max-width: 61.24em) {
.about-reload__wrapper{
width: 95% !important;
}
.intro-reload__wrapper{
width: 90% !important;
}
.homeSafesecure__wrapper {
top:-29%;
width: 85%;}
.more-benefits__wrapper{
top: 0px;width: 85%;}
}
.about-reload__wrapper::after,
.intro-reload__wrapper ::after,
.more-benefits__wrapper ::after,
.homeSafesecure__wrapper::after{
clear: both;
content: '';
display: table
}
.intro-reload__text {
height: auto;
width: 40%
}
.about-reload__text,.intro-reload__text {
height: auto;
width: 40%;
float: left;
}
.img-how2{
float: right;
text-align: right;
}
.homeSafesecure__text{
width: 40%;
height: auto;
}
@media (max-width: 46.24em) {
.about-reload__text,
.intro-reload__text,
.more-benefits__text,
.homeSafesecure__text
{
height: auto;
width: 100%
}
}
.about-reload__img,
.intro-reload__img {
position: absolute;
top: 57.7%;
right: 220px;
height: auto;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
.about-reload__img img{
display: relative;
position: absolute;
top: -40px;
bottom:100%;
left: 100%;
width: 40%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.intro-reload__img img {
display: relative;
position: absolute;
top: -25px;
bottom:100%;
left: 94%;
width: 40%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.about-reload__img2 img
{
display: relative;
position: absolute;
top: 90%;
bottom:100%;
left:77%;
width: 45%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.intro-reload__img2 img{
display: relative;
position: absolute;
top: 75%;
bottom:100%;
right:30px;
width: 20%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.intro-reload__img22 img{
display: relative;
position: absolute;
top: 79%;
bottom: 100%;
right: 17%;
width: 18%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.intro-reload__img4 img{
display: relative;
position: absolute;
top: 62%;
bottom:100%;
left:65%;
width: 45%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.intro-reload__img4 img{
display: relative;
position: absolute;
top: 62%;
bottom:100%;
left:65%;
width: 45%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.intro-reload__img3 img{
display: relative;
position: absolute;
top: 54%;
bottom: 100%;
right: -10%;
width: 36%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.intro-reload__img5 img{
display: relative;
position: absolute;
top: 67%;
bottom: 100%;
right: 4%;
width: 33%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@media (max-width: 46.24em) {
.intro-reload__img {
height: 50px;
width: 100%;
right: 200px;
vertical-align: middle;
position: relative;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 0 auto;
margin-top: 5%
}
.about-reload__img{
height: 50px;
width: 769px;
right: 10px;
vertical-align: middle;
max-width: 950px;
position: static;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 0 auto;
margin-top: 20%;
}
}
.more-benefits{
height:600px;
background-size: cover;
background-image: linear-gradient(-145deg, transparent 2%, #9539B7 86%), url("../assets/images/Slicingan/page1/slicingan-page1-06.png");
}
.about-open__wrapper::after {
clear: both;
content: '';
display: table
}
@media (max-width: 61.24em) {
.about-open__wrapper {
width: 85%
}
.more-benefits__wrapper{
-webkit-transform: translateY(30%);
-ms-transform: translateY(30%);
transform: translateY(30%);
}
}
.about-open__text {
height: auto;
width: 40%
}
@media (max-width: 46.24em) {
.about-open__text {
height: auto;
width: 100%
}
.main-slide{
width: 13%;
height: 100%;
float: left;
padding-left: 0px;
position: inherit;}
.slider-wrapper{
position: relative;
left: 0;
width: 699%;
height: 80%;
align-items: stretch; }
}
@media screen and (min-width: 768px) and (max-width: 992px){
.about-reload__img img, .intro-reload__img img, .about-reload__img2 img{
transform: translate(-32%, -41%) !important;
-webkit-transform: translate(-32%, -41%) !important;
-ms-transform: translate(-32%, -41%) !important;
}
.intro-reload__img4 img{
width: 30%;
left: 0;
right: 0;
margin: auto;
top: 68%;
bottom: 0;
}
.intro-reload__img5 img{
width: 20%;
left: 0;
right: 0;
margin: auto;
top: 68%;
bottom: 0;
}
.intro-reload__text{
width: 47%;
}
}
@media screen and (max-width: 480px) {
.intro-reload__text{
width: 100%;
margin-top: -70px;
}
.about-open__img img{
display: relative;
position: absolute;
top: 100%;
bottom: 100%;
right: -200px;
width: 97% !important;
-webkit-transform: translate(-50%, -14%) !important;
-ms-transform: translate(-50%, -14%) !important;
transform: translate(-50%, -14%) !important;
}
.about-reload__img img, .intro-reload__img img{
transform: translate(-168%, -22%) !important;
-webkit-transform: translate(-127%, -22%) !important;
-ms-transform: translate(-168%, -22%) !important;
width: 29% !important;
}
.about-reload__img2 img{
width: 65%;
top: 112%;
left: 50%;
}
.intro-reload__img2 img{
margin: auto;
display: block;
position: relative !important;
top: auto !important;
left: auto !important;
right: auto !important;
bottom: auto !important;
transform: none !important;
margin-top: 2%;
margin-left: 35%;
}
.about-reload__img2 img{
}
.about-reload__wrapper, .intro-reload__wrapper, .more-benefits__wrapper{
padding-top: 0%;
}
.content-header{
height: auto;
}
.intro-reload__img img{
transform: translate(-179%, -22%) !important;
-webkit-transform: translate(-179%, -22%) !important;
-ms-transform: translate(-179%, -22%) !important;
width: 22% !important;
margin-left: 33%;
top: 70px;
}
}
@media screen and (max-width: 375px) {
.about-reload__img img{
transform: translate(-179%, -22%) !important;
-webkit-transform: translate(-179%, -22%) !important;
-ms-transform: translate(-179%, -22%) !important;
width: 25% !important;
margin-left: 9px;
top: -19px;
}
.intro-reload__img img{
transform: translate(-179%, -22%) !important;
-webkit-transform: translate(-179%, -22%) !important;
-ms-transform: translate(-179%, -22%) !important;
width: 22% !important;
margin-left: 30%;
top: 70px;
}
}
.about-reload__img.image-force-class img{
transform: translate(-133%, -22%) !important;
-webkit-transform: translate(-133%, -22%) !important;
-ms-transform: translate(-133%, -22%) !important;
width: 40% !important;
margin-top: 10%;
margin-left: 2%;
}
}
@media screen and (max-width: 350px) {
.about-reload__img img, .intro-reload__img img{
transform: translate(-160%, -22%) !important;
-webkit-transform: translate(-160%, -22%) !important;
-ms-transform: translate(-160%, -22%) !important;
width:30% !important;
margin-top:90px;
}
.intro-reload{
height:752px;
}
}
@media screen and (max-width: 350px) {
#main-slider-prev{
left: 50px;
top: 0;
width: 12.5%;
}
#main-slider-next{
right: 59px;
top: 0;
width: 13.5%;
height: 7.5%;
}
}
.about-open__img {
position: absolute;
top: 57.7%;
right: 26 quotes: ;0px;
height: auto;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transform: translate3d(0, 16px, 0);
transform: translate3d(0, 16px, 0);
-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.about-open__img img {
display: relative;
position: absolute;
top: 100%;
bottom:100%;
left: 96%;
width: 60%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding-bottom: 110px;
}
@media (max-width: 46.24em) {
.about-open__img {
/*height: 50px;
width: 800px;*/
right: 10px;
vertical-align: middle;
max-width: 950px;
position: static;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 0 auto;
margin-top: 10px
}
about-open__img img{
top: -25px;
}
}
.about-faktory__wrapper {
margin-right: auto;
margin-left: auto;
width: 952px;
padding-top: 100px;
padding-bottom: 100px;
position: relative
}
@media (max-width: 61.24em) {
.about-faktory__wrapper {
width: 85%
}
}
.about-faktory__wrapper::after {
clear: both;
content: '';
display: table
}
.about-faktory__text {
height: auto;
width: 60%;
/*bobby */
}
@media (max-width: 46.24em) {
.about-faktory__text {
height: auto;
width: 100%
}
.about-faktory__wrapper {
padding-bottom: 0;
margin-top: -150px;
}
.animate-scroll .contact-address{
margin-top: 150px;
}
}
.about-faktory__img {
position: absolute;
top: 64.7%;
height: auto;
width: 75%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
.about-faktory__img img {
display: relative;
position: absolute;
top: 30%;
left: 25%;
width: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-top: 15%;
/*bobby */
}
@media (max-width: 46.24em) {
.about-faktory__img {
height: 152px;
width: 100%;
max-width: 450px;
position: static;
-webkit-transform: translateY(-15%);
-ms-transform: translateY(-15%);
transform: translateY(-15%);
margin: 0 auto;
}
.about-faktory__img img {
display: relative;
position: absolute;
top: 30%;
left: 40%;
width: 80%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-top: 0;
/*bobby */
}
}
.about-faktory__link {
display: inline-block;
margin-top: 30px;
border-bottom: 2px solid #fff
}
.about-faktory__link:hover {
text-decoration: none
}
.typeset .about-faktory h2,
.typeset .about-faktory p,
.typeset .about-faktory a {
color: #9539B7;
}
.typeset .about-faktory h2,
.typeset .about-faktory a {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800
}
.typeset .about-faktory a {
font-size: 1.28571rem
}
.about-partners__wrapper {
padding-top: 120px;
margin-right: auto;
margin-left: auto;
width: 930px
}
@media (max-width: 61.24em) {
.about-partners__wrapper {
width: 85%
}
}
.about-partners__wrapper::after {
clear: both;
content: '';
display: table
}
@media (max-width: 46.24em) {
.about-partners__wrapper {
padding-top: 50px
}
}
.about-partners__title span {
float: left;
position: relative
}
.about-partners__title span:after {
content: '';
display: block;
height: 1px;
width: 150px;
position: absolute;
bottom: 10px;
left: -webkit-calc(100% + 18px);
left: calc(100% + 18px);
background: #5a6e7f
}
.about-partners__title.right span {
float: right;
text-align: right
}
.about-partners__title.right span:after {
position: absolute;
right: -webkit-calc(100% + 18px);
right: calc(100% + 18px);
bottom: 10px;
left: auto
}
.about-partners__partners {
float: left;
height: 120px;
width: -webkit-calc(20% - 22.4px);
width: calc(20% - 22.4px);
margin-left: 0 !important;
border: 1px solid rgba(90, 110, 127, 0.5);
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.about-partners__partners:before {
display: none !important
}
.about-partners__partners:hover {
border-color: rgba(255, 255, 255, 0)
}
.about-partners__links {
display: block;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-position: 50% 50%;
-webkit-filter: grayscale(1);
filter: grayscale(1);
-webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.about-partners__partners:hover .about-partners__links {
-webkit-filter: grayscale(0);
filter: grayscale(0)
}
@media (max-width: 64em) {
.about-partners__links {
-webkit-filter: grayscale(0);
filter: grayscale(0)
}
}
.typeset .about-partners__title {
margin-bottom: 50px
}
@media (min-width: 61.25em) {
.typeset .about-partners__partners {
margin-right: 28px
}
.typeset .about-partners__partners:nth-child(5n+5) {
margin-right: 0
}
.typeset .about-partners__partners:nth-child(5n+6) {
clear: both
}
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
.typeset .about-partners__partners {
margin-right: 28px;
margin-bottom: 28px;
height: 120px;
width: -webkit-calc(25% - 21px);
width: calc(25% - 21px)
}
.typeset .about-partners__partners:nth-child(4n+4) {
margin-right: 0
}
.typeset .about-partners__partners:nth-child(4n+5) {
clear: both
}
}
@media (min-width: 31.25em) and (max-width: 46.24em) {
.typeset .about-partners__partners {
margin-right: 28px;
margin-bottom: 28px;
height: 120px;
width: -webkit-calc(50% - 14px);
width: calc(50% - 14px)
}
.typeset .about-partners__partners:nth-child(even) {
margin-right: 0
}
.typeset .about-partners__partners:nth-child(odd) {
clear: both
}
.typeset .about-partners__partners.nospace {
margin-bottom: 0
}
}
@media (max-width: 31.25em) {
.typeset .about-partners__partners {
float: none;
display: block;
margin-bottom: 28px;
margin-left: 10% !important;
height: 140px;
width: 80%
}
.typeset .about-partners__partners.nospace:last-child {
margin-bottom: 0
}
}
.contact-address {
margin-left: 8.33333%;
margin-top: -100px;
padding: 50px 40px 20px;
position: relative;
width: 33.33333%;
background-color: #fff;
opacity: 0;
border-radius:15px;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
-webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1)
}
.contact-address p {
margin-bottom: 0;
font-size: 1.21429rem;
letter-spacing: -.04em
}
.contact-address p.org {
font-weight: 800;
font-size: 2.18571rem;
color: #5a6e7f
}
.contact-address p.org small {
font-weight: 400;
font-size: 1rem;
line-height: 1rem;
font-family: "Open Sans";
letter-spacing: 0.3px;
}
.contact-address::after {
position: absolute;
bottom: -15px;
left: 250px;
height: 0;
width: 0;
display: block;
content: '';
border-style: solid;
border-width: 15px 15px 0 0;
border-color: #fff transparent transparent transparent
}
.animate-scroll .contact-address {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
@media (max-width: 61.24em) {
.contact-address {
margin-left: 0;
width: 50%
}
}
@media (max-width: 46.24em) {
.contact-address {
width: 100%;
margin-top: 80px !important;
}
}
.contact-form {
margin-right: -36px;
width: 50%;
float: right;
margin-top: -683px;
}
@media (max-width: 61.24em) {
.contact-form {
width: 100%;
float: left;
margin-left: 0;
margin-top: -220%;
}
}
@media (max-width: 46.24em) {
.contact-form {
margin-left: 0;
width: 100%
margin-top: -192%;
}
}
.contact-faq {
margin-left: 8.33333%;
padding-left: 30px;
width: 33.33333%;
float: left
}
.contact-faq ul {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
-webkit-transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}
.contact-faq.animate-scroll ul {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
@media (max-width: 61.24em) {
.contact-faq {
/*margin-top: 60px;*/
padding-left: 0;
width: 83.33333%
}
}
@media (max-width: 46.24em) {
.contact-faq {
margin-left: 0;
width: 100%
}
}
.content--jobs .typeset .highlight {
padding-bottom: 50px;
margin-bottom: 50px;
border-bottom: 1px solid rgba(183, 194, 202, 0.5);
font-size: 2.28571rem;
line-height: 1.4;
letter-spacing: 0;
color: #6f8595
}
.content--jobs .jobs-introduction {
margin-bottom: 60px
}
.content--jobs .jobs-introduction .title {
margin-bottom: 40px;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 2.28571rem;
line-height: 1.2;
letter-spacing: .025em;
color: #6f8595
}
.content--jobs .jobs-introduction .title strong {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 800
}
.content--jobs .jobs-introduction .typeset {
position: relative;
margin-left: 33.33333%;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px
}
@media (max-width: 61.24em) {
.content--jobs .jobs-introduction .typeset {
margin-left: 0
}
.content--jobs .jobs-introduction .typeset::before {
display: none
}
}
@media (max-width: 46.24em) {
.content--jobs .jobs-introduction .typeset {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-gap: 0;
-moz-column-gap: 0;
column-gap: 0
}
}
.content--jobs .jobs-introduction .typeset::before {
content: '';
position: absolute;
left: -140px;
top: 10px;
width: 110px;
height: 1px;
background: #6f8595;
opacity: 0.5
}
.content--jobs .jobs-list {
margin-left: 33.33333%
}
@media (max-width: 61.24em) {
.content--jobs .jobs-list {
margin-left: 0
}
}
.content--jobs .jobs-aside {
padding: 45px;
background: #f0f0f0
}
@media (max-width: 61.24em) {
.content--jobs .jobs-aside {
margin-top: 60px
}
}
@media (max-width: 46.24em) {
.content--jobs .jobs-aside {
padding: 45px 30px
}
}
.content--jobs .jobs-apply {
margin-top: 20px
}
.content--jobs .jobs-infos li::after {
content: '';
display: block;
width: 40px;
height: 1px;
background: #6e808f;
margin-top: 25px;
margin-bottom: 25px
}
.content--jobs .jobs-infos li:last-child::after {
display: none
}
.content--jobs .jobs-infos span {
position: relative;
display: block;
padding-left: 20px;
line-height: 1;
letter-spacing: .3em;
text-transform: uppercase
}
.content--jobs .jobs-infos span svg {
fill: #9539B7;
position: absolute;
left: 0;
top: -1px
}
.content--jobs .jobs-infos span svg.icon-work {
top: -2px
}
.content--jobs .jobs-infos .title {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
margin-bottom: 15px;
font-size: .78571rem;
color: #9539B7
}
.content--jobs .jobs-infos .text {
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 500;
font-size: .85714rem;
color: #6f8595
}
.content--jobs .jobs-detail {
padding-left: 8.33333%
}
@media (max-width: 61.24em) {
.content--jobs .jobs-detail {
padding-left: 0
}
}
.content--jobs .jobs-detail h2 {
padding-top: 0;
margin-top: 50px
}
.content--jobs .jobs-detail h2:first-child {
margin-top: 0
}
@font-face {
font-family: "Avenir";
font-style: normal;
font-weight: 400;
src: url("../assets/fonts/Avenir/Avenir-Book.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Avenir/Avenir-Book.woff") format("woff"), url("../assets/fonts/Avenir/Avenir-Book.ttf") format("truetype"), url("../assets/fonts/Avenir/Avenir-Book.svg#Avenir") format("svg")
}
@font-face {
font-family: "Avenir";
font-style: normal;
font-weight: 300;
src: url("../assets/fonts/Avenir/Avenir-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Avenir/Avenir-Light.woff") format("woff"), url("../assets/fonts/Avenir/Avenir-Light.ttf") format("truetype"), url("../assets/fonts/Avenir/Avenir-Light.svg#Avenir") format("svg")
}
@font-face {
font-family: "Avenir";
font-style: normal;
font-weight: 800;
src: url("../assets/fonts/Avenir/Avenir-Heavy.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Avenir/Avenir-Heavy.woff") format("woff"), url("../assets/fonts/Avenir/Avenir-Heavy.ttf") format("truetype"), url("../assets/fonts/Avenir/Avenir-Heavy.svg#Avenir") format("svg")
}
@font-face {
font-family: "Avenir";
font-style: normal;
font-weight: 500;
src: url("../assets/fonts/Avenir/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Avenir/Avenir-Medium.woff") format("woff"), url("../assets/fonts/Avenir/Avenir-Medium.ttf") format("truetype"), url("../assets/fonts/Avenir/Avenir-Medium.svg#Avenir") format("svg")
}
@font-face {
font-family: "Avenir";
font-style: normal;
font-weight: 900;
src: url("../assets/fonts/Avenir/Avenir-Black.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Avenir/Avenir-Black.woff") format("woff"), url("../assets/fonts/Avenir/Avenir-Black.ttf") format("truetype"), url("../assets/fonts/Avenir/Avenir-Black.svg#Avenir") format("svg")
}
.about-member-team .about-team-caption{
color: #9539B7;
text-align: center;
}
.about-member-team h5{
color: #9539B7;
text-align: center;
margin-left: -3px !important;
}
.about-member-team .about-team-caption{
width: 153px;
margin: auto;
display: block;
}
@media (max-width: 46.24em) {
.about-member-team h5,.about-member-team {
margin-left: -122px;
}
/*#main-slider-space{
margin-top: 50px !important;
margin-left: -47px !important;
overflow: visible;
}*/
.slider-wrapper{
width: 900px !important;
height: 100% !important;
}
.main-slide{
width: 47% !important;
height: 92% !important;
padding-left: 80px !important;
}
#main-slider-prev{
left: 14px !important;
width: 15.5% !important;
height: 15.5% !important;
background-size: 60%;
}
#main-slider-next{
right: 11px !important;
width: 15.5% !important;
height: 15.5% !important;
top: -65px !important;
background-size: 60%;
}
.intro-reload__img5 img{
top: 100%;
bottom: 100%;
right: 16%;
width: 45%;
}
.intro-reload__img4 img{
top: 100%;
bottom: 100%;
left: 42% !important;
width: 200px;
}
}
@media (max-width: 24.24em) {
.about-member-team h5,.about-member-team .about-team-caption{
margin-left: -52px;
}
.about-member-team .about-team-caption{
margin-left: 37px;
}
}
#main-slider-space {
overflow: hidden;
width: 100%;
height: 600px;
margin-right: -20%;
float: left;
display: block;
}
.slider-wrapper {
position:relative;
left:0;
width:3000px;
height:100%;
}
.main-slide {
width:40%;
height:100%;
float:left;
padding-left:130px;
overflow: hidden;
position: inherit;
}
#slide1 {
opacity: 1;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
-webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1)
}
#slide2 {
opacity: 1;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
-webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1)
}
#slide3 {
opacity: 1;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
-webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1)
}
#slide4 {
opacity: 1;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
-webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1)
}
.slider-buttons {
position:absolute;
width:30px;
height:30px;
}
.slider-buttons:hover { cursor:pointer; }
#main-slider-next {
background-image: url("../assets/images/next.png");
background-position: right;
background-repeat: no-repeat;
bottom: 0;
margin: auto;
position: absolute;
right: 37px;
background-position: right;
top: 0;
width: 8.5%;
height: 7.5%;
}
#main-slider-prev {
background-image: url("../assets/images/prev.png");
background-repeat: no-repeat;
bottom: 0;
margin: auto;
position: absolute;
left: 30px;
top: 0;
width: 8.5%;
height: 7.5%;
}
.btn-hero{
position: relative;
border: 0 none;
outline: none;
cursor: pointer;
overflow: hidden;
z-index: 1;
display: inline-block;
height: 50px;
padding: 20px 35px;
border-radius: 10px;
color: #9539B7;
background-color: white;
background-image: none;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 900;
font-style: normal;
font-size: .78571rem;
line-height: 1;
letter-spacing: .21em;
text-transform: uppercase;
}
#home.content-header{
padding-top: 0;
}
@media (max-width: 480px) {
.about-open__wrapper{
margin-bottom: -80%;
}
.slide_viewer {
height: 438px !important;
overflow: hidden;
position: relative;
margin-bottom: -290px !important;
}
.directional_nav{
top: -218px !important;
}
.slide figure{
padding-top: 79px;
}
.intro-reload__img3 img{
top: 64%;
width: 50%;
}
.slide:nth-of-type(3) {
background-image: linear-gradient(-35deg, transparent 2%, #9539B7 76%), url("../assets/images/slider_3.png");
background-size: cover;
background-position: 10%;
height: 540px;
}
.intro-reload__text{
margin-top: -64px;
}
}
@media (max-width: 320px) {
.about-open__wrapper{
margin-bottom: -80%;
}
.slide_viewer {
height: 438px;
overflow: hidden;
position: relative;
}
.slide figure{
padding-top: 79px;
}
.intro-reload__img3 img{
top: 85%;
width: 50%;
}
.slide:nth-of-type(3) {
background-image: url(../assets/images/slider_3.png);
background-size: cover;
background-position: 10%;
height: 540px;
}
}
.slider {
margin: 0 auto;
/*max-width: 940px;*/
}
.slide_viewer {
/*height: 340px;*/
overflow: hidden;
margin-bottom: -170px;
position: relative;
height: 80vh;
min-height: 800px;
overflow: hidden;
}
.slide_viewer .slide_group .slide:nth-of-type(1) .intro-reload__wrapper,
.slide_viewer .slide_group .slide:nth-of-type(2) .intro-reload__wrapper,
.slide_viewer .slide_group .slide:nth-of-type(3) .intro-reload__wrapper{
margin-top: 150px;
width: 1036px;
}
.slide_viewer .slide_group .slide:nth-of-type(3) .intro-reload__wrapper .intro-reload__text{
/*margin-top: 150px;*/
}
.slide_group {
height: 100%;
position: relative;
width: 100%;
}
.slide {
display: none;
height: 100%;
position: absolute;
width: 100%;
}
.slide:first-child {
display: block;
}
.slide:nth-of-type(1) {
background: ;
}
.slide:nth-of-type(2) {
}
.slide:nth-of-type(3) {
background-image: url("../assets/images/slider_3.png");
background-size: cover;
background-position: 50%;
max-height: 650px;
overflow: hidden;
}
.slides:first-child) {
display: block;
}
.slide .intro-reload__wrapper .intro-reload__img2 img{
width: 35% !important;
-webkit-transform: translate(-10%, -110%) !important;
-ms-transform: translate(-10%, -110%) !important;
transform: translate(-10%, -110%) !important;
}
.slide:nth-of-type(2) .intro-reload__wrapper .intro-reload__img2 img{
width: 35% !important;
-webkit-transform: translate(-10%, -95%) !important;
-ms-transform: translate(-10%, -95%) !important;
transform: translate(-10%, -95%) !important;
margin-top: 84px;
}
.slide_buttons {
left: 0;
position: absolute;
right: 0;
text-align: center;
display: none;
}
a.slide_btn {
color: #F4BCEB;
font-size: 42px;
margin: 0 0.175em;
-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: opacity 0.4s ease-in-out, width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.slide_btn.active, .slide_btn:hover {
color: #33014A;
cursor: pointer;
opacity: 0.82;
}
.directional_nav {
height: 340px;
margin: 0 auto;
/*max-width: 940px;*/
position: relative;
top: -425px;
}
.previous_btn {
bottom: 0;
/*left: 20px;*/
left: 30px;
margin: auto;
position: absolute;
top: 0;
}
.next_btn {
bottom: 0;
margin: auto;
position: absolute;
right: 20px;
top: 0;
}
.previous_btn, .next_btn {
cursor: pointer;
height: 65px;
opacity: 0.5;
-webkit-transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
-ms-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
width: 65px;
}
.previous_btn:hover, .next_btn:hover {
opacity: 1;
}
.intro-reload__title strong span{
font-weight: bold;
}
@media (max-width: 768px) {
#home .slick-slide:nth-of-type(4){
background-position: 90%;
background-image: url(../assets/images/slider_3.png);
background-size: 490% !important;
}
.homeSafesecure-reload{
padding: 0;
height: 100%;
}
.about-reload__text{
width: 85%;
}
.how-it-works{
padding-top: 200px !important;
}
.img-how {
float: none !important;
width: 100% !important;
text-align: center !important;
}
.site-title__logo{
left: 15%;
right: 0;
margin-right: 0;
}
.slide_viewer .slide_group .slide:nth-of-type(1) .intro-reload__wrapper, .slide_viewer .slide_group .slide:nth-of-type(2) .intro-reload__wrapper, .slide_viewer .slide_group .slide:nth-of-type(3) .intro-reload__wrapper{
margin: 150px 20px;
}
.main-slide{
/*padding-left: 60px !important;*/
}
.intro-reload__title{
/*margin-bottom: 0 !important;*/
}
.previous_btn {
left: 30%;
}
.next_btn {
right: 30%;
}
.intro-reload__img4 img, .intro-reload__img5 img{
top: 0;
bottom: 0;
left: 0 !important;
width: 200px;
right: 0;
margin: auto;
margin-left: 50%;
margin-top: 100%;
}
#main-slider-prev{
left: 30% !important;
width: 15.5% !important;
height: 100% !important;
background-size: 60%;
top: 0;
z-index: 999;
background-position: bottom;
bottom: 20px;
}
#main-slider-next{
right: 30% !important;
width: 15.5% !important;
height: 100% !important;
background-size: 60%;
z-index: 999;
top: 0 !IMPORTANT;
background-position: bottom !important;
bottom: 20px;
}
.about-reload, .intro-reload{
min-height: 700px;
height: 100%;
padding-bottom: 10px;
overflow: hidden;
}
.intro-reload__img img{
top: 300%;
left: 130%;
}
.home-slider-one{
padding-top: 0 !important;
}
.slick-dots{
text-align: center;
margin-top: -60px;
}
.slick-dots li {
display: inline-block !important;
background: #F4BDEC;
width: 10px;
border-radius: 50%;
border: none;
text-indent: -999px;
margin: 10px;
height: 10px;
}
.slick-dots li.slick-active{
background: #fff;
}
.home-block-left, .home-block-right{
float: none !important;
width: 100% !important;
}
.home-blocks-left{
float: none !important;
width: 100% !important;
margin-left: -10%;
}
.home-column-left, .home-column-right{
float: none !important;
width: 100% !important;
}
.home-column-right .img{
text-align: center !important;
padding-top: 50px ;
}
.home-column-right img{
width: 80%;
}
.intro-reload__wrapperx {
width: 100% !important;
}
.intro-reload__wrapperx .home-block {
padding: 100px 35px !important;
}
.site-navigation__item.has-dropdown{
display: none;
}
.home-slider-one .slick-next{
display: block !important;
}
.home-slider-one .slick-prev{
display: block !important;
}
.home-slider-one .home-block .home-block-right .img {
text-align: center;
}
.home-slider-one .home-block .home-block-right .img img{
display: inline-block;
margin-top: 15%;
}
.home-slide-tri .home-block .home-block-right .img{
text-align: center;
padding: 30px 0px;
}
.home-slide-tri .home-block .home-block-right .img img{
display: inline-block;
}
#home.content-header{
padding-top: 0 !important;
}
.about-member-team .about-team-caption {
margin-left: 0 !important;
text-align: center;
width: 100%;
}
.about-team-thumb{
margin: 30px 0 0;
}
.about-member-team h5{
margin-top: 0;
}
.home-block-right img{
float: none !important;
}
.intro-reload__parag{
padding-top: 20px;
}
.homeSafesecure__wrapper {
width: 96% !important;
top: 0;
}
.more-benefits__wrapper{
width: 90% !important;
}
.img-how2{
float: none;
text-align: center;
}
.about-reload__text{
padding-left: 6%;
margin-top: -25px;
}
.how-left{
float: none;
margin-left: -1%;
margin-top: -2px;
}
.img-how3{
width: 100% !important;
float: none !important;
text-align: center !important;
}
.img-how3 img{
padding-top: 10px !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px){
.about-reload__img, .intro-reload__img{
position: initial !important;
margin: auto !important;
text-align: center !important;
}
.home-slider-one{
padding-top: 0 !important;
}
.slick-dots{
text-align: center;
}
.slick-dots li {
display: inline-block !important;
}
.about-reload__wrapper, .intro-reload__wrapper, .more-benefits__wrapper, .homeSafesecure__wrapper, .about-open__wrapper{
width: 870px;
}
.home-block-right img{
float: none !important;
}
.site-title__logo{
right: -100%;
}
.intro-reload__wrapperx .home-block {
padding: 180px 230px 0 190px !important;
}
.about-reload__text, .intro-reload__text{
margin: 0;
width: 100%;
}
.home-slider-one .slick-next{
left: 970px;
}
}
@media screen and (max-width: 1280px) and (max-height: 960px){
.intro-reload__wrapperx{
width: 1280px;
}
.home-slider-one .slick-prev{
left: 10px !important;
top: 54% !important;
}
.home-slider-one .slick-next{
right: 5px !important;
top: 54% !important;
}
}
@media screen and (min-width: 1200px) and (max-width: 1280px){
.intro-reload__wrapperx .home-block {
padding: 180px 200px 0 115px !important;
}
.site-title__logo{
left: 112%;
}
}
.clear{
clear: both;
}
.home-slider-one{
position: relative;
}
.home-block-left{
float: left;
width: 50%;
}
.home-blocks-left{
float: left;
width: 50%;
padding: 5%;
}
.home-block-right{
float: left;
width: 50%;
}
.home-block-right img{
float: right;
}
.home-slider-one .slick-prev{
background: url(../assets/images/prev.png) no-repeat;
position: absolute;
left: 50px;
text-indent: -9999px;
border: none;
padding: 16px 23px;
top: 40%;
z-index: 999999;
}
.home-slider-one .slick-next{
background: url(../assets/images/next.png) no-repeat;
position: absolute;
right: 50px;
text-indent: -9999px;
border: none;
padding: 16px 23px;
top: 40%;
z-index: 999999;
}
.home-slide-tri .slick-prev{
background: url(../assets/images/prev.png) no-repeat;
position: absolute;
left: -100px;
text-indent: -9999px;
border: none;
padding: 16px 23px;
top: 30%;
}
.home-slide-tri .slick-next{
background: url(../assets/images/next.png) no-repeat;
position: absolute;
right: -100px;
text-indent: -9999px;
border: none;
padding: 16px 23px;
top: 30%;
}
.home-column-left{
float: left;
width: 50%;
}
.home-column-right{
float: right;
width: 50%;
}
.home-column-right .img{
text-align: right;
}
.home-column-right img{
width: 80%;
}
.img-bg{
position: relative;
}
.img-bg img{
position: absolute;
width: 1344px;
height: 600px;
}
.home-slide-tri{
background: -webkit-linear-gradient(360deg, #9532B7 55%, #9539B7 89%);
background: linear-gradient(-180deg, #9532B7 55%, #9539B7 90%);
background-position: center bottom;
}
.intro-reload__wrapperx{
width: 1350px;
margin: 0 auto;
}
.intro-reload__wrapperx .home-block {
padding: 180px 153px 0;
}
#home .slick-slide:nth-of-type(4){
min-height: 650px;
background-size: cover;
background-position: 50%;
background-image: url(../assets/images/slider_3.png);
}
.special{
display: inline-block !important;
font-size: 20px;
}
.site-navigation__list{
text-align: center;
}
.img-how{
float: right;
width: 60%;
text-align: right;
margin-top: 5%
}
.how-left{
float: left;
}
.img-dompet{
position: inherit;
top: 0;
height: 100%;
width: 60%;
}
.img-how3{
float: right;
text-align: right;
width: 40%;
}
.img-how3 img{
max-width: 100%;
padding-top: 60px;
}
/* CUSTOMS FAIZAL */
@media screen and (min-width: 799px) and (max-width: 800px) {
.home-slider-one .slick-next {left: 710px !important;}
}
@media screen and (min-width: 979px) and (max-width: 980px) {
.home-slider-one .slick-next {left: 880px !important;}
}
@media screen and (min-width: 1023px) and (max-width: 1024px) {
.home-slider-one .slick-next {left: 970px !important;}
}
@media screen and (min-width: 899px) and (max-width: 900px) {
.home-slider-one .slick-next {left: 810px !important;}
}
@media screen and (min-width: 1279px) and (max-width: 1280px) {
.home-slider-one .slick-next {right: 70px !important;}
}
@media screen and (min-width: 319px) and (max-width: 980px) {
.site-footer {padding-top: 20px !important}
.content.content--contact {height: 1150px;}
.contact-faq {margin-top: 0 !important;}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
.content.content--contact {height: 955px !important}
}
@media screen and (min-width: 768px) and (max-width: 800px) {
.content--contact .content-body {position: absolute; bottom: 165px}
} | 0.421909 | 0.147647 |
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
/* default background color for body */
body {
background-color: #d9dcd6;
}
/* header default colors, shape, and font */
header {
padding: 20px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background-color: #2a607c;
color: #ffffff;
}
/* header logo inline and font size */
header h1 {
display: inline-block;
font-size: 48px;
}
/* specific color for "seo" in logo */
header h1 .seo {
color: #d9dcd6;
}
/* location, font, and size of navigation section */
nav {
padding-top: 15px;
margin-right: 20px;
float: right;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 20px;
}
/* remove bullets from ul */
nav ul {
list-style-type: none;
}
/* show navigation links inline */
nav ul li {
display: inline-block;
margin-left: 25px;
}
/* color all anchors/links */
a {
color: #ffffff;
text-decoration: none;
}
/* size for all paragraph text */
p {
font-size: 16px;
}
/* size ad location of main image */
.hero {
height: 800px;
width: 100%;
margin-bottom: 25px;
background-image: url("../images/digital-marketing-meeting.jpg");
background-size: cover;
background-position: center;
}
/* position content images left */
.float-left {
float: left;
margin-right: 25px;
}
/* position content images right */
.float-right {
float: right;
margin-left: 25px;
}
/* position and size of content sections */
.content {
width: 75%;
display: inline-block;
margin-left: 20px;
}
/* specs for benefits content in the aside */
.benefits {
margin-right: 20px;
padding: 20px;
clear: both;
float: right;
width: 20%;
height: 100%;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #2589bd;
}
/* specs for the aside */
aside {
margin-bottom: 32px;
color: #ffffff;
}
/* specific content style in the aside */
aside aside h3 {
margin-bottom: 10px;
text-align: center;
}
/* position and size for aside images */
aside img {
display: block;
margin: 10px auto;
max-width: 150px;
}
/* specs for content blocks */
.content section {
margin-bottom: 20px;
padding: 50px;
height: 300px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #0072bb;
color: #ffffff;
}
/* size of content images */
.content img {
max-height: 200px;
}
/* content headers*/
.content h2 {
margin-bottom: 20px;
font-size: 36px;
}
/* footer defaults*/
footer {
padding: 30px;
clear: both;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-align: center;
}
/* footer smaller text */
footer h2 {
font-size: 20px;
} | assets/css/style.css | * {
box-sizing: border-box;
padding: 0;
margin: 0;
}
/* default background color for body */
body {
background-color: #d9dcd6;
}
/* header default colors, shape, and font */
header {
padding: 20px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background-color: #2a607c;
color: #ffffff;
}
/* header logo inline and font size */
header h1 {
display: inline-block;
font-size: 48px;
}
/* specific color for "seo" in logo */
header h1 .seo {
color: #d9dcd6;
}
/* location, font, and size of navigation section */
nav {
padding-top: 15px;
margin-right: 20px;
float: right;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 20px;
}
/* remove bullets from ul */
nav ul {
list-style-type: none;
}
/* show navigation links inline */
nav ul li {
display: inline-block;
margin-left: 25px;
}
/* color all anchors/links */
a {
color: #ffffff;
text-decoration: none;
}
/* size for all paragraph text */
p {
font-size: 16px;
}
/* size ad location of main image */
.hero {
height: 800px;
width: 100%;
margin-bottom: 25px;
background-image: url("../images/digital-marketing-meeting.jpg");
background-size: cover;
background-position: center;
}
/* position content images left */
.float-left {
float: left;
margin-right: 25px;
}
/* position content images right */
.float-right {
float: right;
margin-left: 25px;
}
/* position and size of content sections */
.content {
width: 75%;
display: inline-block;
margin-left: 20px;
}
/* specs for benefits content in the aside */
.benefits {
margin-right: 20px;
padding: 20px;
clear: both;
float: right;
width: 20%;
height: 100%;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #2589bd;
}
/* specs for the aside */
aside {
margin-bottom: 32px;
color: #ffffff;
}
/* specific content style in the aside */
aside aside h3 {
margin-bottom: 10px;
text-align: center;
}
/* position and size for aside images */
aside img {
display: block;
margin: 10px auto;
max-width: 150px;
}
/* specs for content blocks */
.content section {
margin-bottom: 20px;
padding: 50px;
height: 300px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #0072bb;
color: #ffffff;
}
/* size of content images */
.content img {
max-height: 200px;
}
/* content headers*/
.content h2 {
margin-bottom: 20px;
font-size: 36px;
}
/* footer defaults*/
footer {
padding: 30px;
clear: both;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-align: center;
}
/* footer smaller text */
footer h2 {
font-size: 20px;
} | 0.377426 | 0.133105 |
*,
*::after,
*::before {
box-sizing: border-box;
}
html {
font-size: 62.5%;
scroll-behavior: smooth;
}
/* ===========Variables=========== */
:root {
--clr-primary-text-dark: rgb(59, 37, 31);
--clr-primary-text-light: rgb(238, 238, 229);
--clr-link-dark: rgb(59, 37, 31);
--clr-link-dark-hover: rgb(126, 84, 72);
--clr-link-light: rgb(238, 238, 229);
--clr-link-light-hover: rgb(233, 233, 131);
--clr-about-list-item-bg: rgb(59, 37, 31);
--clr-about-list-item-text: rgb(238, 238, 229);
--sidebar-width: 20%;
}
/* ===========Body=========== */
body {
margin: 0;
line-height: 1.5;
font-size: 2rem;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
background-color: var(--clr-primary-text-light);
color: var(--clr-primary-text-dark);
}
h1,
h2,
h3,
h4,
p {
margin: 0;
}
h1 {
font-size: 3.5rem;
margin-bottom: 0.5em;
line-height: 1.1;
}
h2 {
font-size: 2.5rem;
margin-bottom: 0.5em;
}
h3{
font-size: 2rem;
margin-bottom: 0.8em;
}
p{
margin-bottom: 0.7em;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
section {
margin-bottom: 2em;
}
a {
text-decoration: none;
color: var(--clr-link);
display: inline-block;
}
/* ===========Mobile Nav/Hamburger=========== */
.mobile-nav {
top: 0;
left: 0;
right: 0;
background-color: var(--clr-primary-text-dark);
position: fixed;
width: 100%;
height: 5em;
z-index: 50;
}
.hamburger-menu-btn {
position: fixed;
top: 1.25em;
right: 1.25em;
width: 2.5em;
height: 2.5em;
border: 3px solid var(--clr-primary-text-light);
border-radius: 5px;
padding: 0 0.25em;
background-color: var(--clr-link-dark-hover);
z-index: 999;
cursor: pointer;
margin-right: 1em;
}
.hamburger-menu-btn::before,
.hamburger-menu-btn span,
.hamburger-menu-btn::after {
position: absolute;
display: block;
content: "";
width: 1.75em;
height: 0.25em;
border-radius: 2px;
background-color: var(--clr-primary-text-light);
z-index: inherit;
transform-origin: center;
transition: 400ms ease-in-out;
}
.hamburger-menu-btn::before {
content: "";
top: 10%;
}
.hamburger-menu-btn span {
top: 45%;
}
.hamburger-menu-btn::after {
content: "";
top: 80%;
}
.sidebar-visible::before {
transform: rotate(45deg);
top: 45%
}
.sidebar-visible span {
width:0;
}
.sidebar-visible::after {
transform: rotate(-45deg);
top: 45%
}
/* ===========Sidebar=========== */
.sidebar {
top:0;
left:0;
color: var(--clr-primary-text-light);
background-color: var(--clr-primary-text-dark);
position: fixed;
transform: scale(0, 1);
width: 100%;
height: 100vh;
transform-origin: left;
transition: 400ms ease-in-out;
overflow: auto;
clip-path: initial;
z-index: 100;
}
.sidebar-visible {
transform: scale(1, 1);
}
.sidebar-visible a {
opacity: 1;
}
.nav__list {
list-style: none;
padding: 0.5em 0.5em 0.5em 1.5em;
}
.nav__list li {
padding-bottom: 0.25em;
}
.nav__link {
text-decoration: none;
color: var(--clr-link-light);
opacity: 0;
transition: opacity 150ms ease-in-out;
}
.status-icon {
margin-left: 0.5em;
}
/* ===========Main=========== */
main {
margin: 12vh 0 2em;
width: 100%;
padding: 1em 1em 0;
}
/* ===========Index Page=========== */
.header {
height: auto;
}
.header p {
font-size: 1.5em;
}
.about {
height: auto;
}
.about__list {
list-style: none;
padding:0;
height: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
align-content: center;
}
.about__list-item {
position: relative;
text-align: center;
margin-left: 0.5em;
margin-bottom: 1.5em;
}
.about__list-item div::before {
position: absolute;
content: "";
z-index: 1;
background-color: var(--clr-about-list-item-bg);
width: 7em;
height: 7em;
border-radius: 50%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.about__list-item div {
position: relative;
height: 7em;
display: flex;
flex-direction: column;
justify-content: center;
}
.about__list-item div p {
color: var(--clr-about-list-item-text);
z-index: 10;
font-size: 4rem;
margin: 0;
}
.top_contributors {
height: auto;
}
.top_contributors__list {
list-style: none;
padding:0;
height: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
align-content: center;
}
.top_contributors__list-item {
text-align: center;
margin-left: 0.5em;
margin-bottom: 0.5em;
}
.top_contributors__list-item div {
position: relative;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.top_contributors__image-wrapper {
width: 10em;
height: 10em;
border-radius: 50%;
overflow: hidden;
box-shadow: 0.2em -0.2em 0.5em rgb(24, 23, 23);
}
.top_contributors__image-wrapper img {
width: inherit;
height: inherit;
border-radius: 50%;
transform-origin: center;
transition: all 0.5s cubic-bezier(0.25, 0.25, 0.56, 2);
}
.top_contributors__image-wrapper img:hover {
transform: scale(1.1);
}
.top_contributors__list-item div p {
color: var(--clr-primary-text-dark);
z-index: 10;
font-size: 2rem;
margin: 0;
}
.most_popular_cats {
height: auto;
}
.most_popular_cats__list {
list-style: none;
padding:0;
margin: 0;
height: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
}
.most_popular_cats__list-item {
position: relative;
text-align: center;
margin-left: 0.5em;
margin-bottom: 1.5em;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.most_popular_cats__list-item::before {
position: absolute;
content: "";
background-color: var(--clr-about-list-item-bg);
width: 7.5em;
height: 2.5em;
border-radius: 5px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.most_popular_cats__list-item p {
position: relative;
z-index: 10;
text-align: center;
background-color: var(--clr-about-list-item-bg);
color: var(--clr-primary-text-light);
border: 2px solid var(--clr-primary-text-light);
border-radius: 5px;
padding: 0.5rem;
margin: 0;
width: 7em;
height: 2em;
}
.most_freq_words {
height: auto;
}
.most_freq_words__list {
list-style: none;
padding:0;
margin: 0;
height: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.most_freq_words__list-item {
margin-left: 0.5em;
margin-bottom: 0.15em;
}
.most_freq_words__list-item a {
margin: 0;
}
/* ===========Blogposts Page=========== */
.blogposts {
margin: 0 auto;
width: 80%;
}
.blogposts h1 {
margin-bottom: 1em;
}
.blogposts a {
text-decoration: none;
}
.blogpost {
padding: 0.5em;
margin-bottom: 2em;
border-radius: 0.5rem;
box-shadow: 0.1em -0.1em 0.5em rgb(24, 23, 23);
display: flex;
flex-direction: column;
gap: 1em;
}
.blogpost__title {
font-size: clamp(2.5rem, 5vw, 4rem);
}
.blogpost__image {
display: block;
width: 100%;
height: auto;
max-width: 30em;
border-radius: 1rem;
}
.blogpost__meta {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap:2em
}
.blogpost__change-section {
display: flex;
flex-direction: row;
gap:2em
}
/* ===========Blogpost Detail Page=========== */
.blogpost__info img {
display: block;
margin: 2em auto;
width: 90%;
height: auto;
}
.blogpost__rating ul {
display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 100%;
list-style: none;
}
.blogpost__rating li {
margin-left: 2em;
}
.blogpost__rating li span {
width: fit-content;
}
.blogpost__rating__btn {
outline: none;
border: none;
padding: 0;
margin: 0;
background: none;
cursor: pointer;
transform-origin: center;
transition: all 0.2s ease-in-out;
}
.blogpost__rating__btn i {
vertical-align: baseline;
}
.blogpost__rating__btn:hover {
transform: scale(1.2);
}
.blogpost__comments li {
list-style: none;
}
/* ===========Bloggers Page=========== */
.bloggers {
height: auto;
}
.bloggers h1 {
margin-bottom: 1.5em;
}
.bloggers__list {
list-style: none;
padding:0;
height: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
align-content: center;
gap: 2em;
}
.bloggers__list-item {
text-align: center;
margin-bottom: 1.5em;
}
.bloggers__list-item div {
position: relative;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.bloggers__image-wrapper {
width: 10em;
height: 10em;
border-radius: 50%;
overflow: hidden;
box-shadow: 0.2em -0.2em 0.5em rgb(24, 23, 23);
}
.profile-image-thumbnail {
width: inherit;
height: inherit;
border-radius: 50%;
transform-origin: center;
transition: all 0.5s cubic-bezier(0.25, 0.25, 0.56, 2);
}
.profile-image-thumbnail:hover {
transform: scale(1.1);
}
/* ===========Blogger Detail Page=========== */
.blogger__profile-image {
width: 100%;
height: auto;
max-width: 20em;
}
.blogger__blogposts {
margin-top: 5em;
}
/* ===========Blogger Profile=========== */
.manage-personal-info, .manage-account {
margin-bottom: 1.5em;
}
.manage-personal-info div, .manage-account div {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-around;
}
/* ===========Bootstrap=========== */
.form-control, .form-select {
font-size: inherit;
}
/* ===========Utility Classes=========== */
.blog__btn {
font-size: inherit;
text-decoration: none;
padding: 0.65em 0.4em;
color: var(--clr-primary-text-light) !important;
background-color: var(--clr-primary-text-dark);
border: var(--clr-primary-text-dark) 2px solid;
border-radius: 10px;
transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
cursor: pointer;
}
.blog__btn:hover {
background-color: var(--clr-link-dark-hover);
transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.link-dark:hover {
color: var(--clr-link-dark-hover);
}
.link-light:hover {
color: var(--clr-link-light-hover);
}
.form-wrapper {
width: 70%;
margin: 0 auto;
}
.noscroll {
overflow: hidden;
}
/* ===========Media Queries=========== */
@media only screen and (min-width: 1200px){
/* ===========Hamburger=========== */
.mobile-nav, .hamburger-menu-btn {
display: none;
}
/* ===========Sidebar=========== */
.sidebar {
transform: scale(1, 1);
width: var(--sidebar-width);
overflow: hidden;
clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
}
.nav__link, .registration__link {
opacity: 1;
transition: opacity 250ms ease-in-out 250ms;
}
/* ===========Main=========== */
main {
margin-left: var(--sidebar-width);
margin-top: 0;
width: calc(100% - var(--sidebar-width));
padding: 1em 1em 0;
}
/* ===========Blogpost Detail Page=========== */
.blogpost__rating ul {
width: 50%;
}
} | blog/static/blog/css/styles.css | *,
*::after,
*::before {
box-sizing: border-box;
}
html {
font-size: 62.5%;
scroll-behavior: smooth;
}
/* ===========Variables=========== */
:root {
--clr-primary-text-dark: rgb(59, 37, 31);
--clr-primary-text-light: rgb(238, 238, 229);
--clr-link-dark: rgb(59, 37, 31);
--clr-link-dark-hover: rgb(126, 84, 72);
--clr-link-light: rgb(238, 238, 229);
--clr-link-light-hover: rgb(233, 233, 131);
--clr-about-list-item-bg: rgb(59, 37, 31);
--clr-about-list-item-text: rgb(238, 238, 229);
--sidebar-width: 20%;
}
/* ===========Body=========== */
body {
margin: 0;
line-height: 1.5;
font-size: 2rem;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
background-color: var(--clr-primary-text-light);
color: var(--clr-primary-text-dark);
}
h1,
h2,
h3,
h4,
p {
margin: 0;
}
h1 {
font-size: 3.5rem;
margin-bottom: 0.5em;
line-height: 1.1;
}
h2 {
font-size: 2.5rem;
margin-bottom: 0.5em;
}
h3{
font-size: 2rem;
margin-bottom: 0.8em;
}
p{
margin-bottom: 0.7em;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
section {
margin-bottom: 2em;
}
a {
text-decoration: none;
color: var(--clr-link);
display: inline-block;
}
/* ===========Mobile Nav/Hamburger=========== */
.mobile-nav {
top: 0;
left: 0;
right: 0;
background-color: var(--clr-primary-text-dark);
position: fixed;
width: 100%;
height: 5em;
z-index: 50;
}
.hamburger-menu-btn {
position: fixed;
top: 1.25em;
right: 1.25em;
width: 2.5em;
height: 2.5em;
border: 3px solid var(--clr-primary-text-light);
border-radius: 5px;
padding: 0 0.25em;
background-color: var(--clr-link-dark-hover);
z-index: 999;
cursor: pointer;
margin-right: 1em;
}
.hamburger-menu-btn::before,
.hamburger-menu-btn span,
.hamburger-menu-btn::after {
position: absolute;
display: block;
content: "";
width: 1.75em;
height: 0.25em;
border-radius: 2px;
background-color: var(--clr-primary-text-light);
z-index: inherit;
transform-origin: center;
transition: 400ms ease-in-out;
}
.hamburger-menu-btn::before {
content: "";
top: 10%;
}
.hamburger-menu-btn span {
top: 45%;
}
.hamburger-menu-btn::after {
content: "";
top: 80%;
}
.sidebar-visible::before {
transform: rotate(45deg);
top: 45%
}
.sidebar-visible span {
width:0;
}
.sidebar-visible::after {
transform: rotate(-45deg);
top: 45%
}
/* ===========Sidebar=========== */
.sidebar {
top:0;
left:0;
color: var(--clr-primary-text-light);
background-color: var(--clr-primary-text-dark);
position: fixed;
transform: scale(0, 1);
width: 100%;
height: 100vh;
transform-origin: left;
transition: 400ms ease-in-out;
overflow: auto;
clip-path: initial;
z-index: 100;
}
.sidebar-visible {
transform: scale(1, 1);
}
.sidebar-visible a {
opacity: 1;
}
.nav__list {
list-style: none;
padding: 0.5em 0.5em 0.5em 1.5em;
}
.nav__list li {
padding-bottom: 0.25em;
}
.nav__link {
text-decoration: none;
color: var(--clr-link-light);
opacity: 0;
transition: opacity 150ms ease-in-out;
}
.status-icon {
margin-left: 0.5em;
}
/* ===========Main=========== */
main {
margin: 12vh 0 2em;
width: 100%;
padding: 1em 1em 0;
}
/* ===========Index Page=========== */
.header {
height: auto;
}
.header p {
font-size: 1.5em;
}
.about {
height: auto;
}
.about__list {
list-style: none;
padding:0;
height: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
align-content: center;
}
.about__list-item {
position: relative;
text-align: center;
margin-left: 0.5em;
margin-bottom: 1.5em;
}
.about__list-item div::before {
position: absolute;
content: "";
z-index: 1;
background-color: var(--clr-about-list-item-bg);
width: 7em;
height: 7em;
border-radius: 50%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.about__list-item div {
position: relative;
height: 7em;
display: flex;
flex-direction: column;
justify-content: center;
}
.about__list-item div p {
color: var(--clr-about-list-item-text);
z-index: 10;
font-size: 4rem;
margin: 0;
}
.top_contributors {
height: auto;
}
.top_contributors__list {
list-style: none;
padding:0;
height: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
align-content: center;
}
.top_contributors__list-item {
text-align: center;
margin-left: 0.5em;
margin-bottom: 0.5em;
}
.top_contributors__list-item div {
position: relative;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.top_contributors__image-wrapper {
width: 10em;
height: 10em;
border-radius: 50%;
overflow: hidden;
box-shadow: 0.2em -0.2em 0.5em rgb(24, 23, 23);
}
.top_contributors__image-wrapper img {
width: inherit;
height: inherit;
border-radius: 50%;
transform-origin: center;
transition: all 0.5s cubic-bezier(0.25, 0.25, 0.56, 2);
}
.top_contributors__image-wrapper img:hover {
transform: scale(1.1);
}
.top_contributors__list-item div p {
color: var(--clr-primary-text-dark);
z-index: 10;
font-size: 2rem;
margin: 0;
}
.most_popular_cats {
height: auto;
}
.most_popular_cats__list {
list-style: none;
padding:0;
margin: 0;
height: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
}
.most_popular_cats__list-item {
position: relative;
text-align: center;
margin-left: 0.5em;
margin-bottom: 1.5em;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.most_popular_cats__list-item::before {
position: absolute;
content: "";
background-color: var(--clr-about-list-item-bg);
width: 7.5em;
height: 2.5em;
border-radius: 5px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.most_popular_cats__list-item p {
position: relative;
z-index: 10;
text-align: center;
background-color: var(--clr-about-list-item-bg);
color: var(--clr-primary-text-light);
border: 2px solid var(--clr-primary-text-light);
border-radius: 5px;
padding: 0.5rem;
margin: 0;
width: 7em;
height: 2em;
}
.most_freq_words {
height: auto;
}
.most_freq_words__list {
list-style: none;
padding:0;
margin: 0;
height: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.most_freq_words__list-item {
margin-left: 0.5em;
margin-bottom: 0.15em;
}
.most_freq_words__list-item a {
margin: 0;
}
/* ===========Blogposts Page=========== */
.blogposts {
margin: 0 auto;
width: 80%;
}
.blogposts h1 {
margin-bottom: 1em;
}
.blogposts a {
text-decoration: none;
}
.blogpost {
padding: 0.5em;
margin-bottom: 2em;
border-radius: 0.5rem;
box-shadow: 0.1em -0.1em 0.5em rgb(24, 23, 23);
display: flex;
flex-direction: column;
gap: 1em;
}
.blogpost__title {
font-size: clamp(2.5rem, 5vw, 4rem);
}
.blogpost__image {
display: block;
width: 100%;
height: auto;
max-width: 30em;
border-radius: 1rem;
}
.blogpost__meta {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap:2em
}
.blogpost__change-section {
display: flex;
flex-direction: row;
gap:2em
}
/* ===========Blogpost Detail Page=========== */
.blogpost__info img {
display: block;
margin: 2em auto;
width: 90%;
height: auto;
}
.blogpost__rating ul {
display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 100%;
list-style: none;
}
.blogpost__rating li {
margin-left: 2em;
}
.blogpost__rating li span {
width: fit-content;
}
.blogpost__rating__btn {
outline: none;
border: none;
padding: 0;
margin: 0;
background: none;
cursor: pointer;
transform-origin: center;
transition: all 0.2s ease-in-out;
}
.blogpost__rating__btn i {
vertical-align: baseline;
}
.blogpost__rating__btn:hover {
transform: scale(1.2);
}
.blogpost__comments li {
list-style: none;
}
/* ===========Bloggers Page=========== */
.bloggers {
height: auto;
}
.bloggers h1 {
margin-bottom: 1.5em;
}
.bloggers__list {
list-style: none;
padding:0;
height: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
align-content: center;
gap: 2em;
}
.bloggers__list-item {
text-align: center;
margin-bottom: 1.5em;
}
.bloggers__list-item div {
position: relative;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.bloggers__image-wrapper {
width: 10em;
height: 10em;
border-radius: 50%;
overflow: hidden;
box-shadow: 0.2em -0.2em 0.5em rgb(24, 23, 23);
}
.profile-image-thumbnail {
width: inherit;
height: inherit;
border-radius: 50%;
transform-origin: center;
transition: all 0.5s cubic-bezier(0.25, 0.25, 0.56, 2);
}
.profile-image-thumbnail:hover {
transform: scale(1.1);
}
/* ===========Blogger Detail Page=========== */
.blogger__profile-image {
width: 100%;
height: auto;
max-width: 20em;
}
.blogger__blogposts {
margin-top: 5em;
}
/* ===========Blogger Profile=========== */
.manage-personal-info, .manage-account {
margin-bottom: 1.5em;
}
.manage-personal-info div, .manage-account div {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-around;
}
/* ===========Bootstrap=========== */
.form-control, .form-select {
font-size: inherit;
}
/* ===========Utility Classes=========== */
.blog__btn {
font-size: inherit;
text-decoration: none;
padding: 0.65em 0.4em;
color: var(--clr-primary-text-light) !important;
background-color: var(--clr-primary-text-dark);
border: var(--clr-primary-text-dark) 2px solid;
border-radius: 10px;
transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
cursor: pointer;
}
.blog__btn:hover {
background-color: var(--clr-link-dark-hover);
transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.link-dark:hover {
color: var(--clr-link-dark-hover);
}
.link-light:hover {
color: var(--clr-link-light-hover);
}
.form-wrapper {
width: 70%;
margin: 0 auto;
}
.noscroll {
overflow: hidden;
}
/* ===========Media Queries=========== */
@media only screen and (min-width: 1200px){
/* ===========Hamburger=========== */
.mobile-nav, .hamburger-menu-btn {
display: none;
}
/* ===========Sidebar=========== */
.sidebar {
transform: scale(1, 1);
width: var(--sidebar-width);
overflow: hidden;
clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
}
.nav__link, .registration__link {
opacity: 1;
transition: opacity 250ms ease-in-out 250ms;
}
/* ===========Main=========== */
main {
margin-left: var(--sidebar-width);
margin-top: 0;
width: calc(100% - var(--sidebar-width));
padding: 1em 1em 0;
}
/* ===========Blogpost Detail Page=========== */
.blogpost__rating ul {
width: 50%;
}
} | 0.449876 | 0.071982 |
html, body {
width: 100%;
height: 100%;
}
.jumbotron {
color: white;
max-width: 700px;
}
.top-jumbotron ,.jumbotron {
margin-top: 30px;
margin-bottom: 30px;
}
.separator {
background: white;
}
.new-badge {
background: #191e36;
}
.postImg {
width: 100%;
height: auto;
border-radius: 10px;
/* clip-path: inset(10px 20px 30px 40px); */
}
.alert-container {
background: #000000CD;
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.alert-card {
margin-top: 80px !important;
}
.like {
margin-right: 7px;
cursor: pointer;
}
.comment {
margin-left: 10px;
cursor: pointer;
margin-right: 5px;
}
.share {
margin-left: 10px;
cursor: pointer;
}
.alert-container {
visibility: hidden;
opacity: 0;
transition: visibility 0s, opacity 0.3s linear;
}
.nothing {
display: block;
margin: auto;
margin-top: 100px;
opacity: 0.3;
text-align: center;
}
.delete {
cursor: pointer;
display: none;
}
.commentt {
margin: 0;
margin-top: 10px;
}
.comment-text {
background: #191e36;
padding: 10px;
padding-left: 20px;
border-radius: 10px;
}
.deleteComment {
display: none;
cursor: pointer;
}
.commentsContainer {
display: none;
border-radius: 10px;
margin-top: 10px;
}
.commentForm {
display: block;
width: 100%;
}
.inpot {
height: 45px;
width: auto;
border-radius: 10px;
padding: 10px;
padding-left: 20px;
margin-top: 20px;
border: 1px solid white;
outline: none !important;
box-shadow: none;
color: #272f51;
background-color: white;
box-sizing: 0;
overflow: hidden;
resize: none;
}
.inpot:focus {
background-color: white;
border-style: solid;
border-width: 1px 0px 1px 1px;
outline: none !important;
box-shadow: none;
color: #272f51;
}
.comantir {
margin-top: 20px;
background: #191f3a;
color: white;
border: 0;
z-index: 0 !important;
}
.comantir:hover {
background: #5765a5;
}
.comantir:active {
background: #191f3a !important;
}
.showMore {
text-align: center;
cursor: pointer;
margin: auto;
display: block;
width: 100%;
margin-top: 10px;
text-decoration: underline !important;
}
.showMore:hover {
color: #5765a5 !important;
}
.heartContainer {
margin: 0;
padding: 0;
width: 0px;
height: 0px;
position: relative;
}
.posts {
text-align: unset;
}
.tooltip-holder {
margin: 0;
padding: 0;
width: 0px;
height: 0px;
position: relative;
}
.tooltipp {
position: absolute;
bottom: 10px;
padding: 10px;
display: block;
background: #000000CD;
border-radius: 10px;
visibility: hidden;
}
.shareContainer, .arrowsContainer {
display: none;
}
.shareLink {
display: block;
width: 100%;
margin: auto;
margin-top: 20px;
text-align: center;
background: white;
border-radius: 10px;
padding: 10px;
color: #2c386d;
}
.shareButtons {
text-align: center;
margin-top: 20px;
}
.copy {
padding: 10px;
margin: 10px;
text-decoration: none;
color: white !important;
cursor: pointer;
}
.copy:hover {
text-decoration: none;
}
.shareLink {
height: 50px;
border-radius: 10px;
padding: 10px;
margin-top: 20px;
border: 1px solid white;
outline: none !important;
box-shadow: none;
color: #272f51;
background-color: white;
box-sizing: 0;
overflow: hidden;
resize: none;
} | assets/css/gallery.css | html, body {
width: 100%;
height: 100%;
}
.jumbotron {
color: white;
max-width: 700px;
}
.top-jumbotron ,.jumbotron {
margin-top: 30px;
margin-bottom: 30px;
}
.separator {
background: white;
}
.new-badge {
background: #191e36;
}
.postImg {
width: 100%;
height: auto;
border-radius: 10px;
/* clip-path: inset(10px 20px 30px 40px); */
}
.alert-container {
background: #000000CD;
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.alert-card {
margin-top: 80px !important;
}
.like {
margin-right: 7px;
cursor: pointer;
}
.comment {
margin-left: 10px;
cursor: pointer;
margin-right: 5px;
}
.share {
margin-left: 10px;
cursor: pointer;
}
.alert-container {
visibility: hidden;
opacity: 0;
transition: visibility 0s, opacity 0.3s linear;
}
.nothing {
display: block;
margin: auto;
margin-top: 100px;
opacity: 0.3;
text-align: center;
}
.delete {
cursor: pointer;
display: none;
}
.commentt {
margin: 0;
margin-top: 10px;
}
.comment-text {
background: #191e36;
padding: 10px;
padding-left: 20px;
border-radius: 10px;
}
.deleteComment {
display: none;
cursor: pointer;
}
.commentsContainer {
display: none;
border-radius: 10px;
margin-top: 10px;
}
.commentForm {
display: block;
width: 100%;
}
.inpot {
height: 45px;
width: auto;
border-radius: 10px;
padding: 10px;
padding-left: 20px;
margin-top: 20px;
border: 1px solid white;
outline: none !important;
box-shadow: none;
color: #272f51;
background-color: white;
box-sizing: 0;
overflow: hidden;
resize: none;
}
.inpot:focus {
background-color: white;
border-style: solid;
border-width: 1px 0px 1px 1px;
outline: none !important;
box-shadow: none;
color: #272f51;
}
.comantir {
margin-top: 20px;
background: #191f3a;
color: white;
border: 0;
z-index: 0 !important;
}
.comantir:hover {
background: #5765a5;
}
.comantir:active {
background: #191f3a !important;
}
.showMore {
text-align: center;
cursor: pointer;
margin: auto;
display: block;
width: 100%;
margin-top: 10px;
text-decoration: underline !important;
}
.showMore:hover {
color: #5765a5 !important;
}
.heartContainer {
margin: 0;
padding: 0;
width: 0px;
height: 0px;
position: relative;
}
.posts {
text-align: unset;
}
.tooltip-holder {
margin: 0;
padding: 0;
width: 0px;
height: 0px;
position: relative;
}
.tooltipp {
position: absolute;
bottom: 10px;
padding: 10px;
display: block;
background: #000000CD;
border-radius: 10px;
visibility: hidden;
}
.shareContainer, .arrowsContainer {
display: none;
}
.shareLink {
display: block;
width: 100%;
margin: auto;
margin-top: 20px;
text-align: center;
background: white;
border-radius: 10px;
padding: 10px;
color: #2c386d;
}
.shareButtons {
text-align: center;
margin-top: 20px;
}
.copy {
padding: 10px;
margin: 10px;
text-decoration: none;
color: white !important;
cursor: pointer;
}
.copy:hover {
text-decoration: none;
}
.shareLink {
height: 50px;
border-radius: 10px;
padding: 10px;
margin-top: 20px;
border: 1px solid white;
outline: none !important;
box-shadow: none;
color: #272f51;
background-color: white;
box-sizing: 0;
overflow: hidden;
resize: none;
} | 0.405096 | 0.079818 |
.navbar-1 .navbar-1-logo {
width: 30px;
height: 30px;
}
@media only screen and (max-width: 575px) {
.img-container-1-1 .card-img-top {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.img-container-3 .card-img-top {
width: 30px !important;
height: 30px !important;
}
}
@media only screen and (min-width: 576px) {
.img-container-1-1 .card-img-top {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.img-container-3 .card-img-top {
width: 30px !important;
height: 30px !important;
}
}
@media only screen and (min-width: 768px) {
.img-container-1-2 .card-img {
border-radius: 0 !important;
}
.img-container-3 .card-img-top {
width: 30px !important;
height: 30px !important;
}
}
@media only screen and (min-width: 860px) {
.navbar-1, .navbar-2 {
display: none !important;
}
.navbar-3 {
display: flex !important;
justify-content: space-between;
}
.navbar-3 .navbar-3-logo {
width: 30px;
height: 30px;
}
.navbar-3 .navbar-3-2 .search-icon .search-1, .navbar-3 .navbar-3-2 .trolley-icon .trolley-1, .navbar-3 .navbar-3-2 .person-icon .person-1 {
display: none !important;
}
}
@media only screen and (min-width: 1084px) {
.img-container-1-2 .card-img {
border-radius: 0 !important;
}
.img-container-1-2 .card-img-overlay .img-container-1-2-links {
display: flex !important;
}
.img-container-1-2 .card-img-overlay .img-container-1-2-links .links-1-2 {
margin-top: 10px !important;
margin-left: 10px !important;
}
.img-container-2-2 .row {
display: grid !important;
grid-template-columns: repeat(4, 1fr) !important;
grid-template-rows: repeat(2, 1fr) !important;
margin: 0 auto;
max-width: 1440px;
}
.img-container-2-2 .row .grid-2-1, .img-container-2-2 .row .grid-2-2, .img-container-2-2 .row .grid-2-3, .img-container-2-2 .row .grid-2-4 {
grid-row-start: 1 !important;
grid-row-end: 2 !important;
}
.img-container-2-2 .row .grid-2-5, .img-container-2-2 .row .grid-2-6, .img-container-2-2 .row .grid-2-7, .img-container-2-2 .row .grid-2-8 {
grid-row-start: 2 !important;
grid-row-end: 3 !important;
}
.img-container-2-2 .row .grid-2-1, .img-container-2-2 .row .grid-2-5 {
grid-column-start: 1 !important;
grid-column-end: 2 !important;
}
.img-container-2-2 .row .grid-2-2, .img-container-2-2 .row .grid-2-6 {
grid-column-start: 2 !important;
grid-column-end: 3 !important;
}
.img-container-2-2 .row .grid-2-3, .img-container-2-2 .row .grid-2-7 {
grid-column-start: 3 !important;
grid-column-end: 4 !important;
}
.img-container-2-2 .row .grid-2-4, .img-container-2-2 .row .grid-2-8 {
grid-column-start: 4 !important;
grid-column-end: 5 !important;
}
.img-container-3 {
display: none !important;
}
.img-container-3-2 {
display: grid !important;
grid-template-columns: repeat(4, 1fr) !important;
grid-template-rows: repeat(3, 1fr) !important;
}
.img-container-3-2 .grid-3-1, .img-container-3-2 .grid-3-2, .img-container-3-2 .grid-3-3, .img-container-3-2 .grid-3-4 {
grid-row-start: 1 !important;
grid-row-end: 2 !important;
}
.img-container-3-2 .grid-3-5, .img-container-3-2 .grid-3-6, .img-container-3-2 .grid-3-7, .img-container-3-2 .grid-3-8 {
grid-row-start: 2 !important;
grid-row-end: 3 !important;
}
.img-container-3-2 .grid-3-9, .img-container-3-2 .grid-3-10, .img-container-3-2 .grid-3-11, .img-container-3-2 .grid-3-12 {
grid-row-start: 3 !important;
grid-row-end: 4 !important;
}
.img-container-3-2 .grid-3-1, .img-container-3-2 .grid-3-5, .img-container-3-2 .grid-3-9 {
grid-column-start: 1 !important;
grid-column-end: 2 !important;
}
.img-container-3-2 .grid-3-2, .img-container-3-2 .grid-3-6, .img-container-3-2 .grid-3-10 {
grid-column-start: 2 !important;
grid-column-end: 3 !important;
}
.img-container-3-2 .grid-3-3, .img-container-3-2 .grid-3-7, .img-container-3-2 .grid-3-11 {
grid-column-start: 3 !important;
grid-column-end: 4 !important;
}
.img-container-3-2 .grid-2-4, .img-container-3-2 .grid-2-8, .img-container-3-2 .grid-3-12 {
grid-column-start: 4 !important;
grid-column-end: 5 !important;
}
.img-container-3-2 .card-img-top {
width: 30px !important;
height: 30px !important;
}
}
@media only screen and (min-width: 1400px) {
.navbar-3 .navbar-3-2 .search-icon .search-1, .navbar-3 .navbar-3-2 .trolley-icon .trolley-1, .navbar-3 .navbar-3-2 .person-icon .person-1 {
display: flex !important;
flex-direction: row !important;
}
}
/*# sourceMappingURL=style.css.map */ | styles/style.css | .navbar-1 .navbar-1-logo {
width: 30px;
height: 30px;
}
@media only screen and (max-width: 575px) {
.img-container-1-1 .card-img-top {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.img-container-3 .card-img-top {
width: 30px !important;
height: 30px !important;
}
}
@media only screen and (min-width: 576px) {
.img-container-1-1 .card-img-top {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.img-container-3 .card-img-top {
width: 30px !important;
height: 30px !important;
}
}
@media only screen and (min-width: 768px) {
.img-container-1-2 .card-img {
border-radius: 0 !important;
}
.img-container-3 .card-img-top {
width: 30px !important;
height: 30px !important;
}
}
@media only screen and (min-width: 860px) {
.navbar-1, .navbar-2 {
display: none !important;
}
.navbar-3 {
display: flex !important;
justify-content: space-between;
}
.navbar-3 .navbar-3-logo {
width: 30px;
height: 30px;
}
.navbar-3 .navbar-3-2 .search-icon .search-1, .navbar-3 .navbar-3-2 .trolley-icon .trolley-1, .navbar-3 .navbar-3-2 .person-icon .person-1 {
display: none !important;
}
}
@media only screen and (min-width: 1084px) {
.img-container-1-2 .card-img {
border-radius: 0 !important;
}
.img-container-1-2 .card-img-overlay .img-container-1-2-links {
display: flex !important;
}
.img-container-1-2 .card-img-overlay .img-container-1-2-links .links-1-2 {
margin-top: 10px !important;
margin-left: 10px !important;
}
.img-container-2-2 .row {
display: grid !important;
grid-template-columns: repeat(4, 1fr) !important;
grid-template-rows: repeat(2, 1fr) !important;
margin: 0 auto;
max-width: 1440px;
}
.img-container-2-2 .row .grid-2-1, .img-container-2-2 .row .grid-2-2, .img-container-2-2 .row .grid-2-3, .img-container-2-2 .row .grid-2-4 {
grid-row-start: 1 !important;
grid-row-end: 2 !important;
}
.img-container-2-2 .row .grid-2-5, .img-container-2-2 .row .grid-2-6, .img-container-2-2 .row .grid-2-7, .img-container-2-2 .row .grid-2-8 {
grid-row-start: 2 !important;
grid-row-end: 3 !important;
}
.img-container-2-2 .row .grid-2-1, .img-container-2-2 .row .grid-2-5 {
grid-column-start: 1 !important;
grid-column-end: 2 !important;
}
.img-container-2-2 .row .grid-2-2, .img-container-2-2 .row .grid-2-6 {
grid-column-start: 2 !important;
grid-column-end: 3 !important;
}
.img-container-2-2 .row .grid-2-3, .img-container-2-2 .row .grid-2-7 {
grid-column-start: 3 !important;
grid-column-end: 4 !important;
}
.img-container-2-2 .row .grid-2-4, .img-container-2-2 .row .grid-2-8 {
grid-column-start: 4 !important;
grid-column-end: 5 !important;
}
.img-container-3 {
display: none !important;
}
.img-container-3-2 {
display: grid !important;
grid-template-columns: repeat(4, 1fr) !important;
grid-template-rows: repeat(3, 1fr) !important;
}
.img-container-3-2 .grid-3-1, .img-container-3-2 .grid-3-2, .img-container-3-2 .grid-3-3, .img-container-3-2 .grid-3-4 {
grid-row-start: 1 !important;
grid-row-end: 2 !important;
}
.img-container-3-2 .grid-3-5, .img-container-3-2 .grid-3-6, .img-container-3-2 .grid-3-7, .img-container-3-2 .grid-3-8 {
grid-row-start: 2 !important;
grid-row-end: 3 !important;
}
.img-container-3-2 .grid-3-9, .img-container-3-2 .grid-3-10, .img-container-3-2 .grid-3-11, .img-container-3-2 .grid-3-12 {
grid-row-start: 3 !important;
grid-row-end: 4 !important;
}
.img-container-3-2 .grid-3-1, .img-container-3-2 .grid-3-5, .img-container-3-2 .grid-3-9 {
grid-column-start: 1 !important;
grid-column-end: 2 !important;
}
.img-container-3-2 .grid-3-2, .img-container-3-2 .grid-3-6, .img-container-3-2 .grid-3-10 {
grid-column-start: 2 !important;
grid-column-end: 3 !important;
}
.img-container-3-2 .grid-3-3, .img-container-3-2 .grid-3-7, .img-container-3-2 .grid-3-11 {
grid-column-start: 3 !important;
grid-column-end: 4 !important;
}
.img-container-3-2 .grid-2-4, .img-container-3-2 .grid-2-8, .img-container-3-2 .grid-3-12 {
grid-column-start: 4 !important;
grid-column-end: 5 !important;
}
.img-container-3-2 .card-img-top {
width: 30px !important;
height: 30px !important;
}
}
@media only screen and (min-width: 1400px) {
.navbar-3 .navbar-3-2 .search-icon .search-1, .navbar-3 .navbar-3-2 .trolley-icon .trolley-1, .navbar-3 .navbar-3-2 .person-icon .person-1 {
display: flex !important;
flex-direction: row !important;
}
}
/*# sourceMappingURL=style.css.map */ | 0.26086 | 0.071364 |
.e-pivotclient .removeSplitBtn {
border-radius: 4px;
}
/*-----------------------OLAP Definition End
/*----------------------Reportviewer Definition start------------------*/
/*----------------------Reportviewer Definition End------------------*/
/*-----------------------SymbolPalette Definition-----------------*/
/*-----------------------Diagram Definition-----------------*/
/*-----------------------Datepicker Definition-----------------*/
/*----------------------Ribbon Definition-----------------------*/
/*----------------------Ribbon End-----------------------*/
/*----------------------Kanban Definition-----------------------*/
/*----------------------Kanban End-----------------------*/
/*----------------------Spreadsheet Definition-----------------------*/
/*----------------------Spreadsheet End-----------------------*/
/*----------------------rangeScrollbar Start------------------*/
/*----------------------rangeScrollbar End--------------------*/
/*----------------------Office 365 theme-----------------------*/
/*----------------------High-Contrast-01 & High-Contrast-02 theme-----------------------*/
/*----------------------material theme-----------------------*/
/*--------------- common ----------------- */
/*---------------high-contrast ------*/
/*---------------- Office-365 ----------------*/
/*------------------ material theme ---------------------*/
/*-----------------------HeatMap Definition-----------------*/
/* Common style */
.e-content-area {
background-color: white;
color: #111111;
border-color: #cecece;
font-family: Segoe UI;
}
.e-ganttchart .e-ganttviewerbodyContianer {
background-color: white;
}
.e-ganttchart .e-ganttviewerbodyContianerparent {
border-right-color: #cecece;
}
.e-ganttchart .e-headercell-weekend > div {
background: #fcfcfc;
}
.e-ganttchart .e-weekends {
background-color: #fafafa;
}
.e-ganttchart-core {
background: white;
}
.e-ganttchart .e-borderbox {
border-bottom-color: white;
}
.e-ganttchart .e-schedule-day-headercell,
.e-ganttchart .e-schedule-hour-headercell,
.e-ganttchart .e-schedule-week-headercell {
color: #282827;
border-color: #cecece !important;
font-family: Segoe UI;
}
.e-ganttchart .e-ganttviewerheaderContainer {
color: #282827;
border-bottom-color: #cecece !important;
border-right-color: #cecece;
}
.e-ganttchart .e-ganttviewerheaderContainer {
background: #fcfcfc;
}
.e-ganttchart .milestone-top {
border-bottom-color: #333333;
}
.e-ganttchart .milestone-bottom {
border-top-color: #333333;
}
.e-ganttchart .e-taskbarname {
color: #333333;
font-family: Segoe UI;
}
.e-ganttchart .e-resourceinfo {
font-family: Segoe UI;
}
.e-ganttchart .connectorline-rightarrow {
border-left-color: #333333;
}
.e-ganttchart .connectorline-leftarrow {
border-right-color: #333333;
}
.e-progressbartooltip,
.e-editingtooltip,
.e-tooltipganttpredecessor {
background: #fcfcfc;
background-color: white;
color: #333333;
border-color: #cecece;
}
.e-tooltiptaskname {
color: #333333;
font-family: Segoe UI;
}
.e-tooltipgantt,
.e-progressbartooltip,
.e-editingtooltip,
.e-tooltipganttpredecessor {
font-family: Segoe UI;
}
.e-ganttchart .e-tasklabel {
font-family: Segoe UI;
color: white;
}
.e-ganttchart .e-gantt-mouseclick {
background: -moz-linear-gradient(top, rgba(50, 119, 178, 0.2), rgba(41, 98, 147, 0.2));
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(50, 119, 178, 0.2)), color-stop(100%, rgba(41, 98, 147, 0.2)));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(50, 119, 178, 0.2), rgba(41, 98, 147, 0.2));
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(50, 119, 178, 0.2), rgba(41, 98, 147, 0.2));
/* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(50, 119, 178, 0.2), rgba(41, 98, 147, 0.2));
/* IE10+ */
background: linear-gradient(to bottom, rgba(50, 119, 178, 0.2), rgba(41, 98, 147, 0.2));
/* W3C */
color: #333333;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#296293", endColorstr="#296293", GradientType=0), progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
}
.e-ganttchart .e-progresshandle {
background: #333333;
}
.e-ganttchart .e-progresshandleafter {
border-bottom-color: #333333;
}
.e-ganttchart .e-gantt-parenttaskbar-progress,
.e-ganttchart .e-gantt-parenttaskbar-innerdiv {
border-color: #333333;
}
.e-ganttchart .e-gantt-childtaskbar-progress,
.e-ganttchart .e-gantt-childtaskbar {
border-color: #3277b2;
}
.e-ganttchart .e-chartcell {
border-bottom-color: transparent;
}
.e-ganttchart .e-gantt-mouseclick .e-chartcell .e-resourceinfo,
.e-ganttchart .e-gantt-mouseclick .e-chartcell .e-tasknameContainer .e-taskbarname {
font-family: Segoe UI;
color: #333333;
}
.e-ganttchart .e-gantt-parenttaskbar-progress {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
}
.e-ganttchart .e-gantt-parenttaskbar-progress {
background: #333333;
/* Old browsers */
background: -moz-linear-gradient(top, #333333, #333333);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #333333));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #333333, #333333);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #333333, #333333);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #333333, #333333);
/* IE10+ */
background: linear-gradient(to bottom, #333333, #333333);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
/* IE6-9 */
}
.e-ganttchart .e-gantt-parenttaskbar-innerdiv {
background-color: rgba(51, 51, 51, 0.6);
background: #333333 \9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e8e8e', endColorstr='#8e8e8e', GradientType=0);
}
.e-ganttchart .e-gantt-childtaskbar-progress {
background: #3277b2;
/* Old browsers */
background: -moz-linear-gradient(top, #3277b2, #296293);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3277b2), color-stop(100%, #296293));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3277b2, #296293);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3277b2, #296293);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #3277b2, #296293);
/* IE10+ */
background: linear-gradient(to bottom, #3277b2, #296293);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3277b2', endColorstr='#296293', GradientType=0);
/* IE6-9 */
}
.e-ganttchart .e-gantt-childtaskbar {
background-color: #3277b2;
background: #3277b2 \9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.e-ganttchart .manualprogressbar {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42c0bd', endColorstr='#42c0bd', GradientType=0);
border-color: #42c0bd;
}
.e-ganttchart .manualprogressbar {
background: #42c0bd;
}
.e-ganttchart .manualchildtaskbar {
background-color: #9dd9dd;
border-color: #42c0bd;
}
.e-ganttchart .e-line {
background-color: #333333;
}
.e-ganttchart .e-connectorpoint-hover {
background-color: #333333;
}
.e-ganttchart .e-gantt-falseLine {
border-top-color: #333333;
}
.e-ganttchart .gripper:before {
color: rgba(255, 255, 255, 0.4);
background: white \9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.e-ganttchart .e-ganttgridlines {
border-bottom-color: #cecece;
}
.e-ganttchart .e-criticalconnectorline {
background-color: #ff5555 !important;
}
.e-ganttchart .e-criticalconnectorlinerightarrow {
border-left-color: #ff5555 !important;
}
.e-ganttchart .e-criticalconnectorlineleftarrow {
border-right-color: #ff5555 !important;
}
.e-ganttchart .e-criticalprogressbar {
background: #ff5555 !important;
border-color: #ff5555 !important;
}
.e-ganttchart .e-criticaltaskbar {
background: #ff8b8b !important;
border-color: #ff8b8b !important;
}
.e-gantt-manualparenttaskbar {
background-color: #b3b3b3;
}
.e-gantt-manualparenttaskbar-left,
.e-gantt-manualparenttaskbar-right {
border-color: #b3b3b3;
}
.e-gantt-manualparenttaskbar-connectorpoint-hover {
background-color: #b3b3b3 !important;
} | Northwind.Mvc.AJAX/Content/ej/web/bootstrap-theme/ej.ganttchart.css | .e-pivotclient .removeSplitBtn {
border-radius: 4px;
}
/*-----------------------OLAP Definition End
/*----------------------Reportviewer Definition start------------------*/
/*----------------------Reportviewer Definition End------------------*/
/*-----------------------SymbolPalette Definition-----------------*/
/*-----------------------Diagram Definition-----------------*/
/*-----------------------Datepicker Definition-----------------*/
/*----------------------Ribbon Definition-----------------------*/
/*----------------------Ribbon End-----------------------*/
/*----------------------Kanban Definition-----------------------*/
/*----------------------Kanban End-----------------------*/
/*----------------------Spreadsheet Definition-----------------------*/
/*----------------------Spreadsheet End-----------------------*/
/*----------------------rangeScrollbar Start------------------*/
/*----------------------rangeScrollbar End--------------------*/
/*----------------------Office 365 theme-----------------------*/
/*----------------------High-Contrast-01 & High-Contrast-02 theme-----------------------*/
/*----------------------material theme-----------------------*/
/*--------------- common ----------------- */
/*---------------high-contrast ------*/
/*---------------- Office-365 ----------------*/
/*------------------ material theme ---------------------*/
/*-----------------------HeatMap Definition-----------------*/
/* Common style */
.e-content-area {
background-color: white;
color: #111111;
border-color: #cecece;
font-family: Segoe UI;
}
.e-ganttchart .e-ganttviewerbodyContianer {
background-color: white;
}
.e-ganttchart .e-ganttviewerbodyContianerparent {
border-right-color: #cecece;
}
.e-ganttchart .e-headercell-weekend > div {
background: #fcfcfc;
}
.e-ganttchart .e-weekends {
background-color: #fafafa;
}
.e-ganttchart-core {
background: white;
}
.e-ganttchart .e-borderbox {
border-bottom-color: white;
}
.e-ganttchart .e-schedule-day-headercell,
.e-ganttchart .e-schedule-hour-headercell,
.e-ganttchart .e-schedule-week-headercell {
color: #282827;
border-color: #cecece !important;
font-family: Segoe UI;
}
.e-ganttchart .e-ganttviewerheaderContainer {
color: #282827;
border-bottom-color: #cecece !important;
border-right-color: #cecece;
}
.e-ganttchart .e-ganttviewerheaderContainer {
background: #fcfcfc;
}
.e-ganttchart .milestone-top {
border-bottom-color: #333333;
}
.e-ganttchart .milestone-bottom {
border-top-color: #333333;
}
.e-ganttchart .e-taskbarname {
color: #333333;
font-family: Segoe UI;
}
.e-ganttchart .e-resourceinfo {
font-family: Segoe UI;
}
.e-ganttchart .connectorline-rightarrow {
border-left-color: #333333;
}
.e-ganttchart .connectorline-leftarrow {
border-right-color: #333333;
}
.e-progressbartooltip,
.e-editingtooltip,
.e-tooltipganttpredecessor {
background: #fcfcfc;
background-color: white;
color: #333333;
border-color: #cecece;
}
.e-tooltiptaskname {
color: #333333;
font-family: Segoe UI;
}
.e-tooltipgantt,
.e-progressbartooltip,
.e-editingtooltip,
.e-tooltipganttpredecessor {
font-family: Segoe UI;
}
.e-ganttchart .e-tasklabel {
font-family: Segoe UI;
color: white;
}
.e-ganttchart .e-gantt-mouseclick {
background: -moz-linear-gradient(top, rgba(50, 119, 178, 0.2), rgba(41, 98, 147, 0.2));
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(50, 119, 178, 0.2)), color-stop(100%, rgba(41, 98, 147, 0.2)));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(50, 119, 178, 0.2), rgba(41, 98, 147, 0.2));
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(50, 119, 178, 0.2), rgba(41, 98, 147, 0.2));
/* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(50, 119, 178, 0.2), rgba(41, 98, 147, 0.2));
/* IE10+ */
background: linear-gradient(to bottom, rgba(50, 119, 178, 0.2), rgba(41, 98, 147, 0.2));
/* W3C */
color: #333333;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#296293", endColorstr="#296293", GradientType=0), progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
}
.e-ganttchart .e-progresshandle {
background: #333333;
}
.e-ganttchart .e-progresshandleafter {
border-bottom-color: #333333;
}
.e-ganttchart .e-gantt-parenttaskbar-progress,
.e-ganttchart .e-gantt-parenttaskbar-innerdiv {
border-color: #333333;
}
.e-ganttchart .e-gantt-childtaskbar-progress,
.e-ganttchart .e-gantt-childtaskbar {
border-color: #3277b2;
}
.e-ganttchart .e-chartcell {
border-bottom-color: transparent;
}
.e-ganttchart .e-gantt-mouseclick .e-chartcell .e-resourceinfo,
.e-ganttchart .e-gantt-mouseclick .e-chartcell .e-tasknameContainer .e-taskbarname {
font-family: Segoe UI;
color: #333333;
}
.e-ganttchart .e-gantt-parenttaskbar-progress {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
}
.e-ganttchart .e-gantt-parenttaskbar-progress {
background: #333333;
/* Old browsers */
background: -moz-linear-gradient(top, #333333, #333333);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #333333));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #333333, #333333);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #333333, #333333);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #333333, #333333);
/* IE10+ */
background: linear-gradient(to bottom, #333333, #333333);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
/* IE6-9 */
}
.e-ganttchart .e-gantt-parenttaskbar-innerdiv {
background-color: rgba(51, 51, 51, 0.6);
background: #333333 \9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e8e8e', endColorstr='#8e8e8e', GradientType=0);
}
.e-ganttchart .e-gantt-childtaskbar-progress {
background: #3277b2;
/* Old browsers */
background: -moz-linear-gradient(top, #3277b2, #296293);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3277b2), color-stop(100%, #296293));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3277b2, #296293);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3277b2, #296293);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #3277b2, #296293);
/* IE10+ */
background: linear-gradient(to bottom, #3277b2, #296293);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3277b2', endColorstr='#296293', GradientType=0);
/* IE6-9 */
}
.e-ganttchart .e-gantt-childtaskbar {
background-color: #3277b2;
background: #3277b2 \9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.e-ganttchart .manualprogressbar {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42c0bd', endColorstr='#42c0bd', GradientType=0);
border-color: #42c0bd;
}
.e-ganttchart .manualprogressbar {
background: #42c0bd;
}
.e-ganttchart .manualchildtaskbar {
background-color: #9dd9dd;
border-color: #42c0bd;
}
.e-ganttchart .e-line {
background-color: #333333;
}
.e-ganttchart .e-connectorpoint-hover {
background-color: #333333;
}
.e-ganttchart .e-gantt-falseLine {
border-top-color: #333333;
}
.e-ganttchart .gripper:before {
color: rgba(255, 255, 255, 0.4);
background: white \9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.e-ganttchart .e-ganttgridlines {
border-bottom-color: #cecece;
}
.e-ganttchart .e-criticalconnectorline {
background-color: #ff5555 !important;
}
.e-ganttchart .e-criticalconnectorlinerightarrow {
border-left-color: #ff5555 !important;
}
.e-ganttchart .e-criticalconnectorlineleftarrow {
border-right-color: #ff5555 !important;
}
.e-ganttchart .e-criticalprogressbar {
background: #ff5555 !important;
border-color: #ff5555 !important;
}
.e-ganttchart .e-criticaltaskbar {
background: #ff8b8b !important;
border-color: #ff8b8b !important;
}
.e-gantt-manualparenttaskbar {
background-color: #b3b3b3;
}
.e-gantt-manualparenttaskbar-left,
.e-gantt-manualparenttaskbar-right {
border-color: #b3b3b3;
}
.e-gantt-manualparenttaskbar-connectorpoint-hover {
background-color: #b3b3b3 !important;
} | 0.292292 | 0.112698 |
* Zatchi9's custom .css for the new IGN beta boards Classic Theme - Jan 13, 2012
* Not tested on default theme. It probably looks terrible.
*/
.messageList .message {
background: none repeat scroll 0 0 #B1B3BC ! important;
border-top: 1px dotted #B1B3BC ! important;
padding-bottom: 22px ! important;
}
.threadLables {
background-color: #666666 ! important;
}
.messageUserBlock {
background: none repeat scroll 0 0 #B1B3BC ! important;
}
.postDateCount {
background-color: #999999 ! important;
}
.thread_view .pageContent {
background-color: #C1C2C9 ! important;
}
.titleBar h1 {
color: #000000 ! important;
}
.ad_placement_300x250 {
background-color: #C1C2C9 ! important;
border-bottom: 1px solid #C1C2C9 ! important;
border-left: 1px solid #C1C2C9 ! important;
}
.ad_placement_300x250.element.style {
height: 0 ! important;
width: 0 ! important;
background: b1b3bc ! important;
}
#sugarad-728x90, #sugarad-s728x90 {
height: 0px ! important;
width: 0px ! important;
}
#sugarad-300x250, #sugarad-side300x250, #sugarad-s300x250, #sugarad-halfpage {
height: 0px ! important;
width: 0px ! important;
}
.messageContent .ad_placement_300x250 div.label {
display: none ! important;
}
#content .pageContent {
background: none repeat scroll 0 0 #999999 ! important;
}
.discussionList .sectionHeaders {
background-color: #999999 ! important;
border-bottom: 0 dotted #000000 ! important;
}
.breadcrumb {
background-color: #E6E6E6 ! important;
}
.breadcrumb .crust:hover a.crumb {
background-color: #ae2d0f ! important;
}
.breadcrumb .crust:hover .arrow span {
border-left-color: #ae2d0f ! important;
}
.breadcrumb .crust .arrow span {
border-color: transparent black transparent #E6E6E6 ! important;
}
.breadcrumb .crust a.crumb {
background-color: #E6E6E6 ! important;
}
.PanelScroller .panel, .PanelScrollerOff .panel {
background-color: #e6e6e6 ! important;
}
.PanelScroller .scrollContainer, .PanelScrollerOff .panel {
background-color: #E6E6E6 ! important;
border: 0 solid #E6E6E6 ! important;
font-size: 12pt ! important;
margin-bottom: 10px ! important;
padding: 0 ! important;
}
.PanelScroller .navContainer {
display: none ! important;
}
.sharePage {
display: none ! important;
}
.DiscussionListOptions {
border: 1px solid #ae2d0f ! important;
}
#DiscussionListOptionsHandle a {
border-color: black #AE2D0F #AE2D0F ! important;
border-right: 1px solid #AE2D0F ! important;
color: #AE2D0F ! important;
}
.textCtrl {
background-color: #E6E6E6 ! important;
}
.discussionList .sectionHeaders .main a, .discussionList .sectionHeaders .stats a {
width: 45px ! important;
}
.PageNav a {
background-color: #E6E6E6 ! important;
}
a.PageNavPrev, a.PageNavNext {
background-color: #999999 ! important;
}
a.currentPage {
background-color: #2A4C93 ! important;
}
body .muted, body a.muted, body .muted a {
color: #004D97 ! important;
}
#pageDescription {
color: #000000 ! important;
}
.messageUserBlock .extraUserInfo dt {
color: #000000 ! important;
display: inline ! important;
font-size: 10px ! important;
font-weight: bold ! important;
text-decoration: none ! important;
}
.extraUserInfo .pairsInline dd {
color: #000000 ! important;
font-size: 11px ! important;
font-weight: normal ! important;
}
.concealed, .concealed a, .cloaked, .cloaked a {
color: #004D97 ! important;
}
.discussionList .sectionHeaders {
display: none ! important;
} | data/usercss/59448.user.css | * Zatchi9's custom .css for the new IGN beta boards Classic Theme - Jan 13, 2012
* Not tested on default theme. It probably looks terrible.
*/
.messageList .message {
background: none repeat scroll 0 0 #B1B3BC ! important;
border-top: 1px dotted #B1B3BC ! important;
padding-bottom: 22px ! important;
}
.threadLables {
background-color: #666666 ! important;
}
.messageUserBlock {
background: none repeat scroll 0 0 #B1B3BC ! important;
}
.postDateCount {
background-color: #999999 ! important;
}
.thread_view .pageContent {
background-color: #C1C2C9 ! important;
}
.titleBar h1 {
color: #000000 ! important;
}
.ad_placement_300x250 {
background-color: #C1C2C9 ! important;
border-bottom: 1px solid #C1C2C9 ! important;
border-left: 1px solid #C1C2C9 ! important;
}
.ad_placement_300x250.element.style {
height: 0 ! important;
width: 0 ! important;
background: b1b3bc ! important;
}
#sugarad-728x90, #sugarad-s728x90 {
height: 0px ! important;
width: 0px ! important;
}
#sugarad-300x250, #sugarad-side300x250, #sugarad-s300x250, #sugarad-halfpage {
height: 0px ! important;
width: 0px ! important;
}
.messageContent .ad_placement_300x250 div.label {
display: none ! important;
}
#content .pageContent {
background: none repeat scroll 0 0 #999999 ! important;
}
.discussionList .sectionHeaders {
background-color: #999999 ! important;
border-bottom: 0 dotted #000000 ! important;
}
.breadcrumb {
background-color: #E6E6E6 ! important;
}
.breadcrumb .crust:hover a.crumb {
background-color: #ae2d0f ! important;
}
.breadcrumb .crust:hover .arrow span {
border-left-color: #ae2d0f ! important;
}
.breadcrumb .crust .arrow span {
border-color: transparent black transparent #E6E6E6 ! important;
}
.breadcrumb .crust a.crumb {
background-color: #E6E6E6 ! important;
}
.PanelScroller .panel, .PanelScrollerOff .panel {
background-color: #e6e6e6 ! important;
}
.PanelScroller .scrollContainer, .PanelScrollerOff .panel {
background-color: #E6E6E6 ! important;
border: 0 solid #E6E6E6 ! important;
font-size: 12pt ! important;
margin-bottom: 10px ! important;
padding: 0 ! important;
}
.PanelScroller .navContainer {
display: none ! important;
}
.sharePage {
display: none ! important;
}
.DiscussionListOptions {
border: 1px solid #ae2d0f ! important;
}
#DiscussionListOptionsHandle a {
border-color: black #AE2D0F #AE2D0F ! important;
border-right: 1px solid #AE2D0F ! important;
color: #AE2D0F ! important;
}
.textCtrl {
background-color: #E6E6E6 ! important;
}
.discussionList .sectionHeaders .main a, .discussionList .sectionHeaders .stats a {
width: 45px ! important;
}
.PageNav a {
background-color: #E6E6E6 ! important;
}
a.PageNavPrev, a.PageNavNext {
background-color: #999999 ! important;
}
a.currentPage {
background-color: #2A4C93 ! important;
}
body .muted, body a.muted, body .muted a {
color: #004D97 ! important;
}
#pageDescription {
color: #000000 ! important;
}
.messageUserBlock .extraUserInfo dt {
color: #000000 ! important;
display: inline ! important;
font-size: 10px ! important;
font-weight: bold ! important;
text-decoration: none ! important;
}
.extraUserInfo .pairsInline dd {
color: #000000 ! important;
font-size: 11px ! important;
font-weight: normal ! important;
}
.concealed, .concealed a, .cloaked, .cloaked a {
color: #004D97 ! important;
}
.discussionList .sectionHeaders {
display: none ! important;
} | 0.261897 | 0.177347 |
a,li,h5,span,p,input,button,option{
font: 14px 微软雅黑;
}
.list ul{
list-style: none;
padding-left:20px;
margin-bottom:38px;
}
.list ul li a{
color:#6f6f6f;
}
.list ul li:first-child{
font-weight:bold;
}
.list ul li+li{
margin-top:1rem;
}
#personal h5{
border-bottom:1PX solid #ececec;
}
#personal h5 span{
font-size: 16px;
font-weight:bold;
display:inline-block;
padding:0 1rem;
padding-bottom:5px;
border-bottom:2PX solid #000000;
}
#personal form{
margin-top:50px;
}
#personal form div span:first-child{
display: inline-block;
width:7rem;
text-align: right;
margin-right:3rem;
}
#personal form div+div{
margin-top:20px;
}
#personal form div input{
width:288px;
height:29px;
border:1px solid #a9a9a9;
padding: 5px;
}
#personal .gender input{
width:1.2rem;
height:1.2rem;
vertical-align: middle;
}
#personal .operation button{
width:63px;
height:29px;
border:none;
border-radius: 5px;
background-color:#dc2829;
font-weight: bold;
color:#ffffff;
}
#personal .city select{
width:6.2rem;
height:29px;
}
#address h5{
border-bottom:1PX solid #ececec;
}
#address h5 span{
font-size: 16px;
font-weight:bold;
display:inline-block;
padding:0 1rem;
padding-bottom:5px;
border-bottom:2PX solid #000000;
}
#address form{
margin-top:50px;
}
#address form div span:first-child{
display: inline-block;
width:7rem;
text-align: right;
margin-right:3rem;
}
#address form div+div{
margin-top:20px;
}
#address form div input{
width:288px;
height:29px;
border:1px solid #a9a9a9;
padding: 5px;
}
#address .gender input{
width:1.2rem;
height:1.2rem;
vertical-align: middle;
color: #000;
margin-right: 0.5rem;
}
#address .operation button{
width:63px;
height:29px;
border:none;
border-radius: 5px;
background-color:#dc2829;
font-weight: bold;
color:#ffffff;
}
#address .city select{
width:6.2rem;
height:29px;
}
#address .own div{
background-color: #ebecf0;
text-align: center;
border: 1px solid #ccc;
border-left: 0;
}
#address .own div:first-child{
border-left: 1px solid #ccc;
}
#address .allsite-item{
margin-bottom:0.3rem;
}
#address .allsite-item div{
text-align: center;
border: 1px solid #ccc;
border-left: 0;
}
#address .allsite-item div span,#address .allsite-item div a{
color:#787878;
}
#address .allsite-item div:first-child{
border-left: 1px solid #ccc;
}
#passworg h5{
border-bottom:1PX solid #ececec;
}
#passworg h5 span{
font-size: 16px;
font-weight:bold;
display:inline-block;
padding:0 1rem;
padding-bottom:5px;
border-bottom:2PX solid #000000;
}
#passworg form{
margin-top:50px;
}
#passworg form div span:first-child{
display: inline-block;
width:7rem;
text-align: right;
margin-right:3rem;
}
#passworg form div span:not(:first-child){
text-align: right;
margin-left:1rem;
color:#787878;
}
#passworg form div+div{
margin-top:20px;
}
#passworg form div input{
width:288px;
height:29px;
border:1px solid #a9a9a9;
padding: 5px;
}
#passworg .operation button{
width:63px;
height:29px;
border:none;
border-radius: 5px;
background-color:#dc2829;
font-weight: bold;
color:#ffffff;
}
#collect h5{
border-bottom:1PX solid #ececec;
}
#collect h5 span{
font-size: 16px;
font-weight:bold;
display:inline-block;
padding:0 1rem;
padding-bottom:5px;
border-bottom:2PX solid #000000;
}
#collect .shopping-item{
border:1px solid #e6e6e6;
background-color:#fcfcfc;
margin-top:1rem;
}
#collect .shopping-item>ul{
list-style:none;
margin:1rem;
margin-right:0;
padding-left: 0px;
font:14px 微软雅黑;
color:#000;
}
#collect .shopping-item>ul .col-2 div{
width:82px;
height:82px;
border:1px solid #e6e6e6;
display: inline-block;
vertical-align: top;
}
#collect .shopping-item>ul .col-2 div img{
width:100%;
}
#collect .shopping-item>ul .col-3 div{
font:12px 微软雅黑;
}
#collect .shopping-item>ul .col-4{
text-align: center;
padding-top:2%;
}
#collect .shopping-item>ul .col-4 a{
color:#787878;
}
#collect .shopping-item>ul .col-4 button{
width:73px;
height:30px;
border:none;
border-radius: 5px;
background-color:#dc2829;
font-weight: bold;
color:#ffffff;
margin: 0 0.5rem;
}
#evaluation h5{
border-bottom:1PX solid #ececec;
}
#evaluation h5 span{
font-size: 16px;
font-weight:bold;
display:inline-block;
padding:0 1rem;
padding-bottom:5px;
border-bottom:2PX solid #000000;
}
#evaluation h5+p{
background-color: #f5f5f5;
padding:1rem 0;
padding-left:1rem;
}
#evaluation h5+p a:first-child{
margin-right:0.5rem;
color:#787878;
}
#evaluation h5+p a:last-child{
margin-left:0.5rem;
color:#787878;
}
#evaluation h5~ul{
list-style: none;
background-color: #f5f5f5;
padding:1rem 0;
padding-left:1rem;
}
#evaluation .shopping-item{
border:1px solid #e6e6e6;
background-color:#fcfcfc;
margin-top:1rem;
}
#evaluation .shopping-item>ul{
list-style:none;
margin:1rem;
margin-right:0;
padding-left: 0px;
font:14px 微软雅黑;
color:#000;
}
#evaluation .shopping-item>ul .col-2 div{
width:82px;
height:82px;
border:1px solid #e6e6e6;
display: inline-block;
vertical-align: top;
}
#evaluation .shopping-item>ul .col-2 div img{
width:100%;
}
#evaluation .shopping-item>ul .col-1 input{
width:38px;
height:23px;
border:1px solid #aaaaaa;
font:12px 微软雅黑;
color:#000;
padding: 5px;
}
#evaluation .shopping-item>ul .col-1 a{
color:#000000;
}
#evaluation .shopping-item>ul .col-6 div{
font:12px 微软雅黑;
color:#000;
display: inline-block;
width:41%;
vertical-align: top;
}
#evaluation .shopping-item>ul .col-6 div+div p {
margin-bottom: 0;
}
#evaluation .shopping-item>ul .col-2 a{
color:#787878;
} | suit-master/publice/css/private.css | a,li,h5,span,p,input,button,option{
font: 14px 微软雅黑;
}
.list ul{
list-style: none;
padding-left:20px;
margin-bottom:38px;
}
.list ul li a{
color:#6f6f6f;
}
.list ul li:first-child{
font-weight:bold;
}
.list ul li+li{
margin-top:1rem;
}
#personal h5{
border-bottom:1PX solid #ececec;
}
#personal h5 span{
font-size: 16px;
font-weight:bold;
display:inline-block;
padding:0 1rem;
padding-bottom:5px;
border-bottom:2PX solid #000000;
}
#personal form{
margin-top:50px;
}
#personal form div span:first-child{
display: inline-block;
width:7rem;
text-align: right;
margin-right:3rem;
}
#personal form div+div{
margin-top:20px;
}
#personal form div input{
width:288px;
height:29px;
border:1px solid #a9a9a9;
padding: 5px;
}
#personal .gender input{
width:1.2rem;
height:1.2rem;
vertical-align: middle;
}
#personal .operation button{
width:63px;
height:29px;
border:none;
border-radius: 5px;
background-color:#dc2829;
font-weight: bold;
color:#ffffff;
}
#personal .city select{
width:6.2rem;
height:29px;
}
#address h5{
border-bottom:1PX solid #ececec;
}
#address h5 span{
font-size: 16px;
font-weight:bold;
display:inline-block;
padding:0 1rem;
padding-bottom:5px;
border-bottom:2PX solid #000000;
}
#address form{
margin-top:50px;
}
#address form div span:first-child{
display: inline-block;
width:7rem;
text-align: right;
margin-right:3rem;
}
#address form div+div{
margin-top:20px;
}
#address form div input{
width:288px;
height:29px;
border:1px solid #a9a9a9;
padding: 5px;
}
#address .gender input{
width:1.2rem;
height:1.2rem;
vertical-align: middle;
color: #000;
margin-right: 0.5rem;
}
#address .operation button{
width:63px;
height:29px;
border:none;
border-radius: 5px;
background-color:#dc2829;
font-weight: bold;
color:#ffffff;
}
#address .city select{
width:6.2rem;
height:29px;
}
#address .own div{
background-color: #ebecf0;
text-align: center;
border: 1px solid #ccc;
border-left: 0;
}
#address .own div:first-child{
border-left: 1px solid #ccc;
}
#address .allsite-item{
margin-bottom:0.3rem;
}
#address .allsite-item div{
text-align: center;
border: 1px solid #ccc;
border-left: 0;
}
#address .allsite-item div span,#address .allsite-item div a{
color:#787878;
}
#address .allsite-item div:first-child{
border-left: 1px solid #ccc;
}
#passworg h5{
border-bottom:1PX solid #ececec;
}
#passworg h5 span{
font-size: 16px;
font-weight:bold;
display:inline-block;
padding:0 1rem;
padding-bottom:5px;
border-bottom:2PX solid #000000;
}
#passworg form{
margin-top:50px;
}
#passworg form div span:first-child{
display: inline-block;
width:7rem;
text-align: right;
margin-right:3rem;
}
#passworg form div span:not(:first-child){
text-align: right;
margin-left:1rem;
color:#787878;
}
#passworg form div+div{
margin-top:20px;
}
#passworg form div input{
width:288px;
height:29px;
border:1px solid #a9a9a9;
padding: 5px;
}
#passworg .operation button{
width:63px;
height:29px;
border:none;
border-radius: 5px;
background-color:#dc2829;
font-weight: bold;
color:#ffffff;
}
#collect h5{
border-bottom:1PX solid #ececec;
}
#collect h5 span{
font-size: 16px;
font-weight:bold;
display:inline-block;
padding:0 1rem;
padding-bottom:5px;
border-bottom:2PX solid #000000;
}
#collect .shopping-item{
border:1px solid #e6e6e6;
background-color:#fcfcfc;
margin-top:1rem;
}
#collect .shopping-item>ul{
list-style:none;
margin:1rem;
margin-right:0;
padding-left: 0px;
font:14px 微软雅黑;
color:#000;
}
#collect .shopping-item>ul .col-2 div{
width:82px;
height:82px;
border:1px solid #e6e6e6;
display: inline-block;
vertical-align: top;
}
#collect .shopping-item>ul .col-2 div img{
width:100%;
}
#collect .shopping-item>ul .col-3 div{
font:12px 微软雅黑;
}
#collect .shopping-item>ul .col-4{
text-align: center;
padding-top:2%;
}
#collect .shopping-item>ul .col-4 a{
color:#787878;
}
#collect .shopping-item>ul .col-4 button{
width:73px;
height:30px;
border:none;
border-radius: 5px;
background-color:#dc2829;
font-weight: bold;
color:#ffffff;
margin: 0 0.5rem;
}
#evaluation h5{
border-bottom:1PX solid #ececec;
}
#evaluation h5 span{
font-size: 16px;
font-weight:bold;
display:inline-block;
padding:0 1rem;
padding-bottom:5px;
border-bottom:2PX solid #000000;
}
#evaluation h5+p{
background-color: #f5f5f5;
padding:1rem 0;
padding-left:1rem;
}
#evaluation h5+p a:first-child{
margin-right:0.5rem;
color:#787878;
}
#evaluation h5+p a:last-child{
margin-left:0.5rem;
color:#787878;
}
#evaluation h5~ul{
list-style: none;
background-color: #f5f5f5;
padding:1rem 0;
padding-left:1rem;
}
#evaluation .shopping-item{
border:1px solid #e6e6e6;
background-color:#fcfcfc;
margin-top:1rem;
}
#evaluation .shopping-item>ul{
list-style:none;
margin:1rem;
margin-right:0;
padding-left: 0px;
font:14px 微软雅黑;
color:#000;
}
#evaluation .shopping-item>ul .col-2 div{
width:82px;
height:82px;
border:1px solid #e6e6e6;
display: inline-block;
vertical-align: top;
}
#evaluation .shopping-item>ul .col-2 div img{
width:100%;
}
#evaluation .shopping-item>ul .col-1 input{
width:38px;
height:23px;
border:1px solid #aaaaaa;
font:12px 微软雅黑;
color:#000;
padding: 5px;
}
#evaluation .shopping-item>ul .col-1 a{
color:#000000;
}
#evaluation .shopping-item>ul .col-6 div{
font:12px 微软雅黑;
color:#000;
display: inline-block;
width:41%;
vertical-align: top;
}
#evaluation .shopping-item>ul .col-6 div+div p {
margin-bottom: 0;
}
#evaluation .shopping-item>ul .col-2 a{
color:#787878;
} | 0.284974 | 0.074736 |
.ex_highlight #socialsentiments tbody tr.even:hover, #socialsentiments tbody tr.even td.highlighted {
background-color: #ECFFB3;
}
.ex_highlight #socialsentiments tbody tr.odd:hover, #socialsentiments tbody tr.odd td.highlighted {
background-color: #E6FF99;
}
.ex_highlight_row #socialsentiments tr.even:hover {
background-color: #ECFFB3;
}
.ex_highlight_row #socialsentiments tr.even:hover td.sorting_1 {
background-color: #DDFF75;
}
.ex_highlight_row #socialsentiments tr.even:hover td.sorting_2 {
background-color: #E7FF9E;
}
.ex_highlight_row #socialsentiments tr.even:hover td.sorting_3 {
background-color: #E2FF89;
}
.ex_highlight_row #socialsentiments tr.odd:hover {
background-color: #E6FF99;
}
.ex_highlight_row #socialsentiments tr.odd:hover td.sorting_1 {
background-color: #D6FF5C;
}
.ex_highlight_row #socialsentiments tr.odd:hover td.sorting_2 {
background-color: #E0FF84;
}
.ex_highlight_row #socialsentiments tr.odd:hover td.sorting_3 {
background-color: #DBFF70;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
{
color: #333 !important;
border: 1px solid #979797;
background-color: white;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff),
color-stop(100%, #dcdcdc));
background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active
{
cursor: default;
color: #666 !important;
border: 1px solid transparent;
background: transparent;
box-shadow: none
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: white !important;
border: 1px solid #111;
background-color: #585858;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858),
color-stop(100%, #111));
background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
background: -moz-linear-gradient(top, #585858 0%, #111 100%);
background: -ms-linear-gradient(top, #585858 0%, #111 100%);
background: -o-linear-gradient(top, #585858 0%, #111 100%);
background: linear-gradient(to bottom, #585858 0%, #111 100%)
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover
{
background-color: #f6f6f6
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected
{
background-color: #aab7d1
}
table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1
{
background-color: #eaeaea
}
table.dataTable.display tbody tr:hover>.sorting_2, table.dataTable.order-column.hover tbody tr:hover>.sorting_2
{
background-color: #ececec
}
table.dataTable.display tbody tr:hover>.sorting_3, table.dataTable.order-column.hover tbody tr:hover>.sorting_3
{
background-color: #efefef
}
table.dataTable.display tbody tr:hover.selected>.sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1
{
background-color: #a2aec7
}
table.dataTable.display tbody tr:hover.selected>.sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2
{
background-color: #a3b0c9
}
table.dataTable.display tbody tr:hover.selected>.sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3
{
background-color: #a5b2cb
}
th.hide_column, td.hide_column {
display : none;
} | WebContent/media/dataTables/social_escalate.css | .ex_highlight #socialsentiments tbody tr.even:hover, #socialsentiments tbody tr.even td.highlighted {
background-color: #ECFFB3;
}
.ex_highlight #socialsentiments tbody tr.odd:hover, #socialsentiments tbody tr.odd td.highlighted {
background-color: #E6FF99;
}
.ex_highlight_row #socialsentiments tr.even:hover {
background-color: #ECFFB3;
}
.ex_highlight_row #socialsentiments tr.even:hover td.sorting_1 {
background-color: #DDFF75;
}
.ex_highlight_row #socialsentiments tr.even:hover td.sorting_2 {
background-color: #E7FF9E;
}
.ex_highlight_row #socialsentiments tr.even:hover td.sorting_3 {
background-color: #E2FF89;
}
.ex_highlight_row #socialsentiments tr.odd:hover {
background-color: #E6FF99;
}
.ex_highlight_row #socialsentiments tr.odd:hover td.sorting_1 {
background-color: #D6FF5C;
}
.ex_highlight_row #socialsentiments tr.odd:hover td.sorting_2 {
background-color: #E0FF84;
}
.ex_highlight_row #socialsentiments tr.odd:hover td.sorting_3 {
background-color: #DBFF70;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
{
color: #333 !important;
border: 1px solid #979797;
background-color: white;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff),
color-stop(100%, #dcdcdc));
background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active
{
cursor: default;
color: #666 !important;
border: 1px solid transparent;
background: transparent;
box-shadow: none
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: white !important;
border: 1px solid #111;
background-color: #585858;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858),
color-stop(100%, #111));
background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
background: -moz-linear-gradient(top, #585858 0%, #111 100%);
background: -ms-linear-gradient(top, #585858 0%, #111 100%);
background: -o-linear-gradient(top, #585858 0%, #111 100%);
background: linear-gradient(to bottom, #585858 0%, #111 100%)
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover
{
background-color: #f6f6f6
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected
{
background-color: #aab7d1
}
table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1
{
background-color: #eaeaea
}
table.dataTable.display tbody tr:hover>.sorting_2, table.dataTable.order-column.hover tbody tr:hover>.sorting_2
{
background-color: #ececec
}
table.dataTable.display tbody tr:hover>.sorting_3, table.dataTable.order-column.hover tbody tr:hover>.sorting_3
{
background-color: #efefef
}
table.dataTable.display tbody tr:hover.selected>.sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1
{
background-color: #a2aec7
}
table.dataTable.display tbody tr:hover.selected>.sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2
{
background-color: #a3b0c9
}
table.dataTable.display tbody tr:hover.selected>.sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3
{
background-color: #a5b2cb
}
th.hide_column, td.hide_column {
display : none;
} | 0.388502 | 0.075756 |
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
/*!
* Bootswatch v3.2.0
* Homepage: http://bootswatch.com
* Copyright 2012-2014 <NAME>
* Licensed under MIT
* Based on Bootstrap
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 10, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* line 15, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
body {
margin: 0;
}
/* line 29, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
/* line 35, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
/* line 39, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
audio:not([controls]) {
display: none;
height: 0;
}
/* line 44, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
[hidden],
template {
display: none;
}
/* line 47, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a {
background: transparent;
}
/* line 51, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a:active,
a:hover {
outline: 0;
}
/* line 54, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
abbr[title] {
border-bottom: 1px dotted;
}
/* line 58, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
b,
strong {
font-weight: bold;
}
/* line 61, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
dfn {
font-style: italic;
}
/* line 64, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* line 68, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
mark {
background: #ff0;
color: #000;
}
/* line 72, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
small {
font-size: 80%;
}
/* line 76, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
/* line 82, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
sup {
top: -0.5em;
}
/* line 85, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
sub {
bottom: -0.25em;
}
/* line 88, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
img {
border: 0;
}
/* line 91, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
svg:not(:root) {
overflow: hidden;
}
/* line 94, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
figure {
margin: 1em 40px;
}
/* line 97, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/* line 102, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
pre {
overflow: auto;
}
/* line 108, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/* line 116, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
/* line 121, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
button {
overflow: visible;
}
/* line 125, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
button,
select {
text-transform: none;
}
/* line 131, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
/* line 136, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
button[disabled],
html input[disabled] {
cursor: default;
}
/* line 140, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/* line 144, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input {
line-height: normal;
}
/* line 148, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
/* line 153, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/* line 156, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
/* line 163, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/* line 166, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/* line 171, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
legend {
border: 0;
padding: 0;
}
/* line 175, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
textarea {
overflow: auto;
}
/* line 178, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
optgroup {
font-weight: bold;
}
/* line 181, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 186, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
td,
th {
padding: 0;
}
@media print {
/* line 190, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
* {
text-shadow: none !important;
color: #000 !important;
background: transparent !important;
box-shadow: none !important;
}
/* line 197, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a,
a:visited {
text-decoration: underline;
}
/* line 200, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a[href]:after {
content: " (" attr(href) ")";
}
/* line 203, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
abbr[title]:after {
content: " (" attr(title) ")";
}
/* line 207, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
/* line 211, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/* line 215, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
thead {
display: table-header-group;
}
/* line 219, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
tr,
img {
page-break-inside: avoid;
}
/* line 222, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
img {
max-width: 100% !important;
}
/* line 227, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
/* line 232, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h2,
h3 {
page-break-after: avoid;
}
/* line 235, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
select {
background: #fff !important;
}
/* line 238, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar {
display: none;
}
/* line 242, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table td,
.table th {
background-color: #fff !important;
}
/* line 246, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
/* line 249, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label {
border: 1px solid #000;
}
/* line 252, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table {
border-collapse: collapse !important;
}
/* line 256, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url("/fonts/glyphicons-halflings-regular.eot");
src: url("/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 265, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* line 276, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-asterisk:before {
content: "\2a";
}
/* line 279, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-plus:before {
content: "\2b";
}
/* line 282, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-euro:before {
content: "\20ac";
}
/* line 285, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-minus:before {
content: "\2212";
}
/* line 288, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-cloud:before {
content: "\2601";
}
/* line 291, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-envelope:before {
content: "\2709";
}
/* line 294, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-pencil:before {
content: "\270f";
}
/* line 297, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-glass:before {
content: "\e001";
}
/* line 300, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-music:before {
content: "\e002";
}
/* line 303, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-search:before {
content: "\e003";
}
/* line 306, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-heart:before {
content: "\e005";
}
/* line 309, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-star:before {
content: "\e006";
}
/* line 312, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-star-empty:before {
content: "\e007";
}
/* line 315, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-user:before {
content: "\e008";
}
/* line 318, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-film:before {
content: "\e009";
}
/* line 321, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-th-large:before {
content: "\e010";
}
/* line 324, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-th:before {
content: "\e011";
}
/* line 327, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-th-list:before {
content: "\e012";
}
/* line 330, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-ok:before {
content: "\e013";
}
/* line 333, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-remove:before {
content: "\e014";
}
/* line 336, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-zoom-in:before {
content: "\e015";
}
/* line 339, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-zoom-out:before {
content: "\e016";
}
/* line 342, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-off:before {
content: "\e017";
}
/* line 345, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-signal:before {
content: "\e018";
}
/* line 348, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-cog:before {
content: "\e019";
}
/* line 351, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-trash:before {
content: "\e020";
}
/* line 354, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-home:before {
content: "\e021";
}
/* line 357, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-file:before {
content: "\e022";
}
/* line 360, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-time:before {
content: "\e023";
}
/* line 363, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-road:before {
content: "\e024";
}
/* line 366, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-download-alt:before {
content: "\e025";
}
/* line 369, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-download:before {
content: "\e026";
}
/* line 372, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-upload:before {
content: "\e027";
}
/* line 375, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-inbox:before {
content: "\e028";
}
/* line 378, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-play-circle:before {
content: "\e029";
}
/* line 381, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-repeat:before {
content: "\e030";
}
/* line 384, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-refresh:before {
content: "\e031";
}
/* line 387, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-list-alt:before {
content: "\e032";
}
/* line 390, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-lock:before {
content: "\e033";
}
/* line 393, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-flag:before {
content: "\e034";
}
/* line 396, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-headphones:before {
content: "\e035";
}
/* line 399, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-volume-off:before {
content: "\e036";
}
/* line 402, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-volume-down:before {
content: "\e037";
}
/* line 405, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-volume-up:before {
content: "\e038";
}
/* line 408, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-qrcode:before {
content: "\e039";
}
/* line 411, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-barcode:before {
content: "\e040";
}
/* line 414, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-tag:before {
content: "\e041";
}
/* line 417, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-tags:before {
content: "\e042";
}
/* line 420, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-book:before {
content: "\e043";
}
/* line 423, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-bookmark:before {
content: "\e044";
}
/* line 426, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-print:before {
content: "\e045";
}
/* line 429, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-camera:before {
content: "\e046";
}
/* line 432, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-font:before {
content: "\e047";
}
/* line 435, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-bold:before {
content: "\e048";
}
/* line 438, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-italic:before {
content: "\e049";
}
/* line 441, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-text-height:before {
content: "\e050";
}
/* line 444, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-text-width:before {
content: "\e051";
}
/* line 447, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-align-left:before {
content: "\e052";
}
/* line 450, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-align-center:before {
content: "\e053";
}
/* line 453, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-align-right:before {
content: "\e054";
}
/* line 456, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-align-justify:before {
content: "\e055";
}
/* line 459, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-list:before {
content: "\e056";
}
/* line 462, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-indent-left:before {
content: "\e057";
}
/* line 465, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-indent-right:before {
content: "\e058";
}
/* line 468, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-facetime-video:before {
content: "\e059";
}
/* line 471, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-picture:before {
content: "\e060";
}
/* line 474, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-map-marker:before {
content: "\e062";
}
/* line 477, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-adjust:before {
content: "\e063";
}
/* line 480, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-tint:before {
content: "\e064";
}
/* line 483, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-edit:before {
content: "\e065";
}
/* line 486, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-share:before {
content: "\e066";
}
/* line 489, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-check:before {
content: "\e067";
}
/* line 492, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-move:before {
content: "\e068";
}
/* line 495, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-step-backward:before {
content: "\e069";
}
/* line 498, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-fast-backward:before {
content: "\e070";
}
/* line 501, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-backward:before {
content: "\e071";
}
/* line 504, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-play:before {
content: "\e072";
}
/* line 507, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-pause:before {
content: "\e073";
}
/* line 510, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-stop:before {
content: "\e074";
}
/* line 513, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-forward:before {
content: "\e075";
}
/* line 516, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-fast-forward:before {
content: "\e076";
}
/* line 519, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-step-forward:before {
content: "\e077";
}
/* line 522, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-eject:before {
content: "\e078";
}
/* line 525, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-chevron-left:before {
content: "\e079";
}
/* line 528, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-chevron-right:before {
content: "\e080";
}
/* line 531, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-plus-sign:before {
content: "\e081";
}
/* line 534, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-minus-sign:before {
content: "\e082";
}
/* line 537, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-remove-sign:before {
content: "\e083";
}
/* line 540, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-ok-sign:before {
content: "\e084";
}
/* line 543, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-question-sign:before {
content: "\e085";
}
/* line 546, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-info-sign:before {
content: "\e086";
}
/* line 549, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-screenshot:before {
content: "\e087";
}
/* line 552, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-remove-circle:before {
content: "\e088";
}
/* line 555, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-ok-circle:before {
content: "\e089";
}
/* line 558, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-ban-circle:before {
content: "\e090";
}
/* line 561, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-arrow-left:before {
content: "\e091";
}
/* line 564, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-arrow-right:before {
content: "\e092";
}
/* line 567, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-arrow-up:before {
content: "\e093";
}
/* line 570, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-arrow-down:before {
content: "\e094";
}
/* line 573, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-share-alt:before {
content: "\e095";
}
/* line 576, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-resize-full:before {
content: "\e096";
}
/* line 579, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-resize-small:before {
content: "\e097";
}
/* line 582, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-exclamation-sign:before {
content: "\e101";
}
/* line 585, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-gift:before {
content: "\e102";
}
/* line 588, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-leaf:before {
content: "\e103";
}
/* line 591, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-fire:before {
content: "\e104";
}
/* line 594, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-eye-open:before {
content: "\e105";
}
/* line 597, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-eye-close:before {
content: "\e106";
}
/* line 600, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-warning-sign:before {
content: "\e107";
}
/* line 603, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-plane:before {
content: "\e108";
}
/* line 606, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-calendar:before {
content: "\e109";
}
/* line 609, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-random:before {
content: "\e110";
}
/* line 612, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-comment:before {
content: "\e111";
}
/* line 615, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-magnet:before {
content: "\e112";
}
/* line 618, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-chevron-up:before {
content: "\e113";
}
/* line 621, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-chevron-down:before {
content: "\e114";
}
/* line 624, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-retweet:before {
content: "\e115";
}
/* line 627, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-shopping-cart:before {
content: "\e116";
}
/* line 630, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-folder-close:before {
content: "\e117";
}
/* line 633, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-folder-open:before {
content: "\e118";
}
/* line 636, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-resize-vertical:before {
content: "\e119";
}
/* line 639, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-resize-horizontal:before {
content: "\e120";
}
/* line 642, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-hdd:before {
content: "\e121";
}
/* line 645, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-bullhorn:before {
content: "\e122";
}
/* line 648, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-bell:before {
content: "\e123";
}
/* line 651, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-certificate:before {
content: "\e124";
}
/* line 654, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-thumbs-up:before {
content: "\e125";
}
/* line 657, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-thumbs-down:before {
content: "\e126";
}
/* line 660, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-hand-right:before {
content: "\e127";
}
/* line 663, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-hand-left:before {
content: "\e128";
}
/* line 666, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-hand-up:before {
content: "\e129";
}
/* line 669, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-hand-down:before {
content: "\e130";
}
/* line 672, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
/* line 675, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
/* line 678, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
/* line 681, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
/* line 684, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-globe:before {
content: "\e135";
}
/* line 687, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-wrench:before {
content: "\e136";
}
/* line 690, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-tasks:before {
content: "\e137";
}
/* line 693, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-filter:before {
content: "\e138";
}
/* line 696, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-briefcase:before {
content: "\e139";
}
/* line 699, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-fullscreen:before {
content: "\e140";
}
/* line 702, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-dashboard:before {
content: "\e141";
}
/* line 705, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-paperclip:before {
content: "\e142";
}
/* line 708, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-heart-empty:before {
content: "\e143";
}
/* line 711, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-link:before {
content: "\e144";
}
/* line 714, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-phone:before {
content: "\e145";
}
/* line 717, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-pushpin:before {
content: "\e146";
}
/* line 720, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-usd:before {
content: "\e148";
}
/* line 723, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-gbp:before {
content: "\e149";
}
/* line 726, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sort:before {
content: "\e150";
}
/* line 729, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
/* line 732, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
/* line 735, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sort-by-order:before {
content: "\e153";
}
/* line 738, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
/* line 741, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
/* line 744, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
/* line 747, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-unchecked:before {
content: "\e157";
}
/* line 750, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-expand:before {
content: "\e158";
}
/* line 753, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-collapse-down:before {
content: "\e159";
}
/* line 756, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-collapse-up:before {
content: "\e160";
}
/* line 759, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-log-in:before {
content: "\e161";
}
/* line 762, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-flash:before {
content: "\e162";
}
/* line 765, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-log-out:before {
content: "\e163";
}
/* line 768, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-new-window:before {
content: "\e164";
}
/* line 771, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-record:before {
content: "\e165";
}
/* line 774, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-save:before {
content: "\e166";
}
/* line 777, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-open:before {
content: "\e167";
}
/* line 780, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-saved:before {
content: "\e168";
}
/* line 783, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-import:before {
content: "\e169";
}
/* line 786, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-export:before {
content: "\e170";
}
/* line 789, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-send:before {
content: "\e171";
}
/* line 792, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-floppy-disk:before {
content: "\e172";
}
/* line 795, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-floppy-saved:before {
content: "\e173";
}
/* line 798, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-floppy-remove:before {
content: "\e174";
}
/* line 801, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-floppy-save:before {
content: "\e175";
}
/* line 804, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-floppy-open:before {
content: "\e176";
}
/* line 807, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-credit-card:before {
content: "\e177";
}
/* line 810, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-transfer:before {
content: "\e178";
}
/* line 813, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-cutlery:before {
content: "\e179";
}
/* line 816, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-header:before {
content: "\e180";
}
/* line 819, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-compressed:before {
content: "\e181";
}
/* line 822, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-earphone:before {
content: "\e182";
}
/* line 825, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-phone-alt:before {
content: "\e183";
}
/* line 828, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-tower:before {
content: "\e184";
}
/* line 831, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-stats:before {
content: "\e185";
}
/* line 834, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sd-video:before {
content: "\e186";
}
/* line 837, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-hd-video:before {
content: "\e187";
}
/* line 840, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-subtitles:before {
content: "\e188";
}
/* line 843, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sound-stereo:before {
content: "\e189";
}
/* line 846, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sound-dolby:before {
content: "\e190";
}
/* line 849, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sound-5-1:before {
content: "\e191";
}
/* line 852, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sound-6-1:before {
content: "\e192";
}
/* line 855, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sound-7-1:before {
content: "\e193";
}
/* line 858, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-copyright-mark:before {
content: "\e194";
}
/* line 861, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-registration-mark:before {
content: "\e195";
}
/* line 864, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-cloud-download:before {
content: "\e197";
}
/* line 867, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-cloud-upload:before {
content: "\e198";
}
/* line 870, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-tree-conifer:before {
content: "\e199";
}
/* line 873, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-tree-deciduous:before {
content: "\e200";
}
/* line 876, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* line 882, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* line 887, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 891, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
body {
font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
font-size: 15px;
line-height: 1.42857143;
color: #333333;
background-color: #ffffff;
}
/* line 901, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
/* line 906, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a {
color: #2780e3;
text-decoration: none;
}
/* line 911, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a:hover,
a:focus {
color: #165ba8;
text-decoration: underline;
}
/* line 915, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
/* line 920, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
figure {
margin: 0;
}
/* line 923, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
img {
vertical-align: middle;
}
/* line 930, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
width: 100% \9;
max-width: 100%;
height: auto;
}
/* line 936, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.img-rounded {
border-radius: 0;
}
/* line 939, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 0;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
width: 100% \9;
max-width: 100%;
height: auto;
}
/* line 953, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.img-circle {
border-radius: 50%;
}
/* line 956, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
hr {
margin-top: 21px;
margin-bottom: 21px;
border: 0;
border-top: 1px solid #e6e6e6;
}
/* line 962, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
/* line 973, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
/* line 992, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
font-weight: 300;
line-height: 1.1;
color: inherit;
}
/* line 1021, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #999999;
}
/* line 1031, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 21px;
margin-bottom: 10.5px;
}
/* line 1046, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
/* line 1054, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10.5px;
margin-bottom: 10.5px;
}
/* line 1069, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
/* line 1073, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h1,
.h1 {
font-size: 39px;
}
/* line 1077, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h2,
.h2 {
font-size: 32px;
}
/* line 1081, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h3,
.h3 {
font-size: 26px;
}
/* line 1085, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h4,
.h4 {
font-size: 19px;
}
/* line 1089, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h5,
.h5 {
font-size: 15px;
}
/* line 1093, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h6,
.h6 {
font-size: 13px;
}
/* line 1096, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
p {
margin: 0 0 10.5px;
}
/* line 1099, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.lead {
margin-bottom: 21px;
font-size: 17px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
/* line 1106, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.lead {
font-size: 22.5px;
}
}
/* line 1111, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
small,
.small {
font-size: 86%;
}
/* line 1114, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
cite {
font-style: normal;
}
/* line 1118, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
mark,
.mark {
background-color: #ff7518;
padding: .2em;
}
/* line 1122, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-left {
text-align: left;
}
/* line 1125, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-right {
text-align: right;
}
/* line 1128, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-center {
text-align: center;
}
/* line 1131, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-justify {
text-align: justify;
}
/* line 1134, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-nowrap {
white-space: nowrap;
}
/* line 1137, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-lowercase {
text-transform: lowercase;
}
/* line 1140, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-uppercase {
text-transform: uppercase;
}
/* line 1143, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-capitalize {
text-transform: capitalize;
}
/* line 1146, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-muted {
color: #999999;
}
/* line 1149, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-primary {
color: #2780e3;
}
/* line 1152, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.text-primary:hover {
color: #1967be;
}
/* line 1155, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-success {
color: #ffffff;
}
/* line 1158, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.text-success:hover {
color: #e6e6e6;
}
/* line 1161, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-info {
color: #ffffff;
}
/* line 1164, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.text-info:hover {
color: #e6e6e6;
}
/* line 1167, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-warning {
color: #ffffff;
}
/* line 1170, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.text-warning:hover {
color: #e6e6e6;
}
/* line 1173, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-danger {
color: #ffffff;
}
/* line 1176, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.text-danger:hover {
color: #e6e6e6;
}
/* line 1179, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.bg-primary {
color: #fff;
background-color: #2780e3;
}
/* line 1183, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.bg-primary:hover {
background-color: #1967be;
}
/* line 1186, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.bg-success {
background-color: #3fb618;
}
/* line 1189, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.bg-success:hover {
background-color: #2f8912;
}
/* line 1192, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.bg-info {
background-color: #9954bb;
}
/* line 1195, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.bg-info:hover {
background-color: #7e3f9d;
}
/* line 1198, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.bg-warning {
background-color: #ff7518;
}
/* line 1201, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.bg-warning:hover {
background-color: #e45c00;
}
/* line 1204, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.bg-danger {
background-color: #ff0039;
}
/* line 1207, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.bg-danger:hover {
background-color: #cc002e;
}
/* line 1210, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.page-header {
padding-bottom: 9.5px;
margin: 42px 0 21px;
border-bottom: 1px solid #e6e6e6;
}
/* line 1216, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
ul,
ol {
margin-top: 0;
margin-bottom: 10.5px;
}
/* line 1223, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
/* line 1226, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-unstyled {
padding-left: 0;
list-style: none;
}
/* line 1230, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
/* line 1235, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
/* line 1240, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
dl {
margin-top: 0;
margin-bottom: 21px;
}
/* line 1245, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
dt,
dd {
line-height: 1.42857143;
}
/* line 1248, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
dt {
font-weight: bold;
}
/* line 1251, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
dd {
margin-left: 0;
}
@media (min-width: 768px) {
/* line 1255, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/* line 1264, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dl-horizontal dd {
margin-left: 180px;
}
}
/* line 1269, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
/* line 1273, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.initialism {
font-size: 90%;
text-transform: uppercase;
}
/* line 1277, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
blockquote {
padding: 10.5px 21px;
margin: 0 0 21px;
font-size: 18.75px;
border-left: 5px solid #e6e6e6;
}
/* line 1285, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
/* line 1290, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #999999;
}
/* line 1298, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
/* line 1302, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #e6e6e6;
border-left: 0;
text-align: right;
}
/* line 1314, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
/* line 1322, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
/* line 1326, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
blockquote:before,
blockquote:after {
content: "";
}
/* line 1329, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
address {
margin-bottom: 21px;
font-style: normal;
line-height: 1.42857143;
}
/* line 1337, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
/* line 1340, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 0;
}
/* line 1347, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
kbd {
padding: 2px 4px;
font-size: 90%;
color: #ffffff;
background-color: #333333;
border-radius: 0;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 1355, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
kbd kbd {
padding: 0;
font-size: 100%;
box-shadow: none;
}
/* line 1360, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
pre {
display: block;
padding: 10px;
margin: 0 0 10.5px;
font-size: 14px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 0;
}
/* line 1373, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
/* line 1381, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
/* line 1385, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
/* line 1392, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.container {
width: 750px;
}
}
@media (min-width: 992px) {
/* line 1397, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
/* line 1402, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.container {
width: 1170px;
}
}
/* line 1406, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
/* line 1412, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.row {
margin-left: -15px;
margin-right: -15px;
}
/* line 1416, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
/* line 1422, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
/* line 1425, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-12 {
width: 100%;
}
/* line 1428, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-11 {
width: 91.66666667%;
}
/* line 1431, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-10 {
width: 83.33333333%;
}
/* line 1434, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-9 {
width: 75%;
}
/* line 1437, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-8 {
width: 66.66666667%;
}
/* line 1440, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-7 {
width: 58.33333333%;
}
/* line 1443, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-6 {
width: 50%;
}
/* line 1446, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-5 {
width: 41.66666667%;
}
/* line 1449, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-4 {
width: 33.33333333%;
}
/* line 1452, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-3 {
width: 25%;
}
/* line 1455, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-2 {
width: 16.66666667%;
}
/* line 1458, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-1 {
width: 8.33333333%;
}
/* line 1461, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-12 {
right: 100%;
}
/* line 1464, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-11 {
right: 91.66666667%;
}
/* line 1467, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-10 {
right: 83.33333333%;
}
/* line 1470, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-9 {
right: 75%;
}
/* line 1473, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-8 {
right: 66.66666667%;
}
/* line 1476, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-7 {
right: 58.33333333%;
}
/* line 1479, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-6 {
right: 50%;
}
/* line 1482, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-5 {
right: 41.66666667%;
}
/* line 1485, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-4 {
right: 33.33333333%;
}
/* line 1488, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-3 {
right: 25%;
}
/* line 1491, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-2 {
right: 16.66666667%;
}
/* line 1494, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-1 {
right: 8.33333333%;
}
/* line 1497, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-0 {
right: auto;
}
/* line 1500, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-12 {
left: 100%;
}
/* line 1503, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-11 {
left: 91.66666667%;
}
/* line 1506, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-10 {
left: 83.33333333%;
}
/* line 1509, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-9 {
left: 75%;
}
/* line 1512, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-8 {
left: 66.66666667%;
}
/* line 1515, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-7 {
left: 58.33333333%;
}
/* line 1518, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-6 {
left: 50%;
}
/* line 1521, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-5 {
left: 41.66666667%;
}
/* line 1524, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-4 {
left: 33.33333333%;
}
/* line 1527, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-3 {
left: 25%;
}
/* line 1530, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-2 {
left: 16.66666667%;
}
/* line 1533, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-1 {
left: 8.33333333%;
}
/* line 1536, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-0 {
left: auto;
}
/* line 1539, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-12 {
margin-left: 100%;
}
/* line 1542, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
/* line 1545, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
/* line 1548, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-9 {
margin-left: 75%;
}
/* line 1551, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
/* line 1554, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
/* line 1557, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-6 {
margin-left: 50%;
}
/* line 1560, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
/* line 1563, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
/* line 1566, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-3 {
margin-left: 25%;
}
/* line 1569, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
/* line 1572, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
/* line 1575, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
/* line 1579, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
/* line 1582, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-12 {
width: 100%;
}
/* line 1585, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-11 {
width: 91.66666667%;
}
/* line 1588, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-10 {
width: 83.33333333%;
}
/* line 1591, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-9 {
width: 75%;
}
/* line 1594, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-8 {
width: 66.66666667%;
}
/* line 1597, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-7 {
width: 58.33333333%;
}
/* line 1600, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-6 {
width: 50%;
}
/* line 1603, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-5 {
width: 41.66666667%;
}
/* line 1606, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-4 {
width: 33.33333333%;
}
/* line 1609, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-3 {
width: 25%;
}
/* line 1612, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-2 {
width: 16.66666667%;
}
/* line 1615, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-1 {
width: 8.33333333%;
}
/* line 1618, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-12 {
right: 100%;
}
/* line 1621, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-11 {
right: 91.66666667%;
}
/* line 1624, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-10 {
right: 83.33333333%;
}
/* line 1627, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-9 {
right: 75%;
}
/* line 1630, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-8 {
right: 66.66666667%;
}
/* line 1633, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-7 {
right: 58.33333333%;
}
/* line 1636, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-6 {
right: 50%;
}
/* line 1639, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-5 {
right: 41.66666667%;
}
/* line 1642, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-4 {
right: 33.33333333%;
}
/* line 1645, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-3 {
right: 25%;
}
/* line 1648, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-2 {
right: 16.66666667%;
}
/* line 1651, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-1 {
right: 8.33333333%;
}
/* line 1654, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-0 {
right: auto;
}
/* line 1657, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-12 {
left: 100%;
}
/* line 1660, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-11 {
left: 91.66666667%;
}
/* line 1663, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-10 {
left: 83.33333333%;
}
/* line 1666, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-9 {
left: 75%;
}
/* line 1669, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-8 {
left: 66.66666667%;
}
/* line 1672, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-7 {
left: 58.33333333%;
}
/* line 1675, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-6 {
left: 50%;
}
/* line 1678, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-5 {
left: 41.66666667%;
}
/* line 1681, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-4 {
left: 33.33333333%;
}
/* line 1684, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-3 {
left: 25%;
}
/* line 1687, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-2 {
left: 16.66666667%;
}
/* line 1690, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-1 {
left: 8.33333333%;
}
/* line 1693, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-0 {
left: auto;
}
/* line 1696, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-12 {
margin-left: 100%;
}
/* line 1699, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
/* line 1702, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
/* line 1705, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-9 {
margin-left: 75%;
}
/* line 1708, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
/* line 1711, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
/* line 1714, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-6 {
margin-left: 50%;
}
/* line 1717, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
/* line 1720, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
/* line 1723, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-3 {
margin-left: 25%;
}
/* line 1726, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
/* line 1729, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
/* line 1732, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
/* line 1737, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
/* line 1740, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-12 {
width: 100%;
}
/* line 1743, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-11 {
width: 91.66666667%;
}
/* line 1746, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-10 {
width: 83.33333333%;
}
/* line 1749, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-9 {
width: 75%;
}
/* line 1752, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-8 {
width: 66.66666667%;
}
/* line 1755, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-7 {
width: 58.33333333%;
}
/* line 1758, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-6 {
width: 50%;
}
/* line 1761, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-5 {
width: 41.66666667%;
}
/* line 1764, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-4 {
width: 33.33333333%;
}
/* line 1767, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-3 {
width: 25%;
}
/* line 1770, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-2 {
width: 16.66666667%;
}
/* line 1773, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-1 {
width: 8.33333333%;
}
/* line 1776, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-12 {
right: 100%;
}
/* line 1779, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-11 {
right: 91.66666667%;
}
/* line 1782, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-10 {
right: 83.33333333%;
}
/* line 1785, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-9 {
right: 75%;
}
/* line 1788, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-8 {
right: 66.66666667%;
}
/* line 1791, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-7 {
right: 58.33333333%;
}
/* line 1794, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-6 {
right: 50%;
}
/* line 1797, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-5 {
right: 41.66666667%;
}
/* line 1800, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-4 {
right: 33.33333333%;
}
/* line 1803, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-3 {
right: 25%;
}
/* line 1806, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-2 {
right: 16.66666667%;
}
/* line 1809, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-1 {
right: 8.33333333%;
}
/* line 1812, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-0 {
right: auto;
}
/* line 1815, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-12 {
left: 100%;
}
/* line 1818, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-11 {
left: 91.66666667%;
}
/* line 1821, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-10 {
left: 83.33333333%;
}
/* line 1824, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-9 {
left: 75%;
}
/* line 1827, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-8 {
left: 66.66666667%;
}
/* line 1830, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-7 {
left: 58.33333333%;
}
/* line 1833, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-6 {
left: 50%;
}
/* line 1836, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-5 {
left: 41.66666667%;
}
/* line 1839, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-4 {
left: 33.33333333%;
}
/* line 1842, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-3 {
left: 25%;
}
/* line 1845, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-2 {
left: 16.66666667%;
}
/* line 1848, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-1 {
left: 8.33333333%;
}
/* line 1851, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-0 {
left: auto;
}
/* line 1854, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-12 {
margin-left: 100%;
}
/* line 1857, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-11 {
margin-left: 91.66666667%;
}
/* line 1860, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-10 {
margin-left: 83.33333333%;
}
/* line 1863, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-9 {
margin-left: 75%;
}
/* line 1866, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-8 {
margin-left: 66.66666667%;
}
/* line 1869, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-7 {
margin-left: 58.33333333%;
}
/* line 1872, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-6 {
margin-left: 50%;
}
/* line 1875, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-5 {
margin-left: 41.66666667%;
}
/* line 1878, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-4 {
margin-left: 33.33333333%;
}
/* line 1881, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-3 {
margin-left: 25%;
}
/* line 1884, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-2 {
margin-left: 16.66666667%;
}
/* line 1887, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-1 {
margin-left: 8.33333333%;
}
/* line 1890, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
/* line 1895, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
/* line 1898, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-12 {
width: 100%;
}
/* line 1901, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-11 {
width: 91.66666667%;
}
/* line 1904, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-10 {
width: 83.33333333%;
}
/* line 1907, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-9 {
width: 75%;
}
/* line 1910, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-8 {
width: 66.66666667%;
}
/* line 1913, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-7 {
width: 58.33333333%;
}
/* line 1916, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-6 {
width: 50%;
}
/* line 1919, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-5 {
width: 41.66666667%;
}
/* line 1922, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-4 {
width: 33.33333333%;
}
/* line 1925, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-3 {
width: 25%;
}
/* line 1928, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-2 {
width: 16.66666667%;
}
/* line 1931, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-1 {
width: 8.33333333%;
}
/* line 1934, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-12 {
right: 100%;
}
/* line 1937, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-11 {
right: 91.66666667%;
}
/* line 1940, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-10 {
right: 83.33333333%;
}
/* line 1943, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-9 {
right: 75%;
}
/* line 1946, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-8 {
right: 66.66666667%;
}
/* line 1949, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-7 {
right: 58.33333333%;
}
/* line 1952, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-6 {
right: 50%;
}
/* line 1955, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-5 {
right: 41.66666667%;
}
/* line 1958, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-4 {
right: 33.33333333%;
}
/* line 1961, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-3 {
right: 25%;
}
/* line 1964, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-2 {
right: 16.66666667%;
}
/* line 1967, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-1 {
right: 8.33333333%;
}
/* line 1970, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-0 {
right: auto;
}
/* line 1973, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-12 {
left: 100%;
}
/* line 1976, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-11 {
left: 91.66666667%;
}
/* line 1979, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-10 {
left: 83.33333333%;
}
/* line 1982, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-9 {
left: 75%;
}
/* line 1985, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-8 {
left: 66.66666667%;
}
/* line 1988, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-7 {
left: 58.33333333%;
}
/* line 1991, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-6 {
left: 50%;
}
/* line 1994, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-5 {
left: 41.66666667%;
}
/* line 1997, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-4 {
left: 33.33333333%;
}
/* line 2000, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-3 {
left: 25%;
}
/* line 2003, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-2 {
left: 16.66666667%;
}
/* line 2006, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-1 {
left: 8.33333333%;
}
/* line 2009, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-0 {
left: auto;
}
/* line 2012, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-12 {
margin-left: 100%;
}
/* line 2015, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
/* line 2018, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
/* line 2021, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-9 {
margin-left: 75%;
}
/* line 2024, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
/* line 2027, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
/* line 2030, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-6 {
margin-left: 50%;
}
/* line 2033, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
/* line 2036, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
/* line 2039, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-3 {
margin-left: 25%;
}
/* line 2042, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
/* line 2045, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
/* line 2048, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-0 {
margin-left: 0%;
}
}
/* line 2052, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table {
background-color: transparent;
}
/* line 2055, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
th {
text-align: left;
}
/* line 2058, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table {
width: 100%;
max-width: 100%;
margin-bottom: 21px;
}
/* line 2068, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #dddddd;
}
/* line 2074, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
/* line 2083, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
/* line 2086, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table > tbody + tbody {
border-top: 2px solid #dddddd;
}
/* line 2089, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table .table {
background-color: #ffffff;
}
/* line 2097, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
/* line 2100, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-bordered {
border: 1px solid #dddddd;
}
/* line 2108, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
/* line 2112, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
/* line 2116, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
/* line 2120, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
/* line 2123, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
/* line 2129, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
/* line 2145, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
/* line 2152, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
/* line 2166, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #3fb618;
}
/* line 2173, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #379f15;
}
/* line 2187, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #9954bb;
}
/* line 2194, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #8d46b0;
}
/* line 2208, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #ff7518;
}
/* line 2215, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #fe6600;
}
/* line 2229, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #ff0039;
}
/* line 2236, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #e60033;
}
@media screen and (max-width: 767px) {
/* line 2240, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-responsive {
width: 100%;
margin-bottom: 15.75px;
overflow-y: hidden;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
-webkit-overflow-scrolling: touch;
}
/* line 2249, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-responsive > .table {
margin-bottom: 0;
}
/* line 2257, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
/* line 2260, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-responsive > .table-bordered {
border: 0;
}
/* line 2268, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
/* line 2276, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
/* line 2282, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
/* line 2286, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
/* line 2292, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 21px;
font-size: 22.5px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
/* line 2303, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
/* line 2309, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* line 2315, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
/* line 2320, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="file"] {
display: block;
}
/* line 2323, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="range"] {
display: block;
width: 100%;
}
/* line 2328, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
select[multiple],
select[size] {
height: auto;
}
/* line 2333, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
/* line 2338, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
output {
display: block;
padding-top: 11px;
font-size: 15px;
line-height: 1.42857143;
color: #333333;
}
/* line 2345, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-control {
display: block;
width: 100%;
height: 43px;
padding: 10px 18px;
font-size: 15px;
line-height: 1.42857143;
color: #333333;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* line 2363, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 2369, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-control::-moz-placeholder {
color: #999999;
opacity: 1;
}
/* line 2373, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-control:-ms-input-placeholder {
color: #999999;
}
/* line 2376, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-control::-webkit-input-placeholder {
color: #999999;
}
/* line 2381, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #e6e6e6;
opacity: 1;
}
/* line 2386, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
textarea.form-control {
height: auto;
}
/* line 2389, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="search"] {
-webkit-appearance: none;
}
/* line 2395, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
line-height: 43px;
line-height: 1.42857143 \0;
}
/* line 2402, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
line-height: 31px;
}
/* line 2408, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
line-height: 64px;
}
/* line 2411, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-group {
margin-bottom: 15px;
}
/* line 2415, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.radio,
.checkbox {
position: relative;
display: block;
min-height: 21px;
margin-top: 10px;
margin-bottom: 10px;
}
/* line 2423, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.radio label,
.checkbox label {
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
/* line 2432, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
/* line 2438, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
/* line 2442, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
/* line 2451, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
/* line 2460, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
/* line 2466, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
/* line 2472, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
/* line 2475, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-control-static {
padding-top: 11px;
padding-bottom: 11px;
margin-bottom: 0;
}
/* line 2481, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-left: 0;
padding-right: 0;
}
/* line 2486, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-sm,
.form-horizontal .form-group-sm .form-control {
height: 31px;
padding: 5px 10px;
font-size: 13px;
line-height: 1.5;
border-radius: 0;
}
/* line 2493, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
select.input-sm {
height: 31px;
line-height: 31px;
}
/* line 2498, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
/* line 2502, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-lg,
.form-horizontal .form-group-lg .form-control {
height: 64px;
padding: 18px 30px;
font-size: 19px;
line-height: 1.33;
border-radius: 0;
}
/* line 2509, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
select.input-lg {
height: 64px;
line-height: 64px;
}
/* line 2514, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
/* line 2517, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-feedback {
position: relative;
}
/* line 2520, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-feedback .form-control {
padding-right: 53.75px;
}
/* line 2523, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-control-feedback {
position: absolute;
top: 26px;
right: 0;
z-index: 2;
display: block;
width: 43px;
height: 43px;
line-height: 43px;
text-align: center;
}
/* line 2534, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-lg + .form-control-feedback {
width: 64px;
height: 64px;
line-height: 64px;
}
/* line 2539, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-sm + .form-control-feedback {
width: 31px;
height: 31px;
line-height: 31px;
}
/* line 2549, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
color: #ffffff;
}
/* line 2552, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-success .form-control {
border-color: #ffffff;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 2557, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-success .form-control:focus {
border-color: #e6e6e6;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
/* line 2562, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-success .input-group-addon {
color: #ffffff;
border-color: #ffffff;
background-color: #3fb618;
}
/* line 2567, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-success .form-control-feedback {
color: #ffffff;
}
/* line 2575, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
color: #ffffff;
}
/* line 2578, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-warning .form-control {
border-color: #ffffff;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 2583, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-warning .form-control:focus {
border-color: #e6e6e6;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
/* line 2588, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-warning .input-group-addon {
color: #ffffff;
border-color: #ffffff;
background-color: #ff7518;
}
/* line 2593, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-warning .form-control-feedback {
color: #ffffff;
}
/* line 2601, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
color: #ffffff;
}
/* line 2604, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-error .form-control {
border-color: #ffffff;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 2609, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-error .form-control:focus {
border-color: #e6e6e6;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
/* line 2614, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-error .input-group-addon {
color: #ffffff;
border-color: #ffffff;
background-color: #ff0039;
}
/* line 2619, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-error .form-control-feedback {
color: #ffffff;
}
/* line 2622, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
/* line 2625, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
/* line 2632, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
/* line 2637, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
/* line 2642, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
/* line 2648, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
/* line 2651, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-inline .input-group > .form-control {
width: 100%;
}
/* line 2654, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
/* line 2659, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
/* line 2666, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
/* line 2670, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
/* line 2674, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
/* line 2681, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 11px;
}
/* line 2687, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 32px;
}
/* line 2690, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
@media (min-width: 768px) {
/* line 2695, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 11px;
}
}
/* line 2701, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-horizontal .has-feedback .form-control-feedback {
top: 0;
right: 15px;
}
@media (min-width: 768px) {
/* line 2706, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-horizontal .form-group-lg .control-label {
padding-top: 24.94px;
}
}
@media (min-width: 768px) {
/* line 2711, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
}
}
/* line 2715, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 10px 18px;
font-size: 15px;
line-height: 1.42857143;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* line 2736, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
/* line 2742, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn:hover,
.btn:focus {
color: #ffffff;
text-decoration: none;
}
/* line 2747, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn:active,
.btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 2755, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 2763, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-default {
color: #ffffff;
background-color: #222222;
border-color: #222222;
}
/* line 2772, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #ffffff;
background-color: #090909;
border-color: #040404;
}
/* line 2779, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
/* line 2796, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #222222;
border-color: #222222;
}
/* line 2800, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-default .badge {
color: #222222;
background-color: #ffffff;
}
/* line 2804, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-primary {
color: #ffffff;
background-color: #2780e3;
border-color: #2780e3;
}
/* line 2813, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #1967be;
border-color: #1862b5;
}
/* line 2820, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
/* line 2837, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #2780e3;
border-color: #2780e3;
}
/* line 2841, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-primary .badge {
color: #2780e3;
background-color: #ffffff;
}
/* line 2845, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-success {
color: #ffffff;
background-color: #3fb618;
border-color: #3fb618;
}
/* line 2854, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #2f8912;
border-color: #2c8011;
}
/* line 2861, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
/* line 2878, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #3fb618;
border-color: #3fb618;
}
/* line 2882, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-success .badge {
color: #3fb618;
background-color: #ffffff;
}
/* line 2886, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-info {
color: #ffffff;
background-color: #9954bb;
border-color: #9954bb;
}
/* line 2895, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #ffffff;
background-color: #7e3f9d;
border-color: #783c96;
}
/* line 2902, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
/* line 2919, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #9954bb;
border-color: #9954bb;
}
/* line 2923, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-info .badge {
color: #9954bb;
background-color: #ffffff;
}
/* line 2927, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-warning {
color: #ffffff;
background-color: #ff7518;
border-color: #ff7518;
}
/* line 2936, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #ffffff;
background-color: #e45c00;
border-color: #da5800;
}
/* line 2943, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
/* line 2960, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #ff7518;
border-color: #ff7518;
}
/* line 2964, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-warning .badge {
color: #ff7518;
background-color: #ffffff;
}
/* line 2968, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-danger {
color: #ffffff;
background-color: #ff0039;
border-color: #ff0039;
}
/* line 2977, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #cc002e;
border-color: #c2002b;
}
/* line 2984, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
/* line 3001, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #ff0039;
border-color: #ff0039;
}
/* line 3005, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-danger .badge {
color: #ff0039;
background-color: #ffffff;
}
/* line 3009, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-link {
color: #2780e3;
font-weight: normal;
cursor: pointer;
border-radius: 0;
}
/* line 3018, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 3026, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
/* line 3030, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-link:hover,
.btn-link:focus {
color: #165ba8;
text-decoration: underline;
background-color: transparent;
}
/* line 3038, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #999999;
text-decoration: none;
}
/* line 3043, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-lg,
.btn-group-lg > .btn {
padding: 18px 30px;
font-size: 19px;
line-height: 1.33;
border-radius: 0;
}
/* line 3050, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 13px;
line-height: 1.5;
border-radius: 0;
}
/* line 3057, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 13px;
line-height: 1.5;
border-radius: 0;
}
/* line 3063, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-block {
display: block;
width: 100%;
}
/* line 3067, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-block + .btn-block {
margin-top: 5px;
}
/* line 3072, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
/* line 3075, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
/* line 3081, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.fade.in {
opacity: 1;
}
/* line 3084, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.collapse {
display: none;
}
/* line 3087, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.collapse.in {
display: block;
}
/* line 3090, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
tr.collapse.in {
display: table-row;
}
/* line 3093, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
tbody.collapse.in {
display: table-row-group;
}
/* line 3096, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
/* line 3104, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
/* line 3114, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown {
position: relative;
}
/* line 3117, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-toggle:focus {
outline: 0;
}
/* line 3120, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 15px;
text-align: left;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
/* line 3141, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
/* line 3145, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu .divider {
height: 1px;
margin: 9.5px 0;
overflow: hidden;
background-color: #e5e5e5;
}
/* line 3151, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
/* line 3161, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #ffffff;
background-color: #2780e3;
}
/* line 3168, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #2780e3;
}
/* line 3176, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #999999;
}
/* line 3180, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
/* line 3187, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.open > .dropdown-menu {
display: block;
}
/* line 3190, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.open > a {
outline: 0;
}
/* line 3193, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu-right {
left: auto;
right: 0;
}
/* line 3197, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu-left {
left: 0;
right: auto;
}
/* line 3201, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 13px;
line-height: 1.42857143;
color: #999999;
white-space: nowrap;
}
/* line 3209, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
/* line 3217, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
/* line 3222, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid;
content: "";
}
/* line 3228, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (min-width: 768px) {
/* line 3234, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
/* line 3238, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
/* line 3244, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
/* line 3250, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
/* line 3261, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
/* line 3265, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
outline: 0;
}
/* line 3271, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
/* line 3274, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-toolbar {
margin-left: -5px;
}
/* line 3278, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
/* line 3283, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
/* line 3286, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
/* line 3289, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn:first-child {
margin-left: 0;
}
/* line 3292, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
/* line 3297, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
/* line 3301, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn-group {
float: left;
}
/* line 3304, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
/* line 3308, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
/* line 3312, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
/* line 3317, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
/* line 3320, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
/* line 3324, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
/* line 3328, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 3332, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 3336, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn .caret {
margin-left: 0;
}
/* line 3339, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
/* line 3343, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
/* line 3348, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
/* line 3354, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-vertical > .btn-group > .btn {
float: none;
}
/* line 3360, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
/* line 3364, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
/* line 3367, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
/* line 3372, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
/* line 3377, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
/* line 3381, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
/* line 3385, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
/* line 3389, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
/* line 3396, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
/* line 3401, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-justified > .btn-group .btn {
width: 100%;
}
/* line 3404, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
/* line 3408, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
position: absolute;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
}
/* line 3414, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
/* line 3419, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
/* line 3424, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
/* line 3433, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 64px;
padding: 18px 30px;
font-size: 19px;
line-height: 1.33;
border-radius: 0;
}
/* line 3442, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 64px;
line-height: 64px;
}
/* line 3451, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto;
}
/* line 3456, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 31px;
padding: 5px 10px;
font-size: 13px;
line-height: 1.5;
border-radius: 0;
}
/* line 3465, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 31px;
line-height: 31px;
}
/* line 3474, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
/* line 3479, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
/* line 3484, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
/* line 3488, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
/* line 3493, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-addon {
padding: 10px 18px;
font-size: 15px;
font-weight: normal;
line-height: 1;
color: #333333;
text-align: center;
background-color: #e6e6e6;
border: 1px solid #cccccc;
border-radius: 0;
}
/* line 3504, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 13px;
border-radius: 0;
}
/* line 3509, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-addon.input-lg {
padding: 18px 30px;
font-size: 19px;
border-radius: 0;
}
/* line 3515, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
/* line 3524, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
/* line 3528, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-addon:first-child {
border-right: 0;
}
/* line 3537, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
/* line 3541, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-addon:last-child {
border-left: 0;
}
/* line 3544, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
/* line 3549, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-btn > .btn {
position: relative;
}
/* line 3552, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
/* line 3557, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
/* line 3561, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
/* line 3565, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
margin-left: -1px;
}
/* line 3568, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
/* line 3573, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav > li {
position: relative;
display: block;
}
/* line 3577, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
/* line 3583, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #e6e6e6;
}
/* line 3587, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav > li.disabled > a {
color: #999999;
}
/* line 3591, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #999999;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
/* line 3599, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #e6e6e6;
border-color: #2780e3;
}
/* line 3603, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav .nav-divider {
height: 1px;
margin: 9.5px 0;
overflow: hidden;
background-color: #e5e5e5;
}
/* line 3609, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav > li > a > img {
max-width: none;
}
/* line 3612, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs {
border-bottom: 1px solid #dddddd;
}
/* line 3615, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
/* line 3619, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 0 0 0 0;
}
/* line 3625, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs > li > a:hover {
border-color: #e6e6e6 #e6e6e6 #dddddd;
}
/* line 3630, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555555;
background-color: #ffffff;
border: 1px solid #dddddd;
border-bottom-color: transparent;
cursor: default;
}
/* line 3637, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
/* line 3641, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs.nav-justified > li {
float: none;
}
/* line 3644, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
/* line 3648, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
/* line 3653, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
/* line 3657, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
/* line 3661, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 0;
}
/* line 3667, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
/* line 3671, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 0 0 0 0;
}
/* line 3677, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
/* line 3681, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-pills > li {
float: left;
}
/* line 3684, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-pills > li > a {
border-radius: 0;
}
/* line 3687, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-pills > li + li {
margin-left: 2px;
}
/* line 3692, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #2780e3;
}
/* line 3696, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-stacked > li {
float: none;
}
/* line 3699, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
/* line 3703, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-justified {
width: 100%;
}
/* line 3706, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-justified > li {
float: none;
}
/* line 3709, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
/* line 3713, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
/* line 3718, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-justified > li {
display: table-cell;
width: 1%;
}
/* line 3722, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-justified > li > a {
margin-bottom: 0;
}
}
/* line 3726, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs-justified {
border-bottom: 0;
}
/* line 3729, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 0;
}
/* line 3735, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
/* line 3739, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 0 0 0 0;
}
/* line 3745, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
/* line 3749, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tab-content > .tab-pane {
display: none;
}
/* line 3752, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tab-content > .active {
display: block;
}
/* line 3755, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
/* line 3760, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 21px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
/* line 3767, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar {
border-radius: 0;
}
}
@media (min-width: 768px) {
/* line 3772, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-header {
float: left;
}
}
/* line 3776, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
/* line 3784, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
/* line 3788, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
/* line 3793, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
/* line 3799, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-collapse.in {
overflow-y: visible;
}
/* line 3804, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
/* line 3810, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
/* line 3815, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
/* line 3822, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
/* line 3830, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
/* line 3835, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
/* line 3840, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-static-top {
border-radius: 0;
}
}
/* line 3845, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
/* line 3855, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
/* line 3859, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
/* line 3863, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
/* line 3868, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-brand {
float: left;
padding: 14.5px 15px;
font-size: 19px;
line-height: 21px;
height: 50px;
}
/* line 3876, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 768px) {
/* line 3881, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
/* line 3885, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 0;
}
/* line 3897, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-toggle:focus {
outline: 0;
}
/* line 3900, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
/* line 3906, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
/* line 3910, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-toggle {
display: none;
}
}
/* line 3914, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav {
margin: 7.25px -15px;
}
/* line 3917, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 21px;
}
@media (max-width: 767px) {
/* line 3923, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
/* line 3933, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
/* line 3936, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav .open .dropdown-menu > li > a {
line-height: 21px;
}
/* line 3940, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
/* line 3945, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav {
float: left;
margin: 0;
}
/* line 3949, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav > li {
float: left;
}
/* line 3952, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav > li > a {
padding-top: 14.5px;
padding-bottom: 14.5px;
}
/* line 3956, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav.navbar-right:last-child {
margin-right: -15px;
}
}
@media (min-width: 768px) {
/* line 3961, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-left {
float: left !important;
}
/* line 3964, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-right {
float: right !important;
}
}
/* line 3968, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 3.5px;
margin-bottom: 3.5px;
}
@media (min-width: 768px) {
/* line 3980, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
/* line 3985, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
/* line 3990, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
/* line 3996, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
/* line 3999, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .input-group > .form-control {
width: 100%;
}
/* line 4002, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
/* line 4007, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
/* line 4014, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
/* line 4018, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
/* line 4022, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
/* line 4027, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 768px) {
/* line 4032, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 4042, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form.navbar-right:last-child {
margin-right: -15px;
}
}
/* line 4046, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
/* line 4051, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
/* line 4055, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-btn {
margin-top: 3.5px;
margin-bottom: 3.5px;
}
/* line 4059, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-btn.btn-sm {
margin-top: 9.5px;
margin-bottom: 9.5px;
}
/* line 4063, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
/* line 4067, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-text {
margin-top: 14.5px;
margin-bottom: 14.5px;
}
@media (min-width: 768px) {
/* line 4072, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
/* line 4077, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-text.navbar-right:last-child {
margin-right: 0;
}
}
/* line 4081, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default {
background-color: #222222;
border-color: #121212;
}
/* line 4085, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-brand {
color: #ffffff;
}
/* line 4089, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #ffffff;
background-color: none;
}
/* line 4093, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-text {
color: #ffffff;
}
/* line 4096, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-nav > li > a {
color: #ffffff;
}
/* line 4100, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #ffffff;
background-color: #090909;
}
/* line 4106, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #090909;
}
/* line 4112, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
/* line 4116, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-toggle {
border-color: transparent;
}
/* line 4120, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #090909;
}
/* line 4123, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-toggle .icon-bar {
background-color: #ffffff;
}
/* line 4127, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #121212;
}
/* line 4132, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #090909;
color: #ffffff;
}
@media (max-width: 767px) {
/* line 4137, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #ffffff;
}
/* line 4141, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: #090909;
}
/* line 4147, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #090909;
}
/* line 4153, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
/* line 4158, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-link {
color: #ffffff;
}
/* line 4161, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-link:hover {
color: #ffffff;
}
/* line 4164, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .btn-link {
color: #ffffff;
}
/* line 4168, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #ffffff;
}
/* line 4174, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #cccccc;
}
/* line 4177, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse {
background-color: #2780e3;
border-color: #1967be;
}
/* line 4181, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-brand {
color: #ffffff;
}
/* line 4185, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: none;
}
/* line 4189, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-text {
color: #ffffff;
}
/* line 4192, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav > li > a {
color: #ffffff;
}
/* line 4196, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: #1967be;
}
/* line 4202, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #1967be;
}
/* line 4208, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #ffffff;
background-color: transparent;
}
/* line 4212, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-toggle {
border-color: transparent;
}
/* line 4216, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #1967be;
}
/* line 4219, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}
/* line 4223, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #1a6ecc;
}
/* line 4228, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #1967be;
color: #ffffff;
}
@media (max-width: 767px) {
/* line 4233, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #1967be;
}
/* line 4236, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #1967be;
}
/* line 4239, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #ffffff;
}
/* line 4243, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: #1967be;
}
/* line 4249, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #1967be;
}
/* line 4255, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ffffff;
background-color: transparent;
}
}
/* line 4260, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-link {
color: #ffffff;
}
/* line 4263, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-link:hover {
color: #ffffff;
}
/* line 4266, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .btn-link {
color: #ffffff;
}
/* line 4270, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
color: #ffffff;
}
/* line 4276, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #ffffff;
}
/* line 4279, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.breadcrumb {
padding: 8px 15px;
margin-bottom: 21px;
list-style: none;
background-color: #f5f5f5;
border-radius: 0;
}
/* line 4286, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.breadcrumb > li {
display: inline-block;
}
/* line 4289, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.breadcrumb > li + li:before {
content: "/\00a0";
padding: 0 5px;
color: #cccccc;
}
/* line 4294, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.breadcrumb > .active {
color: #999999;
}
/* line 4297, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination {
display: inline-block;
padding-left: 0;
margin: 21px 0;
border-radius: 0;
}
/* line 4303, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination > li {
display: inline;
}
/* line 4307, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 10px 18px;
line-height: 1.42857143;
text-decoration: none;
color: #2780e3;
background-color: #ffffff;
border: 1px solid #dddddd;
margin-left: -1px;
}
/* line 4319, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
/* line 4325, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
/* line 4332, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #165ba8;
background-color: #e6e6e6;
border-color: #dddddd;
}
/* line 4342, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #999999;
background-color: #f5f5f5;
border-color: #dddddd;
cursor: default;
}
/* line 4354, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #999999;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed;
}
/* line 4361, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 18px 30px;
font-size: 19px;
}
/* line 4366, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
/* line 4371, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
/* line 4376, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 13px;
}
/* line 4381, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
/* line 4386, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
/* line 4390, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pager {
padding-left: 0;
margin: 21px 0;
list-style: none;
text-align: center;
}
/* line 4396, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pager li {
display: inline;
}
/* line 4400, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 0;
}
/* line 4408, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #e6e6e6;
}
/* line 4413, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pager .next > a,
.pager .next > span {
float: right;
}
/* line 4417, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pager .previous > a,
.pager .previous > span {
float: left;
}
/* line 4423, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #999999;
background-color: #ffffff;
cursor: not-allowed;
}
/* line 4428, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
/* line 4441, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.label:hover,
a.label:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
/* line 4446, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label:empty {
display: none;
}
/* line 4449, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn .label {
position: relative;
top: -1px;
}
/* line 4453, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-default {
background-color: #222222;
}
/* line 4457, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #090909;
}
/* line 4460, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-primary {
background-color: #2780e3;
}
/* line 4464, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #1967be;
}
/* line 4467, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-success {
background-color: #3fb618;
}
/* line 4471, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #2f8912;
}
/* line 4474, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-info {
background-color: #9954bb;
}
/* line 4478, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #7e3f9d;
}
/* line 4481, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-warning {
background-color: #ff7518;
}
/* line 4485, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #e45c00;
}
/* line 4488, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-danger {
background-color: #ff0039;
}
/* line 4492, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #cc002e;
}
/* line 4495, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 13px;
font-weight: bold;
color: #ffffff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: #2780e3;
border-radius: 10px;
}
/* line 4509, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.badge:empty {
display: none;
}
/* line 4512, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn .badge {
position: relative;
top: -1px;
}
/* line 4516, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-xs .badge {
top: 0;
padding: 1px 5px;
}
/* line 4521, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.badge:hover,
a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
/* line 4527, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #2780e3;
background-color: #ffffff;
}
/* line 4531, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-pills > li > a > .badge {
margin-left: 3px;
}
/* line 4534, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.jumbotron {
padding: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #e6e6e6;
}
/* line 4541, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
/* line 4544, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.jumbotron p {
margin-bottom: 15px;
font-size: 23px;
font-weight: 200;
}
/* line 4549, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.jumbotron > hr {
border-top-color: #cccccc;
}
/* line 4552, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.container .jumbotron {
border-radius: 0;
}
/* line 4555, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
/* line 4559, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
/* line 4563, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.container .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
/* line 4568, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.jumbotron h1,
.jumbotron .h1 {
font-size: 67.5px;
}
}
/* line 4572, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 21px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 0;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
/* line 4585, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.thumbnail > img,
.thumbnail a > img {
margin-left: auto;
margin-right: auto;
}
/* line 4591, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #2780e3;
}
/* line 4594, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.thumbnail .caption {
padding: 9px;
color: #333333;
}
/* line 4598, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert {
padding: 15px;
margin-bottom: 21px;
border: 1px solid transparent;
border-radius: 0;
}
/* line 4604, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert h4 {
margin-top: 0;
color: inherit;
}
/* line 4608, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert .alert-link {
font-weight: bold;
}
/* line 4612, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert > p,
.alert > ul {
margin-bottom: 0;
}
/* line 4615, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert > p + p {
margin-top: 5px;
}
/* line 4619, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
/* line 4623, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
/* line 4629, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-success {
background-color: #3fb618;
border-color: #4e9f15;
color: #ffffff;
}
/* line 4634, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-success hr {
border-top-color: #438912;
}
/* line 4637, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-success .alert-link {
color: #e6e6e6;
}
/* line 4640, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-info {
background-color: #9954bb;
border-color: #7643a8;
color: #ffffff;
}
/* line 4645, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-info hr {
border-top-color: #693c96;
}
/* line 4648, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-info .alert-link {
color: #e6e6e6;
}
/* line 4651, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-warning {
background-color: #ff7518;
border-color: #ff4309;
color: #ffffff;
}
/* line 4656, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-warning hr {
border-top-color: #ee3800;
}
/* line 4659, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-warning .alert-link {
color: #e6e6e6;
}
/* line 4662, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-danger {
background-color: #ff0039;
border-color: #f0005e;
color: #ffffff;
}
/* line 4667, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-danger hr {
border-top-color: #d60054;
}
/* line 4670, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-danger .alert-link {
color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
/* line 4674, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
from {
background-position: 40px 0;
}
/* line 4677, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
/* line 4682, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
from {
background-position: 40px 0;
}
/* line 4685, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
to {
background-position: 0 0;
}
}
/* line 4689, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress {
overflow: hidden;
height: 21px;
margin-bottom: 21px;
background-color: #cccccc;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 4698, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 13px;
line-height: 21px;
color: #ffffff;
text-align: center;
background-color: #2780e3;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
/* line 4714, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
/* line 4721, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
/* line 4727, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
min-width: 30px;
}
/* line 4730, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-bar[aria-valuenow="0"] {
color: #999999;
min-width: 30px;
background-color: transparent;
background-image: none;
box-shadow: none;
}
/* line 4737, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-bar-success {
background-color: #3fb618;
}
/* line 4740, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 4745, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-bar-info {
background-color: #9954bb;
}
/* line 4748, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 4753, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-bar-warning {
background-color: #ff7518;
}
/* line 4756, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 4761, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-bar-danger {
background-color: #ff0039;
}
/* line 4764, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 4770, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.media,
.media-body {
overflow: hidden;
zoom: 1;
}
/* line 4775, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.media,
.media .media {
margin-top: 15px;
}
/* line 4778, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.media:first-child {
margin-top: 0;
}
/* line 4781, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.media-object {
display: block;
}
/* line 4784, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.media-heading {
margin: 0 0 5px;
}
/* line 4787, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.media > .pull-left {
margin-right: 10px;
}
/* line 4790, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.media > .pull-right {
margin-left: 10px;
}
/* line 4793, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.media-list {
padding-left: 0;
list-style: none;
}
/* line 4797, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
/* line 4801, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #ffffff;
border: 1px solid #dddddd;
}
/* line 4809, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
/* line 4813, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
/* line 4818, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item > .badge {
float: right;
}
/* line 4821, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item > .badge + .badge {
margin-right: 5px;
}
/* line 4824, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item {
color: #555555;
}
/* line 4827, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item .list-group-item-heading {
color: #333333;
}
/* line 4831, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item:hover,
a.list-group-item:focus {
text-decoration: none;
color: #555555;
background-color: #f5f5f5;
}
/* line 4838, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
background-color: #e6e6e6;
color: #999999;
}
/* line 4844, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
/* line 4849, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #999999;
}
/* line 4854, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #ffffff;
background-color: #2780e3;
border-color: #2780e3;
}
/* line 4868, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
/* line 4873, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #dceafa;
}
/* line 4876, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item-success {
color: #ffffff;
background-color: #3fb618;
}
/* line 4880, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-success {
color: #ffffff;
}
/* line 4883, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-success .list-group-item-heading {
color: inherit;
}
/* line 4887, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-success:hover,
a.list-group-item-success:focus {
color: #ffffff;
background-color: #379f15;
}
/* line 4893, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
color: #fff;
background-color: #ffffff;
border-color: #ffffff;
}
/* line 4898, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item-info {
color: #ffffff;
background-color: #9954bb;
}
/* line 4902, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-info {
color: #ffffff;
}
/* line 4905, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-info .list-group-item-heading {
color: inherit;
}
/* line 4909, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-info:hover,
a.list-group-item-info:focus {
color: #ffffff;
background-color: #8d46b0;
}
/* line 4915, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
color: #fff;
background-color: #ffffff;
border-color: #ffffff;
}
/* line 4920, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item-warning {
color: #ffffff;
background-color: #ff7518;
}
/* line 4924, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-warning {
color: #ffffff;
}
/* line 4927, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
/* line 4931, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
color: #ffffff;
background-color: #fe6600;
}
/* line 4937, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
color: #fff;
background-color: #ffffff;
border-color: #ffffff;
}
/* line 4942, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item-danger {
color: #ffffff;
background-color: #ff0039;
}
/* line 4946, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-danger {
color: #ffffff;
}
/* line 4949, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
/* line 4953, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
color: #ffffff;
background-color: #e60033;
}
/* line 4959, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
color: #fff;
background-color: #ffffff;
border-color: #ffffff;
}
/* line 4964, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
/* line 4968, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
/* line 4972, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel {
margin-bottom: 21px;
background-color: #ffffff;
border: 1px solid transparent;
border-radius: 0;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 4980, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-body {
padding: 15px;
}
/* line 4983, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: -1;
border-top-left-radius: -1;
}
/* line 4989, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
/* line 4992, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 17px;
color: inherit;
}
/* line 4998, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-title > a {
color: inherit;
}
/* line 5001, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #dddddd;
border-bottom-right-radius: -1;
border-bottom-left-radius: -1;
}
/* line 5008, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .list-group {
margin-bottom: 0;
}
/* line 5011, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
/* line 5015, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: -1;
border-top-left-radius: -1;
}
/* line 5020, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: -1;
border-bottom-left-radius: -1;
}
/* line 5025, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
/* line 5028, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group + .panel-footer {
border-top-width: 0;
}
/* line 5033, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
/* line 5037, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: -1;
border-top-left-radius: -1;
}
/* line 5048, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: -1;
}
/* line 5058, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: -1;
}
/* line 5062, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: -1;
border-bottom-left-radius: -1;
}
/* line 5073, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: -1;
}
/* line 5083, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: -1;
}
/* line 5087, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
border-top: 1px solid #dddddd;
}
/* line 5091, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
/* line 5095, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
/* line 5109, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
/* line 5123, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
/* line 5133, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
/* line 5143, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
/* line 5146, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
/* line 5150, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-group {
margin-bottom: 21px;
}
/* line 5153, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-group .panel {
margin-bottom: 0;
border-radius: 0;
}
/* line 5157, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-group .panel + .panel {
margin-top: 5px;
}
/* line 5160, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-group .panel-heading {
border-bottom: 0;
}
/* line 5163, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body {
border-top: 1px solid #dddddd;
}
/* line 5166, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-group .panel-footer {
border-top: 0;
}
/* line 5169, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #dddddd;
}
/* line 5172, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-default {
border-color: #dddddd;
}
/* line 5175, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #dddddd;
}
/* line 5180, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #dddddd;
}
/* line 5183, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333;
}
/* line 5187, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #dddddd;
}
/* line 5190, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-primary {
border-color: #2780e3;
}
/* line 5193, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-primary > .panel-heading {
color: #ffffff;
background-color: #2780e3;
border-color: #2780e3;
}
/* line 5198, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #2780e3;
}
/* line 5201, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-primary > .panel-heading .badge {
color: #2780e3;
background-color: #ffffff;
}
/* line 5205, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #2780e3;
}
/* line 5208, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-success {
border-color: #4e9f15;
}
/* line 5211, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-success > .panel-heading {
color: #ffffff;
background-color: #3fb618;
border-color: #4e9f15;
}
/* line 5216, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #4e9f15;
}
/* line 5219, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-success > .panel-heading .badge {
color: #3fb618;
background-color: #ffffff;
}
/* line 5223, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #4e9f15;
}
/* line 5226, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-info {
border-color: #7643a8;
}
/* line 5229, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-info > .panel-heading {
color: #ffffff;
background-color: #9954bb;
border-color: #7643a8;
}
/* line 5234, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #7643a8;
}
/* line 5237, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-info > .panel-heading .badge {
color: #9954bb;
background-color: #ffffff;
}
/* line 5241, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #7643a8;
}
/* line 5244, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-warning {
border-color: #ff4309;
}
/* line 5247, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-warning > .panel-heading {
color: #ffffff;
background-color: #ff7518;
border-color: #ff4309;
}
/* line 5252, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ff4309;
}
/* line 5255, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-warning > .panel-heading .badge {
color: #ff7518;
background-color: #ffffff;
}
/* line 5259, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ff4309;
}
/* line 5262, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-danger {
border-color: #f0005e;
}
/* line 5265, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-danger > .panel-heading {
color: #ffffff;
background-color: #ff0039;
border-color: #f0005e;
}
/* line 5270, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #f0005e;
}
/* line 5273, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-danger > .panel-heading .badge {
color: #ff0039;
background-color: #ffffff;
}
/* line 5277, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #f0005e;
}
/* line 5280, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
/* line 5290, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
/* line 5299, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.embed-responsive.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
/* line 5302, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.embed-responsive.embed-responsive-4by3 {
padding-bottom: 75%;
}
/* line 5305, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 5315, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
/* line 5319, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.well-lg {
padding: 24px;
border-radius: 0;
}
/* line 5323, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.well-sm {
padding: 9px;
border-radius: 0;
}
/* line 5327, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.close {
float: right;
font-size: 22.5px;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
/* line 5338, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.close:hover,
.close:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
/* line 5345, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
/* line 5352, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-open {
overflow: hidden;
}
/* line 5355, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
/* line 5367, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal.fade .modal-dialog {
-webkit-transform: translate3d(0, -25%, 0);
transform: translate3d(0, -25%, 0);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
/* line 5375, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal.in .modal-dialog {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/* line 5379, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
/* line 5383, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
/* line 5388, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid transparent;
border-radius: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0;
}
/* line 5399, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
}
/* line 5408, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
/* line 5412, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
/* line 5416, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.42857143px;
}
/* line 5421, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-header .close {
margin-top: -2px;
}
/* line 5424, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-title {
margin: 0;
line-height: 1.42857143;
}
/* line 5428, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-body {
position: relative;
padding: 20px;
}
/* line 5432, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-footer {
padding: 20px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
/* line 5437, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
/* line 5441, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
/* line 5444, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
/* line 5447, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
/* line 5455, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-dialog {
width: 600px;
margin: 30px auto;
}
/* line 5459, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
/* line 5463, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
/* line 5468, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-lg {
width: 900px;
}
}
/* line 5472, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip {
position: absolute;
z-index: 1070;
display: block;
visibility: visible;
font-size: 13px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
/* line 5482, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
/* line 5486, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
/* line 5490, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
/* line 5494, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
/* line 5498, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
/* line 5502, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: rgba(0, 0, 0, 0.9);
border-radius: 0;
}
/* line 5511, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
/* line 5518, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
}
/* line 5525, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
}
/* line 5531, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.top-right .tooltip-arrow {
bottom: 0;
right: 5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
}
/* line 5537, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: rgba(0, 0, 0, 0.9);
}
/* line 5544, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: rgba(0, 0, 0, 0.9);
}
/* line 5551, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
}
/* line 5558, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
}
/* line 5564, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
}
/* line 5570, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal;
}
/* line 5588, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.top {
margin-top: -10px;
}
/* line 5591, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.right {
margin-left: 10px;
}
/* line 5594, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.bottom {
margin-top: 10px;
}
/* line 5597, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.left {
margin-left: -10px;
}
/* line 5600, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 15px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: -1 -1 0 0;
}
/* line 5610, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover-content {
padding: 9px 14px;
}
/* line 5614, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
/* line 5622, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover > .arrow {
border-width: 11px;
}
/* line 5625, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover > .arrow:after {
border-width: 10px;
content: "";
}
/* line 5629, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
/* line 5637, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #ffffff;
}
/* line 5644, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 5652, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #ffffff;
}
/* line 5659, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
/* line 5667, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #ffffff;
}
/* line 5674, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 5682, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -10px;
}
/* line 5689, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel {
position: relative;
}
/* line 5692, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
/* line 5697, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
/* line 5705, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
/* line 5710, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
/* line 5713, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner > .active {
left: 0;
}
/* line 5717, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
/* line 5722, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner > .next {
left: 100%;
}
/* line 5725, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner > .prev {
left: -100%;
}
/* line 5729, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
/* line 5732, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner > .active.left {
left: -100%;
}
/* line 5735, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner > .active.right {
left: 100%;
}
/* line 5738, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 5751, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 5758, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 5768, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control:hover,
.carousel-control:focus {
outline: 0;
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
/* line 5778, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
/* line 5785, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
/* line 5790, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
/* line 5795, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
font-family: serif;
}
/* line 5801, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control .icon-prev:before {
content: '\2039';
}
/* line 5804, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control .icon-next:before {
content: '\203a';
}
/* line 5807, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
/* line 5818, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}
/* line 5830, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #ffffff;
}
/* line 5836, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 5848, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
/* line 5855, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
/* line 5862, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -15px;
}
/* line 5866, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -15px;
}
/* line 5869, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
/* line 5874, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-indicators {
bottom: 20px;
}
}
/* line 5907, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
/* line 5925, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
clear: both;
}
/* line 5928, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
/* line 5933, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pull-right {
float: right !important;
}
/* line 5936, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pull-left {
float: left !important;
}
/* line 5939, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.hide {
display: none !important;
}
/* line 5942, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.show {
display: block !important;
}
/* line 5945, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.invisible {
visibility: hidden;
}
/* line 5948, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
/* line 5955, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.hidden {
display: none !important;
visibility: hidden !important;
}
/* line 5959, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.affix {
position: fixed;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@-ms-viewport {
width: device-width;
}
/* line 5970, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
/* line 5984, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
/* line 5988, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-xs {
display: block !important;
}
/* line 5991, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table.visible-xs {
display: table;
}
/* line 5994, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
tr.visible-xs {
display: table-row !important;
}
/* line 5998, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
/* line 6003, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
/* line 6008, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
/* line 6013, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
/* line 6018, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-sm {
display: block !important;
}
/* line 6021, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table.visible-sm {
display: table;
}
/* line 6024, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
tr.visible-sm {
display: table-row !important;
}
/* line 6028, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
/* line 6033, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
/* line 6038, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
/* line 6043, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
/* line 6048, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-md {
display: block !important;
}
/* line 6051, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table.visible-md {
display: table;
}
/* line 6054, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
tr.visible-md {
display: table-row !important;
}
/* line 6058, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
/* line 6063, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
/* line 6068, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
/* line 6073, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
/* line 6078, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-lg {
display: block !important;
}
/* line 6081, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table.visible-lg {
display: table;
}
/* line 6084, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
tr.visible-lg {
display: table-row !important;
}
/* line 6088, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
/* line 6093, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
/* line 6098, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
/* line 6103, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
/* line 6108, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
/* line 6113, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
/* line 6118, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
/* line 6123, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.hidden-lg {
display: none !important;
}
}
/* line 6127, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-print {
display: none !important;
}
@media print {
/* line 6131, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-print {
display: block !important;
}
/* line 6134, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table.visible-print {
display: table;
}
/* line 6137, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
tr.visible-print {
display: table-row !important;
}
/* line 6141, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
/* line 6145, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-print-block {
display: none !important;
}
@media print {
/* line 6149, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-print-block {
display: block !important;
}
}
/* line 6153, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-print-inline {
display: none !important;
}
@media print {
/* line 6157, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-print-inline {
display: inline !important;
}
}
/* line 6161, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-print-inline-block {
display: none !important;
}
@media print {
/* line 6165, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
/* line 6170, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.hidden-print {
display: none !important;
}
}
/* line 6174, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .badge {
background-color: #fff;
color: #2780e3;
}
/* line 6179, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-lg,
.btn-group-lg > .btn {
padding-top: 19px;
}
/* line 6182, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
body {
-webkit-font-smoothing: antialiased;
}
/* line 6186, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-primary,
.text-primary:hover {
color: #2780e3;
}
/* line 6190, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-success,
.text-success:hover {
color: #3fb618;
}
/* line 6194, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-danger,
.text-danger:hover {
color: #ff0039;
}
/* line 6198, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-warning,
.text-warning:hover {
color: #ff7518;
}
/* line 6202, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-info,
.text-info:hover {
color: #9954bb;
}
/* line 6206, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table a:not(.btn),
.table a:not(.btn) {
text-decoration: underline;
}
/* line 6216, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table .success,
.table .success,
table .warning,
.table .warning,
table .danger,
.table .danger,
table .info,
.table .info {
color: #fff;
}
/* line 6226, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table .success a,
.table .success a,
table .warning a,
.table .warning a,
table .danger a,
.table .danger a,
table .info a,
.table .info a {
color: #fff;
}
/* line 6231, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .form-control-feedback {
color: #ff7518;
}
/* line 6236, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-warning .form-control,
.has-warning .form-control:focus,
.has-warning .input-group-addon {
border: 1px solid #ff7518;
}
/* line 6241, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .form-control-feedback {
color: #ff0039;
}
/* line 6246, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-error .form-control,
.has-error .form-control:focus,
.has-error .input-group-addon {
border: 1px solid #ff0039;
}
/* line 6251, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .form-control-feedback {
color: #3fb618;
}
/* line 6256, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-success .form-control,
.has-success .form-control:focus,
.has-success .input-group-addon {
border: 1px solid #3fb618;
}
/* line 6259, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-pills > li > a {
border-radius: 0;
}
/* line 6263, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-image: none;
}
/* line 6266, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.close {
text-decoration: none;
text-shadow: none;
opacity: 0.4;
}
/* line 6272, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.close:hover,
.close:focus {
opacity: 1;
}
/* line 6275, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert {
border: none;
}
/* line 6278, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert .alert-link {
text-decoration: underline;
color: #fff;
}
/* line 6282, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label {
border-radius: 0;
}
/* line 6285, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress {
height: 8px;
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 6290, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress .progress-bar {
font-size: 8px;
line-height: 8px;
}
/* line 6295, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-heading,
.panel-footer {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
/* line 6299, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-default .close {
color: #333333;
}
/* line 6302, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal .close {
color: #333333;
}
/* line 6305, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover {
color: #333333;
}
/* line 2, ../../../../../../../../resource/compass/sass/general/_global.scss */
.link-list-table > tbody > tr > td {
padding: 0px;
}
/* line 6, ../../../../../../../../resource/compass/sass/general/_global.scss */
.link-list-table > tbody > tr > td > a {
display: block;
padding: 8px;
}
/* line 11, ../../../../../../../../resource/compass/sass/general/_global.scss */
iframe {
border: 1px solid #444;
}
/* line 2, ../../../../../../../../resource/compass/sass/general/_navigation.scss */
.navbar {
background: #555;
color: #eee;
min-height: 0px;
}
/* line 8, ../../../../../../../../resource/compass/sass/general/_navigation.scss */
.navbar .navbar-nav li a {
color: #eee;
text-shadow: black 0 1px 0;
padding: 7px 10px;
}
/* line 14, ../../../../../../../../resource/compass/sass/general/_navigation.scss */
.navbar .navbar-nav > .active > a {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
background-color: #e0e0ff;
text-shadow: #eee 0 1px 0;
}
/* line 20, ../../../../../../../../resource/compass/sass/general/_navigation.scss */
.navbar .navbar-nav > .active > a:hover {
background-color: #d0d0ff;
}
/* line 24, ../../../../../../../../resource/compass/sass/general/_navigation.scss */
.navbar-form {
margin-top: 3px;
margin-bottom: 3px;
margin-left: 0px;
margin-right: 0px;
box-shadow: none;
padding: 0px 5px;
}
@media (min-width: 768px) {
/* line 34, ../../../../../../../../resource/compass/sass/general/_navigation.scss */
.navbar-form {
margin: 8px 0px;
padding: 0px 15px;
}
/* line 38, ../../../../../../../../resource/compass/sass/general/_navigation.scss */
.navbar .navbar-nav li a {
padding: 15px;
text-align: center;
}
/* line 42, ../../../../../../../../resource/compass/sass/general/_navigation.scss */
.navbar {
min-height: 0px;
}
} | name.martingeisse.slave-services/src/main/java/name/martingeisse/slave_services/application/page/common.css | @import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
/*!
* Bootswatch v3.2.0
* Homepage: http://bootswatch.com
* Copyright 2012-2014 <NAME>
* Licensed under MIT
* Based on Bootstrap
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 10, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* line 15, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
body {
margin: 0;
}
/* line 29, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
/* line 35, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
/* line 39, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
audio:not([controls]) {
display: none;
height: 0;
}
/* line 44, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
[hidden],
template {
display: none;
}
/* line 47, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a {
background: transparent;
}
/* line 51, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a:active,
a:hover {
outline: 0;
}
/* line 54, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
abbr[title] {
border-bottom: 1px dotted;
}
/* line 58, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
b,
strong {
font-weight: bold;
}
/* line 61, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
dfn {
font-style: italic;
}
/* line 64, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* line 68, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
mark {
background: #ff0;
color: #000;
}
/* line 72, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
small {
font-size: 80%;
}
/* line 76, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
/* line 82, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
sup {
top: -0.5em;
}
/* line 85, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
sub {
bottom: -0.25em;
}
/* line 88, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
img {
border: 0;
}
/* line 91, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
svg:not(:root) {
overflow: hidden;
}
/* line 94, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
figure {
margin: 1em 40px;
}
/* line 97, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/* line 102, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
pre {
overflow: auto;
}
/* line 108, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/* line 116, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
/* line 121, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
button {
overflow: visible;
}
/* line 125, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
button,
select {
text-transform: none;
}
/* line 131, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
/* line 136, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
button[disabled],
html input[disabled] {
cursor: default;
}
/* line 140, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/* line 144, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input {
line-height: normal;
}
/* line 148, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
/* line 153, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/* line 156, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
/* line 163, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/* line 166, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/* line 171, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
legend {
border: 0;
padding: 0;
}
/* line 175, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
textarea {
overflow: auto;
}
/* line 178, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
optgroup {
font-weight: bold;
}
/* line 181, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 186, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
td,
th {
padding: 0;
}
@media print {
/* line 190, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
* {
text-shadow: none !important;
color: #000 !important;
background: transparent !important;
box-shadow: none !important;
}
/* line 197, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a,
a:visited {
text-decoration: underline;
}
/* line 200, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a[href]:after {
content: " (" attr(href) ")";
}
/* line 203, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
abbr[title]:after {
content: " (" attr(title) ")";
}
/* line 207, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
/* line 211, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/* line 215, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
thead {
display: table-header-group;
}
/* line 219, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
tr,
img {
page-break-inside: avoid;
}
/* line 222, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
img {
max-width: 100% !important;
}
/* line 227, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
/* line 232, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h2,
h3 {
page-break-after: avoid;
}
/* line 235, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
select {
background: #fff !important;
}
/* line 238, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar {
display: none;
}
/* line 242, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table td,
.table th {
background-color: #fff !important;
}
/* line 246, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
/* line 249, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label {
border: 1px solid #000;
}
/* line 252, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table {
border-collapse: collapse !important;
}
/* line 256, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url("/fonts/glyphicons-halflings-regular.eot");
src: url("/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 265, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* line 276, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-asterisk:before {
content: "\2a";
}
/* line 279, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-plus:before {
content: "\2b";
}
/* line 282, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-euro:before {
content: "\20ac";
}
/* line 285, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-minus:before {
content: "\2212";
}
/* line 288, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-cloud:before {
content: "\2601";
}
/* line 291, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-envelope:before {
content: "\2709";
}
/* line 294, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-pencil:before {
content: "\270f";
}
/* line 297, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-glass:before {
content: "\e001";
}
/* line 300, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-music:before {
content: "\e002";
}
/* line 303, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-search:before {
content: "\e003";
}
/* line 306, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-heart:before {
content: "\e005";
}
/* line 309, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-star:before {
content: "\e006";
}
/* line 312, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-star-empty:before {
content: "\e007";
}
/* line 315, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-user:before {
content: "\e008";
}
/* line 318, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-film:before {
content: "\e009";
}
/* line 321, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-th-large:before {
content: "\e010";
}
/* line 324, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-th:before {
content: "\e011";
}
/* line 327, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-th-list:before {
content: "\e012";
}
/* line 330, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-ok:before {
content: "\e013";
}
/* line 333, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-remove:before {
content: "\e014";
}
/* line 336, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-zoom-in:before {
content: "\e015";
}
/* line 339, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-zoom-out:before {
content: "\e016";
}
/* line 342, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-off:before {
content: "\e017";
}
/* line 345, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-signal:before {
content: "\e018";
}
/* line 348, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-cog:before {
content: "\e019";
}
/* line 351, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-trash:before {
content: "\e020";
}
/* line 354, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-home:before {
content: "\e021";
}
/* line 357, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-file:before {
content: "\e022";
}
/* line 360, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-time:before {
content: "\e023";
}
/* line 363, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-road:before {
content: "\e024";
}
/* line 366, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-download-alt:before {
content: "\e025";
}
/* line 369, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-download:before {
content: "\e026";
}
/* line 372, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-upload:before {
content: "\e027";
}
/* line 375, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-inbox:before {
content: "\e028";
}
/* line 378, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-play-circle:before {
content: "\e029";
}
/* line 381, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-repeat:before {
content: "\e030";
}
/* line 384, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-refresh:before {
content: "\e031";
}
/* line 387, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-list-alt:before {
content: "\e032";
}
/* line 390, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-lock:before {
content: "\e033";
}
/* line 393, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-flag:before {
content: "\e034";
}
/* line 396, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-headphones:before {
content: "\e035";
}
/* line 399, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-volume-off:before {
content: "\e036";
}
/* line 402, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-volume-down:before {
content: "\e037";
}
/* line 405, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-volume-up:before {
content: "\e038";
}
/* line 408, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-qrcode:before {
content: "\e039";
}
/* line 411, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-barcode:before {
content: "\e040";
}
/* line 414, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-tag:before {
content: "\e041";
}
/* line 417, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-tags:before {
content: "\e042";
}
/* line 420, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-book:before {
content: "\e043";
}
/* line 423, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-bookmark:before {
content: "\e044";
}
/* line 426, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-print:before {
content: "\e045";
}
/* line 429, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-camera:before {
content: "\e046";
}
/* line 432, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-font:before {
content: "\e047";
}
/* line 435, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-bold:before {
content: "\e048";
}
/* line 438, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-italic:before {
content: "\e049";
}
/* line 441, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-text-height:before {
content: "\e050";
}
/* line 444, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-text-width:before {
content: "\e051";
}
/* line 447, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-align-left:before {
content: "\e052";
}
/* line 450, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-align-center:before {
content: "\e053";
}
/* line 453, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-align-right:before {
content: "\e054";
}
/* line 456, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-align-justify:before {
content: "\e055";
}
/* line 459, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-list:before {
content: "\e056";
}
/* line 462, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-indent-left:before {
content: "\e057";
}
/* line 465, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-indent-right:before {
content: "\e058";
}
/* line 468, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-facetime-video:before {
content: "\e059";
}
/* line 471, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-picture:before {
content: "\e060";
}
/* line 474, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-map-marker:before {
content: "\e062";
}
/* line 477, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-adjust:before {
content: "\e063";
}
/* line 480, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-tint:before {
content: "\e064";
}
/* line 483, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-edit:before {
content: "\e065";
}
/* line 486, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-share:before {
content: "\e066";
}
/* line 489, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-check:before {
content: "\e067";
}
/* line 492, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-move:before {
content: "\e068";
}
/* line 495, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-step-backward:before {
content: "\e069";
}
/* line 498, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-fast-backward:before {
content: "\e070";
}
/* line 501, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-backward:before {
content: "\e071";
}
/* line 504, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-play:before {
content: "\e072";
}
/* line 507, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-pause:before {
content: "\e073";
}
/* line 510, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-stop:before {
content: "\e074";
}
/* line 513, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-forward:before {
content: "\e075";
}
/* line 516, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-fast-forward:before {
content: "\e076";
}
/* line 519, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-step-forward:before {
content: "\e077";
}
/* line 522, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-eject:before {
content: "\e078";
}
/* line 525, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-chevron-left:before {
content: "\e079";
}
/* line 528, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-chevron-right:before {
content: "\e080";
}
/* line 531, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-plus-sign:before {
content: "\e081";
}
/* line 534, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-minus-sign:before {
content: "\e082";
}
/* line 537, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-remove-sign:before {
content: "\e083";
}
/* line 540, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-ok-sign:before {
content: "\e084";
}
/* line 543, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-question-sign:before {
content: "\e085";
}
/* line 546, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-info-sign:before {
content: "\e086";
}
/* line 549, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-screenshot:before {
content: "\e087";
}
/* line 552, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-remove-circle:before {
content: "\e088";
}
/* line 555, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-ok-circle:before {
content: "\e089";
}
/* line 558, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-ban-circle:before {
content: "\e090";
}
/* line 561, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-arrow-left:before {
content: "\e091";
}
/* line 564, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-arrow-right:before {
content: "\e092";
}
/* line 567, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-arrow-up:before {
content: "\e093";
}
/* line 570, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-arrow-down:before {
content: "\e094";
}
/* line 573, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-share-alt:before {
content: "\e095";
}
/* line 576, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-resize-full:before {
content: "\e096";
}
/* line 579, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-resize-small:before {
content: "\e097";
}
/* line 582, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-exclamation-sign:before {
content: "\e101";
}
/* line 585, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-gift:before {
content: "\e102";
}
/* line 588, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-leaf:before {
content: "\e103";
}
/* line 591, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-fire:before {
content: "\e104";
}
/* line 594, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-eye-open:before {
content: "\e105";
}
/* line 597, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-eye-close:before {
content: "\e106";
}
/* line 600, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-warning-sign:before {
content: "\e107";
}
/* line 603, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-plane:before {
content: "\e108";
}
/* line 606, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-calendar:before {
content: "\e109";
}
/* line 609, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-random:before {
content: "\e110";
}
/* line 612, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-comment:before {
content: "\e111";
}
/* line 615, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-magnet:before {
content: "\e112";
}
/* line 618, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-chevron-up:before {
content: "\e113";
}
/* line 621, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-chevron-down:before {
content: "\e114";
}
/* line 624, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-retweet:before {
content: "\e115";
}
/* line 627, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-shopping-cart:before {
content: "\e116";
}
/* line 630, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-folder-close:before {
content: "\e117";
}
/* line 633, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-folder-open:before {
content: "\e118";
}
/* line 636, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-resize-vertical:before {
content: "\e119";
}
/* line 639, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-resize-horizontal:before {
content: "\e120";
}
/* line 642, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-hdd:before {
content: "\e121";
}
/* line 645, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-bullhorn:before {
content: "\e122";
}
/* line 648, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-bell:before {
content: "\e123";
}
/* line 651, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-certificate:before {
content: "\e124";
}
/* line 654, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-thumbs-up:before {
content: "\e125";
}
/* line 657, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-thumbs-down:before {
content: "\e126";
}
/* line 660, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-hand-right:before {
content: "\e127";
}
/* line 663, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-hand-left:before {
content: "\e128";
}
/* line 666, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-hand-up:before {
content: "\e129";
}
/* line 669, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-hand-down:before {
content: "\e130";
}
/* line 672, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
/* line 675, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
/* line 678, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
/* line 681, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
/* line 684, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-globe:before {
content: "\e135";
}
/* line 687, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-wrench:before {
content: "\e136";
}
/* line 690, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-tasks:before {
content: "\e137";
}
/* line 693, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-filter:before {
content: "\e138";
}
/* line 696, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-briefcase:before {
content: "\e139";
}
/* line 699, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-fullscreen:before {
content: "\e140";
}
/* line 702, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-dashboard:before {
content: "\e141";
}
/* line 705, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-paperclip:before {
content: "\e142";
}
/* line 708, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-heart-empty:before {
content: "\e143";
}
/* line 711, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-link:before {
content: "\e144";
}
/* line 714, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-phone:before {
content: "\e145";
}
/* line 717, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-pushpin:before {
content: "\e146";
}
/* line 720, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-usd:before {
content: "\e148";
}
/* line 723, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-gbp:before {
content: "\e149";
}
/* line 726, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sort:before {
content: "\e150";
}
/* line 729, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
/* line 732, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
/* line 735, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sort-by-order:before {
content: "\e153";
}
/* line 738, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
/* line 741, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
/* line 744, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
/* line 747, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-unchecked:before {
content: "\e157";
}
/* line 750, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-expand:before {
content: "\e158";
}
/* line 753, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-collapse-down:before {
content: "\e159";
}
/* line 756, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-collapse-up:before {
content: "\e160";
}
/* line 759, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-log-in:before {
content: "\e161";
}
/* line 762, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-flash:before {
content: "\e162";
}
/* line 765, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-log-out:before {
content: "\e163";
}
/* line 768, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-new-window:before {
content: "\e164";
}
/* line 771, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-record:before {
content: "\e165";
}
/* line 774, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-save:before {
content: "\e166";
}
/* line 777, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-open:before {
content: "\e167";
}
/* line 780, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-saved:before {
content: "\e168";
}
/* line 783, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-import:before {
content: "\e169";
}
/* line 786, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-export:before {
content: "\e170";
}
/* line 789, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-send:before {
content: "\e171";
}
/* line 792, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-floppy-disk:before {
content: "\e172";
}
/* line 795, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-floppy-saved:before {
content: "\e173";
}
/* line 798, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-floppy-remove:before {
content: "\e174";
}
/* line 801, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-floppy-save:before {
content: "\e175";
}
/* line 804, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-floppy-open:before {
content: "\e176";
}
/* line 807, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-credit-card:before {
content: "\e177";
}
/* line 810, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-transfer:before {
content: "\e178";
}
/* line 813, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-cutlery:before {
content: "\e179";
}
/* line 816, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-header:before {
content: "\e180";
}
/* line 819, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-compressed:before {
content: "\e181";
}
/* line 822, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-earphone:before {
content: "\e182";
}
/* line 825, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-phone-alt:before {
content: "\e183";
}
/* line 828, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-tower:before {
content: "\e184";
}
/* line 831, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-stats:before {
content: "\e185";
}
/* line 834, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sd-video:before {
content: "\e186";
}
/* line 837, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-hd-video:before {
content: "\e187";
}
/* line 840, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-subtitles:before {
content: "\e188";
}
/* line 843, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sound-stereo:before {
content: "\e189";
}
/* line 846, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sound-dolby:before {
content: "\e190";
}
/* line 849, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sound-5-1:before {
content: "\e191";
}
/* line 852, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sound-6-1:before {
content: "\e192";
}
/* line 855, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-sound-7-1:before {
content: "\e193";
}
/* line 858, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-copyright-mark:before {
content: "\e194";
}
/* line 861, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-registration-mark:before {
content: "\e195";
}
/* line 864, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-cloud-download:before {
content: "\e197";
}
/* line 867, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-cloud-upload:before {
content: "\e198";
}
/* line 870, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-tree-conifer:before {
content: "\e199";
}
/* line 873, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.glyphicon-tree-deciduous:before {
content: "\e200";
}
/* line 876, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* line 882, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* line 887, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 891, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
body {
font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
font-size: 15px;
line-height: 1.42857143;
color: #333333;
background-color: #ffffff;
}
/* line 901, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
/* line 906, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a {
color: #2780e3;
text-decoration: none;
}
/* line 911, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a:hover,
a:focus {
color: #165ba8;
text-decoration: underline;
}
/* line 915, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
/* line 920, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
figure {
margin: 0;
}
/* line 923, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
img {
vertical-align: middle;
}
/* line 930, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
width: 100% \9;
max-width: 100%;
height: auto;
}
/* line 936, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.img-rounded {
border-radius: 0;
}
/* line 939, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 0;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
width: 100% \9;
max-width: 100%;
height: auto;
}
/* line 953, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.img-circle {
border-radius: 50%;
}
/* line 956, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
hr {
margin-top: 21px;
margin-bottom: 21px;
border: 0;
border-top: 1px solid #e6e6e6;
}
/* line 962, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
/* line 973, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
/* line 992, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
font-weight: 300;
line-height: 1.1;
color: inherit;
}
/* line 1021, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #999999;
}
/* line 1031, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 21px;
margin-bottom: 10.5px;
}
/* line 1046, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
/* line 1054, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10.5px;
margin-bottom: 10.5px;
}
/* line 1069, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
/* line 1073, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h1,
.h1 {
font-size: 39px;
}
/* line 1077, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h2,
.h2 {
font-size: 32px;
}
/* line 1081, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h3,
.h3 {
font-size: 26px;
}
/* line 1085, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h4,
.h4 {
font-size: 19px;
}
/* line 1089, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h5,
.h5 {
font-size: 15px;
}
/* line 1093, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
h6,
.h6 {
font-size: 13px;
}
/* line 1096, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
p {
margin: 0 0 10.5px;
}
/* line 1099, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.lead {
margin-bottom: 21px;
font-size: 17px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
/* line 1106, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.lead {
font-size: 22.5px;
}
}
/* line 1111, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
small,
.small {
font-size: 86%;
}
/* line 1114, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
cite {
font-style: normal;
}
/* line 1118, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
mark,
.mark {
background-color: #ff7518;
padding: .2em;
}
/* line 1122, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-left {
text-align: left;
}
/* line 1125, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-right {
text-align: right;
}
/* line 1128, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-center {
text-align: center;
}
/* line 1131, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-justify {
text-align: justify;
}
/* line 1134, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-nowrap {
white-space: nowrap;
}
/* line 1137, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-lowercase {
text-transform: lowercase;
}
/* line 1140, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-uppercase {
text-transform: uppercase;
}
/* line 1143, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-capitalize {
text-transform: capitalize;
}
/* line 1146, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-muted {
color: #999999;
}
/* line 1149, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-primary {
color: #2780e3;
}
/* line 1152, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.text-primary:hover {
color: #1967be;
}
/* line 1155, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-success {
color: #ffffff;
}
/* line 1158, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.text-success:hover {
color: #e6e6e6;
}
/* line 1161, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-info {
color: #ffffff;
}
/* line 1164, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.text-info:hover {
color: #e6e6e6;
}
/* line 1167, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-warning {
color: #ffffff;
}
/* line 1170, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.text-warning:hover {
color: #e6e6e6;
}
/* line 1173, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-danger {
color: #ffffff;
}
/* line 1176, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.text-danger:hover {
color: #e6e6e6;
}
/* line 1179, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.bg-primary {
color: #fff;
background-color: #2780e3;
}
/* line 1183, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.bg-primary:hover {
background-color: #1967be;
}
/* line 1186, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.bg-success {
background-color: #3fb618;
}
/* line 1189, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.bg-success:hover {
background-color: #2f8912;
}
/* line 1192, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.bg-info {
background-color: #9954bb;
}
/* line 1195, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.bg-info:hover {
background-color: #7e3f9d;
}
/* line 1198, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.bg-warning {
background-color: #ff7518;
}
/* line 1201, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.bg-warning:hover {
background-color: #e45c00;
}
/* line 1204, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.bg-danger {
background-color: #ff0039;
}
/* line 1207, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.bg-danger:hover {
background-color: #cc002e;
}
/* line 1210, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.page-header {
padding-bottom: 9.5px;
margin: 42px 0 21px;
border-bottom: 1px solid #e6e6e6;
}
/* line 1216, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
ul,
ol {
margin-top: 0;
margin-bottom: 10.5px;
}
/* line 1223, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
/* line 1226, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-unstyled {
padding-left: 0;
list-style: none;
}
/* line 1230, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
/* line 1235, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
/* line 1240, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
dl {
margin-top: 0;
margin-bottom: 21px;
}
/* line 1245, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
dt,
dd {
line-height: 1.42857143;
}
/* line 1248, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
dt {
font-weight: bold;
}
/* line 1251, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
dd {
margin-left: 0;
}
@media (min-width: 768px) {
/* line 1255, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/* line 1264, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dl-horizontal dd {
margin-left: 180px;
}
}
/* line 1269, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
/* line 1273, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.initialism {
font-size: 90%;
text-transform: uppercase;
}
/* line 1277, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
blockquote {
padding: 10.5px 21px;
margin: 0 0 21px;
font-size: 18.75px;
border-left: 5px solid #e6e6e6;
}
/* line 1285, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
/* line 1290, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #999999;
}
/* line 1298, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
/* line 1302, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #e6e6e6;
border-left: 0;
text-align: right;
}
/* line 1314, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
/* line 1322, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
/* line 1326, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
blockquote:before,
blockquote:after {
content: "";
}
/* line 1329, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
address {
margin-bottom: 21px;
font-style: normal;
line-height: 1.42857143;
}
/* line 1337, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
/* line 1340, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 0;
}
/* line 1347, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
kbd {
padding: 2px 4px;
font-size: 90%;
color: #ffffff;
background-color: #333333;
border-radius: 0;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 1355, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
kbd kbd {
padding: 0;
font-size: 100%;
box-shadow: none;
}
/* line 1360, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
pre {
display: block;
padding: 10px;
margin: 0 0 10.5px;
font-size: 14px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 0;
}
/* line 1373, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
/* line 1381, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
/* line 1385, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
/* line 1392, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.container {
width: 750px;
}
}
@media (min-width: 992px) {
/* line 1397, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
/* line 1402, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.container {
width: 1170px;
}
}
/* line 1406, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
/* line 1412, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.row {
margin-left: -15px;
margin-right: -15px;
}
/* line 1416, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
/* line 1422, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
/* line 1425, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-12 {
width: 100%;
}
/* line 1428, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-11 {
width: 91.66666667%;
}
/* line 1431, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-10 {
width: 83.33333333%;
}
/* line 1434, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-9 {
width: 75%;
}
/* line 1437, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-8 {
width: 66.66666667%;
}
/* line 1440, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-7 {
width: 58.33333333%;
}
/* line 1443, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-6 {
width: 50%;
}
/* line 1446, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-5 {
width: 41.66666667%;
}
/* line 1449, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-4 {
width: 33.33333333%;
}
/* line 1452, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-3 {
width: 25%;
}
/* line 1455, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-2 {
width: 16.66666667%;
}
/* line 1458, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-1 {
width: 8.33333333%;
}
/* line 1461, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-12 {
right: 100%;
}
/* line 1464, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-11 {
right: 91.66666667%;
}
/* line 1467, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-10 {
right: 83.33333333%;
}
/* line 1470, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-9 {
right: 75%;
}
/* line 1473, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-8 {
right: 66.66666667%;
}
/* line 1476, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-7 {
right: 58.33333333%;
}
/* line 1479, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-6 {
right: 50%;
}
/* line 1482, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-5 {
right: 41.66666667%;
}
/* line 1485, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-4 {
right: 33.33333333%;
}
/* line 1488, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-3 {
right: 25%;
}
/* line 1491, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-2 {
right: 16.66666667%;
}
/* line 1494, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-1 {
right: 8.33333333%;
}
/* line 1497, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-pull-0 {
right: auto;
}
/* line 1500, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-12 {
left: 100%;
}
/* line 1503, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-11 {
left: 91.66666667%;
}
/* line 1506, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-10 {
left: 83.33333333%;
}
/* line 1509, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-9 {
left: 75%;
}
/* line 1512, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-8 {
left: 66.66666667%;
}
/* line 1515, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-7 {
left: 58.33333333%;
}
/* line 1518, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-6 {
left: 50%;
}
/* line 1521, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-5 {
left: 41.66666667%;
}
/* line 1524, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-4 {
left: 33.33333333%;
}
/* line 1527, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-3 {
left: 25%;
}
/* line 1530, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-2 {
left: 16.66666667%;
}
/* line 1533, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-1 {
left: 8.33333333%;
}
/* line 1536, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-push-0 {
left: auto;
}
/* line 1539, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-12 {
margin-left: 100%;
}
/* line 1542, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
/* line 1545, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
/* line 1548, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-9 {
margin-left: 75%;
}
/* line 1551, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
/* line 1554, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
/* line 1557, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-6 {
margin-left: 50%;
}
/* line 1560, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
/* line 1563, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
/* line 1566, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-3 {
margin-left: 25%;
}
/* line 1569, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
/* line 1572, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
/* line 1575, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
/* line 1579, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
/* line 1582, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-12 {
width: 100%;
}
/* line 1585, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-11 {
width: 91.66666667%;
}
/* line 1588, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-10 {
width: 83.33333333%;
}
/* line 1591, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-9 {
width: 75%;
}
/* line 1594, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-8 {
width: 66.66666667%;
}
/* line 1597, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-7 {
width: 58.33333333%;
}
/* line 1600, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-6 {
width: 50%;
}
/* line 1603, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-5 {
width: 41.66666667%;
}
/* line 1606, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-4 {
width: 33.33333333%;
}
/* line 1609, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-3 {
width: 25%;
}
/* line 1612, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-2 {
width: 16.66666667%;
}
/* line 1615, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-1 {
width: 8.33333333%;
}
/* line 1618, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-12 {
right: 100%;
}
/* line 1621, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-11 {
right: 91.66666667%;
}
/* line 1624, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-10 {
right: 83.33333333%;
}
/* line 1627, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-9 {
right: 75%;
}
/* line 1630, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-8 {
right: 66.66666667%;
}
/* line 1633, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-7 {
right: 58.33333333%;
}
/* line 1636, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-6 {
right: 50%;
}
/* line 1639, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-5 {
right: 41.66666667%;
}
/* line 1642, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-4 {
right: 33.33333333%;
}
/* line 1645, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-3 {
right: 25%;
}
/* line 1648, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-2 {
right: 16.66666667%;
}
/* line 1651, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-1 {
right: 8.33333333%;
}
/* line 1654, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-pull-0 {
right: auto;
}
/* line 1657, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-12 {
left: 100%;
}
/* line 1660, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-11 {
left: 91.66666667%;
}
/* line 1663, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-10 {
left: 83.33333333%;
}
/* line 1666, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-9 {
left: 75%;
}
/* line 1669, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-8 {
left: 66.66666667%;
}
/* line 1672, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-7 {
left: 58.33333333%;
}
/* line 1675, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-6 {
left: 50%;
}
/* line 1678, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-5 {
left: 41.66666667%;
}
/* line 1681, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-4 {
left: 33.33333333%;
}
/* line 1684, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-3 {
left: 25%;
}
/* line 1687, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-2 {
left: 16.66666667%;
}
/* line 1690, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-1 {
left: 8.33333333%;
}
/* line 1693, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-push-0 {
left: auto;
}
/* line 1696, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-12 {
margin-left: 100%;
}
/* line 1699, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
/* line 1702, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
/* line 1705, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-9 {
margin-left: 75%;
}
/* line 1708, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
/* line 1711, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
/* line 1714, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-6 {
margin-left: 50%;
}
/* line 1717, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
/* line 1720, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
/* line 1723, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-3 {
margin-left: 25%;
}
/* line 1726, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
/* line 1729, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
/* line 1732, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
/* line 1737, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
/* line 1740, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-12 {
width: 100%;
}
/* line 1743, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-11 {
width: 91.66666667%;
}
/* line 1746, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-10 {
width: 83.33333333%;
}
/* line 1749, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-9 {
width: 75%;
}
/* line 1752, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-8 {
width: 66.66666667%;
}
/* line 1755, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-7 {
width: 58.33333333%;
}
/* line 1758, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-6 {
width: 50%;
}
/* line 1761, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-5 {
width: 41.66666667%;
}
/* line 1764, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-4 {
width: 33.33333333%;
}
/* line 1767, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-3 {
width: 25%;
}
/* line 1770, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-2 {
width: 16.66666667%;
}
/* line 1773, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-1 {
width: 8.33333333%;
}
/* line 1776, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-12 {
right: 100%;
}
/* line 1779, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-11 {
right: 91.66666667%;
}
/* line 1782, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-10 {
right: 83.33333333%;
}
/* line 1785, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-9 {
right: 75%;
}
/* line 1788, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-8 {
right: 66.66666667%;
}
/* line 1791, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-7 {
right: 58.33333333%;
}
/* line 1794, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-6 {
right: 50%;
}
/* line 1797, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-5 {
right: 41.66666667%;
}
/* line 1800, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-4 {
right: 33.33333333%;
}
/* line 1803, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-3 {
right: 25%;
}
/* line 1806, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-2 {
right: 16.66666667%;
}
/* line 1809, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-1 {
right: 8.33333333%;
}
/* line 1812, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-pull-0 {
right: auto;
}
/* line 1815, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-12 {
left: 100%;
}
/* line 1818, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-11 {
left: 91.66666667%;
}
/* line 1821, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-10 {
left: 83.33333333%;
}
/* line 1824, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-9 {
left: 75%;
}
/* line 1827, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-8 {
left: 66.66666667%;
}
/* line 1830, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-7 {
left: 58.33333333%;
}
/* line 1833, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-6 {
left: 50%;
}
/* line 1836, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-5 {
left: 41.66666667%;
}
/* line 1839, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-4 {
left: 33.33333333%;
}
/* line 1842, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-3 {
left: 25%;
}
/* line 1845, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-2 {
left: 16.66666667%;
}
/* line 1848, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-1 {
left: 8.33333333%;
}
/* line 1851, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-push-0 {
left: auto;
}
/* line 1854, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-12 {
margin-left: 100%;
}
/* line 1857, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-11 {
margin-left: 91.66666667%;
}
/* line 1860, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-10 {
margin-left: 83.33333333%;
}
/* line 1863, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-9 {
margin-left: 75%;
}
/* line 1866, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-8 {
margin-left: 66.66666667%;
}
/* line 1869, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-7 {
margin-left: 58.33333333%;
}
/* line 1872, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-6 {
margin-left: 50%;
}
/* line 1875, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-5 {
margin-left: 41.66666667%;
}
/* line 1878, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-4 {
margin-left: 33.33333333%;
}
/* line 1881, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-3 {
margin-left: 25%;
}
/* line 1884, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-2 {
margin-left: 16.66666667%;
}
/* line 1887, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-1 {
margin-left: 8.33333333%;
}
/* line 1890, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
/* line 1895, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
/* line 1898, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-12 {
width: 100%;
}
/* line 1901, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-11 {
width: 91.66666667%;
}
/* line 1904, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-10 {
width: 83.33333333%;
}
/* line 1907, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-9 {
width: 75%;
}
/* line 1910, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-8 {
width: 66.66666667%;
}
/* line 1913, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-7 {
width: 58.33333333%;
}
/* line 1916, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-6 {
width: 50%;
}
/* line 1919, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-5 {
width: 41.66666667%;
}
/* line 1922, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-4 {
width: 33.33333333%;
}
/* line 1925, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-3 {
width: 25%;
}
/* line 1928, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-2 {
width: 16.66666667%;
}
/* line 1931, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-1 {
width: 8.33333333%;
}
/* line 1934, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-12 {
right: 100%;
}
/* line 1937, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-11 {
right: 91.66666667%;
}
/* line 1940, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-10 {
right: 83.33333333%;
}
/* line 1943, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-9 {
right: 75%;
}
/* line 1946, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-8 {
right: 66.66666667%;
}
/* line 1949, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-7 {
right: 58.33333333%;
}
/* line 1952, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-6 {
right: 50%;
}
/* line 1955, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-5 {
right: 41.66666667%;
}
/* line 1958, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-4 {
right: 33.33333333%;
}
/* line 1961, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-3 {
right: 25%;
}
/* line 1964, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-2 {
right: 16.66666667%;
}
/* line 1967, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-1 {
right: 8.33333333%;
}
/* line 1970, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-pull-0 {
right: auto;
}
/* line 1973, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-12 {
left: 100%;
}
/* line 1976, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-11 {
left: 91.66666667%;
}
/* line 1979, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-10 {
left: 83.33333333%;
}
/* line 1982, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-9 {
left: 75%;
}
/* line 1985, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-8 {
left: 66.66666667%;
}
/* line 1988, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-7 {
left: 58.33333333%;
}
/* line 1991, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-6 {
left: 50%;
}
/* line 1994, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-5 {
left: 41.66666667%;
}
/* line 1997, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-4 {
left: 33.33333333%;
}
/* line 2000, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-3 {
left: 25%;
}
/* line 2003, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-2 {
left: 16.66666667%;
}
/* line 2006, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-1 {
left: 8.33333333%;
}
/* line 2009, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-push-0 {
left: auto;
}
/* line 2012, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-12 {
margin-left: 100%;
}
/* line 2015, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
/* line 2018, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
/* line 2021, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-9 {
margin-left: 75%;
}
/* line 2024, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
/* line 2027, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
/* line 2030, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-6 {
margin-left: 50%;
}
/* line 2033, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
/* line 2036, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
/* line 2039, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-3 {
margin-left: 25%;
}
/* line 2042, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
/* line 2045, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
/* line 2048, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.col-lg-offset-0 {
margin-left: 0%;
}
}
/* line 2052, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table {
background-color: transparent;
}
/* line 2055, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
th {
text-align: left;
}
/* line 2058, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table {
width: 100%;
max-width: 100%;
margin-bottom: 21px;
}
/* line 2068, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #dddddd;
}
/* line 2074, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
/* line 2083, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
/* line 2086, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table > tbody + tbody {
border-top: 2px solid #dddddd;
}
/* line 2089, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table .table {
background-color: #ffffff;
}
/* line 2097, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
/* line 2100, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-bordered {
border: 1px solid #dddddd;
}
/* line 2108, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
/* line 2112, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
/* line 2116, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
/* line 2120, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
/* line 2123, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
/* line 2129, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
/* line 2145, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
/* line 2152, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
/* line 2166, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #3fb618;
}
/* line 2173, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #379f15;
}
/* line 2187, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #9954bb;
}
/* line 2194, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #8d46b0;
}
/* line 2208, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #ff7518;
}
/* line 2215, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #fe6600;
}
/* line 2229, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #ff0039;
}
/* line 2236, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #e60033;
}
@media screen and (max-width: 767px) {
/* line 2240, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-responsive {
width: 100%;
margin-bottom: 15.75px;
overflow-y: hidden;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
-webkit-overflow-scrolling: touch;
}
/* line 2249, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-responsive > .table {
margin-bottom: 0;
}
/* line 2257, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
/* line 2260, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-responsive > .table-bordered {
border: 0;
}
/* line 2268, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
/* line 2276, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
/* line 2282, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
/* line 2286, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
/* line 2292, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 21px;
font-size: 22.5px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
/* line 2303, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
/* line 2309, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* line 2315, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
/* line 2320, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="file"] {
display: block;
}
/* line 2323, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="range"] {
display: block;
width: 100%;
}
/* line 2328, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
select[multiple],
select[size] {
height: auto;
}
/* line 2333, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
/* line 2338, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
output {
display: block;
padding-top: 11px;
font-size: 15px;
line-height: 1.42857143;
color: #333333;
}
/* line 2345, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-control {
display: block;
width: 100%;
height: 43px;
padding: 10px 18px;
font-size: 15px;
line-height: 1.42857143;
color: #333333;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* line 2363, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 2369, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-control::-moz-placeholder {
color: #999999;
opacity: 1;
}
/* line 2373, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-control:-ms-input-placeholder {
color: #999999;
}
/* line 2376, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-control::-webkit-input-placeholder {
color: #999999;
}
/* line 2381, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #e6e6e6;
opacity: 1;
}
/* line 2386, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
textarea.form-control {
height: auto;
}
/* line 2389, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="search"] {
-webkit-appearance: none;
}
/* line 2395, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
line-height: 43px;
line-height: 1.42857143 \0;
}
/* line 2402, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
line-height: 31px;
}
/* line 2408, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
line-height: 64px;
}
/* line 2411, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-group {
margin-bottom: 15px;
}
/* line 2415, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.radio,
.checkbox {
position: relative;
display: block;
min-height: 21px;
margin-top: 10px;
margin-bottom: 10px;
}
/* line 2423, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.radio label,
.checkbox label {
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
/* line 2432, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
/* line 2438, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
/* line 2442, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
/* line 2451, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
/* line 2460, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
/* line 2466, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
/* line 2472, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
/* line 2475, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-control-static {
padding-top: 11px;
padding-bottom: 11px;
margin-bottom: 0;
}
/* line 2481, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-left: 0;
padding-right: 0;
}
/* line 2486, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-sm,
.form-horizontal .form-group-sm .form-control {
height: 31px;
padding: 5px 10px;
font-size: 13px;
line-height: 1.5;
border-radius: 0;
}
/* line 2493, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
select.input-sm {
height: 31px;
line-height: 31px;
}
/* line 2498, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
/* line 2502, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-lg,
.form-horizontal .form-group-lg .form-control {
height: 64px;
padding: 18px 30px;
font-size: 19px;
line-height: 1.33;
border-radius: 0;
}
/* line 2509, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
select.input-lg {
height: 64px;
line-height: 64px;
}
/* line 2514, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
/* line 2517, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-feedback {
position: relative;
}
/* line 2520, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-feedback .form-control {
padding-right: 53.75px;
}
/* line 2523, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-control-feedback {
position: absolute;
top: 26px;
right: 0;
z-index: 2;
display: block;
width: 43px;
height: 43px;
line-height: 43px;
text-align: center;
}
/* line 2534, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-lg + .form-control-feedback {
width: 64px;
height: 64px;
line-height: 64px;
}
/* line 2539, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-sm + .form-control-feedback {
width: 31px;
height: 31px;
line-height: 31px;
}
/* line 2549, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
color: #ffffff;
}
/* line 2552, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-success .form-control {
border-color: #ffffff;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 2557, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-success .form-control:focus {
border-color: #e6e6e6;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
/* line 2562, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-success .input-group-addon {
color: #ffffff;
border-color: #ffffff;
background-color: #3fb618;
}
/* line 2567, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-success .form-control-feedback {
color: #ffffff;
}
/* line 2575, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
color: #ffffff;
}
/* line 2578, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-warning .form-control {
border-color: #ffffff;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 2583, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-warning .form-control:focus {
border-color: #e6e6e6;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
/* line 2588, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-warning .input-group-addon {
color: #ffffff;
border-color: #ffffff;
background-color: #ff7518;
}
/* line 2593, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-warning .form-control-feedback {
color: #ffffff;
}
/* line 2601, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
color: #ffffff;
}
/* line 2604, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-error .form-control {
border-color: #ffffff;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 2609, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-error .form-control:focus {
border-color: #e6e6e6;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
/* line 2614, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-error .input-group-addon {
color: #ffffff;
border-color: #ffffff;
background-color: #ff0039;
}
/* line 2619, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-error .form-control-feedback {
color: #ffffff;
}
/* line 2622, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
/* line 2625, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
/* line 2632, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
/* line 2637, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
/* line 2642, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
/* line 2648, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
/* line 2651, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-inline .input-group > .form-control {
width: 100%;
}
/* line 2654, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
/* line 2659, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
/* line 2666, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
/* line 2670, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
/* line 2674, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
/* line 2681, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 11px;
}
/* line 2687, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 32px;
}
/* line 2690, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
@media (min-width: 768px) {
/* line 2695, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 11px;
}
}
/* line 2701, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-horizontal .has-feedback .form-control-feedback {
top: 0;
right: 15px;
}
@media (min-width: 768px) {
/* line 2706, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-horizontal .form-group-lg .control-label {
padding-top: 24.94px;
}
}
@media (min-width: 768px) {
/* line 2711, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
}
}
/* line 2715, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 10px 18px;
font-size: 15px;
line-height: 1.42857143;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* line 2736, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
/* line 2742, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn:hover,
.btn:focus {
color: #ffffff;
text-decoration: none;
}
/* line 2747, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn:active,
.btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 2755, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 2763, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-default {
color: #ffffff;
background-color: #222222;
border-color: #222222;
}
/* line 2772, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #ffffff;
background-color: #090909;
border-color: #040404;
}
/* line 2779, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
/* line 2796, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #222222;
border-color: #222222;
}
/* line 2800, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-default .badge {
color: #222222;
background-color: #ffffff;
}
/* line 2804, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-primary {
color: #ffffff;
background-color: #2780e3;
border-color: #2780e3;
}
/* line 2813, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #1967be;
border-color: #1862b5;
}
/* line 2820, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
/* line 2837, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #2780e3;
border-color: #2780e3;
}
/* line 2841, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-primary .badge {
color: #2780e3;
background-color: #ffffff;
}
/* line 2845, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-success {
color: #ffffff;
background-color: #3fb618;
border-color: #3fb618;
}
/* line 2854, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #2f8912;
border-color: #2c8011;
}
/* line 2861, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
/* line 2878, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #3fb618;
border-color: #3fb618;
}
/* line 2882, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-success .badge {
color: #3fb618;
background-color: #ffffff;
}
/* line 2886, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-info {
color: #ffffff;
background-color: #9954bb;
border-color: #9954bb;
}
/* line 2895, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #ffffff;
background-color: #7e3f9d;
border-color: #783c96;
}
/* line 2902, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
/* line 2919, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #9954bb;
border-color: #9954bb;
}
/* line 2923, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-info .badge {
color: #9954bb;
background-color: #ffffff;
}
/* line 2927, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-warning {
color: #ffffff;
background-color: #ff7518;
border-color: #ff7518;
}
/* line 2936, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #ffffff;
background-color: #e45c00;
border-color: #da5800;
}
/* line 2943, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
/* line 2960, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #ff7518;
border-color: #ff7518;
}
/* line 2964, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-warning .badge {
color: #ff7518;
background-color: #ffffff;
}
/* line 2968, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-danger {
color: #ffffff;
background-color: #ff0039;
border-color: #ff0039;
}
/* line 2977, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #cc002e;
border-color: #c2002b;
}
/* line 2984, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
/* line 3001, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #ff0039;
border-color: #ff0039;
}
/* line 3005, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-danger .badge {
color: #ff0039;
background-color: #ffffff;
}
/* line 3009, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-link {
color: #2780e3;
font-weight: normal;
cursor: pointer;
border-radius: 0;
}
/* line 3018, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 3026, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
/* line 3030, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-link:hover,
.btn-link:focus {
color: #165ba8;
text-decoration: underline;
background-color: transparent;
}
/* line 3038, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #999999;
text-decoration: none;
}
/* line 3043, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-lg,
.btn-group-lg > .btn {
padding: 18px 30px;
font-size: 19px;
line-height: 1.33;
border-radius: 0;
}
/* line 3050, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 13px;
line-height: 1.5;
border-radius: 0;
}
/* line 3057, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 13px;
line-height: 1.5;
border-radius: 0;
}
/* line 3063, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-block {
display: block;
width: 100%;
}
/* line 3067, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-block + .btn-block {
margin-top: 5px;
}
/* line 3072, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
/* line 3075, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
/* line 3081, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.fade.in {
opacity: 1;
}
/* line 3084, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.collapse {
display: none;
}
/* line 3087, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.collapse.in {
display: block;
}
/* line 3090, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
tr.collapse.in {
display: table-row;
}
/* line 3093, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
tbody.collapse.in {
display: table-row-group;
}
/* line 3096, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
/* line 3104, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
/* line 3114, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown {
position: relative;
}
/* line 3117, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-toggle:focus {
outline: 0;
}
/* line 3120, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 15px;
text-align: left;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
/* line 3141, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
/* line 3145, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu .divider {
height: 1px;
margin: 9.5px 0;
overflow: hidden;
background-color: #e5e5e5;
}
/* line 3151, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
/* line 3161, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #ffffff;
background-color: #2780e3;
}
/* line 3168, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #2780e3;
}
/* line 3176, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #999999;
}
/* line 3180, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
/* line 3187, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.open > .dropdown-menu {
display: block;
}
/* line 3190, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.open > a {
outline: 0;
}
/* line 3193, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu-right {
left: auto;
right: 0;
}
/* line 3197, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu-left {
left: 0;
right: auto;
}
/* line 3201, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 13px;
line-height: 1.42857143;
color: #999999;
white-space: nowrap;
}
/* line 3209, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
/* line 3217, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
/* line 3222, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid;
content: "";
}
/* line 3228, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (min-width: 768px) {
/* line 3234, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
/* line 3238, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
/* line 3244, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
/* line 3250, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
/* line 3261, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
/* line 3265, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
outline: 0;
}
/* line 3271, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
/* line 3274, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-toolbar {
margin-left: -5px;
}
/* line 3278, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
/* line 3283, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
/* line 3286, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
/* line 3289, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn:first-child {
margin-left: 0;
}
/* line 3292, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
/* line 3297, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
/* line 3301, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn-group {
float: left;
}
/* line 3304, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
/* line 3308, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
/* line 3312, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
/* line 3317, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
/* line 3320, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
/* line 3324, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
/* line 3328, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 3332, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 3336, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn .caret {
margin-left: 0;
}
/* line 3339, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
/* line 3343, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
/* line 3348, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
/* line 3354, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-vertical > .btn-group > .btn {
float: none;
}
/* line 3360, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
/* line 3364, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
/* line 3367, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
/* line 3372, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
/* line 3377, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
/* line 3381, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
/* line 3385, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
/* line 3389, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
/* line 3396, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
/* line 3401, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-justified > .btn-group .btn {
width: 100%;
}
/* line 3404, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
/* line 3408, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
position: absolute;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
}
/* line 3414, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
/* line 3419, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
/* line 3424, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
/* line 3433, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 64px;
padding: 18px 30px;
font-size: 19px;
line-height: 1.33;
border-radius: 0;
}
/* line 3442, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 64px;
line-height: 64px;
}
/* line 3451, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto;
}
/* line 3456, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 31px;
padding: 5px 10px;
font-size: 13px;
line-height: 1.5;
border-radius: 0;
}
/* line 3465, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 31px;
line-height: 31px;
}
/* line 3474, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
/* line 3479, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
/* line 3484, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
/* line 3488, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
/* line 3493, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-addon {
padding: 10px 18px;
font-size: 15px;
font-weight: normal;
line-height: 1;
color: #333333;
text-align: center;
background-color: #e6e6e6;
border: 1px solid #cccccc;
border-radius: 0;
}
/* line 3504, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 13px;
border-radius: 0;
}
/* line 3509, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-addon.input-lg {
padding: 18px 30px;
font-size: 19px;
border-radius: 0;
}
/* line 3515, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
/* line 3524, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
/* line 3528, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-addon:first-child {
border-right: 0;
}
/* line 3537, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
/* line 3541, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-addon:last-child {
border-left: 0;
}
/* line 3544, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
/* line 3549, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-btn > .btn {
position: relative;
}
/* line 3552, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
/* line 3557, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
/* line 3561, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
/* line 3565, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
margin-left: -1px;
}
/* line 3568, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
/* line 3573, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav > li {
position: relative;
display: block;
}
/* line 3577, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
/* line 3583, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #e6e6e6;
}
/* line 3587, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav > li.disabled > a {
color: #999999;
}
/* line 3591, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #999999;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
/* line 3599, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #e6e6e6;
border-color: #2780e3;
}
/* line 3603, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav .nav-divider {
height: 1px;
margin: 9.5px 0;
overflow: hidden;
background-color: #e5e5e5;
}
/* line 3609, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav > li > a > img {
max-width: none;
}
/* line 3612, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs {
border-bottom: 1px solid #dddddd;
}
/* line 3615, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
/* line 3619, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 0 0 0 0;
}
/* line 3625, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs > li > a:hover {
border-color: #e6e6e6 #e6e6e6 #dddddd;
}
/* line 3630, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555555;
background-color: #ffffff;
border: 1px solid #dddddd;
border-bottom-color: transparent;
cursor: default;
}
/* line 3637, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
/* line 3641, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs.nav-justified > li {
float: none;
}
/* line 3644, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
/* line 3648, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
/* line 3653, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
/* line 3657, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
/* line 3661, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 0;
}
/* line 3667, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
/* line 3671, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 0 0 0 0;
}
/* line 3677, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
/* line 3681, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-pills > li {
float: left;
}
/* line 3684, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-pills > li > a {
border-radius: 0;
}
/* line 3687, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-pills > li + li {
margin-left: 2px;
}
/* line 3692, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #2780e3;
}
/* line 3696, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-stacked > li {
float: none;
}
/* line 3699, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
/* line 3703, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-justified {
width: 100%;
}
/* line 3706, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-justified > li {
float: none;
}
/* line 3709, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
/* line 3713, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
/* line 3718, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-justified > li {
display: table-cell;
width: 1%;
}
/* line 3722, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-justified > li > a {
margin-bottom: 0;
}
}
/* line 3726, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs-justified {
border-bottom: 0;
}
/* line 3729, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 0;
}
/* line 3735, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
/* line 3739, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 0 0 0 0;
}
/* line 3745, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
/* line 3749, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tab-content > .tab-pane {
display: none;
}
/* line 3752, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tab-content > .active {
display: block;
}
/* line 3755, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
/* line 3760, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 21px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
/* line 3767, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar {
border-radius: 0;
}
}
@media (min-width: 768px) {
/* line 3772, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-header {
float: left;
}
}
/* line 3776, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
/* line 3784, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
/* line 3788, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
/* line 3793, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
/* line 3799, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-collapse.in {
overflow-y: visible;
}
/* line 3804, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
/* line 3810, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
/* line 3815, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
/* line 3822, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
/* line 3830, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
/* line 3835, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
/* line 3840, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-static-top {
border-radius: 0;
}
}
/* line 3845, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
/* line 3855, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
/* line 3859, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
/* line 3863, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
/* line 3868, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-brand {
float: left;
padding: 14.5px 15px;
font-size: 19px;
line-height: 21px;
height: 50px;
}
/* line 3876, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 768px) {
/* line 3881, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
/* line 3885, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 0;
}
/* line 3897, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-toggle:focus {
outline: 0;
}
/* line 3900, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
/* line 3906, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
/* line 3910, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-toggle {
display: none;
}
}
/* line 3914, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav {
margin: 7.25px -15px;
}
/* line 3917, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 21px;
}
@media (max-width: 767px) {
/* line 3923, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
/* line 3933, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
/* line 3936, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav .open .dropdown-menu > li > a {
line-height: 21px;
}
/* line 3940, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
/* line 3945, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav {
float: left;
margin: 0;
}
/* line 3949, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav > li {
float: left;
}
/* line 3952, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav > li > a {
padding-top: 14.5px;
padding-bottom: 14.5px;
}
/* line 3956, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav.navbar-right:last-child {
margin-right: -15px;
}
}
@media (min-width: 768px) {
/* line 3961, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-left {
float: left !important;
}
/* line 3964, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-right {
float: right !important;
}
}
/* line 3968, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 3.5px;
margin-bottom: 3.5px;
}
@media (min-width: 768px) {
/* line 3980, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
/* line 3985, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
/* line 3990, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
/* line 3996, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
/* line 3999, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .input-group > .form-control {
width: 100%;
}
/* line 4002, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
/* line 4007, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
/* line 4014, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
/* line 4018, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
/* line 4022, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
/* line 4027, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 768px) {
/* line 4032, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 4042, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-form.navbar-right:last-child {
margin-right: -15px;
}
}
/* line 4046, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
/* line 4051, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
/* line 4055, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-btn {
margin-top: 3.5px;
margin-bottom: 3.5px;
}
/* line 4059, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-btn.btn-sm {
margin-top: 9.5px;
margin-bottom: 9.5px;
}
/* line 4063, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
/* line 4067, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-text {
margin-top: 14.5px;
margin-bottom: 14.5px;
}
@media (min-width: 768px) {
/* line 4072, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
/* line 4077, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-text.navbar-right:last-child {
margin-right: 0;
}
}
/* line 4081, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default {
background-color: #222222;
border-color: #121212;
}
/* line 4085, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-brand {
color: #ffffff;
}
/* line 4089, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #ffffff;
background-color: none;
}
/* line 4093, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-text {
color: #ffffff;
}
/* line 4096, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-nav > li > a {
color: #ffffff;
}
/* line 4100, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #ffffff;
background-color: #090909;
}
/* line 4106, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #090909;
}
/* line 4112, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
/* line 4116, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-toggle {
border-color: transparent;
}
/* line 4120, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #090909;
}
/* line 4123, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-toggle .icon-bar {
background-color: #ffffff;
}
/* line 4127, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #121212;
}
/* line 4132, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #090909;
color: #ffffff;
}
@media (max-width: 767px) {
/* line 4137, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #ffffff;
}
/* line 4141, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: #090909;
}
/* line 4147, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #090909;
}
/* line 4153, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
/* line 4158, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-link {
color: #ffffff;
}
/* line 4161, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .navbar-link:hover {
color: #ffffff;
}
/* line 4164, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .btn-link {
color: #ffffff;
}
/* line 4168, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #ffffff;
}
/* line 4174, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #cccccc;
}
/* line 4177, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse {
background-color: #2780e3;
border-color: #1967be;
}
/* line 4181, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-brand {
color: #ffffff;
}
/* line 4185, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: none;
}
/* line 4189, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-text {
color: #ffffff;
}
/* line 4192, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav > li > a {
color: #ffffff;
}
/* line 4196, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: #1967be;
}
/* line 4202, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #1967be;
}
/* line 4208, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #ffffff;
background-color: transparent;
}
/* line 4212, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-toggle {
border-color: transparent;
}
/* line 4216, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #1967be;
}
/* line 4219, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}
/* line 4223, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #1a6ecc;
}
/* line 4228, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #1967be;
color: #ffffff;
}
@media (max-width: 767px) {
/* line 4233, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #1967be;
}
/* line 4236, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #1967be;
}
/* line 4239, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #ffffff;
}
/* line 4243, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: #1967be;
}
/* line 4249, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #1967be;
}
/* line 4255, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ffffff;
background-color: transparent;
}
}
/* line 4260, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-link {
color: #ffffff;
}
/* line 4263, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .navbar-link:hover {
color: #ffffff;
}
/* line 4266, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .btn-link {
color: #ffffff;
}
/* line 4270, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
color: #ffffff;
}
/* line 4276, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #ffffff;
}
/* line 4279, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.breadcrumb {
padding: 8px 15px;
margin-bottom: 21px;
list-style: none;
background-color: #f5f5f5;
border-radius: 0;
}
/* line 4286, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.breadcrumb > li {
display: inline-block;
}
/* line 4289, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.breadcrumb > li + li:before {
content: "/\00a0";
padding: 0 5px;
color: #cccccc;
}
/* line 4294, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.breadcrumb > .active {
color: #999999;
}
/* line 4297, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination {
display: inline-block;
padding-left: 0;
margin: 21px 0;
border-radius: 0;
}
/* line 4303, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination > li {
display: inline;
}
/* line 4307, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 10px 18px;
line-height: 1.42857143;
text-decoration: none;
color: #2780e3;
background-color: #ffffff;
border: 1px solid #dddddd;
margin-left: -1px;
}
/* line 4319, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
/* line 4325, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
/* line 4332, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #165ba8;
background-color: #e6e6e6;
border-color: #dddddd;
}
/* line 4342, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #999999;
background-color: #f5f5f5;
border-color: #dddddd;
cursor: default;
}
/* line 4354, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #999999;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed;
}
/* line 4361, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 18px 30px;
font-size: 19px;
}
/* line 4366, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
/* line 4371, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
/* line 4376, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 13px;
}
/* line 4381, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
/* line 4386, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
/* line 4390, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pager {
padding-left: 0;
margin: 21px 0;
list-style: none;
text-align: center;
}
/* line 4396, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pager li {
display: inline;
}
/* line 4400, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 0;
}
/* line 4408, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #e6e6e6;
}
/* line 4413, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pager .next > a,
.pager .next > span {
float: right;
}
/* line 4417, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pager .previous > a,
.pager .previous > span {
float: left;
}
/* line 4423, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #999999;
background-color: #ffffff;
cursor: not-allowed;
}
/* line 4428, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
/* line 4441, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.label:hover,
a.label:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
/* line 4446, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label:empty {
display: none;
}
/* line 4449, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn .label {
position: relative;
top: -1px;
}
/* line 4453, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-default {
background-color: #222222;
}
/* line 4457, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #090909;
}
/* line 4460, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-primary {
background-color: #2780e3;
}
/* line 4464, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #1967be;
}
/* line 4467, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-success {
background-color: #3fb618;
}
/* line 4471, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #2f8912;
}
/* line 4474, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-info {
background-color: #9954bb;
}
/* line 4478, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #7e3f9d;
}
/* line 4481, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-warning {
background-color: #ff7518;
}
/* line 4485, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #e45c00;
}
/* line 4488, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-danger {
background-color: #ff0039;
}
/* line 4492, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #cc002e;
}
/* line 4495, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 13px;
font-weight: bold;
color: #ffffff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: #2780e3;
border-radius: 10px;
}
/* line 4509, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.badge:empty {
display: none;
}
/* line 4512, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn .badge {
position: relative;
top: -1px;
}
/* line 4516, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-xs .badge {
top: 0;
padding: 1px 5px;
}
/* line 4521, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.badge:hover,
a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
/* line 4527, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #2780e3;
background-color: #ffffff;
}
/* line 4531, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-pills > li > a > .badge {
margin-left: 3px;
}
/* line 4534, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.jumbotron {
padding: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #e6e6e6;
}
/* line 4541, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
/* line 4544, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.jumbotron p {
margin-bottom: 15px;
font-size: 23px;
font-weight: 200;
}
/* line 4549, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.jumbotron > hr {
border-top-color: #cccccc;
}
/* line 4552, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.container .jumbotron {
border-radius: 0;
}
/* line 4555, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
/* line 4559, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
/* line 4563, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.container .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
/* line 4568, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.jumbotron h1,
.jumbotron .h1 {
font-size: 67.5px;
}
}
/* line 4572, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 21px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 0;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
/* line 4585, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.thumbnail > img,
.thumbnail a > img {
margin-left: auto;
margin-right: auto;
}
/* line 4591, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #2780e3;
}
/* line 4594, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.thumbnail .caption {
padding: 9px;
color: #333333;
}
/* line 4598, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert {
padding: 15px;
margin-bottom: 21px;
border: 1px solid transparent;
border-radius: 0;
}
/* line 4604, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert h4 {
margin-top: 0;
color: inherit;
}
/* line 4608, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert .alert-link {
font-weight: bold;
}
/* line 4612, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert > p,
.alert > ul {
margin-bottom: 0;
}
/* line 4615, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert > p + p {
margin-top: 5px;
}
/* line 4619, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
/* line 4623, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
/* line 4629, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-success {
background-color: #3fb618;
border-color: #4e9f15;
color: #ffffff;
}
/* line 4634, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-success hr {
border-top-color: #438912;
}
/* line 4637, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-success .alert-link {
color: #e6e6e6;
}
/* line 4640, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-info {
background-color: #9954bb;
border-color: #7643a8;
color: #ffffff;
}
/* line 4645, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-info hr {
border-top-color: #693c96;
}
/* line 4648, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-info .alert-link {
color: #e6e6e6;
}
/* line 4651, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-warning {
background-color: #ff7518;
border-color: #ff4309;
color: #ffffff;
}
/* line 4656, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-warning hr {
border-top-color: #ee3800;
}
/* line 4659, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-warning .alert-link {
color: #e6e6e6;
}
/* line 4662, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-danger {
background-color: #ff0039;
border-color: #f0005e;
color: #ffffff;
}
/* line 4667, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-danger hr {
border-top-color: #d60054;
}
/* line 4670, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert-danger .alert-link {
color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
/* line 4674, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
from {
background-position: 40px 0;
}
/* line 4677, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
/* line 4682, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
from {
background-position: 40px 0;
}
/* line 4685, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
to {
background-position: 0 0;
}
}
/* line 4689, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress {
overflow: hidden;
height: 21px;
margin-bottom: 21px;
background-color: #cccccc;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 4698, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 13px;
line-height: 21px;
color: #ffffff;
text-align: center;
background-color: #2780e3;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
/* line 4714, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
/* line 4721, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
/* line 4727, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
min-width: 30px;
}
/* line 4730, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-bar[aria-valuenow="0"] {
color: #999999;
min-width: 30px;
background-color: transparent;
background-image: none;
box-shadow: none;
}
/* line 4737, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-bar-success {
background-color: #3fb618;
}
/* line 4740, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 4745, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-bar-info {
background-color: #9954bb;
}
/* line 4748, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 4753, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-bar-warning {
background-color: #ff7518;
}
/* line 4756, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 4761, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-bar-danger {
background-color: #ff0039;
}
/* line 4764, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 4770, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.media,
.media-body {
overflow: hidden;
zoom: 1;
}
/* line 4775, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.media,
.media .media {
margin-top: 15px;
}
/* line 4778, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.media:first-child {
margin-top: 0;
}
/* line 4781, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.media-object {
display: block;
}
/* line 4784, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.media-heading {
margin: 0 0 5px;
}
/* line 4787, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.media > .pull-left {
margin-right: 10px;
}
/* line 4790, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.media > .pull-right {
margin-left: 10px;
}
/* line 4793, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.media-list {
padding-left: 0;
list-style: none;
}
/* line 4797, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
/* line 4801, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #ffffff;
border: 1px solid #dddddd;
}
/* line 4809, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
/* line 4813, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
/* line 4818, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item > .badge {
float: right;
}
/* line 4821, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item > .badge + .badge {
margin-right: 5px;
}
/* line 4824, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item {
color: #555555;
}
/* line 4827, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item .list-group-item-heading {
color: #333333;
}
/* line 4831, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item:hover,
a.list-group-item:focus {
text-decoration: none;
color: #555555;
background-color: #f5f5f5;
}
/* line 4838, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
background-color: #e6e6e6;
color: #999999;
}
/* line 4844, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
/* line 4849, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #999999;
}
/* line 4854, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #ffffff;
background-color: #2780e3;
border-color: #2780e3;
}
/* line 4868, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
/* line 4873, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #dceafa;
}
/* line 4876, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item-success {
color: #ffffff;
background-color: #3fb618;
}
/* line 4880, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-success {
color: #ffffff;
}
/* line 4883, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-success .list-group-item-heading {
color: inherit;
}
/* line 4887, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-success:hover,
a.list-group-item-success:focus {
color: #ffffff;
background-color: #379f15;
}
/* line 4893, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
color: #fff;
background-color: #ffffff;
border-color: #ffffff;
}
/* line 4898, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item-info {
color: #ffffff;
background-color: #9954bb;
}
/* line 4902, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-info {
color: #ffffff;
}
/* line 4905, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-info .list-group-item-heading {
color: inherit;
}
/* line 4909, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-info:hover,
a.list-group-item-info:focus {
color: #ffffff;
background-color: #8d46b0;
}
/* line 4915, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
color: #fff;
background-color: #ffffff;
border-color: #ffffff;
}
/* line 4920, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item-warning {
color: #ffffff;
background-color: #ff7518;
}
/* line 4924, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-warning {
color: #ffffff;
}
/* line 4927, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
/* line 4931, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
color: #ffffff;
background-color: #fe6600;
}
/* line 4937, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
color: #fff;
background-color: #ffffff;
border-color: #ffffff;
}
/* line 4942, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item-danger {
color: #ffffff;
background-color: #ff0039;
}
/* line 4946, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-danger {
color: #ffffff;
}
/* line 4949, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
/* line 4953, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
color: #ffffff;
background-color: #e60033;
}
/* line 4959, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
color: #fff;
background-color: #ffffff;
border-color: #ffffff;
}
/* line 4964, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
/* line 4968, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
/* line 4972, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel {
margin-bottom: 21px;
background-color: #ffffff;
border: 1px solid transparent;
border-radius: 0;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 4980, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-body {
padding: 15px;
}
/* line 4983, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: -1;
border-top-left-radius: -1;
}
/* line 4989, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
/* line 4992, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 17px;
color: inherit;
}
/* line 4998, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-title > a {
color: inherit;
}
/* line 5001, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #dddddd;
border-bottom-right-radius: -1;
border-bottom-left-radius: -1;
}
/* line 5008, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .list-group {
margin-bottom: 0;
}
/* line 5011, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
/* line 5015, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: -1;
border-top-left-radius: -1;
}
/* line 5020, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: -1;
border-bottom-left-radius: -1;
}
/* line 5025, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
/* line 5028, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.list-group + .panel-footer {
border-top-width: 0;
}
/* line 5033, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
/* line 5037, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: -1;
border-top-left-radius: -1;
}
/* line 5048, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: -1;
}
/* line 5058, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: -1;
}
/* line 5062, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: -1;
border-bottom-left-radius: -1;
}
/* line 5073, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: -1;
}
/* line 5083, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: -1;
}
/* line 5087, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
border-top: 1px solid #dddddd;
}
/* line 5091, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
/* line 5095, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
/* line 5109, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
/* line 5123, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
/* line 5133, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
/* line 5143, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
/* line 5146, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
/* line 5150, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-group {
margin-bottom: 21px;
}
/* line 5153, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-group .panel {
margin-bottom: 0;
border-radius: 0;
}
/* line 5157, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-group .panel + .panel {
margin-top: 5px;
}
/* line 5160, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-group .panel-heading {
border-bottom: 0;
}
/* line 5163, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body {
border-top: 1px solid #dddddd;
}
/* line 5166, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-group .panel-footer {
border-top: 0;
}
/* line 5169, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #dddddd;
}
/* line 5172, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-default {
border-color: #dddddd;
}
/* line 5175, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #dddddd;
}
/* line 5180, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #dddddd;
}
/* line 5183, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333;
}
/* line 5187, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #dddddd;
}
/* line 5190, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-primary {
border-color: #2780e3;
}
/* line 5193, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-primary > .panel-heading {
color: #ffffff;
background-color: #2780e3;
border-color: #2780e3;
}
/* line 5198, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #2780e3;
}
/* line 5201, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-primary > .panel-heading .badge {
color: #2780e3;
background-color: #ffffff;
}
/* line 5205, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #2780e3;
}
/* line 5208, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-success {
border-color: #4e9f15;
}
/* line 5211, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-success > .panel-heading {
color: #ffffff;
background-color: #3fb618;
border-color: #4e9f15;
}
/* line 5216, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #4e9f15;
}
/* line 5219, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-success > .panel-heading .badge {
color: #3fb618;
background-color: #ffffff;
}
/* line 5223, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #4e9f15;
}
/* line 5226, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-info {
border-color: #7643a8;
}
/* line 5229, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-info > .panel-heading {
color: #ffffff;
background-color: #9954bb;
border-color: #7643a8;
}
/* line 5234, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #7643a8;
}
/* line 5237, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-info > .panel-heading .badge {
color: #9954bb;
background-color: #ffffff;
}
/* line 5241, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #7643a8;
}
/* line 5244, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-warning {
border-color: #ff4309;
}
/* line 5247, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-warning > .panel-heading {
color: #ffffff;
background-color: #ff7518;
border-color: #ff4309;
}
/* line 5252, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ff4309;
}
/* line 5255, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-warning > .panel-heading .badge {
color: #ff7518;
background-color: #ffffff;
}
/* line 5259, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ff4309;
}
/* line 5262, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-danger {
border-color: #f0005e;
}
/* line 5265, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-danger > .panel-heading {
color: #ffffff;
background-color: #ff0039;
border-color: #f0005e;
}
/* line 5270, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #f0005e;
}
/* line 5273, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-danger > .panel-heading .badge {
color: #ff0039;
background-color: #ffffff;
}
/* line 5277, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #f0005e;
}
/* line 5280, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
/* line 5290, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
/* line 5299, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.embed-responsive.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
/* line 5302, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.embed-responsive.embed-responsive-4by3 {
padding-bottom: 75%;
}
/* line 5305, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 5315, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
/* line 5319, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.well-lg {
padding: 24px;
border-radius: 0;
}
/* line 5323, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.well-sm {
padding: 9px;
border-radius: 0;
}
/* line 5327, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.close {
float: right;
font-size: 22.5px;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
/* line 5338, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.close:hover,
.close:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
/* line 5345, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
/* line 5352, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-open {
overflow: hidden;
}
/* line 5355, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
/* line 5367, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal.fade .modal-dialog {
-webkit-transform: translate3d(0, -25%, 0);
transform: translate3d(0, -25%, 0);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
/* line 5375, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal.in .modal-dialog {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/* line 5379, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
/* line 5383, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
/* line 5388, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid transparent;
border-radius: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0;
}
/* line 5399, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
}
/* line 5408, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
/* line 5412, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
/* line 5416, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.42857143px;
}
/* line 5421, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-header .close {
margin-top: -2px;
}
/* line 5424, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-title {
margin: 0;
line-height: 1.42857143;
}
/* line 5428, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-body {
position: relative;
padding: 20px;
}
/* line 5432, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-footer {
padding: 20px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
/* line 5437, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
/* line 5441, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
/* line 5444, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
/* line 5447, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
/* line 5455, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-dialog {
width: 600px;
margin: 30px auto;
}
/* line 5459, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
/* line 5463, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
/* line 5468, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal-lg {
width: 900px;
}
}
/* line 5472, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip {
position: absolute;
z-index: 1070;
display: block;
visibility: visible;
font-size: 13px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
/* line 5482, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
/* line 5486, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
/* line 5490, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
/* line 5494, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
/* line 5498, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
/* line 5502, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: rgba(0, 0, 0, 0.9);
border-radius: 0;
}
/* line 5511, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
/* line 5518, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
}
/* line 5525, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
}
/* line 5531, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.top-right .tooltip-arrow {
bottom: 0;
right: 5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
}
/* line 5537, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: rgba(0, 0, 0, 0.9);
}
/* line 5544, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: rgba(0, 0, 0, 0.9);
}
/* line 5551, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
}
/* line 5558, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
}
/* line 5564, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
}
/* line 5570, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal;
}
/* line 5588, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.top {
margin-top: -10px;
}
/* line 5591, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.right {
margin-left: 10px;
}
/* line 5594, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.bottom {
margin-top: 10px;
}
/* line 5597, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.left {
margin-left: -10px;
}
/* line 5600, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 15px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: -1 -1 0 0;
}
/* line 5610, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover-content {
padding: 9px 14px;
}
/* line 5614, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
/* line 5622, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover > .arrow {
border-width: 11px;
}
/* line 5625, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover > .arrow:after {
border-width: 10px;
content: "";
}
/* line 5629, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
/* line 5637, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #ffffff;
}
/* line 5644, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 5652, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #ffffff;
}
/* line 5659, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
/* line 5667, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #ffffff;
}
/* line 5674, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 5682, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -10px;
}
/* line 5689, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel {
position: relative;
}
/* line 5692, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
/* line 5697, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
/* line 5705, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
/* line 5710, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
/* line 5713, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner > .active {
left: 0;
}
/* line 5717, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
/* line 5722, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner > .next {
left: 100%;
}
/* line 5725, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner > .prev {
left: -100%;
}
/* line 5729, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
/* line 5732, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner > .active.left {
left: -100%;
}
/* line 5735, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-inner > .active.right {
left: 100%;
}
/* line 5738, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 5751, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 5758, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 5768, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control:hover,
.carousel-control:focus {
outline: 0;
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
/* line 5778, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
/* line 5785, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
/* line 5790, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
/* line 5795, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
font-family: serif;
}
/* line 5801, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control .icon-prev:before {
content: '\2039';
}
/* line 5804, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control .icon-next:before {
content: '\203a';
}
/* line 5807, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
/* line 5818, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}
/* line 5830, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #ffffff;
}
/* line 5836, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 5848, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
/* line 5855, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
/* line 5862, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -15px;
}
/* line 5866, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -15px;
}
/* line 5869, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
/* line 5874, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.carousel-indicators {
bottom: 20px;
}
}
/* line 5907, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
/* line 5925, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
clear: both;
}
/* line 5928, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
/* line 5933, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pull-right {
float: right !important;
}
/* line 5936, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.pull-left {
float: left !important;
}
/* line 5939, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.hide {
display: none !important;
}
/* line 5942, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.show {
display: block !important;
}
/* line 5945, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.invisible {
visibility: hidden;
}
/* line 5948, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
/* line 5955, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.hidden {
display: none !important;
visibility: hidden !important;
}
/* line 5959, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.affix {
position: fixed;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@-ms-viewport {
width: device-width;
}
/* line 5970, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
/* line 5984, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
/* line 5988, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-xs {
display: block !important;
}
/* line 5991, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table.visible-xs {
display: table;
}
/* line 5994, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
tr.visible-xs {
display: table-row !important;
}
/* line 5998, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
/* line 6003, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
/* line 6008, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
/* line 6013, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
/* line 6018, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-sm {
display: block !important;
}
/* line 6021, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table.visible-sm {
display: table;
}
/* line 6024, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
tr.visible-sm {
display: table-row !important;
}
/* line 6028, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
/* line 6033, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
/* line 6038, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
/* line 6043, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
/* line 6048, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-md {
display: block !important;
}
/* line 6051, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table.visible-md {
display: table;
}
/* line 6054, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
tr.visible-md {
display: table-row !important;
}
/* line 6058, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
/* line 6063, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
/* line 6068, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
/* line 6073, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
/* line 6078, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-lg {
display: block !important;
}
/* line 6081, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table.visible-lg {
display: table;
}
/* line 6084, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
tr.visible-lg {
display: table-row !important;
}
/* line 6088, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
/* line 6093, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
/* line 6098, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
/* line 6103, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
/* line 6108, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
/* line 6113, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
/* line 6118, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
/* line 6123, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.hidden-lg {
display: none !important;
}
}
/* line 6127, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-print {
display: none !important;
}
@media print {
/* line 6131, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-print {
display: block !important;
}
/* line 6134, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table.visible-print {
display: table;
}
/* line 6137, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
tr.visible-print {
display: table-row !important;
}
/* line 6141, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
/* line 6145, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-print-block {
display: none !important;
}
@media print {
/* line 6149, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-print-block {
display: block !important;
}
}
/* line 6153, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-print-inline {
display: none !important;
}
@media print {
/* line 6157, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-print-inline {
display: inline !important;
}
}
/* line 6161, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-print-inline-block {
display: none !important;
}
@media print {
/* line 6165, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
/* line 6170, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.hidden-print {
display: none !important;
}
}
/* line 6174, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.navbar-inverse .badge {
background-color: #fff;
color: #2780e3;
}
/* line 6179, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.btn-lg,
.btn-group-lg > .btn {
padding-top: 19px;
}
/* line 6182, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
body {
-webkit-font-smoothing: antialiased;
}
/* line 6186, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-primary,
.text-primary:hover {
color: #2780e3;
}
/* line 6190, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-success,
.text-success:hover {
color: #3fb618;
}
/* line 6194, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-danger,
.text-danger:hover {
color: #ff0039;
}
/* line 6198, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-warning,
.text-warning:hover {
color: #ff7518;
}
/* line 6202, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.text-info,
.text-info:hover {
color: #9954bb;
}
/* line 6206, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table a:not(.btn),
.table a:not(.btn) {
text-decoration: underline;
}
/* line 6216, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table .success,
.table .success,
table .warning,
.table .warning,
table .danger,
.table .danger,
table .info,
.table .info {
color: #fff;
}
/* line 6226, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
table .success a,
.table .success a,
table .warning a,
.table .warning a,
table .danger a,
.table .danger a,
table .info a,
.table .info a {
color: #fff;
}
/* line 6231, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .form-control-feedback {
color: #ff7518;
}
/* line 6236, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-warning .form-control,
.has-warning .form-control:focus,
.has-warning .input-group-addon {
border: 1px solid #ff7518;
}
/* line 6241, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .form-control-feedback {
color: #ff0039;
}
/* line 6246, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-error .form-control,
.has-error .form-control:focus,
.has-error .input-group-addon {
border: 1px solid #ff0039;
}
/* line 6251, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .form-control-feedback {
color: #3fb618;
}
/* line 6256, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.has-success .form-control,
.has-success .form-control:focus,
.has-success .input-group-addon {
border: 1px solid #3fb618;
}
/* line 6259, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.nav-pills > li > a {
border-radius: 0;
}
/* line 6263, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-image: none;
}
/* line 6266, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.close {
text-decoration: none;
text-shadow: none;
opacity: 0.4;
}
/* line 6272, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.close:hover,
.close:focus {
opacity: 1;
}
/* line 6275, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert {
border: none;
}
/* line 6278, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.alert .alert-link {
text-decoration: underline;
color: #fff;
}
/* line 6282, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.label {
border-radius: 0;
}
/* line 6285, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress {
height: 8px;
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 6290, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.progress .progress-bar {
font-size: 8px;
line-height: 8px;
}
/* line 6295, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-heading,
.panel-footer {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
/* line 6299, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.panel-default .close {
color: #333333;
}
/* line 6302, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.modal .close {
color: #333333;
}
/* line 6305, ../../../../../../../../resource/compass/sass/general/_bootstrap-cosmo.scss */
.popover {
color: #333333;
}
/* line 2, ../../../../../../../../resource/compass/sass/general/_global.scss */
.link-list-table > tbody > tr > td {
padding: 0px;
}
/* line 6, ../../../../../../../../resource/compass/sass/general/_global.scss */
.link-list-table > tbody > tr > td > a {
display: block;
padding: 8px;
}
/* line 11, ../../../../../../../../resource/compass/sass/general/_global.scss */
iframe {
border: 1px solid #444;
}
/* line 2, ../../../../../../../../resource/compass/sass/general/_navigation.scss */
.navbar {
background: #555;
color: #eee;
min-height: 0px;
}
/* line 8, ../../../../../../../../resource/compass/sass/general/_navigation.scss */
.navbar .navbar-nav li a {
color: #eee;
text-shadow: black 0 1px 0;
padding: 7px 10px;
}
/* line 14, ../../../../../../../../resource/compass/sass/general/_navigation.scss */
.navbar .navbar-nav > .active > a {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
background-color: #e0e0ff;
text-shadow: #eee 0 1px 0;
}
/* line 20, ../../../../../../../../resource/compass/sass/general/_navigation.scss */
.navbar .navbar-nav > .active > a:hover {
background-color: #d0d0ff;
}
/* line 24, ../../../../../../../../resource/compass/sass/general/_navigation.scss */
.navbar-form {
margin-top: 3px;
margin-bottom: 3px;
margin-left: 0px;
margin-right: 0px;
box-shadow: none;
padding: 0px 5px;
}
@media (min-width: 768px) {
/* line 34, ../../../../../../../../resource/compass/sass/general/_navigation.scss */
.navbar-form {
margin: 8px 0px;
padding: 0px 15px;
}
/* line 38, ../../../../../../../../resource/compass/sass/general/_navigation.scss */
.navbar .navbar-nav li a {
padding: 15px;
text-align: center;
}
/* line 42, ../../../../../../../../resource/compass/sass/general/_navigation.scss */
.navbar {
min-height: 0px;
}
} | 0.259263 | 0.030589 |
@import "ionicons.css";
@import "normalize.css";
html,
body {
margin: 0;
padding: 0;
font-family: "Avenir", sans-serif;
}
body {
padding: 44px 0 88px 0;
background: #000;
}
a[href=''] {
text-decoration: none;
color: #888;
}
button {
background: transparent;
border: 0;
}
.app {
}
/* =============================================================================
Header
============================================================================= */
.header {
position: fixed;
top: 0;
width: 100%;
height: 44px;
background: #272e33;
color: #fff;
z-index: 1;
}
.header h1 {
margin: 0;
padding: 1em;
font-size: 1em;
text-align: center;
text-transform: uppercase;
font-weight: 200;
}
.header .toggle-menu {
position: absolute;
left: 0;
top: 0;
font-size: 2em;
}
/* =============================================================================
Menu
============================================================================= */
.menu {
box-sizing: border-box;
position: fixed;
margin: 0;
padding: 2em;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
background: rgba(0,0,0,.8);
color: #ffffff;
opacity: 0;
pointer-events: none;
/*transform: matrix3d(0.99,0,0.10,0,0.00,1,0.00,0,-0.1,0,0.99,0,0,0,30,1);*/
transform: scale(1.05);
/*transform-origin: 0 50%;*/
transition: all .1s;
}
.menu.active {
opacity: 1;
pointer-events: auto;
/*transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);*/
transform: scale(1);
transition: all .3s;
}
.menu ul {
padding: 0;
margin: 0;
}
.menu li {
display: inline-block;
list-style: none;
}
.menu a {
display: inline-block;
padding: .5ex;
color: #ffffff;
border: 1px solid #fff;
text-decoration: none;
}
.menu a:hover {
color:#00d8ff;
}
/* =============================================================================
Menu
============================================================================= */
.tracks {
}
.list {
list-style: none;
margin: 0;
padding: 0;
}
.list li {
margin: 0;
padding: 0;
}
.track {
position: relative;
/*display: flex;*/
color: #13171a;
text-decoration: none;
border-bottom: 1px solid #222;
display: block;
}
.track-preview {
/*flex: none;*/
height: 200px;
width: 100%;
background-color: #000000;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.track-preview::after {
content: ' ';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}
.track-title {
/*flex: auto;*/
box-sizing: border-box;
width: 100%;
position: absolute;
bottom: 0px;
left: 0px;
padding: 15px;
margin: 0;
font-size: 1em;
font-weight: bold;
text-decoration: none;
color: #fff;
white-space: pre;
overflow: hidden;
text-overflow: ellipsis;
/*color: #3177af;*/
}
/* =============================================================================
Player
============================================================================= */
.player {
position: fixed;
bottom: 0;
width: 100%;
height: 88px;
background: #272e33;
color: #ffffff;
z-index: 1;
text-align: center;
}
#player {
position: absolute;
visibility: hidden;
width: 64px;
height: 64px;
float: left;
background: #000;
}
.play {
font-size: 2em;
display: inline-block;
}
.pause {
font-size: 2em;
display: none;
}
.playing .play {
display: none;
}
.playing .pause {
display: inline-block;
}
.player .title {
display: block;
}
.player-info {
display: flex;
padding: 5px;
}
.player-info .title {
flex: auto;
text-align: left;
white-space: nowrap;
overflow: hidden;
}
.player-info .currentTime {
padding-left: 5px;
flex: none;
text-align: right;
} | app/style/app.css | @import "ionicons.css";
@import "normalize.css";
html,
body {
margin: 0;
padding: 0;
font-family: "Avenir", sans-serif;
}
body {
padding: 44px 0 88px 0;
background: #000;
}
a[href=''] {
text-decoration: none;
color: #888;
}
button {
background: transparent;
border: 0;
}
.app {
}
/* =============================================================================
Header
============================================================================= */
.header {
position: fixed;
top: 0;
width: 100%;
height: 44px;
background: #272e33;
color: #fff;
z-index: 1;
}
.header h1 {
margin: 0;
padding: 1em;
font-size: 1em;
text-align: center;
text-transform: uppercase;
font-weight: 200;
}
.header .toggle-menu {
position: absolute;
left: 0;
top: 0;
font-size: 2em;
}
/* =============================================================================
Menu
============================================================================= */
.menu {
box-sizing: border-box;
position: fixed;
margin: 0;
padding: 2em;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
background: rgba(0,0,0,.8);
color: #ffffff;
opacity: 0;
pointer-events: none;
/*transform: matrix3d(0.99,0,0.10,0,0.00,1,0.00,0,-0.1,0,0.99,0,0,0,30,1);*/
transform: scale(1.05);
/*transform-origin: 0 50%;*/
transition: all .1s;
}
.menu.active {
opacity: 1;
pointer-events: auto;
/*transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);*/
transform: scale(1);
transition: all .3s;
}
.menu ul {
padding: 0;
margin: 0;
}
.menu li {
display: inline-block;
list-style: none;
}
.menu a {
display: inline-block;
padding: .5ex;
color: #ffffff;
border: 1px solid #fff;
text-decoration: none;
}
.menu a:hover {
color:#00d8ff;
}
/* =============================================================================
Menu
============================================================================= */
.tracks {
}
.list {
list-style: none;
margin: 0;
padding: 0;
}
.list li {
margin: 0;
padding: 0;
}
.track {
position: relative;
/*display: flex;*/
color: #13171a;
text-decoration: none;
border-bottom: 1px solid #222;
display: block;
}
.track-preview {
/*flex: none;*/
height: 200px;
width: 100%;
background-color: #000000;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.track-preview::after {
content: ' ';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}
.track-title {
/*flex: auto;*/
box-sizing: border-box;
width: 100%;
position: absolute;
bottom: 0px;
left: 0px;
padding: 15px;
margin: 0;
font-size: 1em;
font-weight: bold;
text-decoration: none;
color: #fff;
white-space: pre;
overflow: hidden;
text-overflow: ellipsis;
/*color: #3177af;*/
}
/* =============================================================================
Player
============================================================================= */
.player {
position: fixed;
bottom: 0;
width: 100%;
height: 88px;
background: #272e33;
color: #ffffff;
z-index: 1;
text-align: center;
}
#player {
position: absolute;
visibility: hidden;
width: 64px;
height: 64px;
float: left;
background: #000;
}
.play {
font-size: 2em;
display: inline-block;
}
.pause {
font-size: 2em;
display: none;
}
.playing .play {
display: none;
}
.playing .pause {
display: inline-block;
}
.player .title {
display: block;
}
.player-info {
display: flex;
padding: 5px;
}
.player-info .title {
flex: auto;
text-align: left;
white-space: nowrap;
overflow: hidden;
}
.player-info .currentTime {
padding-left: 5px;
flex: none;
text-align: right;
} | 0.403214 | 0.080105 |
.topnav {
overflow: hidden;
background-color: #333;
position: sticky;
position: -webkit-sticky;
top: 0;
font-family: var(--second-font);
font-size: 14px;
z-index: 1;
}
.topnav a {
float: left;
display: block;
color: white;
text-align: center;
padding: 8px 12px;
text-decoration: none;
}
.topnav button {
float: left;
display: block;
color: white;
text-align: center;
padding: 8px;
text-decoration: none;
}
.topnav .navbar {
margin: 0;
border-radius: 0px;
background-color: #333;
padding: 8px 12px;
opacity: 100%;
text-decoration: none;
text-align: left;
}
.topnav .navbar.search,
.topnav .navbar.favorites {
margin: 0;
border-radius: 0px;
background-color: rgb(102, 125, 167);
padding: 8px 12px;
opacity: 100%;
text-decoration: none;
}
.topnav .navbar.favorites {
background-color: #ee9c9c;
}
.topnav .navbar:hover,
.topnav .navbar.favorites:hover {
opacity: 100%;
padding: 8px 12px;
background-color: #6ea79b;
}
.topnav .navbar.orange {
background-color: #ff7600;
}
.topnav .navbar.orange:hover {
opacity: 100%;
padding: 8px 12px;
background-color: #6ea79b;
}
.topnav button:hover,
.topnav a:hover {
transition: 0.2s ease-out;
background-color: #6ea79b;
}
.topnav button.login {
color: whitesmoke;
background-color: teal;
padding: 6px 8px;
float: right;
border-radius: 3px;
}
.topnav button.login {
padding: 6px 8px;
margin-bottom: 10px;
}
.topnav a.loginLink {
padding-right: 0;
color: teal;
float: right;
opacity: 80%;
}
.topnav a.loginLink:hover,
.topnav button.login:hover {
cursor: pointer;
opacity: 80%;
}
.topnav a.loginLink:hover {
color: dodgerblue;
text-decoration: underline;
background-color: transparent;
}
.topnav a.right,
.topnav button.right {
float: right;
}
.topnav a.no-border,
.topnav button.no-border {
border: none;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
.topnav .icon {
display: none;
}
/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 300px) {
.topnav a {
float: none;
display: block;
text-align: left;
width: 100%;
margin: 0;
padding: 14px;
}
.topnav .search-container {
float: none;
}
.topnav a,
.topnav input[type=text],
.topnav .search-container button {
float: none;
display: block;
text-align: left;
width: 100%;
padding: 14px;
}
}
@media screen and (max-width: 800px) {
.topnav a.login {
width: 100%;
padding: 20px 0px 0px 0px;
}
.topnav a:not(:first-child),
.topnav button:not(:first-child) {
display: none;
}
/* commented #1 */
.topnav a:not(:first-child),
.topnav button:not(:first-child) {
display: none;
}
.overlayLogin a:not(:first-child),
.overlayLogin button:not(:first-child) {
display: block;
}
.topnav a.icon,
.topnav button.icon {
float: right;
display: block;
}
.topnav button {
padding: 12px;
width: 100%;
}
.topnav .icon {
text-align: right;
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a,
.topnav.responsive button {
float: none;
display: block;
text-align: left;
border: none;
}
}
@media screen and (max-width: 600px) {
.topnav.responsive {
position: relative;
}
.topnav.responsive .icon {
text-align: right;
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a,
.topnav.responsive button {
float: none;
display: block;
text-align: left;
border: none;
}
}
@media screen and (max-width: 300px) {
.cancel-button {
width: 100%;
}
.topnav a:not(:first-child).loginLink,
.topnav a.loginLink {
width: 100%;
display: block;
}
.topnav a:not(:first-child),
.topnav button:not(:first-child) {
display: inline-block;
}
} | style/navbar.css | .topnav {
overflow: hidden;
background-color: #333;
position: sticky;
position: -webkit-sticky;
top: 0;
font-family: var(--second-font);
font-size: 14px;
z-index: 1;
}
.topnav a {
float: left;
display: block;
color: white;
text-align: center;
padding: 8px 12px;
text-decoration: none;
}
.topnav button {
float: left;
display: block;
color: white;
text-align: center;
padding: 8px;
text-decoration: none;
}
.topnav .navbar {
margin: 0;
border-radius: 0px;
background-color: #333;
padding: 8px 12px;
opacity: 100%;
text-decoration: none;
text-align: left;
}
.topnav .navbar.search,
.topnav .navbar.favorites {
margin: 0;
border-radius: 0px;
background-color: rgb(102, 125, 167);
padding: 8px 12px;
opacity: 100%;
text-decoration: none;
}
.topnav .navbar.favorites {
background-color: #ee9c9c;
}
.topnav .navbar:hover,
.topnav .navbar.favorites:hover {
opacity: 100%;
padding: 8px 12px;
background-color: #6ea79b;
}
.topnav .navbar.orange {
background-color: #ff7600;
}
.topnav .navbar.orange:hover {
opacity: 100%;
padding: 8px 12px;
background-color: #6ea79b;
}
.topnav button:hover,
.topnav a:hover {
transition: 0.2s ease-out;
background-color: #6ea79b;
}
.topnav button.login {
color: whitesmoke;
background-color: teal;
padding: 6px 8px;
float: right;
border-radius: 3px;
}
.topnav button.login {
padding: 6px 8px;
margin-bottom: 10px;
}
.topnav a.loginLink {
padding-right: 0;
color: teal;
float: right;
opacity: 80%;
}
.topnav a.loginLink:hover,
.topnav button.login:hover {
cursor: pointer;
opacity: 80%;
}
.topnav a.loginLink:hover {
color: dodgerblue;
text-decoration: underline;
background-color: transparent;
}
.topnav a.right,
.topnav button.right {
float: right;
}
.topnav a.no-border,
.topnav button.no-border {
border: none;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
.topnav .icon {
display: none;
}
/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 300px) {
.topnav a {
float: none;
display: block;
text-align: left;
width: 100%;
margin: 0;
padding: 14px;
}
.topnav .search-container {
float: none;
}
.topnav a,
.topnav input[type=text],
.topnav .search-container button {
float: none;
display: block;
text-align: left;
width: 100%;
padding: 14px;
}
}
@media screen and (max-width: 800px) {
.topnav a.login {
width: 100%;
padding: 20px 0px 0px 0px;
}
.topnav a:not(:first-child),
.topnav button:not(:first-child) {
display: none;
}
/* commented #1 */
.topnav a:not(:first-child),
.topnav button:not(:first-child) {
display: none;
}
.overlayLogin a:not(:first-child),
.overlayLogin button:not(:first-child) {
display: block;
}
.topnav a.icon,
.topnav button.icon {
float: right;
display: block;
}
.topnav button {
padding: 12px;
width: 100%;
}
.topnav .icon {
text-align: right;
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a,
.topnav.responsive button {
float: none;
display: block;
text-align: left;
border: none;
}
}
@media screen and (max-width: 600px) {
.topnav.responsive {
position: relative;
}
.topnav.responsive .icon {
text-align: right;
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a,
.topnav.responsive button {
float: none;
display: block;
text-align: left;
border: none;
}
}
@media screen and (max-width: 300px) {
.cancel-button {
width: 100%;
}
.topnav a:not(:first-child).loginLink,
.topnav a.loginLink {
width: 100%;
display: block;
}
.topnav a:not(:first-child),
.topnav button:not(:first-child) {
display: inline-block;
}
} | 0.490236 | 0.075585 |
.list-header{
width: 100%;
height: 50px;
border-bottom: 1px solid #eee;
}
.list-header .search{
height: 100%;
float: right;
}
.list-header .search .input{
position: relative;
height: 100%;
border-radius: 3px;
}
.list-header .search .input input{
display: inline-block;
vertical-align: bottom;
height: 100%;
font-size: 14px;
font-weight: 200;
margin-left: 15px;
width: 200px;
background: rgba(0,0,0,0);
border: none;
}
.list-header .search .input em{
display: inline-block;
width: 20px;
height: 100%;
background: url(http://qiniu.cdn-chuang.com/search.png) no-repeat center;
background-size: 16px;
background-position: 0 20px;
margin-top: 2px;
}
.list-header .search .input i{
position: absolute;
display: inline-block;
visibility: hidden;
right: 12px;
width: 25px;
height: 25px;
background: url(http://dn-t2ipo.qbox.me/v3%2Fpublic%2Fenter-key.png) no-repeat center;
background-size: 14px 16px;
top: 18px;
}
.list-header .search .input input:focus{
outline: none;
border: none;
}
.list-header .search .input input:focus+i{
visibility: visible;
}
.list-header .divider{
height: 100%;
float: right;
width: 10px;
padding: 20px 0 8px;
text-align: center;
}
.list-header .divider em{
display: inline-block;
height: 100%;
border-left: 1px solid #ddd;
}
.list-header .nav{
height: 100%;
float: left;
}
.list-header .nav a{
display: inline-block;
height: 100%;
margin-right: 28px;
line-height: 50px;
font-size: 14px;
cursor: pointer;
}
.list-header .nav a.active{
font-weight: 900;
border-bottom: 2px solid #6e8cfb;
}
.list-header .nav a:hover{
color: #999;
}
.list-header .nav-right{
height: 100%;
padding: 14px 0 0;
float: right;
}
.list-header .nav-right a{
display: inline-block;
height: 36px;
line-height: 36px;
font-size: 12px;
cursor: pointer;
padding: 0 14px;
transition: background .4s;
-moz-transition: background .4s;
-webkit-transition: background .4s;
}
.list-header .nav-right a span{
line-height: 34px;
font-size: 14px;
color: inherit;
vertical-align: top;
margin-left: 4px;
}
.list-header .nav-right a em{
line-height: 14px;
font-size: 20px;
color: inherit;
}
.list-header .nav-right a:hover{
opacity: .7;
}
.list-body{
min-height: 445px;
width: 100%;
border-bottom: 1px solid #eee;
}
.list-body table{
width: 100%;
border-spacing: 0;
}
.list-body table thead{
width: 100%;
line-height: 40px;
-moz-user-select:none;
-webkit-user-select:none;
user-select:none;
}
.list-body table thead th:nth-child(1){
padding: 0 20px;
}
.list-body table thead th{
text-align: left;
}
.list-body table thead th span{
font-size: 12px;
color: #333;
}
.list-body table thead th.orderable{
cursor: pointer;
}
.list-body table thead th.orderable em{
display: inline-block;
background: url(http://dn-t2ipo.qbox.me/v3%2Fpublic%2Ficon-button.png) no-repeat;
width: 12px;
height: 12px;
vertical-align: middle;
margin-right: 5px;
background-position: -96px -64px;
}
.list-body table thead th.orderable.asc em{
background-position: -73px -64px;
}
.list-body table thead th.orderable.desc em{
background-position: -85px -64px;
}
.list-body table tbody tr{
animation: fadeIn 0.7s linear 0s normal forwards;
-webkit-animation: fadeIn 0.7s linear 0s normal forwards;
-moz-animation: fadeIn 0.7s linear 0s normal forwards;
}
.list-body table tbody tr:nth-child(2n+1){
background: #f2f3f5;
}
.list-body table tbody tr:hover{
background: #eee;
}
.list-body table tbody td{
font-size: 12px;
color: #666;
line-height: 40px;
overflow: hidden;
white-space: nowrap;
}
.list-body table tbody td div{
line-height: inherit;
white-space: inherit;
font-size: inherit;
}
.list-body table tbody td a{
line-height: inherit;
white-space: inherit;
font-size: inherit;
}
.list-body table tbody td span{
font-size: inherit;
line-height: inherit;
}
.list-body table tbody td.clickable{
padding: 0 20px;
max-width: 200px;
text-overflow: ellipsis;
}
.list-body table tbody td.clickable.active{
cursor: pointer;
}
.list-body table tbody td.clickable.active:hover{
opacity: .7;
}
.list-body table tbody tr .clickable.new:before{
content: ' ';
display: inline-block;
height: 7px;
width: 7px;
vertical-align: 2px;
margin-right: 7px;
border-radius: 50%;
background: #6e8cfb;
}
.list-body table tbody .clickable.new{
font-weight: 900 ;
}
.list-body table tbody td.publish em{
display: inline-block;
height: 20px;
width: 20px;
vertical-align: -7px;
margin-right: 5px;
background: url(https://dn-t2ipo.qbox.me/v3%2Fpublic%2Ficons.png) no-repeat center;
background-size: 90px;
}
.list-body table tbody td.publish.now em{
background-position:0 1px;
}
.list-body table tbody td.publish.cancel em{
background-position: 0 -23px;
background-size: 92px;
}
.list-body table tbody td.publish.time em{
background-position:-46px 2px;;
}
.list-body table tbody td.publish span{
color: #666;
}
.list-body table tbody td.publish.now:after{
content:'已发布';
display: inline-block;
}
.list-body table tbody td.publish.cancel:after{
content:'未发布';
display: inline-block;
}
.list-body table tbody td.publish.time:after{
content:'定时发布';
display: inline-block;
}
.list-body table tbody td.handle div.hide{
visibility: hidden;
}
.list-body table tbody td.handle a{
display: inline-block;
vertical-align: top;
margin-right: 5px;
cursor: pointer;
}
.list-body table tbody td.handle a:hover{
opacity: .8;
}
.list-body table tbody td.handle a em{
display: inline-block;
width: 20px;
height: 20px;
vertical-align: -5px;
margin-right: 5px;
background: url(http://dn-t2ipo.qbox.me/v3%2Fpublic%2Ficons.png) no-repeat center;
background-size: 40px;
}
.list-body table tbody td.handle a.post em{
background-position: -22px 3px;
background-size: 90px;
}
.list-body table tbody td.handle a.edit em{
background-position: -20px -43px;
background-size: 88px;
}
.list-body table tbody td.handle a.del em{
background-position: -19px -20px;
background-size: 88px;
}
.list-body table tbody td.handle a.unlink em{
background: url(http://qiniu.cdn-chuang.com/user-remove.png) no-repeat;
background-position: 0;
background-size: 16px;
}
.list-body table tbody td.handle a.preview em{
background: url(http://dn-t2ipo.qbox.me/v3%2Fpublic%2Feye.png) no-repeat center;
background-size: 18px;
background-position: 0 -1px;
}
.list-body table tbody td.handle a.recovery em{
background: url(http://dn-t2ipo.qbox.me/v3%2Fpublic%2Frecovery-icon.png) no-repeat center;
background-size: 16px;
background-position: 2px 1px;
}
.list-body table tbody td.handle a span{
color: #666;
}
.list-footer{
position: relative;
width: 100%;
height: 40px;
overflow: hidden;
}
.list-footer .page-info{
display: inline-block;
float: left;
height: 100%;
width: 100px;
text-align: center;
}
.list-footer .page-info p{
font-size: 12px;
line-height: 40px;
color: #333;
}
.list-footer .page-info p span{
font-size: inherit;
line-height: inherit;
color: inherit;
}
.list-footer .page-size{
float: left;
height: 100%;
width: 160px;
}
.list-footer .page-size p{
display: inline-block;
font-size: 12px;
height: 100%;
line-height: 40px;
color: #333;
}
.list-footer .page-size span{
display: inline-block;
font-size: inherit;
vertical-align: top;
height: 100%;
padding: 7px 5px;
}
.list-footer .page-size span a{
display: inline-block;
font-size: 12px;
vertical-align: top;
padding: 3px;
line-height: 20px;
border-radius: 3px;
cursor: pointer;
}
.list-footer .page-size span a:hover{
color: #6e8cfb;
}
.list-footer .page-size span a.active{
background: #333;
color: #fff;
}
.list-footer .pagination{
float: right;
height: 100%;
min-width: 200px;
-moz-user-select:none;
-webkit-user-select:none;
user-select:none;
}
.list-footer .pagination a.btn{
display: inline-block;
height: 100%;
width: 40px;
padding: 7px;
}
.list-footer .pagination a.btn em{
display: inline-block;
vertical-align: top;
line-height: 20px;
height: 26px;
width: 20px;
border-radius: 3px;
opacity: .5;
background: url(http://dn-t2ipo.qbox.me/v3%2Fpublic%2Fpagination-icon.png) no-repeat center;
background-size: 30px;
}
.list-footer .pagination a.btn em.prev{
background-position: -14px -14px;;
}
.list-footer .pagination a.btn em.next{
background-position: 3px 5px;
}
.list-footer .pagination a.active.btn em{
cursor: pointer;
opacity: 1;
}
.list-footer .pagination a.btn.active em.prev:hover{
background-color: #333;
background-position: 3px -14px;
}
.list-footer .pagination a.btn.active em.next:hover{
background-color: #333;
background-position: -12px 5px;
}
.list-footer .pagination a.hide{
visibility: hidden;
}
.list-footer .pagination span{
display: inline-block;
vertical-align: top;
padding: 7px 0;
height: 100%;
min-width: 270px;
text-align: center;
}
.list-footer .pagination span a{
display: inline-block;
font-size: 12px;
vertical-align: top;
padding: 3px 6px;
line-height: 20px;
border-radius: 3px;
cursor: pointer;
}
.list-footer .pagination span a:hover{
color: #6e8cfb;
}
.list-footer .pagination span a.active{
background: #333;
color: #fff;
}
.list-footer .pagination span a.disable:hover{
background-color: #fff;
color: #333;
cursor: default;
}
/*侧弹窗公共部分start*/
.pop-container{
position: fixed;
top: 0;
padding-top: 40px;
right: -100%;
height: 100%;
z-index: 10;
box-shadow: -4px 43px 10px rgba(0,0,0,.07);
-webkit-transition: right 0.4s ease-out;
-moz-transition: right 0.4s ease-out;
transition: right 0.4s ease-out;
}
.pop-container.edit,
.pop-container.add{
right: 0;
}
.pop-container .thin-box{
display: none;
width: 400px;
height: 100%;
padding: 20px 40px;
background: rgba(255,255,255,1);
}
.pop-container .thin-box .header{
width: 100%;
height: 30px;
}
.pop-container .thin-box .header h3{
display: inline-block;
line-height: 30px;
font-size: 16px;
height: 30px;
}
.pop-container .thin-box .header h3 em{
display: inline-block;
height: 30px;
width: 30px;
margin-right: 5px;
}
.pop-container .thin-box .header h3 span{
vertical-align: top;
line-height: inherit;
font-size: inherit;
}
.pop-container .thin-box .header a{
display: inline-block;
height: 30px;
width: 30px;
line-height: 28px;;
font-size: 22px;
text-align: center;
cursor: pointer;
float: right;
-webkit-transition: transform 0.1s ease-in;
-moz-transition: transform 0.1s ease-in;
transition: transform 0.1s ease-in;
}
.pop-container .thin-box .header a:hover{
transform: rotate(75deg);
-ms-transform: rotate(75deg); /* IE 9 */
-webkit-transform: rotate(75deg); /* Safari and Chrome */
-moz-transform: rotate(75deg); /* Firefox */
}
.pop-container .thin-box .confirm{
width: 100%;
}
.pop-container .thin-box .confirm div{
float: left;
width: 50%;
height: 70px;
overflow: hidden;
text-align: center;
}
.pop-container .thin-box .confirm div a{
display: inline-block;
width: 40px;
height: 70px;
cursor: pointer;
overflow: hidden;
}
.pop-container .thin-box .confirm div a em{
display: inline-block;
width: 40px;
height: 40px;
background: url(http://dn-t2ipo.qbox.me/v3%2Fpublic%2Ficons.png) no-repeat center;
background-size: 140px;
}
.pop-container .thin-box .confirm div a em.yes{
background-position: 8px 8px;;
}
.pop-container .thin-box .confirm div a em.no{
background-position: 8px -27px;;
}
.pop-container .thin-box .confirm div a:hover{
opacity: .6;
}
.pop-container .thin-box .confirm div a span{
display: inline-block;
vertical-align: top;
width: 100%;
line-height: 12px;
font-size: 12px;
color: #999;
}
/*侧弹窗公共部分end*/
/*侧弹窗编辑用户*/
.pop-container.edit .edit{
display: block;
}
.pop-container .edit .header h3 em{
background: url(https://dn-t2ipo.qbox.me/v3%2Fpublic%2Ficons.png) no-repeat center;
background-position: -24px -56px;
background-size: 116px;
}
.pop-container .edit .profile{
width: 100%;
height: 100px;
margin-top: 50px;
overflow: hidden;
}
.pop-container .edit .profile .avatar{
width: 100px;
height: 100%;
padding: 0 20px 0 0;
float: left;
}
.pop-container .edit .profile .avatar img{
width: 100%;
border: 1px solid #eee;
border-radius: 50%;
height: 80px;
}
.pop-container .edit .profile .intro{
width: 180px;
height: 100%;
padding: 0 20px 0 5px;;
float: left;
}
.pop-container .edit .profile .intro p{
display: inline-block;
width: 100%;
font-size: 12px;
margin-top: 45px;
color: #999;
}
.pop-container .edit .role{
position: relative;
width: 100%;
height: 30px;
margin-top: 50px;
font-size: 12px;
border-bottom: 1px solid #eee;
z-index: 1;
}
.pop-container .edit .role h5{
display: inline-block;
color: #333;
font-size: inherit;
line-height: 30px;
float: left;
}
.pop-container .edit .role p{
line-height: 30px;
font-size: inherit;
color: #999;
float: right;
cursor: pointer;
}
.pop-container .edit .role p span{
line-height: inherit;
color: inherit;
font-size: inherit;
}
.pop-container .edit .role p em{
display: inline-block;
height: 30px;
width: 30px;
vertical-align: top;
background: url(http://dn-t2ipo.qbox.me/v3%2Fpublic%2Ficonfont-down.png) no-repeat center;
background-size: 14px;
-webkit-transition: transform 0.3s ease-in;
-moz-transition: transform 0.3s ease-in;
transition: transform 0.3s ease-in;
}
.pop-container .edit .role.active p em{
transform: rotateX(180deg);
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
}
.pop-container .edit .role ul{
position: absolute;
right: 0;
top: 30px;
width: 120px;
background: #fff;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
box-shadow: -4px 10px 10px rgba(0,0,0,.07);
display: none;
}
.pop-container .edit .role ul li{
display: inline-block;
width: 100%;
height: 28px;
font-size: 12px;
line-height: 28px;
color: #999;
text-align: left;
padding: 0 20px;
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border-bottom: 1px solid #eee;
}
.pop-container .edit .role ul li:hover{
background: #999;
color: #fff;
}
.pop-container .edit .role.active ul{
display: inline-block;
}
.pop-container .edit .confirm{
margin-top: 120px;
}
/*侧弹窗添加用户*/
.pop-container.add .add{
display: block;
}
.pop-container .add .confirm{
margin-top: 30px;
}
.pop-container .add .header h3 em{
width: 20px;
}
.pop-container .add .header h3 em:after{
content: '+';
display: inline-block;
font-size: 18px;
font-weight: 900;
}
.pop-container .add .header h3:after{
content: '添加';
display: inline-block;
font-size: 16px;
color: #333;
}
.pop-container .add.second .header h3 em{
cursor: pointer;
}
.pop-container .add.second .header h3 em:after{
content: '<';
color: #333;
}
.pop-container .add.second .header h3:after{
content: '返回';
display: inline-block;
font-size: 16px;
color: #333;
cursor: pointer;
}
.pop-container .add.second .header h3:hover{
opacity: .8;
}
.pop-container .add .search{
width: 100%;
height: 350px;
margin-top: 50px;
overflow: hidden;
}
.pop-container .add .search .wrap{
width: 200%;
height: 100%;
overflow: hidden;
}
.pop-container .add .search .wrap .input{
height: 100%;
width: 50%;
float: left;
overflow: hidden;
-webkit-transition: margin 0.3s ease-in;
-moz-transition: margin 0.3s ease-in;
transition: margin 0.3s ease-in;
}
.pop-container .add .search .wrap .input input{
display: inline-block;
height: 34px;
width: 260px;
font-size: 12px;
color: #999;
padding: 0 10px;
vertical-align: bottom;
border:1px solid #eee;
background: rgba(0,0,0,0);
float: left;
}
.pop-container .add .search .wrap .input input:focus{
outline: none;
}
.pop-container .add .search .wrap .input a{
display: inline-block;
height: 34px;
width: 60px;
line-height: 34px;
font-size: 12px;
background: #999;
color: #fff;
vertical-align: bottom;
text-align: center;
cursor: pointer;
-webkit-transition: background 0.3s ease-in;
-moz-transition: background 0.3s ease-in;
transition: background 0.3s ease-in;
}
.pop-container .add .search .wrap .input a:hover{
background: #333;
}
.pop-container .add .search .wrap .input ul{
display: inline-block;
width: 260px;
border: 1px solid #eee;
padding: 0 30px 30px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
box-shadow: -4px 3px 10px rgba(0,0,0,.07);
}
.pop-container .add .search .wrap .input ul li{
display: inline-block;
width: 100%;
height: 40px;
padding: 5px 0 5px 15px;
border-bottom: 1px solid #eee;
}
.pop-container .add .search .wrap .input ul li img{
height: 30px;
width: 30px;
}
.pop-container .add .search .wrap .input ul li span{
display: inline-block;
font-size: 12px;
line-height: 40px;
color: #999;
margin-left: 20px;
vertical-align: top;
max-width: 94px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.pop-container .add .search .wrap .input ul li em{
display: inline-block;
font-size: 16px;
font-weight: 900;
color: #999;
width: 30px;
height: 30px;
line-height: 40px;
cursor: pointer;
float: right;
}
/*添加用户 第二页*/
.pop-container .add.second .search .wrap .input{
margin-left: -50%;
}
.pop-container .add .search .wrap .input ul li em:hover{
color: #333;
}
.pop-container .add .search .wrap .role{
height: 100%;
width: 50%;
float: left;
}
.pop-container .add .search .wrap .role .profile{
width: 100%;
height: 100px;
margin-top: 50px;
overflow: hidden;
}
.pop-container .add .search .wrap .role .profile .avatar{
width: 100px;
height: 100%;
padding: 0 20px 0 0;
float: left;
}
.pop-container .add .search .wrap .role .profile .avatar img{
width: 100%;
border: 1px solid #eee;
border-radius: 50%;
height: 80px;
}
.pop-container .add .search .wrap .role .profile .intro{
width: 180px;
height: 100%;
padding: 0 20px 0 5px;;
float: left;
}
.pop-container .add .search .wrap .role .profile .intro p{
display: inline-block;
width: 100%;
font-size: 12px;
margin-top: 45px;
color: #999;
}
.pop-container .add .search .wrap .role .set{
position: relative;
width: 100%;
height: 30px;
margin-top: 50px;
font-size: 12px;
border-bottom: 1px solid #eee;
z-index: 1;
}
.pop-container .add .search .wrap .role .set h5{
display: inline-block;
color: #333;
font-size: inherit;
line-height: 30px;
float: left;
}
.pop-container .add .search .wrap .role .set p{
line-height: 30px;
font-size: inherit;
color: #999;
float: right;
cursor: pointer;
}
.pop-container .add .search .wrap .role .set p span{
line-height: inherit;
color: inherit;
font-size: inherit;
}
.pop-container .add .search .wrap .role .set p em{
display: inline-block;
height: 30px;
width: 30px;
vertical-align: top;
background: url(http://dn-t2ipo.qbox.me/v3%2Fpublic%2Ficonfont-down.png) no-repeat center;
background-size: 14px;
-webkit-transition: transform 0.3s ease-in;
-moz-transition: transform 0.3s ease-in;
transition: transform 0.3s ease-in;
}
.pop-container .add .search .wrap .role .set.active p em{
transform: rotateX(180deg);
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
}
.pop-container .add .search .wrap .role .set ul{
position: absolute;
right: 0;
top: 30px;
width: 120px;
background: #fff;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
box-shadow: -4px 10px 10px rgba(0,0,0,.07);
display: none;
}
.pop-container .add .search .wrap .role .set ul li{
display: inline-block;
width: 100%;
height: 28px;
font-size: 12px;
line-height: 28px;
color: #999;
text-align: left;
padding: 0 20px;
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border-bottom: 1px solid #eee;
}
.pop-container .add .search .wrap .role .set ul li:hover{
background: #999;
color: #fff;
}
.pop-container .add .search .wrap .role .set.active ul{
display: inline-block;
} | resources/assets/css/platform.admin.user.css | .list-header{
width: 100%;
height: 50px;
border-bottom: 1px solid #eee;
}
.list-header .search{
height: 100%;
float: right;
}
.list-header .search .input{
position: relative;
height: 100%;
border-radius: 3px;
}
.list-header .search .input input{
display: inline-block;
vertical-align: bottom;
height: 100%;
font-size: 14px;
font-weight: 200;
margin-left: 15px;
width: 200px;
background: rgba(0,0,0,0);
border: none;
}
.list-header .search .input em{
display: inline-block;
width: 20px;
height: 100%;
background: url(http://qiniu.cdn-chuang.com/search.png) no-repeat center;
background-size: 16px;
background-position: 0 20px;
margin-top: 2px;
}
.list-header .search .input i{
position: absolute;
display: inline-block;
visibility: hidden;
right: 12px;
width: 25px;
height: 25px;
background: url(http://dn-t2ipo.qbox.me/v3%2Fpublic%2Fenter-key.png) no-repeat center;
background-size: 14px 16px;
top: 18px;
}
.list-header .search .input input:focus{
outline: none;
border: none;
}
.list-header .search .input input:focus+i{
visibility: visible;
}
.list-header .divider{
height: 100%;
float: right;
width: 10px;
padding: 20px 0 8px;
text-align: center;
}
.list-header .divider em{
display: inline-block;
height: 100%;
border-left: 1px solid #ddd;
}
.list-header .nav{
height: 100%;
float: left;
}
.list-header .nav a{
display: inline-block;
height: 100%;
margin-right: 28px;
line-height: 50px;
font-size: 14px;
cursor: pointer;
}
.list-header .nav a.active{
font-weight: 900;
border-bottom: 2px solid #6e8cfb;
}
.list-header .nav a:hover{
color: #999;
}
.list-header .nav-right{
height: 100%;
padding: 14px 0 0;
float: right;
}
.list-header .nav-right a{
display: inline-block;
height: 36px;
line-height: 36px;
font-size: 12px;
cursor: pointer;
padding: 0 14px;
transition: background .4s;
-moz-transition: background .4s;
-webkit-transition: background .4s;
}
.list-header .nav-right a span{
line-height: 34px;
font-size: 14px;
color: inherit;
vertical-align: top;
margin-left: 4px;
}
.list-header .nav-right a em{
line-height: 14px;
font-size: 20px;
color: inherit;
}
.list-header .nav-right a:hover{
opacity: .7;
}
.list-body{
min-height: 445px;
width: 100%;
border-bottom: 1px solid #eee;
}
.list-body table{
width: 100%;
border-spacing: 0;
}
.list-body table thead{
width: 100%;
line-height: 40px;
-moz-user-select:none;
-webkit-user-select:none;
user-select:none;
}
.list-body table thead th:nth-child(1){
padding: 0 20px;
}
.list-body table thead th{
text-align: left;
}
.list-body table thead th span{
font-size: 12px;
color: #333;
}
.list-body table thead th.orderable{
cursor: pointer;
}
.list-body table thead th.orderable em{
display: inline-block;
background: url(http://dn-t2ipo.qbox.me/v3%2Fpublic%2Ficon-button.png) no-repeat;
width: 12px;
height: 12px;
vertical-align: middle;
margin-right: 5px;
background-position: -96px -64px;
}
.list-body table thead th.orderable.asc em{
background-position: -73px -64px;
}
.list-body table thead th.orderable.desc em{
background-position: -85px -64px;
}
.list-body table tbody tr{
animation: fadeIn 0.7s linear 0s normal forwards;
-webkit-animation: fadeIn 0.7s linear 0s normal forwards;
-moz-animation: fadeIn 0.7s linear 0s normal forwards;
}
.list-body table tbody tr:nth-child(2n+1){
background: #f2f3f5;
}
.list-body table tbody tr:hover{
background: #eee;
}
.list-body table tbody td{
font-size: 12px;
color: #666;
line-height: 40px;
overflow: hidden;
white-space: nowrap;
}
.list-body table tbody td div{
line-height: inherit;
white-space: inherit;
font-size: inherit;
}
.list-body table tbody td a{
line-height: inherit;
white-space: inherit;
font-size: inherit;
}
.list-body table tbody td span{
font-size: inherit;
line-height: inherit;
}
.list-body table tbody td.clickable{
padding: 0 20px;
max-width: 200px;
text-overflow: ellipsis;
}
.list-body table tbody td.clickable.active{
cursor: pointer;
}
.list-body table tbody td.clickable.active:hover{
opacity: .7;
}
.list-body table tbody tr .clickable.new:before{
content: ' ';
display: inline-block;
height: 7px;
width: 7px;
vertical-align: 2px;
margin-right: 7px;
border-radius: 50%;
background: #6e8cfb;
}
.list-body table tbody .clickable.new{
font-weight: 900 ;
}
.list-body table tbody td.publish em{
display: inline-block;
height: 20px;
width: 20px;
vertical-align: -7px;
margin-right: 5px;
background: url(https://dn-t2ipo.qbox.me/v3%2Fpublic%2Ficons.png) no-repeat center;
background-size: 90px;
}
.list-body table tbody td.publish.now em{
background-position:0 1px;
}
.list-body table tbody td.publish.cancel em{
background-position: 0 -23px;
background-size: 92px;
}
.list-body table tbody td.publish.time em{
background-position:-46px 2px;;
}
.list-body table tbody td.publish span{
color: #666;
}
.list-body table tbody td.publish.now:after{
content:'已发布';
display: inline-block;
}
.list-body table tbody td.publish.cancel:after{
content:'未发布';
display: inline-block;
}
.list-body table tbody td.publish.time:after{
content:'定时发布';
display: inline-block;
}
.list-body table tbody td.handle div.hide{
visibility: hidden;
}
.list-body table tbody td.handle a{
display: inline-block;
vertical-align: top;
margin-right: 5px;
cursor: pointer;
}
.list-body table tbody td.handle a:hover{
opacity: .8;
}
.list-body table tbody td.handle a em{
display: inline-block;
width: 20px;
height: 20px;
vertical-align: -5px;
margin-right: 5px;
background: url(http://dn-t2ipo.qbox.me/v3%2Fpublic%2Ficons.png) no-repeat center;
background-size: 40px;
}
.list-body table tbody td.handle a.post em{
background-position: -22px 3px;
background-size: 90px;
}
.list-body table tbody td.handle a.edit em{
background-position: -20px -43px;
background-size: 88px;
}
.list-body table tbody td.handle a.del em{
background-position: -19px -20px;
background-size: 88px;
}
.list-body table tbody td.handle a.unlink em{
background: url(http://qiniu.cdn-chuang.com/user-remove.png) no-repeat;
background-position: 0;
background-size: 16px;
}
.list-body table tbody td.handle a.preview em{
background: url(http://dn-t2ipo.qbox.me/v3%2Fpublic%2Feye.png) no-repeat center;
background-size: 18px;
background-position: 0 -1px;
}
.list-body table tbody td.handle a.recovery em{
background: url(http://dn-t2ipo.qbox.me/v3%2Fpublic%2Frecovery-icon.png) no-repeat center;
background-size: 16px;
background-position: 2px 1px;
}
.list-body table tbody td.handle a span{
color: #666;
}
.list-footer{
position: relative;
width: 100%;
height: 40px;
overflow: hidden;
}
.list-footer .page-info{
display: inline-block;
float: left;
height: 100%;
width: 100px;
text-align: center;
}
.list-footer .page-info p{
font-size: 12px;
line-height: 40px;
color: #333;
}
.list-footer .page-info p span{
font-size: inherit;
line-height: inherit;
color: inherit;
}
.list-footer .page-size{
float: left;
height: 100%;
width: 160px;
}
.list-footer .page-size p{
display: inline-block;
font-size: 12px;
height: 100%;
line-height: 40px;
color: #333;
}
.list-footer .page-size span{
display: inline-block;
font-size: inherit;
vertical-align: top;
height: 100%;
padding: 7px 5px;
}
.list-footer .page-size span a{
display: inline-block;
font-size: 12px;
vertical-align: top;
padding: 3px;
line-height: 20px;
border-radius: 3px;
cursor: pointer;
}
.list-footer .page-size span a:hover{
color: #6e8cfb;
}
.list-footer .page-size span a.active{
background: #333;
color: #fff;
}
.list-footer .pagination{
float: right;
height: 100%;
min-width: 200px;
-moz-user-select:none;
-webkit-user-select:none;
user-select:none;
}
.list-footer .pagination a.btn{
display: inline-block;
height: 100%;
width: 40px;
padding: 7px;
}
.list-footer .pagination a.btn em{
display: inline-block;
vertical-align: top;
line-height: 20px;
height: 26px;
width: 20px;
border-radius: 3px;
opacity: .5;
background: url(http://dn-t2ipo.qbox.me/v3%2Fpublic%2Fpagination-icon.png) no-repeat center;
background-size: 30px;
}
.list-footer .pagination a.btn em.prev{
background-position: -14px -14px;;
}
.list-footer .pagination a.btn em.next{
background-position: 3px 5px;
}
.list-footer .pagination a.active.btn em{
cursor: pointer;
opacity: 1;
}
.list-footer .pagination a.btn.active em.prev:hover{
background-color: #333;
background-position: 3px -14px;
}
.list-footer .pagination a.btn.active em.next:hover{
background-color: #333;
background-position: -12px 5px;
}
.list-footer .pagination a.hide{
visibility: hidden;
}
.list-footer .pagination span{
display: inline-block;
vertical-align: top;
padding: 7px 0;
height: 100%;
min-width: 270px;
text-align: center;
}
.list-footer .pagination span a{
display: inline-block;
font-size: 12px;
vertical-align: top;
padding: 3px 6px;
line-height: 20px;
border-radius: 3px;
cursor: pointer;
}
.list-footer .pagination span a:hover{
color: #6e8cfb;
}
.list-footer .pagination span a.active{
background: #333;
color: #fff;
}
.list-footer .pagination span a.disable:hover{
background-color: #fff;
color: #333;
cursor: default;
}
/*侧弹窗公共部分start*/
.pop-container{
position: fixed;
top: 0;
padding-top: 40px;
right: -100%;
height: 100%;
z-index: 10;
box-shadow: -4px 43px 10px rgba(0,0,0,.07);
-webkit-transition: right 0.4s ease-out;
-moz-transition: right 0.4s ease-out;
transition: right 0.4s ease-out;
}
.pop-container.edit,
.pop-container.add{
right: 0;
}
.pop-container .thin-box{
display: none;
width: 400px;
height: 100%;
padding: 20px 40px;
background: rgba(255,255,255,1);
}
.pop-container .thin-box .header{
width: 100%;
height: 30px;
}
.pop-container .thin-box .header h3{
display: inline-block;
line-height: 30px;
font-size: 16px;
height: 30px;
}
.pop-container .thin-box .header h3 em{
display: inline-block;
height: 30px;
width: 30px;
margin-right: 5px;
}
.pop-container .thin-box .header h3 span{
vertical-align: top;
line-height: inherit;
font-size: inherit;
}
.pop-container .thin-box .header a{
display: inline-block;
height: 30px;
width: 30px;
line-height: 28px;;
font-size: 22px;
text-align: center;
cursor: pointer;
float: right;
-webkit-transition: transform 0.1s ease-in;
-moz-transition: transform 0.1s ease-in;
transition: transform 0.1s ease-in;
}
.pop-container .thin-box .header a:hover{
transform: rotate(75deg);
-ms-transform: rotate(75deg); /* IE 9 */
-webkit-transform: rotate(75deg); /* Safari and Chrome */
-moz-transform: rotate(75deg); /* Firefox */
}
.pop-container .thin-box .confirm{
width: 100%;
}
.pop-container .thin-box .confirm div{
float: left;
width: 50%;
height: 70px;
overflow: hidden;
text-align: center;
}
.pop-container .thin-box .confirm div a{
display: inline-block;
width: 40px;
height: 70px;
cursor: pointer;
overflow: hidden;
}
.pop-container .thin-box .confirm div a em{
display: inline-block;
width: 40px;
height: 40px;
background: url(http://dn-t2ipo.qbox.me/v3%2Fpublic%2Ficons.png) no-repeat center;
background-size: 140px;
}
.pop-container .thin-box .confirm div a em.yes{
background-position: 8px 8px;;
}
.pop-container .thin-box .confirm div a em.no{
background-position: 8px -27px;;
}
.pop-container .thin-box .confirm div a:hover{
opacity: .6;
}
.pop-container .thin-box .confirm div a span{
display: inline-block;
vertical-align: top;
width: 100%;
line-height: 12px;
font-size: 12px;
color: #999;
}
/*侧弹窗公共部分end*/
/*侧弹窗编辑用户*/
.pop-container.edit .edit{
display: block;
}
.pop-container .edit .header h3 em{
background: url(https://dn-t2ipo.qbox.me/v3%2Fpublic%2Ficons.png) no-repeat center;
background-position: -24px -56px;
background-size: 116px;
}
.pop-container .edit .profile{
width: 100%;
height: 100px;
margin-top: 50px;
overflow: hidden;
}
.pop-container .edit .profile .avatar{
width: 100px;
height: 100%;
padding: 0 20px 0 0;
float: left;
}
.pop-container .edit .profile .avatar img{
width: 100%;
border: 1px solid #eee;
border-radius: 50%;
height: 80px;
}
.pop-container .edit .profile .intro{
width: 180px;
height: 100%;
padding: 0 20px 0 5px;;
float: left;
}
.pop-container .edit .profile .intro p{
display: inline-block;
width: 100%;
font-size: 12px;
margin-top: 45px;
color: #999;
}
.pop-container .edit .role{
position: relative;
width: 100%;
height: 30px;
margin-top: 50px;
font-size: 12px;
border-bottom: 1px solid #eee;
z-index: 1;
}
.pop-container .edit .role h5{
display: inline-block;
color: #333;
font-size: inherit;
line-height: 30px;
float: left;
}
.pop-container .edit .role p{
line-height: 30px;
font-size: inherit;
color: #999;
float: right;
cursor: pointer;
}
.pop-container .edit .role p span{
line-height: inherit;
color: inherit;
font-size: inherit;
}
.pop-container .edit .role p em{
display: inline-block;
height: 30px;
width: 30px;
vertical-align: top;
background: url(http://dn-t2ipo.qbox.me/v3%2Fpublic%2Ficonfont-down.png) no-repeat center;
background-size: 14px;
-webkit-transition: transform 0.3s ease-in;
-moz-transition: transform 0.3s ease-in;
transition: transform 0.3s ease-in;
}
.pop-container .edit .role.active p em{
transform: rotateX(180deg);
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
}
.pop-container .edit .role ul{
position: absolute;
right: 0;
top: 30px;
width: 120px;
background: #fff;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
box-shadow: -4px 10px 10px rgba(0,0,0,.07);
display: none;
}
.pop-container .edit .role ul li{
display: inline-block;
width: 100%;
height: 28px;
font-size: 12px;
line-height: 28px;
color: #999;
text-align: left;
padding: 0 20px;
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border-bottom: 1px solid #eee;
}
.pop-container .edit .role ul li:hover{
background: #999;
color: #fff;
}
.pop-container .edit .role.active ul{
display: inline-block;
}
.pop-container .edit .confirm{
margin-top: 120px;
}
/*侧弹窗添加用户*/
.pop-container.add .add{
display: block;
}
.pop-container .add .confirm{
margin-top: 30px;
}
.pop-container .add .header h3 em{
width: 20px;
}
.pop-container .add .header h3 em:after{
content: '+';
display: inline-block;
font-size: 18px;
font-weight: 900;
}
.pop-container .add .header h3:after{
content: '添加';
display: inline-block;
font-size: 16px;
color: #333;
}
.pop-container .add.second .header h3 em{
cursor: pointer;
}
.pop-container .add.second .header h3 em:after{
content: '<';
color: #333;
}
.pop-container .add.second .header h3:after{
content: '返回';
display: inline-block;
font-size: 16px;
color: #333;
cursor: pointer;
}
.pop-container .add.second .header h3:hover{
opacity: .8;
}
.pop-container .add .search{
width: 100%;
height: 350px;
margin-top: 50px;
overflow: hidden;
}
.pop-container .add .search .wrap{
width: 200%;
height: 100%;
overflow: hidden;
}
.pop-container .add .search .wrap .input{
height: 100%;
width: 50%;
float: left;
overflow: hidden;
-webkit-transition: margin 0.3s ease-in;
-moz-transition: margin 0.3s ease-in;
transition: margin 0.3s ease-in;
}
.pop-container .add .search .wrap .input input{
display: inline-block;
height: 34px;
width: 260px;
font-size: 12px;
color: #999;
padding: 0 10px;
vertical-align: bottom;
border:1px solid #eee;
background: rgba(0,0,0,0);
float: left;
}
.pop-container .add .search .wrap .input input:focus{
outline: none;
}
.pop-container .add .search .wrap .input a{
display: inline-block;
height: 34px;
width: 60px;
line-height: 34px;
font-size: 12px;
background: #999;
color: #fff;
vertical-align: bottom;
text-align: center;
cursor: pointer;
-webkit-transition: background 0.3s ease-in;
-moz-transition: background 0.3s ease-in;
transition: background 0.3s ease-in;
}
.pop-container .add .search .wrap .input a:hover{
background: #333;
}
.pop-container .add .search .wrap .input ul{
display: inline-block;
width: 260px;
border: 1px solid #eee;
padding: 0 30px 30px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
box-shadow: -4px 3px 10px rgba(0,0,0,.07);
}
.pop-container .add .search .wrap .input ul li{
display: inline-block;
width: 100%;
height: 40px;
padding: 5px 0 5px 15px;
border-bottom: 1px solid #eee;
}
.pop-container .add .search .wrap .input ul li img{
height: 30px;
width: 30px;
}
.pop-container .add .search .wrap .input ul li span{
display: inline-block;
font-size: 12px;
line-height: 40px;
color: #999;
margin-left: 20px;
vertical-align: top;
max-width: 94px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.pop-container .add .search .wrap .input ul li em{
display: inline-block;
font-size: 16px;
font-weight: 900;
color: #999;
width: 30px;
height: 30px;
line-height: 40px;
cursor: pointer;
float: right;
}
/*添加用户 第二页*/
.pop-container .add.second .search .wrap .input{
margin-left: -50%;
}
.pop-container .add .search .wrap .input ul li em:hover{
color: #333;
}
.pop-container .add .search .wrap .role{
height: 100%;
width: 50%;
float: left;
}
.pop-container .add .search .wrap .role .profile{
width: 100%;
height: 100px;
margin-top: 50px;
overflow: hidden;
}
.pop-container .add .search .wrap .role .profile .avatar{
width: 100px;
height: 100%;
padding: 0 20px 0 0;
float: left;
}
.pop-container .add .search .wrap .role .profile .avatar img{
width: 100%;
border: 1px solid #eee;
border-radius: 50%;
height: 80px;
}
.pop-container .add .search .wrap .role .profile .intro{
width: 180px;
height: 100%;
padding: 0 20px 0 5px;;
float: left;
}
.pop-container .add .search .wrap .role .profile .intro p{
display: inline-block;
width: 100%;
font-size: 12px;
margin-top: 45px;
color: #999;
}
.pop-container .add .search .wrap .role .set{
position: relative;
width: 100%;
height: 30px;
margin-top: 50px;
font-size: 12px;
border-bottom: 1px solid #eee;
z-index: 1;
}
.pop-container .add .search .wrap .role .set h5{
display: inline-block;
color: #333;
font-size: inherit;
line-height: 30px;
float: left;
}
.pop-container .add .search .wrap .role .set p{
line-height: 30px;
font-size: inherit;
color: #999;
float: right;
cursor: pointer;
}
.pop-container .add .search .wrap .role .set p span{
line-height: inherit;
color: inherit;
font-size: inherit;
}
.pop-container .add .search .wrap .role .set p em{
display: inline-block;
height: 30px;
width: 30px;
vertical-align: top;
background: url(http://dn-t2ipo.qbox.me/v3%2Fpublic%2Ficonfont-down.png) no-repeat center;
background-size: 14px;
-webkit-transition: transform 0.3s ease-in;
-moz-transition: transform 0.3s ease-in;
transition: transform 0.3s ease-in;
}
.pop-container .add .search .wrap .role .set.active p em{
transform: rotateX(180deg);
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
}
.pop-container .add .search .wrap .role .set ul{
position: absolute;
right: 0;
top: 30px;
width: 120px;
background: #fff;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
box-shadow: -4px 10px 10px rgba(0,0,0,.07);
display: none;
}
.pop-container .add .search .wrap .role .set ul li{
display: inline-block;
width: 100%;
height: 28px;
font-size: 12px;
line-height: 28px;
color: #999;
text-align: left;
padding: 0 20px;
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border-bottom: 1px solid #eee;
}
.pop-container .add .search .wrap .role .set ul li:hover{
background: #999;
color: #fff;
}
.pop-container .add .search .wrap .role .set.active ul{
display: inline-block;
} | 0.343892 | 0.071267 |
.app {
}
.tsinfolink {
position:absolute;
right:0px;
width: 14px;
height: 14px;
border-radius: 7px;
text-align: center;
color: white;
background: #C0C0C0;
border-style: solid;
border-width: 1px;
margin-top: 25px;
margin-right: 5px;
cursor: pointer;
}
.icon-help {
color: #c0c0c0;
cursor: pointer;
}
a.tooltip {
position: relative;
text-decoration: none;
color: #c0c0c0;
}
a.tooltip span{
display: none;
}
a.tooltip:hover {
position: absolute;
top: -20px;
left: 0px;
display: block;
width: 250px;
color: white;
background-color: black;
border: 1px solid black;
padding: 5px;
}
.selector-msg {
color: #222222;
font-family: ProximaNovaSemiBold,Helvetica,Arial;
font-size: 14px;
margin-top: 0px;
margin-left: 15px;
display: inline-block;
}
.latestories{
color: #222222;
font-family: ProximaNovaSemiBold,Helvetica,Arial;
font-size: 14px;
display: inline-block;
margin-left: 5px;
margin-right: 25px;
}
.iterationtrackingboard {
overflow-y: hidden;
}
.iterationtrackingboard .header {
line-height: normal;
padding: 5px 5px 2px 5px;
}
.iterationtrackingboard .header .add-new {
float: left;
}
.iterationtrackingboard .header .add-new .new {
margin-left: 0;
}
.iterationtrackingboard .header .rui-triggerfield {
margin-bottom: 5px;
}
.iterationtrackingboard .blank-slate-msg .x-panel-body {
clear: both;
padding-top: 20px;
text-align: center;
}
.iterationtrackingboard .gridboard-filter-control {
height: 22px;
margin: 3px 0px 0px 5px;
}
.iterationtrackingboard .rui-leftright {
margin-bottom: 10px;
}
.settings-no-grid {
padding: 10px;
}
.icon-portfolioitem {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.icon-portfolioitem:before {
content: '\e024';
} | src/style/app.css | .app {
}
.tsinfolink {
position:absolute;
right:0px;
width: 14px;
height: 14px;
border-radius: 7px;
text-align: center;
color: white;
background: #C0C0C0;
border-style: solid;
border-width: 1px;
margin-top: 25px;
margin-right: 5px;
cursor: pointer;
}
.icon-help {
color: #c0c0c0;
cursor: pointer;
}
a.tooltip {
position: relative;
text-decoration: none;
color: #c0c0c0;
}
a.tooltip span{
display: none;
}
a.tooltip:hover {
position: absolute;
top: -20px;
left: 0px;
display: block;
width: 250px;
color: white;
background-color: black;
border: 1px solid black;
padding: 5px;
}
.selector-msg {
color: #222222;
font-family: ProximaNovaSemiBold,Helvetica,Arial;
font-size: 14px;
margin-top: 0px;
margin-left: 15px;
display: inline-block;
}
.latestories{
color: #222222;
font-family: ProximaNovaSemiBold,Helvetica,Arial;
font-size: 14px;
display: inline-block;
margin-left: 5px;
margin-right: 25px;
}
.iterationtrackingboard {
overflow-y: hidden;
}
.iterationtrackingboard .header {
line-height: normal;
padding: 5px 5px 2px 5px;
}
.iterationtrackingboard .header .add-new {
float: left;
}
.iterationtrackingboard .header .add-new .new {
margin-left: 0;
}
.iterationtrackingboard .header .rui-triggerfield {
margin-bottom: 5px;
}
.iterationtrackingboard .blank-slate-msg .x-panel-body {
clear: both;
padding-top: 20px;
text-align: center;
}
.iterationtrackingboard .gridboard-filter-control {
height: 22px;
margin: 3px 0px 0px 5px;
}
.iterationtrackingboard .rui-leftright {
margin-bottom: 10px;
}
.settings-no-grid {
padding: 10px;
}
.icon-portfolioitem {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.icon-portfolioitem:before {
content: '\e024';
} | 0.538255 | 0.099996 |
.modal-form {
position: fixed;
z-index: 1;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.8);
overflow: auto;
}
.modal-form > div.modal-container {
margin: auto;
margin-top: 4em;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
-webkit-box-shadow: 1px 1px 4px 2px #b4b4b4;
box-shadow: 1px 1px 4px 2px #b4b4b4;
padding: 1em 1.5em 2em 1.5em;
background-color: #ebebeb;
}
.modal-form > div.modal-container > h3 {
text-align: left;
margin-top: 0.2em;
margin-bottom: 1em;
padding: 0.5em 1em;
font-size: 0.9em;
font-weight: normal;
border-radius: 0.4em;
background-color: #3f613f;
color: white;
}
.modal-form > div.modal-container > h4 {
text-align: center;
color: black;
margin-bottom: 0.5em;
font-family: Lucida sans, sans-serif;
font-size: 1em;
text-shadow: gray 2px 2px 3px;
}
.modal-form > div.modal-container > form > div.buttons-div {
margin-top: 1.4em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.modal-form > div.modal-container > form > div.buttons-div .button-style {
border: none;
margin-left: 0.8em;
margin-right: 0.8em;
-webkit-box-shadow: #323232 2px 2px 3px;
box-shadow: #323232 2px 2px 3px;
cursor: pointer;
height: 2.2em;
width: 7em;
font-size: 0.9em;
}
.modal-form > div.modal-container > form > div.buttons-div .button-style:active {
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
top: 2px;
left: 2px;
}
.modal-form > div.modal-container > form > div.buttons-div .button-style:focus {
text-decoration: underline;
-webkit-text-decoration-style: dotted;
text-decoration-style: dotted;
outline: none;
}
.modal-form > div.modal-container > form > div.buttons-div > button {
background: #9f5c5c;
color: whitesmoke;
}
.modal-form > div.modal-container > form > div.buttons-div > input {
background: #92bc46;
color: white;
}
.modal-form > div.modal-container > form > div.buttons-div > input:focus {
outline: none;
}
.modal-form > div.modal-container > form .field-title {
font-size: 0.9em;
margin-bottom: 0.3em;
margin-left: 0.3em;
}
.modal-form > div.modal-container > form .required-input {
font-weight: bold;
}
.modal-form > div.modal-container > form .inline-fields {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.modal-form > div.modal-container > form .inline-fields > div:not(:last-of-type) {
margin-right: 1.4em;
}
.modal-form > div.modal-container > form input {
font-family: Lucida sans, sans-serif;
font-size: 0.9em;
padding: 0.4em 0.5em;
border: none;
border-bottom: solid 0.5px darkgray;
border-radius: 2px;
}
.modal-form > div.modal-container > form input:focus {
outline: none;
}
.modal-form > div.modal-container > form input:required:valid {
background-color: #d0f7d0;
border-bottom: solid 0.5px darkgray;
}
.modal-form > div.modal-container > form input:invalid {
background-color: #fdf2bd;
border-bottom: solid 1px black;
}
.modal-form > div.modal-container > form textarea {
font-family: Lucida sans, sans-serif;
font-size: 0.9em;
width: 100%;
padding: 0.4em 0.5em;
border: none;
border-bottom: solid 0.5px darkgray;
outline: none;
}
.modal-form > div.modal-container > form select {
font-family: Lucida sans, sans-serif;
font-size: 0.9em;
padding: 0.4em 0.2em;
width: 10em;
border: none;
border-bottom: solid 0.5px darkgray;
outline: none;
}
.modal-form > div.modal-container > form select:required:valid {
background-color: #d0f7d0;
border-bottom: solid 0.5px darkgray;
}
.modal-form > div.modal-container > form select:invalid {
background-color: #fdf2bd;
border-bottom: solid 1px black;
}
.modal-form > div.modal-container > form .fields-group > p {
margin-bottom: 0em;
}
.modal-form > div.modal-container > form .fields-group > div {
margin-left: 0.3em;
padding-left: 1em;
border-left: solid 0.5px gray;
}
.modal-form > div.modal-container > form .fields-group > div > p:first-of-type {
margin-top: 0.3em;
}
.modal-form > div.modal-container > form .flag-fields {
margin-top: 1em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 22em;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.modal-form > div.modal-container > form .flag-fields > div {
margin-right: 1.7em;
margin-bottom: 0.2em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.modal-form > div.modal-container > form .flag-fields > div span {
margin-left: 0.2em;
}
.modal-form > div.modal-container > form .flag-fields > div input:checked ~ span {
color: #0000ac;
text-shadow: #999999 1px 1px 2px;
}
.modal-form > div.modal-container > form #collection-items-table {
border-collapse: collapse;
}
.modal-form > div.modal-container > form #collection-items-table > thead > tr > th {
background-color: black;
color: whitesmoke;
font-size: 0.9em;
font-weight: normal;
padding: 0.4em 0.8em;
text-align: left;
}
.modal-form > div.modal-container > form #collection-items-table > tbody {
background-color: white;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr.delete-item * {
display: none;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > * {
padding: 0.3em 0.5em;
margin: 0;
border: none;
height: 2em;
font-size: 0.9em;
font-family: Lucida sans, sans-serif;
background-color: transparent;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > *:focus {
outline: solid 1px lightgrey;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > *::-webkit-input-placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #c8c8dc;
font-style: italic;
opacity: 1;
/* Firefox */
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > *:-ms-input-placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #c8c8dc;
font-style: italic;
opacity: 1;
/* Firefox */
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > *::-ms-input-placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #c8c8dc;
font-style: italic;
opacity: 1;
/* Firefox */
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > *::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #c8c8dc;
font-style: italic;
opacity: 1;
/* Firefox */
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > *:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #c8c8dc;
font-style: italic;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > *::-ms-input-placeholder {
/* Microsoft Edge */
color: #c8c8dc;
font-style: italic;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > *:invalid {
outline: solid 1px red;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > input[type="number"] {
text-align: center;
max-width: 6em;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > input[type="date"] {
max-width: 11em;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr:nth-of-type(even) {
border-bottom: 1px solid black;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr:nth-of-type(even) > td > * {
width: 100%;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr:nth-of-type(odd) > td:last-of-type {
border-bottom: 1px solid black;
padding: 0 0.2em;
}
.modal-form > div.modal-container > form #collection-items-table > tbody img {
width: 2.5em;
}
.modal-form > div.modal-container > form #collection-items-table > tbody img:hover {
cursor: pointer;
border: 0.5px solid whitesmoke;
-webkit-box-shadow: gray 1px 1px 2px;
box-shadow: gray 1px 1px 2px;
}
.modal-form > div.modal-container > form #collection-items-table > tfoot {
border-bottom: 2px solid black;
background-color: white;
}
.modal-form > div.modal-container > form #collection-items-table > tfoot > tr > td > * {
display: inline-block;
font-size: 0.9em;
font-weight: bold;
color: darkslategrey;
padding: 0em 0.5em;
margin: 0.4em 0;
cursor: pointer;
}
/*# sourceMappingURL=modal-form.css.map */ | __HTML/_class/form/modal-form.css | .modal-form {
position: fixed;
z-index: 1;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.8);
overflow: auto;
}
.modal-form > div.modal-container {
margin: auto;
margin-top: 4em;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
-webkit-box-shadow: 1px 1px 4px 2px #b4b4b4;
box-shadow: 1px 1px 4px 2px #b4b4b4;
padding: 1em 1.5em 2em 1.5em;
background-color: #ebebeb;
}
.modal-form > div.modal-container > h3 {
text-align: left;
margin-top: 0.2em;
margin-bottom: 1em;
padding: 0.5em 1em;
font-size: 0.9em;
font-weight: normal;
border-radius: 0.4em;
background-color: #3f613f;
color: white;
}
.modal-form > div.modal-container > h4 {
text-align: center;
color: black;
margin-bottom: 0.5em;
font-family: Lucida sans, sans-serif;
font-size: 1em;
text-shadow: gray 2px 2px 3px;
}
.modal-form > div.modal-container > form > div.buttons-div {
margin-top: 1.4em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.modal-form > div.modal-container > form > div.buttons-div .button-style {
border: none;
margin-left: 0.8em;
margin-right: 0.8em;
-webkit-box-shadow: #323232 2px 2px 3px;
box-shadow: #323232 2px 2px 3px;
cursor: pointer;
height: 2.2em;
width: 7em;
font-size: 0.9em;
}
.modal-form > div.modal-container > form > div.buttons-div .button-style:active {
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
top: 2px;
left: 2px;
}
.modal-form > div.modal-container > form > div.buttons-div .button-style:focus {
text-decoration: underline;
-webkit-text-decoration-style: dotted;
text-decoration-style: dotted;
outline: none;
}
.modal-form > div.modal-container > form > div.buttons-div > button {
background: #9f5c5c;
color: whitesmoke;
}
.modal-form > div.modal-container > form > div.buttons-div > input {
background: #92bc46;
color: white;
}
.modal-form > div.modal-container > form > div.buttons-div > input:focus {
outline: none;
}
.modal-form > div.modal-container > form .field-title {
font-size: 0.9em;
margin-bottom: 0.3em;
margin-left: 0.3em;
}
.modal-form > div.modal-container > form .required-input {
font-weight: bold;
}
.modal-form > div.modal-container > form .inline-fields {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.modal-form > div.modal-container > form .inline-fields > div:not(:last-of-type) {
margin-right: 1.4em;
}
.modal-form > div.modal-container > form input {
font-family: Lucida sans, sans-serif;
font-size: 0.9em;
padding: 0.4em 0.5em;
border: none;
border-bottom: solid 0.5px darkgray;
border-radius: 2px;
}
.modal-form > div.modal-container > form input:focus {
outline: none;
}
.modal-form > div.modal-container > form input:required:valid {
background-color: #d0f7d0;
border-bottom: solid 0.5px darkgray;
}
.modal-form > div.modal-container > form input:invalid {
background-color: #fdf2bd;
border-bottom: solid 1px black;
}
.modal-form > div.modal-container > form textarea {
font-family: Lucida sans, sans-serif;
font-size: 0.9em;
width: 100%;
padding: 0.4em 0.5em;
border: none;
border-bottom: solid 0.5px darkgray;
outline: none;
}
.modal-form > div.modal-container > form select {
font-family: Lucida sans, sans-serif;
font-size: 0.9em;
padding: 0.4em 0.2em;
width: 10em;
border: none;
border-bottom: solid 0.5px darkgray;
outline: none;
}
.modal-form > div.modal-container > form select:required:valid {
background-color: #d0f7d0;
border-bottom: solid 0.5px darkgray;
}
.modal-form > div.modal-container > form select:invalid {
background-color: #fdf2bd;
border-bottom: solid 1px black;
}
.modal-form > div.modal-container > form .fields-group > p {
margin-bottom: 0em;
}
.modal-form > div.modal-container > form .fields-group > div {
margin-left: 0.3em;
padding-left: 1em;
border-left: solid 0.5px gray;
}
.modal-form > div.modal-container > form .fields-group > div > p:first-of-type {
margin-top: 0.3em;
}
.modal-form > div.modal-container > form .flag-fields {
margin-top: 1em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 22em;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.modal-form > div.modal-container > form .flag-fields > div {
margin-right: 1.7em;
margin-bottom: 0.2em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.modal-form > div.modal-container > form .flag-fields > div span {
margin-left: 0.2em;
}
.modal-form > div.modal-container > form .flag-fields > div input:checked ~ span {
color: #0000ac;
text-shadow: #999999 1px 1px 2px;
}
.modal-form > div.modal-container > form #collection-items-table {
border-collapse: collapse;
}
.modal-form > div.modal-container > form #collection-items-table > thead > tr > th {
background-color: black;
color: whitesmoke;
font-size: 0.9em;
font-weight: normal;
padding: 0.4em 0.8em;
text-align: left;
}
.modal-form > div.modal-container > form #collection-items-table > tbody {
background-color: white;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr.delete-item * {
display: none;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > * {
padding: 0.3em 0.5em;
margin: 0;
border: none;
height: 2em;
font-size: 0.9em;
font-family: Lucida sans, sans-serif;
background-color: transparent;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > *:focus {
outline: solid 1px lightgrey;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > *::-webkit-input-placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #c8c8dc;
font-style: italic;
opacity: 1;
/* Firefox */
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > *:-ms-input-placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #c8c8dc;
font-style: italic;
opacity: 1;
/* Firefox */
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > *::-ms-input-placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #c8c8dc;
font-style: italic;
opacity: 1;
/* Firefox */
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > *::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #c8c8dc;
font-style: italic;
opacity: 1;
/* Firefox */
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > *:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #c8c8dc;
font-style: italic;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > *::-ms-input-placeholder {
/* Microsoft Edge */
color: #c8c8dc;
font-style: italic;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > *:invalid {
outline: solid 1px red;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > input[type="number"] {
text-align: center;
max-width: 6em;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr > td > input[type="date"] {
max-width: 11em;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr:nth-of-type(even) {
border-bottom: 1px solid black;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr:nth-of-type(even) > td > * {
width: 100%;
}
.modal-form > div.modal-container > form #collection-items-table > tbody > tr:nth-of-type(odd) > td:last-of-type {
border-bottom: 1px solid black;
padding: 0 0.2em;
}
.modal-form > div.modal-container > form #collection-items-table > tbody img {
width: 2.5em;
}
.modal-form > div.modal-container > form #collection-items-table > tbody img:hover {
cursor: pointer;
border: 0.5px solid whitesmoke;
-webkit-box-shadow: gray 1px 1px 2px;
box-shadow: gray 1px 1px 2px;
}
.modal-form > div.modal-container > form #collection-items-table > tfoot {
border-bottom: 2px solid black;
background-color: white;
}
.modal-form > div.modal-container > form #collection-items-table > tfoot > tr > td > * {
display: inline-block;
font-size: 0.9em;
font-weight: bold;
color: darkslategrey;
padding: 0em 0.5em;
margin: 0.4em 0;
cursor: pointer;
}
/*# sourceMappingURL=modal-form.css.map */ | 0.320928 | 0.055618 |
.subreddit__post {
grid-template-columns: 100%; }
.subreddit__post .container__page--inner .topbar {
display: flex;
justify-content: space-around;
align-items: center; }
.subreddit__post .container__page--inner .topbar > div {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center; }
.subreddit__post .container__page--inner .topbar > div span {
font-size: calc(.5em + 1vmin); }
.subreddit__post .container__page--inner .topbar__votes p {
opacity: .7; }
.subreddit__post .container__page--inner .topbar__created p:last-child {
opacity: 7;
font-size: calc(.5em + .5vmin); }
.subreddit__post .container__page--inner .topbar__redirect a {
display: flex;
align-items: center; }
.subreddit__post .container__page--inner .topbar__redirect a span {
margin-left: 5px; }
.subreddit__post .container__page--inner .content .container__details--section {
grid-template-rows: 5.5vh auto; }
.subreddit__post .container__page--inner .content .container__details--description {
position: relative; }
.subreddit__post .container__page--inner .content .container__details--description .section__body .section__body--content {
position: relative;
z-index: 2; }
.subreddit__post .container__page--inner .content .container__details--description .section__body .media-wrapper {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center; }
.subreddit__post .container__page--inner .content .container__details--description .section__body .media-wrapper iframe {
width: 100%;
position: relative;
z-index: 10; }
.subreddit__post .container__page--inner .content .container__details--description .section__body .media-wrapper img {
width: 60%;
position: relative;
z-index: 10; }
.subreddit__post .container__page--inner .content .container__details--description .section__body .section__body--background {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: .1;
z-index: 1; }
.subreddit__post .container__page--inner .content .container__details--description .section__body .section__body--background span {
font-size: calc(17em + 1vmin); }
/*# sourceMappingURL=styles.css.map */ | src/containers/pages/reddit/post/styles/styles.css | .subreddit__post {
grid-template-columns: 100%; }
.subreddit__post .container__page--inner .topbar {
display: flex;
justify-content: space-around;
align-items: center; }
.subreddit__post .container__page--inner .topbar > div {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center; }
.subreddit__post .container__page--inner .topbar > div span {
font-size: calc(.5em + 1vmin); }
.subreddit__post .container__page--inner .topbar__votes p {
opacity: .7; }
.subreddit__post .container__page--inner .topbar__created p:last-child {
opacity: 7;
font-size: calc(.5em + .5vmin); }
.subreddit__post .container__page--inner .topbar__redirect a {
display: flex;
align-items: center; }
.subreddit__post .container__page--inner .topbar__redirect a span {
margin-left: 5px; }
.subreddit__post .container__page--inner .content .container__details--section {
grid-template-rows: 5.5vh auto; }
.subreddit__post .container__page--inner .content .container__details--description {
position: relative; }
.subreddit__post .container__page--inner .content .container__details--description .section__body .section__body--content {
position: relative;
z-index: 2; }
.subreddit__post .container__page--inner .content .container__details--description .section__body .media-wrapper {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center; }
.subreddit__post .container__page--inner .content .container__details--description .section__body .media-wrapper iframe {
width: 100%;
position: relative;
z-index: 10; }
.subreddit__post .container__page--inner .content .container__details--description .section__body .media-wrapper img {
width: 60%;
position: relative;
z-index: 10; }
.subreddit__post .container__page--inner .content .container__details--description .section__body .section__body--background {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: .1;
z-index: 1; }
.subreddit__post .container__page--inner .content .container__details--description .section__body .section__body--background span {
font-size: calc(17em + 1vmin); }
/*# sourceMappingURL=styles.css.map */ | 0.509032 | 0.035544 |
@-moz-document url-prefix("https://www.reddit.com/r/RocketLeague/") {
.flairselector.drop-choices.active,
.footer-parent,
.login-form-side,
.modal-content,
.res #userTaggerToolTip,
.res .RESDropdownList,
.res .res-commentNavToggle-choices,
.res .res-filterline,
.res .res-filterline .res-filterline-dropdown .res-filterline-dropdown-container,
.side #search .infobar,
.side .linkinfo,
.side .sidecontentbox,
.side .titlebox{
background: rgba(14,52,82,1);
}
body:not(.subscriber)>div.content:before,
div.content {
background: rgb(48, 113, 164);
}
a {
color: #acd5ff;
}
#sr-header-area {
margin-top: 0;
}
.content .link, .search-result {
padding-left: 0;
}
.thumbnail.self {
background-position: -352px -74px;
}
/* arrows */
.midcol {
margin-left: 14px;
margin-right: 14px;
}
/* Display "Swoosh" and "ticker" */
.side .md [href="#swoosh"],
.side .md [href="#ticker"] {
animation: none;
display: none;
}
/* Top level comments + every other */
.content .link, .search-result,
.comment, .comment .comment .comment, .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment, .res-commentBoxes .comment, .res-commentBoxes .comment .comment .comment, .res-commentBoxes .comment .comment .comment .comment .comment, .res-commentBoxes .comment .comment .comment .comment .comment .comment .comment, .res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment .comment {
background: rgb(39, 98, 147) !important;
}
/* Second level comments + every other */
.comment .comment, .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment, .res-commentBoxes .comment .comment, .res-commentBoxes .comment .comment .comment .comment, .res-commentBoxes .comment .comment .comment .comment .comment .comment, .res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment, .res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
background: rgba(22,53,80,.3) !important;
}
/* Stickied posts/comments */
.thing.stickied {
background: rgba(0, 0, 0, .3) !important;
box-shadow: none;
border: 2px solid rgb(92, 164, 225) !important;
}
.link .usertext-body .md {
padding: 0;
background: transparent;
border: 0;
box-shadow: none;
border-radius: 0;
}
.side .md h3:not(:last-of-type):before,
.side #search:before {
color: #99d0ff;
}
.morecomments a {
color: #6c96bf;
}
.morecomments .gray {
color: #a4a4a4;
}
.side p a[href$="#stream"],
.sidecontentbox:not(#moderation_tools) .content .reddit-link {
background: rgb(34, 85, 127);
}
.commentarea .midcol .arrow.down,
.commentarea .midcol .arrow.downmod,
.commentarea .midcol .arrow.up,
.commentarea .midcol .arrow.upmod {
background-color: rgba(255, 255, 255, .1);
}
.commentarea .midcol .arrow.down,
.commentarea .midcol .arrow.downmod {
border-radius: 0 0 5px 5px;
}
.commentarea .midcol .arrow.up,
.commentarea .midcol .arrow.upmod {
border-radius: 5px 5px 0 0;
}
.commentarea .midcol .arrow {
transition: .5s;
}
.commentarea .midcol .arrow:hover {
background-color: rgba(255, 255, 255, .25);
}
.commentarea textarea {
background: rgb(28, 66, 96);
border: 1px solid #5ca4e1 !important;
box-shadow: none;
transition: .5s;
}
#userTaggerToolTip input[type=text]:focus,
.c-form-control:focus,
.combined-search-page #search input[type=text]:focus,
.login-form-side input[type=password]:focus,
.login-form-side input[type=text]:focus,
.roundfield textarea:focus,
.side #search input[type=text]:focus,
.side .linkinfo input[type=text]:focus,
.commentarea textarea:focus {
border-color: #fff !important;
outline: none;
background: rgba(28, 66, 96, .5);
box-shadow: none;
}
.comment .expand:hover {
color: #0f2639;
text-decoration: none;
background: transparent;
}
/* Rules */
.side .md blockquote:hover h5+p {
background: rgba(0, 0, 0, .8);
padding: 10px;
border-radius: 5px;
height: auto;
border: 1px solid;
left: -8px;
}
/* Add > to rule hover text */
.side .md blockquote:hover h5+p:before {
content: "";
position: absolute;
right: -10px;
border-top: 10px solid transparent;
height: 0;
display: block;
top: 4px;
width: 0;
border-left: 10px solid #31abf8;
border-bottom: 10px solid transparent;
}
/* Mod box */
.sidecontentbox:not(#moderation_tools) a~.content {
padding: 0;
background: transparent;
box-shadow: none;
border: 0;
line-height: 150%;
}
/* Titles */
.search-result .search-title,
.search-result:link,
.search-result:link>mark,
.thing .title,
.thing.stickied.link a.title {
font-weight: 300;
font-size: 140%;
}
.tagline .stickied-tagline,
.tagline .stickied-tagline a,
.title .domain,
.title .domain a {
display: inline-block;
color: #97daff;
}
/* Thumbnails */
.thumbnail img {
height: 75px;
width: auto;
margin-left: 50%;
transform: translateX(-50%);
}
/* Titles */
.side .titlebox .redditname,
.flairselector h2,
body.submit-page .content>h1,
.combined-search-page .raisedbox h4,
body.comments-page>.content>.sitetable>.link:not(.gilded):before,
body.listing-page>.content .sitetable>.link.stickied:not(.gilded):first-child:before,
body.listing-page>.content .sitetable>.link:not(.stickied):not(.gilded):before,
body.listing-page>.content .organic-listing>.link.promotedlink.promoted:before {
font-size: 32px !important;
font-weight: 100;
font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
color: rgb(192, 222, 255) !important;
text-shadow: 0 0 4px rgba(255, 255, 255, .5), 0 0 15px rgba(255, 255, 255, .5);
background: none;
text-transform: uppercase;
letter-spacing: 2px;
}
/* Announcements */
body.listing-page>.content .sitetable>.link.stickied:first-child:before {content: "Announcements" !important;}
/* Advertisement */
body.listing-page>.content .organic-listing>.link.promotedlink.promoted:before {content: "Advertisement" !important;}
/* Comments */
body.comments-page>.content>.sitetable>.link:not(.gilded):before {content: "Comments" !important;}
/* Controversial */
body.controversial-page>.content .sitetable>.link:not(.stickied):not(.promoted):not(.gilded):before {content: "Controversial" !important;}
/* Flair */
.flairselector h2 {width: auto; height: auto;}
/* Gilded */
/* Hot */
body.hot-page>.content .sitetable>.link:not(.stickied):not(.promoted):not(.gilded):before{content: "Hot" !important;}
/* New */
body.new-page>.content .sitetable>.link:not(.stickied):not(.promoted):not(.gilded):before {content: "New" !important;}
/* Promoted */
/* body.listing-page>.content .organic-listing>.link.promotedlink.promoted:before {content: "Promoted";} */
/* Rising */
body.rising-page>.content .sitetable>.link:not(.stickied):not(.promoted):not(.gilded):before {content: "Rising" !important;}
/* Submit | Search */
.combined-search-page .raisedbox h4,
body.submit-page .content>h1 {margin-top: 10px;}
/* Tag User */
/* Top */
body.top-page>.content .sitetable>.link:not(.stickied):not(.promoted):not(.gilded):before {content: "Top" !important;}
/* Wiki */
.wiki-page .content span .wikititle:before {content: "Wiki" !important;}
/* Sidebar */
/* Subreddit name */
.side .titlebox .redditname {
padding: 10px;
text-align: center;
}
.side .titlebox .redditname a {
color: rgb(192, 222, 255) !important;
}
/* Mod/activity */
.footer:before,
.sidecontentbox.collapsible .title,
.sidecontentbox:not(#moderation_tools) .title,
.sidecontentbox:not(#moderation_tools) a+.title {
font-size: 18px !important;
font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
color: #fff;
font-weight: 100;
max-width: none;
height: auto;
margin: 0;
content: normal;
background: none;
}
.sidecontentbox .title h1 {
font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
font-size: 100%;
color: #fff;
}
} | data/usercss/141636.user.css | @-moz-document url-prefix("https://www.reddit.com/r/RocketLeague/") {
.flairselector.drop-choices.active,
.footer-parent,
.login-form-side,
.modal-content,
.res #userTaggerToolTip,
.res .RESDropdownList,
.res .res-commentNavToggle-choices,
.res .res-filterline,
.res .res-filterline .res-filterline-dropdown .res-filterline-dropdown-container,
.side #search .infobar,
.side .linkinfo,
.side .sidecontentbox,
.side .titlebox{
background: rgba(14,52,82,1);
}
body:not(.subscriber)>div.content:before,
div.content {
background: rgb(48, 113, 164);
}
a {
color: #acd5ff;
}
#sr-header-area {
margin-top: 0;
}
.content .link, .search-result {
padding-left: 0;
}
.thumbnail.self {
background-position: -352px -74px;
}
/* arrows */
.midcol {
margin-left: 14px;
margin-right: 14px;
}
/* Display "Swoosh" and "ticker" */
.side .md [href="#swoosh"],
.side .md [href="#ticker"] {
animation: none;
display: none;
}
/* Top level comments + every other */
.content .link, .search-result,
.comment, .comment .comment .comment, .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment, .res-commentBoxes .comment, .res-commentBoxes .comment .comment .comment, .res-commentBoxes .comment .comment .comment .comment .comment, .res-commentBoxes .comment .comment .comment .comment .comment .comment .comment, .res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment .comment {
background: rgb(39, 98, 147) !important;
}
/* Second level comments + every other */
.comment .comment, .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment, .res-commentBoxes .comment .comment, .res-commentBoxes .comment .comment .comment .comment, .res-commentBoxes .comment .comment .comment .comment .comment .comment, .res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment, .res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
background: rgba(22,53,80,.3) !important;
}
/* Stickied posts/comments */
.thing.stickied {
background: rgba(0, 0, 0, .3) !important;
box-shadow: none;
border: 2px solid rgb(92, 164, 225) !important;
}
.link .usertext-body .md {
padding: 0;
background: transparent;
border: 0;
box-shadow: none;
border-radius: 0;
}
.side .md h3:not(:last-of-type):before,
.side #search:before {
color: #99d0ff;
}
.morecomments a {
color: #6c96bf;
}
.morecomments .gray {
color: #a4a4a4;
}
.side p a[href$="#stream"],
.sidecontentbox:not(#moderation_tools) .content .reddit-link {
background: rgb(34, 85, 127);
}
.commentarea .midcol .arrow.down,
.commentarea .midcol .arrow.downmod,
.commentarea .midcol .arrow.up,
.commentarea .midcol .arrow.upmod {
background-color: rgba(255, 255, 255, .1);
}
.commentarea .midcol .arrow.down,
.commentarea .midcol .arrow.downmod {
border-radius: 0 0 5px 5px;
}
.commentarea .midcol .arrow.up,
.commentarea .midcol .arrow.upmod {
border-radius: 5px 5px 0 0;
}
.commentarea .midcol .arrow {
transition: .5s;
}
.commentarea .midcol .arrow:hover {
background-color: rgba(255, 255, 255, .25);
}
.commentarea textarea {
background: rgb(28, 66, 96);
border: 1px solid #5ca4e1 !important;
box-shadow: none;
transition: .5s;
}
#userTaggerToolTip input[type=text]:focus,
.c-form-control:focus,
.combined-search-page #search input[type=text]:focus,
.login-form-side input[type=password]:focus,
.login-form-side input[type=text]:focus,
.roundfield textarea:focus,
.side #search input[type=text]:focus,
.side .linkinfo input[type=text]:focus,
.commentarea textarea:focus {
border-color: #fff !important;
outline: none;
background: rgba(28, 66, 96, .5);
box-shadow: none;
}
.comment .expand:hover {
color: #0f2639;
text-decoration: none;
background: transparent;
}
/* Rules */
.side .md blockquote:hover h5+p {
background: rgba(0, 0, 0, .8);
padding: 10px;
border-radius: 5px;
height: auto;
border: 1px solid;
left: -8px;
}
/* Add > to rule hover text */
.side .md blockquote:hover h5+p:before {
content: "";
position: absolute;
right: -10px;
border-top: 10px solid transparent;
height: 0;
display: block;
top: 4px;
width: 0;
border-left: 10px solid #31abf8;
border-bottom: 10px solid transparent;
}
/* Mod box */
.sidecontentbox:not(#moderation_tools) a~.content {
padding: 0;
background: transparent;
box-shadow: none;
border: 0;
line-height: 150%;
}
/* Titles */
.search-result .search-title,
.search-result:link,
.search-result:link>mark,
.thing .title,
.thing.stickied.link a.title {
font-weight: 300;
font-size: 140%;
}
.tagline .stickied-tagline,
.tagline .stickied-tagline a,
.title .domain,
.title .domain a {
display: inline-block;
color: #97daff;
}
/* Thumbnails */
.thumbnail img {
height: 75px;
width: auto;
margin-left: 50%;
transform: translateX(-50%);
}
/* Titles */
.side .titlebox .redditname,
.flairselector h2,
body.submit-page .content>h1,
.combined-search-page .raisedbox h4,
body.comments-page>.content>.sitetable>.link:not(.gilded):before,
body.listing-page>.content .sitetable>.link.stickied:not(.gilded):first-child:before,
body.listing-page>.content .sitetable>.link:not(.stickied):not(.gilded):before,
body.listing-page>.content .organic-listing>.link.promotedlink.promoted:before {
font-size: 32px !important;
font-weight: 100;
font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
color: rgb(192, 222, 255) !important;
text-shadow: 0 0 4px rgba(255, 255, 255, .5), 0 0 15px rgba(255, 255, 255, .5);
background: none;
text-transform: uppercase;
letter-spacing: 2px;
}
/* Announcements */
body.listing-page>.content .sitetable>.link.stickied:first-child:before {content: "Announcements" !important;}
/* Advertisement */
body.listing-page>.content .organic-listing>.link.promotedlink.promoted:before {content: "Advertisement" !important;}
/* Comments */
body.comments-page>.content>.sitetable>.link:not(.gilded):before {content: "Comments" !important;}
/* Controversial */
body.controversial-page>.content .sitetable>.link:not(.stickied):not(.promoted):not(.gilded):before {content: "Controversial" !important;}
/* Flair */
.flairselector h2 {width: auto; height: auto;}
/* Gilded */
/* Hot */
body.hot-page>.content .sitetable>.link:not(.stickied):not(.promoted):not(.gilded):before{content: "Hot" !important;}
/* New */
body.new-page>.content .sitetable>.link:not(.stickied):not(.promoted):not(.gilded):before {content: "New" !important;}
/* Promoted */
/* body.listing-page>.content .organic-listing>.link.promotedlink.promoted:before {content: "Promoted";} */
/* Rising */
body.rising-page>.content .sitetable>.link:not(.stickied):not(.promoted):not(.gilded):before {content: "Rising" !important;}
/* Submit | Search */
.combined-search-page .raisedbox h4,
body.submit-page .content>h1 {margin-top: 10px;}
/* Tag User */
/* Top */
body.top-page>.content .sitetable>.link:not(.stickied):not(.promoted):not(.gilded):before {content: "Top" !important;}
/* Wiki */
.wiki-page .content span .wikititle:before {content: "Wiki" !important;}
/* Sidebar */
/* Subreddit name */
.side .titlebox .redditname {
padding: 10px;
text-align: center;
}
.side .titlebox .redditname a {
color: rgb(192, 222, 255) !important;
}
/* Mod/activity */
.footer:before,
.sidecontentbox.collapsible .title,
.sidecontentbox:not(#moderation_tools) .title,
.sidecontentbox:not(#moderation_tools) a+.title {
font-size: 18px !important;
font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
color: #fff;
font-weight: 100;
max-width: none;
height: auto;
margin: 0;
content: normal;
background: none;
}
.sidecontentbox .title h1 {
font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
font-size: 100%;
color: #fff;
}
} | 0.34798 | 0.051463 |
* {
/* font-family: 'Oswald', sans-serif; */
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
h1.title {
font-family: 'Oswald', sans-serif;
font-size: 2.25rem;
line-height: 3rem;
font-weight: 700;
}
h2 {
font-size: 22px;
font-family: 'Oswald', sans-serif;
}
h3 {
font-size: 16px;
font-family: 'Oswald', sans-serif;
}
/* Image or object Fit To Screen Div */
[class*="sketch"],
[class*="-sketch"],
[class*="_sketch"],
[class*="sketch-"],
[class*="sketch_"],
[class*="canvas"],
[class*="-canvas"],
[class*="_canvas"],
[class*="canvas-"],
[class*="canvas_"] {
--fit: 100;
padding-top: calc(var(--fit) * 1%);
}
[class*="obj-"]::before,
[class*="obj_"]::before,
[class*="-obj"]::before,
[class*="_obj"]::before {
content: " ";
position: absolute;
width: 100%;
height: 0;
--fit: 100;
padding-top: calc(var(--fit) * 1%);
display: block;
background-color: #ededed;
}
[class*="fit"] {
position: relative;
}
[class*="fit"] video,
[class*="fit"] img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-position: center center;
-o-object-fit: cover;
object-fit: cover;
}
[class*="fit"] *:not(video),
[class*="fit"] *:not(img) {
z-index: 2;
}
/* header */
header{
border-top: 3px solid #00421b;
position: sticky;
top: 0;
z-index: 9;
background-color: #fff;
}
.header-top .nav{
justify-content: center;
}
.header-top .nav-link {
display: block;
padding: 10px 13px 6px;
font-size: 11px;
line-height: 2;
text-align: center;
color: #3d3d3d;
}
.header-top .nav-link:hover{
color: #00421b;
}
.header-top .nav-link img{
width: 22px;
margin-right: 3px;
}
.header-middle{
max-width: 1165px;
width: 93%;
margin: auto;
padding: 20px 0 25px;
transition: .3s;
}
.header-middle>.nav{
justify-content: space-between;
}
.scroll .header-middle {
padding-bottom: 15px;
}
.scroll .header-middle .nav-item.d-none{
display: block !important;
}
.header-middle .nav-link{
padding: 0;
}
.header-middle .nav-link img{
width: 28px;
}
.header-middle .logo{
width: 265px;
max-width: 27%;
}
.header-middle .logo img{
margin-top: -5px;
}
.header-middle .search{
width: 30%;
position: absolute;
left: 50%;
transform: translate(-50%);
max-width: 356px;
}
.header-middle .search input{
display: block;
height: 38px;
padding: 9.5px 38px 9.5px 10px;
border-radius: 0;
font-size: .875rem;
line-height: 1;
outline: 0 !important;
color: #000;
border: 1px solid #858585;
}
.header-middle .search input:focus {
outline: 0 !important;
box-shadow: none;
border-color: #858585;
}
.header-middle .search .btn{
padding: 5px 5px;
position: absolute;
right: 2px;
top: 1px;
height: 35px;
background: transparent;
}
.header-middle .search .btn img{
width: 25px;
}
.header-middle .search .btn:focus {
outline: 0 !important;
box-shadow: none;
}
.header-middle .links .nav{
align-items: center;
}
.header-middle .links .nav-item{
margin-left: 15px;
position: relative;
}
.header-middle .links .nav-link{
font-size: 13px;
color: #3d3d3d;
}
.header-middle .links .nav-link:hover{
color: #00421b;
}
.header-middle .links .nav-item:hover .cart{
display: block !important;
}
.header-middle .cart{
width: 400px;
padding: 20px;
border: 3px solid #ebeae6;
position: absolute;
z-index: 9;
background-color: #fff;
right: 0;
top: 45px;
}
.header-middle .cart:after, .header-middle .cart:before {
bottom: 100%;
left: 95%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.header-middle .cart:before {
border-color: transparent transparent #ebeae6;
border-width: 16px;
margin-left: -16px;
}
.header-middle .cart:after {
border-color: transparent transparent #fff;
border-width: 12px;
margin-left: -12px;
}
.header-middle .cart p{
font-size: 16px;
color: #00421b;
margin: 0;
}
.main-menu {
background-color: #00421b;
}
.main-menu .nav{
justify-content: center;
}
.main-menu .nav .nav-link{
color: #fff;
font-family: 'Oswald', sans-serif;
font-weight: 500;
font-size: 14.8px;
padding: 6px 17px;
position: relative;
}
.main-menu .nav .nav-link:hover::after{
content: '';
height: 5px;
width: calc(100% - 34px);
position: absolute;
top: 40px;
left: 17px;
z-index: 1;
background-color: #00421b;
}
.main-menu .nav .active .nav-link{
color: #ffff24;
}
.main-menu .nav .nav-link.link-red{
color: #e91524;
}
.main-menu .nav .nav-link.with-icon{
padding-right: 30px;
background-image: url(../../assets/img/EGW_Withe_27x27-43646-0.png);
background-repeat: no-repeat;
background-position: right center
}
.main-menu .nav .nav-link.with-icon::after{
width: calc(100% - 17px - 30px);
}
.megamenu{
position: absolute;
width: 100%;
background-color: #fff;
width: 100%;
left: 0;
padding: 30px 20px;
max-height: calc(100vh - 155px);
overflow: auto;
display: none;
z-index: 99;
}
.main-menu>.nav>.nav-item:hover .megamenu{
display: block;
}
.megamenu .linkwithbg div[class*="col"]{
padding: 8px;
min-width: 187px !important;
}
.megamenu .linkwithbg a{
display: block;
max-width: 170px;
font-size: 14px;
text-transform: uppercase;
color: #fff;
position: relative;
margin: auto;
}
.megamenu .linkwithbg a::before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity: .4;
transition: all .3s ease;
}
.megamenu .linkwithbg a:hover::before{
opacity: 0;
}
.megamenu .linkwithbg a span{
position: absolute;
top: 50px;
transform: translateY(-50%);
width: 100%;
text-align: center;
}
.megamenu .linkwithbg a span{
font-family: 'Oswald', sans-serif;
}
.megamenu .linkwithtitle{
width: 1050px;
max-width: 80%;
}
.megamenu .linkwithtitle .linktitle{
font-weight: 500;
color: #3d3d3d;
font-family: 'Oswald', sans-serif;
font-size: 14.4px;
text-decoration: none;
}
.megamenu .linkwithtitle .sub-menu{
list-style: none;
}
.megamenu .linkwithtitle .sub-menu a{
font-size: 14px;
color: #444;
text-decoration: none;
}
.megamenu .linkwithtitle a:hover{
color: #00421b;
}
.megamenu .linkwithtitle img{
width: 100%;
max-width: 260px;
}
.mobile-menu-toggler {
position: relative;
right: 0;
width: 45px;
height: 50px;
cursor: pointer;
z-index: 106;
display: flex;
justify-content: center;
align-items: center;
}
.mobile-menu-toggler a {
position: relative;
left: -10px;
}
.mobile-menu-toggler span, .mobile-menu-toggler span:after, .mobile-menu-toggler span:before {
transition: all .2s ease-in-out;
cursor: pointer;
height: 2px;
width: 21px;
background-color: #3d3d3d;
position: absolute;
display: block;
content: "";
}
.mobile-menu-toggler span:before {
top: -6px;
}
.mobile-menu-toggler span:after {
bottom: -6px;
}
.mobile-menu-toggler.open span {
background-color: transparent;
}
.mobile-menu-toggler.open span:before {
transform: rotate(45deg);
top: 0;
}
.mobile-menu-toggler.open span:after {
transform: rotate(-45deg);
top: 0;
}
@media (max-width:767px) {
.overflow-h-nav{
overflow: hidden;
}
.header-top,
.main-menu {
display: none;
}
.mobile-menu-toggler {
display: flex !important;
}
.header-middle {
padding: 0;
width: 100%;
}
.header-middle .search{
position: relative;
max-width: 100%;
width: 100%;
order: 3;
}
.header-middle .search input{
border-left: 0;
border-right: 0;
border-color: #ebeae6;
padding: 10px 10px 10px 50px;
}
.header-middle .search .btn{
right: auto;
left: 0;
width: 50px;
}
.header-middle .logo{
align-self: center;
margin-bottom: 5px;
margin-left: 10px;
max-width: calc(100% - 150px);
}
.header-middle .logo img{
margin: 0;
}
.header-middle .links{
display: flex;
}
.header-middle .links .nav-item {
display: block !important;
margin: 0;
padding: 5px;
}
.header-middle .links .nav-item img{
width: 20px;
}
.header-middle .links .nav-item span{
display: none;
}
.header-middle .links .nav-item:hover .cart{
display: none !important;
}
.main-menu.show{
display: block !important;
}
.main-menu .nav .nav-link::after,
.main-menu>.nav>.nav-item:hover .megamenu {
display: none;
}
.main-menu.show{
background-color: #fff;
overflow: auto;
height: calc(100vh - 91px);
}
.main-menu.show .nav {
flex-direction: column;
}
.main-menu.show .nav .nav-link {
color: #444;
border-bottom: 1px solid #ebeae6;
padding: 10px 36px 10px 20px;
}
.main-menu.show .nav .active .nav-link {
color: #ffff24;
}
.main-menu.show .has-megamenu>.nav-link::before,
.main-menu.show .has-megamenu>.nav-link::after{
content: '';
position: absolute;
width: 16px;
height: 2px;
background-color: #444;
top: 50%;
right: 10px;
transform: translate(-50%,-50%);
display: block;
}
.main-menu.show .has-megamenu>.nav-link::after{
width: 2px !important;
height: 16px !important;
right: 24.5px !important;
left: auto;
}
.main-menu.show .has-megamenu>.nav-link.open::after{
display: none;
}
.main-menu.show .megamenu.open{
display: block !important;
background: #e7e3dc;
color: #3d3d3d;
padding: 10px;
position: relative;
max-height: 100%;
overflow: visible;
}
.main-menu.show .megamenu.open .linkwithbg a::before,
.main-menu.show .megamenu.open .linkwithbg img{
display: none;
}
.main-menu.show .megamenu.open .linkwithbg {
padding-left: 40px;
}
.main-menu.show .megamenu.open .linkwithbg span{
position: relative;
top: 0;
transform: translate(0);
text-align: left;
display: block;
}
.main-menu.show .megamenu.open .linkwithbg a{
text-align: left;
display: block;
max-width: 100%;
color: #3d3d3d;
font-weight: 500;
text-decoration: none;
text-transform: capitalize;
position: relative;
}
.megamenu .linkwithtitle{
width: 100%;
max-width: 100%;
}
.megamenu .linkwithtitle .sub-menu{
display: none;
}
.megamenu .linkwithtitle .linktitle{
padding: 10px 20px 10px 33px;
display: block;
position: relative;
}
.megamenu .linkwithtitle .linktitle::before,
.megamenu .linkwithtitle .linktitle::after{
content: '';
position: absolute;
width: 16px;
height: 2px;
background-color: #444;
top: 50%;
right: 0px;
transform: translate(-50%,-50%);
display: block;
}
.megamenu .linkwithtitle .linktitle::after{
width: 2px !important;
height: 16px !important;
right: 14.5px !important;
left: auto;
}
.megamenu .linkwithtitle .linktitle.open::after{
display: none;
}
.megamenu .linkwithtitle div[class*="col"]{
padding: 0;
}
.megamenu .linkwithtitle img{
max-width: 100%;
padding: 10px;
}
.megamenu .linkwithtitle .sub-menu.open{
display: block;
padding-left: 33px;
}
.megamenu .linkwithtitle .sub-menu.open li{
padding: 5px 0;
}
}
.notification{
padding: 7px 16px;
background: #85B09A;
border-bottom: 2px solid #00421b;
text-align: center;
}
.notification p{
color: #00421b;
font-size: 13.4px;
margin: 0;
font-weight: bold;
}
/* Hero section */
.hero-section {
overflow: hidden;
}
.hero-slider .slider-bg {
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
height: 450px;
}
.hero-slider .inner-content {
display: flex;
height: 100%;
width: 100%;
align-items: flex-end;
justify-content: center;
padding-bottom: 50px;
}
.hero-slider .inner-content .inner-content-wrap {
width: 100%;
}
.hero-slider .inner-content .inner-content-wrap .title {
text-align: center;
color: #fff;
margin-bottom: 0;
}
.hero-slider .inner-content .inner-content-wrap .link-group {
display: flex;
justify-content: space-between;
}
a.slider-link {
text-decoration: none;
}
.hero-slider .inner-content .inner-content-wrap .link-group .slider-link {
flex-basis: 100%;
margin: 0 2%;
}
.hero-slider .simple-button.basic {
border: 2px solid #3d3d3d;
color: #3d3d3d;
color: #1d4837;
border-color: #1d4837;
background-color: #ffffff;
}
.hero-slider .simple-button {
display: flex;
justify-content: center;
color: #ffffff;
border-color: #ffffff;
background-color: rgba(14, 15, 15, 0.2);
padding: 13px 20px;
border: 2px solid #fff;
text-transform: uppercase;
cursor: pointer;
letter-spacing: .0625rem;
font-weight: 700;
font-size: .8125rem;
line-height: 1.1875rem;
text-align: center;
}
.slide_item .mt-2 {
margin-top: 1.25rem !important;
}
.hero-slider .inner-content .inner-content-wrap .link-group .simple-button {
height: 100%;
align-items: center;
justify-content: center;
}
.hero-section .slick-list {
overflow: visible;
}
.hero-section .container {
position: relative;
width: 75%;
}
button.slider-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(61, 61, 61, .3);
border: 0;
outline: 0;
width: 100%;
height: 100%;
color: #fff;
}
button.slider-arrow:hover {
background: rgba(61, 61, 61, .6);
cursor: pointer;
}
button.slider-arrow span {
padding: 25px;
display: inline-block;
font-size: 35px;
}
button.prev_arrow {
right: calc(100% - 15px);
text-align: right;
}
button.next_arrow {
left: calc(100% - 15px);
text-align: left;
}
.hero-slider .slick-dots {
bottom: -20px;
display: flex;
}
.hero-slider .slick-dots li {
height: 4px;
background: #e7e3dc;
cursor: pointer;
margin: 0;
flex: 1;
opacity: .6;
transition: .3s;
}
.hero-slider .slick-dots li.slick-active {
background: #00421b;
opacity: 1;
}
.mob-arrow {
display: none;
}
.slick-dots li button {
display: none;
}
@media (max-width:991.98px) {
.hero-section .container {
position: relative;
width: 100%;
max-width: 100%;
padding: 0;
}
.hero-slider .slick-dots {
width: 80%;
left: 50%;
transform: translateX(-50%);
}
button.slider-arrow {
background: transparent;
height: 20px;
width: 20px;
transform: none;
color: #00421b;
top: calc(100% + 5px);
display: flex;
align-items: center;
}
button.slider-arrow span {
display: none;
}
button.prev_arrow {
right: auto;
}
.mob-arrow {
display: block;
font-size: 30px;
font-weight: 400;
}
button.slider-arrow:hover {
background-color: transparent;
}
}
@media (max-width:767.98px) {
.hero-slider .inner-content .inner-content-wrap .link-group {
flex-direction: column;
}
.hero-slider .inner-content .inner-content-wrap .link-group .simple-button {
margin-top: 20px;
}
.hero-slider .simple-button {
margin: 0 3%;
}
}
@media (max-width:575.98px) {
.hero-slider .slider-bg {
height: 155vw;
max-height: 650px;
}
}
/* short description */
.short_desc h2 {
margin-bottom: 12px;
}
.short_desc h3 {
margin-bottom: 10px;
}
@media (max-width:991.98px) {
.short_desc .container {
max-width: 100%;
padding: 0 2%;
}
.short_desc .desc_wrap {
padding-top: 10px !important;
}
}
/* Banner Element */
.banner_element {
background-color: #e7e3dc;
}
h5 {
font-size: 24px;
font-weight: normal;
}
p {
font-size: 13px;
}
.banner_element .desc {
padding: 48px 0 16px;
color: #444;
}
.banner_element .desc p {
line-height: 1.1875rem;
margin-bottom: 5px;
}
.banner_element .banner {
position: relative;
bottom: -30px;
display: inline-block;
}
.banner_element .desc .link_to {
margin-top: 1.25rem;
background-color: hsla(0, 0%, 100%, .3);
padding: 6px 15px;
font-size: .6875rem;
color: #3d3d3d;
border-radius: 0;
border: 2px solid #3d3d3d;
letter-spacing: .0625rem;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
white-space: normal;
}
@media (max-width:767.98px) {
.banner_element {
padding: 15px 0;
}
.banner_element .col-md-3:last-child {
margin-top: 30px;
}
}
.prod_n_post {
padding: 60px 0 20px;
border-bottom: 3px solid #ebeae6;
}
.prod_n_post .product {
text-decoration: none;
color: initial;
}
.prod_n_post .product_img.sketch-fit {
--fit: 70;
}
.prod_n_post .product h3 {
text-transform: uppercase;
text-align: center;
color: #00421b;
padding: 16px 0 0px;
line-height: 1.4rem;
}
.prod_n_post .product h5 {
font-size: 16px;
margin-bottom: 10px;
font-weight: normal;
text-align: center;
}
.prod_n_post .product p {
line-height: 1.1875rem;
color: #444;
font-size: 13px;
text-align: center;
}
.prod_n_post .product p span {
font-weight: 800;
opacity: 0;
transition: .3s;
}
.prod_n_post .product:hover p span {
opacity: 1;
}
.prod_n_post .product_img::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .05);
transition: .3s;
z-index: 3;
}
.prod_n_post .product .product_center {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #fff;
}
.prod_n_post .product .product_center img {
position: static;
width: auto;
height: auto;
max-height: 90%;
mix-blend-mode: darken;
}
.prod_n_post .product:hover .product_img::before {
background-color: rgba(0, 0, 0, .5);
}
.prod_n_post .product .brand_img {
position: absolute;
top: 0;
left: 10%;
z-index: 2;
}
.prod_n_post .product .brand_img img {
max-width: 60%;
}
.prod_n_post .product .img_box {
position: relative;
margin-top: 20px;
}
.prod_n_post .product .img_box .details {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-end;
}
.prod_n_post .product .img_box .details .lebel {
padding: 2px 10px 3px 8px;
background-color: #00421b;
color: #fff;
font-weight: 700;
font-size: .8125rem;
line-height: 1.25rem;
text-transform: uppercase;
}
.prod_n_post .product .img_box .details .price {
width: 100%;
text-align: center;
font-size: 14px;
margin-bottom: 5px;
}
.prod_n_post .product:hover .img_box .details .price {
color: #fff;
}
.prod_n_post .product .img_box .details .price .pirce_p {
margin-right: 10px;
}
.prod_n_post .col-md-4:not(:first-child) .product_img::before {
background-color: rgba(0, 0, 0, 0);
}
@media (max-width:767.98px) {
.prod_n_post .container {
max-width: 100%;
}
.prod_n_post {
padding: 40px 0 20px;
}
.prod_n_post .container .col-md-4 {
padding: 0 4%;
}
.prod_n_post .product_img.sketch-fit {
--fit: 35;
}
.prod_n_post .col-md-4:first-child .product_img.sketch-fit {
min-height: 240px;
}
.prod_n_post .col-md-4:not(:first-child) .product_img.sketch-fit {
text-align: center;
padding: 0;
}
.prod_n_post .col-md-4:not(:first-child) .product_img.sketch-fit img {
position: static;
width: auto;
}
.prod_n_post .product .brand_img img {
max-width: 60%;
}
}
/* Common Slider */
.category-Slider {
overflow-x: clip;
}
.category-Slider .container-fluid {
width: 90%;
margin-right: 5%;
margin-left: 5%;
padding: 0;
position: relative;
}
.category-Slider .link_group {
display: flex;
align-items: center;
justify-content: space-between;
padding: 32px 0 20px;
}
.category-Slider .link_group a:first-child {
font-size: 22px;
text-transform: uppercase;
color: #444;
font-family: 'Oswald', sans-serif;
font-weight: 700;
text-decoration: none;
}
.category-Slider .link_group a:nth-child(2) {
color: #00421b;
font-family: 'Oswald', sans-serif;
font-weight: 400;
font-size: .875rem;
text-transform: uppercase;
text-decoration: none;
}
.common_slider .product_item {
padding: 0 .4% !important;
padding-top: 5px !important;
position: relative;
overflow: hidden;
}
.common_slider:hover{
z-index: 9;
}
.common_slider.hover .product_item:not(.slick-active){
pointer-events: none;
opacity: 0;
}
.common_slider.hover>.slick-list{
overflow: visible;
position: relative;
}
.common_slider .product_item:hover{
overflow: visible;
}
.category-Slider button.prev_arrow {
right: 100% !important;
left: auto !important;
text-align: right;
}
.category-Slider button.next_arrow {
left: 100% !important;
text-align: left;
}
/*
.common_slider .product_item {
padding: 0 9%;
}
.common_slider .product_wrap {
border-top: 1px solid #ebeae6;
text-align: center;
background-color: #fff;
position: relative;
}
.common_slider .product_wrap a {
color: currentColor;
text-decoration: none;
text-align: center;
position: relative;
display: block;
padding: 20px 0 0px;
}
.common_slider .product_wrap .batch {
padding: 2px 10px 3px 8px;
background-color: #00421b;
color: #fff;
font-weight: 700;
font-size: .8125rem;
line-height: 1.25rem;
text-transform: uppercase;
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
.common_slider .product_wrap a .product-image {
height: 220px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.common_slider .product_wrap a .batch_logo {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 40px;
transition: .3s;
}
.common_slider .product_wrap a .product-image img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
.common_slider .product_wrap a .batch_logo img {
width: 100%;
}
.common_slider .product_wrap a .prod_details h6 {
font-size: .8125rem;
line-height: 1.1875rem;
color: #444;
margin-bottom: 2px;
}
.common_slider .product_wrap a .prod_details h2 {
font-family: 'Oswald', sans-serif;
font-weight: 500;
font-size: 1rem;
line-height: 1.25rem;
min-height: 3rem;
max-height: 5rem;
overflow: hidden;
text-transform: uppercase;
margin-bottom: 0;
}
.common_slider .product_wrap a .prod_details p {
font-size: 14px;
color: #3d3d3d;
margin-bottom: 0;
}
.common_slider .product_wrap .color_count {
font-size: 13px;
margin: 4px 0;
text-align: center;
}
.common_slider .product_wrap .product_bottom {
margin-top: 16px;
display: none;
}
.common_slider .product_item:hover .product_bottom {
display: block;
}
.common_slider .product_item {
position: relative;
}
.common_slider .product_item:hover {
position: absolute;
}
.common_slider .product_item:hover .product_wrap {
padding-right: 4rem;
padding-left: 4rem;
border: 0.1875rem solid #ebeae6;
position: absolute;
top: -2px;
left: -9%;
right: -9%;
z-index: 5;
}
.common_slider .product_item:hover .product_wrap a .batch_logo {
top: -10px;
left: -53px;
width: 50px;
height: 50px;
}
.common_slider .slick-list {
overflow: visible;
}
.common_slider .slick-list .slick-slide {
position: relative;
}
.common_slider .product_item:hover .product_wrap .batch {
right: -2px;
top: -2px;
} */
/* Post Slider */
.post-Slider {
margin-top: 64px;
padding-top: 32px;
background-image: url(../img/post_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
;
background-position: center;
}
.post-Slider .heading_link {
display: flex;
justify-content: space-between;
padding: 0 67px;
flex-flow: wrap;
}
.post-Slider .heading_link h1 {
font-size: 28px;
}
.post-Slider .heading_link a {
text-decoration: none;
color: #000;
font-weight: 500;
font-size: 14px;
font-family: 'Oswald', sans-serif;
display: flex;
justify-content: flex-end;
width: 100%;
}
.post-Slider .slider_inner {
padding: 32px 42px 0;
position: relative;
}
.post-Slider .slider_inner .slider_item {
padding: 0 1.4%;
margin-bottom: 40px;
}
.post-Slider .slider_inner .slider_item .img_box {
--fit: 65.5;
border: 2px solid #fff;
}
.post-Slider .slider_inner .slider_item h2 {
font-size: 20px;
padding: 20px 0 0;
font-family: 'Roboto', sans-serif;
color: #000;
}
.post-Slider .slider_inner .slider_item p {
font-size: 16px;
color: #000;
}
.post-Slider .slider_inner .slider_item a {
background-color: rgba(0, 0, 0, .3);
padding: 6px 15px;
font-size: .6875rem;
color: #000;
border: 2px solid #fff;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
font-weight: 700;
}
.cs_arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 28px;
border: none;
outline: none;
background-color: transparent;
cursor: pointer;
}
button.cs_arrow:focus {
outline: 0 !important;
}
button.cs_arrow.prev_arrow {
left: 5px;
}
button.cs_arrow.next_arrow {
right: 5px;
left: auto;
}
.post-Slider .slider_inner .slick-dots {
position: static;
padding: 25px 0;
height: 3px;
display: flex;
align-items: center;
justify-content: space-between;
max-width: 992px;
margin: auto;
}
.post-Slider .slider_inner .slick-dots li {
flex: 1;
height: 3px;
margin: 0;
background-color: #ebeae6;
}
.post-Slider .slider_inner .slick-dots li.slick-active {
background: #00421b;
}
@media (max-width:991.98px) {
.cs_arrow span {
display: none;
}
}
@media (max-width:767.98px) {
.post-Slider .heading_link {
padding: 0 30px;
}
.post-Slider .slider_inner .slider_item {
padding: 0 15px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-flow: wrap;
}
.post-Slider .slider_inner .slider_item .img_box {
padding: 0;
}
.post-Slider .slider_inner .slider_item .img_box img {
position: static;
}
.post-Slider .slider_inner {
padding: 32px 0px 0;
}
}
@media (max-width:575.98px) {
.post-Slider .heading_link {
padding: 0 0px;
}
}
.instragram {
padding: 40px 0;
}
.instragram .col-6 {
padding: 7.5px;
}
.instragram .innder_content {
position: relative;
}
.instragram .innder_content a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
background-color: rgba(0, 0, 0, 0);
transition: .3s;
text-decoration: none;
z-index: 2;
opacity: 0;
}
.instragram .innder_content:hover a {
background-color: rgba(0, 0, 0, .7);
opacity: 1;
}
@media (max-width:991.98px) {
.instragram .col-6:nth-child(n+7) {
display: none;
}
}
@media (max-width:767.98px) {
.instragram {
padding: 30px 0;
}
.instragram .container,
.title_desc .container {
max-width: 100%;
}
.instragram .container .row {
margin-left: -7.5px;
margin-right: -7.5px;
}
.instragram .col-6:nth-child(n+7) {
display: block;
}
}
@media (max-width:375.98px) {
.instragram {
padding: 20px 0;
}
.instragram .col-6 {
max-width: 100%;
flex: 0 0 100%;
}
}
/* Title Description */
.title_desc {
padding-bottom: 30px;
}
.title_desc h3 {
color: #3d3d3d;
font-size: 16px;
text-align: center;
}
.title_desc p {
color: #444;
font-size: 16px;
margin-bottom: 12px;
}
.title_desc .link_to {
display: flex;
align-items: center;
justify-content: center;
}
.title_desc a {
text-decoration: none;
color: #00421b;
font-size: 16px;
text-align: center;
font-weight: 700;
}
@media (max-width:375.98px) {
.title_desc {
padding-top: 15px;
}
}
@media (max-width:575.98px) {
button.cs_arrow.prev_arrow {
left: -7.5px;
}
button.cs_arrow.next_arrow {
right: -7.5px;
}
}
.brand_logo {
padding: 30px 0;
}
.brand_logo h2 {
text-transform: uppercase;
font-size: 22px;
margin-bottom: 40px;
text-align: center;
font-weight: 700;
}
#brandSlide {
/* display: none; */
}
.brand_slider {
display: flex;
flex-flow: wrap;
list-style: none;
}
.brand_slider li {
width: 11.11%;
padding: 0 1%;
margin-bottom: 16px;
}
.brand_slider li a {
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: #444;
}
.brand_slider li a img {
transition: all .3s;
-webkit-filter: grayscale(1);
filter: grayscale(1);
opacity: .6;
width: auto;
height: auto;
max-height: 75px;
max-width: 100%;
}
.brand_slider li a:hover img {
filter: grayscale(0);
opacity: 1;
}
.brand_logo .slider_wrap {
visibility: hidden;
height: 0;
overflow: hidden;
}
@media (max-width:767.98px) {
.brand_logo .container {
max-width: 100%;
}
.brand_logo .slider_wrap {
position: relative;
display: block;
visibility: visible;
height: auto;
overflow: visible;
}
#brandGrid {
display: none;
}
#brandSlide {
/* display: block; */
margin-bottom: 0;
}
.brand_logo {
padding: 20px 0;
}
.brand_slider li {
width: auto;
padding: 0 5px;
margin-bottom: 5px;
margin-top: 5px;
}
.brand_slider li a img {
max-height: 55px;
}
.brand_logo h2 {
margin-bottom: 30px;
}
}
/* Top Category */
.top_category .title h2 {
text-transform: uppercase;
font-size: 22px;
margin-bottom: 40px;
text-align: center;
font-weight: 700;
}
.top_category .ctg_list {
list-style: none;
display: flex;
flex-flow: wrap;
justify-content: center;
}
.top_category .ctg_list li {
margin-bottom: 10px;
}
.top_category .ctg_list li a {
text-decoration: none;
color: #3b3b3b;
font-weight: 600;
padding: 0 20px;
font-size: 15.2px;
display: block;
}
@media (max-width:767.98px) {
.top_category .container {
max-width: 100%;
}
.top_category .ctg_list {
flex-direction: column;
}
.top_category .ctg_list a {
text-align: center;
}
.top_category .title h2 {
margin-bottom: 30px;
}
}
.info {
background: #00421b;
color: #fff;
padding-top: 40px;
}
.info .icon_box {
text-decoration: none;
color: currentColor;
}
.info .icon_box h5 {
margin: 10px 0 15px;
display: block;
font-size: .6875rem;
line-height: .875rem;
font-weight: 700;
text-transform: uppercase;
color: #fff;
text-align: center;
}
.info .icon_box span {
display: block;
text-align: center;
color: #fff;
opacity: 0;
}
.info .icon_box:hover span {
opacity: 1;
}
.info .icon {
display: flex;
align-items: center;
justify-content: center;
}
.info .icon img {
width: 2.25rem;
height: 50px;
}
/* Newsletter */
.newsletter {
padding: 70px 0;
}
.newsletter .title h1 {
font-size: 22px;
margin-bottom: 40px;
font-family: 'Oswald', sans-serif;
color: #3d3d3d;
text-align: center;
}
.newsletter .short_desc {
padding: 0 20px 20px;
font-size: 16px;
color: #444;
text-align: center;
margin-bottom: 0;
}
.newsletter form input {
padding: 14px 30px 15px;
width: 366px;
max-width: 100%;
background: #eee;
border: 0;
outline: 0;
border-bottom: 2px solid transparent;
font-size: 13px;
}
.newsletter form input:focus {
border-bottom: 2px solid #d7d4d4;
}
.newsletter form .form-group {
display: flex;
justify-content: center;
margin-bottom: 0;
}
.newsletter form button {
border-radius: 0;
display: inline-block;
padding: 13px 20px;
border: 2px solid #3d3d3d;
letter-spacing: .0625rem;
font-weight: 700;
color: #3d3d3d;
text-transform: uppercase;
text-decoration: none;
background: none;
cursor: pointer;
font-size: 13px;
margin-left: 4px;
}
@media (max-width:767.98px) {
.newsletter .container {
max-width: 100%;
}
.newsletter form .form-group {
flex-direction: column;
align-items: center;
}
.newsletter form button {
margin-top: 20px;
}
}
.footer ul {
margin-bottom: 0;
}
.footer .footer_bg {
padding: 70px 0;
background-color: #000;
position: relative;
overflow: hidden;
}
.footer .footer_bg::before {
content: "";
background: url(../img/footer_bg.jpg);
background-size: cover;
opacity: .3;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
}
.footer .footer_bg .container {
max-width: 1500px;
}
.footer .heading {
font-size: 14px;
margin-bottom: 24px;
text-transform: uppercase;
color: #fff;
font-weight: 500;
font-family: 'Oswald', sans-serif;
}
.footer .details {
display: flex;
flex-direction: column;
}
.footer .details a {
color: #fff;
text-decoration: none;
}
.footer .details a.tel {
font-size: 20px;
font-weight: 700;
display: inline-block;
}
.footer .details a.simple {
font-size: 14px;
}
.footer .details a.simple:hover {
color: #00421b;
}
.footer .details .social {
display: flex;
align-items: center;
list-style: none;
}
.footer .details .social li {
margin-right: 15px;
}
.footer .details .social li:last-child {
margin-right: 0;
}
.footer .details .social img {
height: 23px;
}
.picker_wrap .head {
color: #3d3d3d;
text-align: left;
border: 2px solid #3d3d3d;
background: #fff;
border-color: #00421b;
padding: 0.5rem 2.5rem 0.25rem 1rem;
max-width: 280px;
width: 280px;
height: 40px;
font-size: 13px;
font-weight: 700;
position: relative;
}
.picker_wrap .head span {
display: block;
position: absolute;
right: 0;
top: 0;
padding: 10px;
background-color: #00421b;
width: 2.375rem;
font-size: 1.5rem;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.picker_wrap .head span .icon {
transition: .3s;
}
.picker_wrap .head.reverse span .icon {
transform: rotate(180deg);
}
.picker_wrap {
position: relative;
z-index: 99;
}
.picker_wrap .select {
position: absolute;
left: 0;
width: 280px;
height: 180px;
overflow-y: scroll;
background-color: #fff;
}
.picker_wrap .select li {
margin: 0 18px;
line-height: 2.5;
list-style: none;
}
.picker_wrap .select li a {
font-size: 13px;
font-weight: 700;
color: #3d3d3d;
display: block;
border-bottom: 1px solid transparent;
}
.picker_wrap .select li a:hover {
border-bottom: 1px solid #ebeae6;
}
.picker_wrap .select.hide {
display: none;
}
.footer .footer_middle,
.footer .footer_top {
margin-bottom: 70px;
}
.footer .footer_middle .brand_icon {
display: flex;
align-items: center;
flex-flow: wrap;
list-style: none;
}
.footer .footer_middle .brand_icon li {
margin-right: 15px;
margin-bottom: 15px;
}
.footer .footer_middle .brand_icon img {
height: auto;
max-height: 22px;
}
.footer .footer_middle .sp_icon {
display: flex;
}
.footer .footer_middle .sp_icon li {
margin-right: 15px;
margin-bottom: 15px;
}
.footer .footer_middle .sp_icon li:last-child {
margin-right: 0;
}
.footer .footer_middle .sp_icon img {
height: auto;
max-height: 50px;
width: 100%;
}
.footer .footer_middle .other {
display: flex;
align-items: center;
}
.footer .footer_middle .other li {
list-style: none;
margin-right: 15px;
margin-bottom: 15px;
}
.footer .footer_middle .other li:last-child {
margin-right: 0;
}
.footer .footer_middle .other img {
height: auto;
max-height: 35px;
}
.footer .footer_bottom .details {
display: flex;
flex-direction: row;
}
.footer .footer_bottom .details ul:first-child {
margin-right: 10%;
}
.footer .footer_bottom .details .link_list {
list-style: none;
}
.footer .footer_bottom .details .link_list li a {
font-size: 14px;
font-weight: normal;
line-height: 1.6;
}
.footer .footer_bottom .details .link_list li:hover a {
color: #00421b;
}
@media (max-width:991.98px) {
.footer_top .col-md-12 {
margin-bottom: 70px;
}
.footer .footer_bottom .details {
display: flex;
flex-direction: column;
}
.footer .footer_bg .container {
padding: 0 35px;
}
}
@media (max-width:767.98px) {
.footer .heading {
text-align: center;
}
.footer .details {
margin-bottom: 60px !important;
text-align: center;
align-items: center;
}
.footer .details ul {
margin-right: 0 !important;
}
.footer .footer_middle,
.footer .footer_top {
margin-bottom: 0px;
}
.footer_top .col-md-12 {
margin-bottom: 0px;
}
.footer .footer_bottom .col-md-4:first-child {
display: none;
}
.footer .footer_bottom .col-md-4:last-child .details {
margin-bottom: 0 !important;
}
.footer .footer_middle .brand_icon {
justify-content: center;
}
.footer .footer_bg::before {
display: none;
}
}
@media (max-width:575.98px) {
.footer .footer_bg .container {
padding: 0 15px;
}
.picker_wrap {
width: 100%;
max-width: 280px;
}
.picker_wrap .head {
width: 100%;
}
}
.footer_bottom {
padding: 20px 0;
}
.footer_logo {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
text-align: center;
}
.footer_logo img {
width: auto;
height: auto;
max-height: 90px;
}
@media (max-width:767.98px) {
.footer_bottom {
padding: 0px 0;
}
}
.scroll_top_button {
position: fixed;
bottom: 15%;
right: 40px;
}
.scroll_top_button button {
width: 55px;
height: 55px;
background-color: #00421b;
border-radius: 100%;
outline: 0;
border: 0;
cursor: pointer;
font-size: 22px;
cursor: pointer;
}
.scroll_top_button button img {
height: 1em;
}
/* Collection Banner */
.collection_banner {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 300px;
}
.collection_banner .title {
display: none;
}
.section_bradcrumb nav ul {
display: flex;
align-items: center;
list-style: none;
margin: 16px 0;
}
.section_bradcrumb nav ul li {
font-size: 13px;
color: #444;
}
.section_bradcrumb nav ul li span {
padding: 0 5px;
cursor: pointer;
}
.section_bradcrumb nav ul li a {
font-size: 1em;
color: currentColor;
text-decoration: none;
}
.collection_wrapper {
display: flex;
}
.collection_wrapper .sidebar {
width: 25%;
padding-right: 1.38%;
}
.collection_wrapper .collection_body {
width: 75%;
}
.collection_summery {
margin-bottom: 20px;
}
.collection_summery .title {
margin-bottom: 15px;
}
.filters .title a,
.collection_summery .title a {
font-size: 1.25rem;
color: #00421b;
text-transform: uppercase;
font-weight: 500;
font-family: 'Oswald', sans-serif;
text-decoration: none;
display: block;
line-height: 1.2;
}
.collection_navigation {
list-style: none;
}
.collection_navigation li a {
color: #444;
font-size: 13.6px;
text-decoration: none;
}
.collection_navigation li.active>a {
color: #3d3d3d;
font-weight: 500;
}
.collection_navigation li .sub_navigation {
margin-left: 15px;
list-style: none;
}
.collection_body .body_top .title {
font-size: 1.375rem;
line-height: 1.5rem;
margin-bottom: 10px;
color: #00421b;
text-transform: uppercase;
}
.collection_body .details p {
font-size: 16px;
margin-bottom: 13.6px;
color: #444;
text-align: justify;
}
.collection_body .details h3 {
font-size: 19.2px;
margin: 4.5px 0;
}
.collection_body .details ul {
list-style: none;
margin-bottom: 20px;
}
.collection_body .details li {
padding-left: 1rem;
margin-bottom: 0.75rem;
position: relative;
}
.collection_body .details li::before {
content: "\25CF";
color: #00421b;
position: absolute;
top: 0;
left: 0;
}
.collection_body .details p a {
color: #00421b;
font-weight: 700;
text-decoration: none;
}
.collection_body .details p strong {
color: #3d3d3d;
}
.collection_body .details .more_content {
display: none;
}
.collection_body .details .more_content.show {
display: block;
}
a.more_less_button {
font-size: 13px;
font-weight: 700;
text-decoration: none;
color: #00421b;
}
.more_less_button .less {
display: none;
}
.more_less_button .less::after {
padding-left: 7px;
font-size: 1rem;
content: "\2227";
color: #3d3d3d;
font-weight: 700;
}
.more_less_button.open .more {
display: none;
}
.more_less_button.open .less {
display: block;
}
.more_less_button .more::after {
padding-left: 7px;
font-size: 1rem;
content: "\2228";
color: #3d3d3d;
font-weight: 700;
}
.filter_content .product_grid {
margin-top: 10px;
}
.single_filter {
margin-bottom: 16px;
max-width: 225px;
}
.filter_head {
margin-bottom: 12px;
padding-bottom: 8px;
border-bottom: 1px solid #e7e3dc;
text-transform: uppercase;
font-size: 12.8px;
cursor: pointer;
font-family: 'Oswald', sans-serif;
position: relative;
font-weight: 900;
color: #3d3d3d;
line-height: 1.5;
}
.filter_head::after {
content: "+";
color: #3d3d3d;
font-size: 1.5rem;
right: 0;
cursor: pointer;
top: 35%;
transform: translateY(-50%);
position: absolute;
}
.filter_head.open::after {
content: "\2013";
}
.filter_body {
display: none;
}
.filter_body form {
max-height: 144px;
overflow-y: auto;
overflow-x: hidden;
min-height: 35px;
}
.filter_body .form-group {
display: block;
margin-bottom: 0px;
}
.filter_body .form-group input {
padding: 0;
height: initial;
width: initial;
margin-bottom: 0;
display: none;
cursor: pointer;
}
.filter_body .form-group label {
position: relative;
cursor: pointer;
font-size: 13px;
margin-bottom: 2px;
padding-left: 24px;
}
.filter_body form.search {
margin-bottom: 10px;
position: relative;
overflow: hidden;
}
.filter_body form.search input {
height: 34px;
padding: 3px;
font-size: .8125rem;
background: #e7e3dc;
border: 0;
outline: 0;
padding-left: 35px;
width: 100%;
}
.filter_body form.search input:focus {
border: 2px solid #444;
border-radius: 4px;
}
.filter_body .form-group label:before {
content: '';
-webkit-appearance: none;
background-color: transparent;
border: 1px solid #c9c7c4;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
display: inline-block;
position: absolute;
vertical-align: middle;
cursor: pointer;
width: 1rem;
height: 1rem;
margin: 0 7px 2px 0;
background-color: #fff;
cursor: pointer;
left: 0;
}
.form-group input:checked+label:after {
content: '';
display: block;
position: absolute;
top: 3px;
left: 5px;
width: 6px;
height: 10px;
border: solid #46a711;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.filter_body .form-group label span.color {
border-radius: 50%;
box-sizing: border-box;
display: inline-block;
width: 14px;
height: 14px;
margin-right: 4px;
font-size: 0;
line-height: 0;
}
label span.color {
background-color: #ededed;
}
label span.color.blue {
background-color: #2843e8;
}
label span.color.schwarz {
background-color: #000;
}
label span.color.oliv {
background-color: #5a7013;
}
label span.color.red {
background-color: #e20005;
}
label span.color.redbraun {
background-color: #8b0000;
}
label span.color.braun {
background-color: #7f4e0e;
}
.filter_body form.search button {
border: 0;
outline: 0;
width: 22px;
height: 22px;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
position: absolute;
left: 5px;
top: 7px;
background-color: transparent;
}
.filter_body form.search button img {
height: 1em;
}
.filter_body .eine input[type="checkbox"] {
height: 0;
width: 0;
visibility: hidden;
}
.filter_body .eine label {
cursor: pointer;
text-indent: 0;
width: 60px;
height: 22px;
background: #00421b;
display: block;
border-radius: 100px;
position: relative;
}
.filter_body .eine label:before {
content: "";
position: absolute;
top: 3px;
left: 5px;
width: 15px;
height: 15px;
background: #fff;
border-radius: 90px;
transition: 0.3s;
}
.filter_body .eine input:checked+label:after {
display: none;
}
.filter_body .eine input:checked+label:before {
left: calc(100% - 5px);
transform: translateX(-100%);
}
.filter_body .eine span {
display: block;
color: #444;
font-size: 13px;
position: relative;
left: 70px;
}
.filter_option {
display: flex;
justify-content: space-between;
padding: 20px 0;
}
.filter_option .title {
font-size: 13px;
margin-bottom: 4px;
}
.filter_option .picker_wrap {}
.filter_option .picker_wrap .head {
height: 28px;
max-width: 218px;
padding: 2px 35px 2px 16px;
}
.filter_option .picker_wrap .head span {
width: 28px;
font-size: 18px;
}
.filter_option .picker_wrap .select {
max-width: 218px;
border: 2px solid #ededed;
}
/* product grid */
.product_grid .product_item {
padding: 0 1.38%;
}
.product_grid .product_item .product_wrap {
border-top: 1px solid #ebeae6;
text-align: center;
background-color: #fff;
position: relative;
}
.product_grid .product_item .product_height {
height: 410px;
}
.product_grid .product_item .product_inner {
position: relative;
min-height: 16px;
}
.product_grid .product_item .product_inner .product_inner_wrap {
padding-top: 30px;
padding-bottom: 20px;
text-align: center;
background-color: #fff;
}
.product_grid .product_item:hover .product_inner_wrap {
padding-right: 3rem;
padding-left: 3rem;
border: 3px solid #ebeae6;
position: absolute;
top: -3px;
left: -3.1875rem;
right: -3.1875rem;
z-index: 5;
}
.product_item .product_inner_wrap .product_info {
width: 100%;
}
.product_item .product_inner_wrap .product_info a {
color: #3d3d3d;
text-align: center;
text-decoration: none;
}
.product_item .product_info .image_box {
padding-bottom: 5px;
position: relative;
}
.product_item .product_info .image_box img {
display: inline-block;
max-width: 100%;
height: auto;
}
.product_item .product_info .details,
.product_item .product_info .price_wrapper {
margin: 0 3px;
}
.product_item .product_info .details .brand_name {
font-size: 13px;
color: #444;
line-height: 1.35;
}
.product_item .product_info .details .product_name {
font-family: 'Oswald', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 1.4;
max-height: 80px;
min-height: 48px;
color: #00421b;
}
.product_item .product_info .price_wrapper span.price {
font-size: 14px;
color: #3d3d3d;
font-weight: 400;
display: inline-block;
line-height: 2;
}
.product_item .product_count {
font-size: 13px;
margin: 0 3px 4px;
color: #444;
line-height: 1;
}
.product_item .sizes {
/* display: none; */
visibility: hidden;
margin-top: 20px;
}
.product_item:hover .sizes {
/* display: block; */
visibility: visible;
}
.product_item:hover .sizes .slick-disabled{
opacity: .5;
}
.product_item .sizes .seperator {
width: 35%;
height: 3px;
display: inline-block;
background: #ebeae6;
}
.product_item .varient_slider_wrapper {
position: relative;
width: 90%;
margin: 0 auto;
display: flex;
justify-content: center;
}
.product_item .varient_slider {
width: 70%;
margin-bottom: 0;
}
.product_item .varient_slider li {
margin: 0 2px;
}
.product_item .varient_slider li img {
max-width: 35px;
max-height: 35px;
width: auto;
height: auto;
}
.product_item .varient_slider_wrapper .nextPreView {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 100%;
display: flex;
justify-content: space-between;
pointer-events: none;
}
.product_item .varient_slider_wrapper .nextPreView button {
border: 0;
outline: 0;
background-color: transparent;
pointer-events: all;
cursor: pointer;
font-size: 20px;
display: flex;
align-items: center;
}
.product_item .varient_slider .slick-slide {
line-height: 0;
}
.product_item .varient_size_number {
font-size: 13px;
margin-top: 10px;
}
.product_item .varient_size_number span {
margin: 0 8px;
}
.product_item .varient_size_number .size_number.hide {
display: none;
}
.product_item .product_inner_wrap .label {
padding: 2px 10px;
background-color: #00421b;
color: #fff;
font-weight: 700;
font-size: .8125rem;
line-height: 1.25rem;
text-transform: uppercase;
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
.product_grid .product_item:hover .product_inner_wrap .label {
top: -3px;
right: -3px;
}
.product_grid .product_item .product_inner_wrap .batch_list {
position: absolute;
top: 16px;
z-index: 3;
display: flex;
flex-direction: column;
align-items: center;
}
.product_grid .product_item .product_inner_wrap .batch_list .item {
width: 36px;
height: 36px;
display: flex;
justify-content: center;
align-items: flex-start;
transition: .3s;
}
.product_grid .product_item .product_inner_wrap .batch_list .item img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
}
.product_grid .product_item:hover .product_inner_wrap .batch_list .item {
width: 46px;
height: 46px;
top: 8px;
left: 8px;
}
.product_grid .product_item:hover .product_inner_wrap .batch_list {
position: absolute;
top: 8px;
z-index: 3;
left: 8px;
}
.pagination {
justify-content: flex-end;
position: relative;
}
.pagination .text {
font-size: 13px;
color: #444;
margin-right: 15px;
display: flex;
align-items: center;
}
.pagination .text span {
color: #3d3d3d;
font-weight: 700;
padding: 0 5px;
}
.pagination .pages {
color: #444;
text-align: center;
list-style: none;
display: flex;
align-items: center;
margin-bottom: 0;
}
.pagination .pages .page {
display: inline-block;
border: 1px solid #ebeae6;
margin: 0 5px;
transition: background-color .5s;
}
.pagination .pages .page:hover,
.pagination .pages .page.current {
background-color: #00421b;
}
.pagination .pages .page a {
width: 2rem;
height: 2rem;
padding: 0.25rem 0;
font-weight: 600;
font-size: .8125rem;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: #444;
}
.pagination .pages .page.current a,
.pagination .pages .page:hover a {
color: #fff;
}
.pagination .pages .page.space {
background-color: transparent;
border: 0;
margin: 0 15px;
font-size: 16px;
font-weight: 500;
}
hr{
z-index: 1;
position: relative;
}
@media (max-width:767px){
.collection_banner{
display: none;
}
.section_bradcrumb .container,
.collection_main .container{
max-width: 100%;
}
.collection_wrapper{
flex-wrap: wrap;
}
.collection_wrapper .sidebar{
width: 100%;
padding-right: 0;
}
.all-filters,
.collection_navigation{
display: none;
}
.collection_body_mobile,
.filters .title{
display: block !important;
}
.collection_body:not(.collection_body_mobile)>.details,
.collection_body:not(.collection_body_mobile)>.body_top{
display: none;
}
.collection_body{
width: 100% !important;
padding-left: 0;
}
.collection_body_mobile .details{
margin-bottom: 20px;
}
.sidebar .title{
position: relative;
margin-bottom: 20px;
}
.sidebar .title::before,
.sidebar .title::after{
content: '';
position: absolute;
width: 12px;
height: 2px;
background-color: #444;
top: 50%;
right: 0px;
transform: translate(-50%,-50%);
display: block;
}
.sidebar .title::after{
width: 2px !important;
height: 12px !important;
right: 10.5px !important;
left: auto;
}
.sidebar .title.open::after{
display: none;
}
.single_filter{
max-width: 100%;
}
.filter_option{
padding-top: 0px;
flex-direction: column;
}
.filter_option .select_filter{
margin-top: 20px;
}
.filter_option .picker_wrap .head{
max-width: 100%;
width: 100%;
}
.filter_content .product_grid {
padding: 0 10px;
}
.product_item .product_info .details .product_name{
min-height: auto;
}
.product_grid .product_item{
margin-bottom: 30px;
}
.product_grid .product_item .product_height{
height: auto;
}
.product_item .sizes{
display: none !important;
}
.product_grid .product_item:hover .product_inner_wrap {
padding-right: 0;
padding-left: 0;
border: none;
position: relative;
top: 0;
left: 0;
right: 0;
z-index: 5;
}
.product_grid .product_item:hover .product_inner_wrap .label {
top: 0;
right: 0;
}
.product_grid .product_item .product_inner_wrap .batch_list .item {
width: 30px;
height: 30px;
}
.product_grid .product_item:hover .product_inner_wrap .batch_list .item {
width: 30px;
height: 30px;
position: static;
}
.product_grid .product_item .product_inner_wrap .batch_list{
left: 8px;
top: 8px;
}
.pagination {
flex-direction: column;
align-items: center;
}
.pagination .text{
margin-right: 0;
margin-bottom: 10px;
}
}
.this_product .container {
max-width: 1195px;
}
.this_product .container .product_photos {
width: 63%;
padding-right: 30px;
position: relative;
padding-left: 20px;
}
.this_product .labels {
padding: 2px 10px;
background-color: #00421b;
color: #fff;
font-weight: 700;
font-size: .8125rem;
line-height: 1.25rem;
text-transform: uppercase;
position: absolute;
right: 20px;
top: 0;
z-index: 2;
}
.this_product .product-badges{
position: absolute;
top: 0px;
left: 10px;
width: 70px;
}
.this_product .brand_badge{
display: block;
}
.this_product .brand_badge a{
display: flex;
max-width: 202px;
height: 60px;
box-shadow: -1px 2px 6px 0 rgb(0 0 0 / 30%);
border-radius: 30px;
overflow: hidden;
text-decoration: none;
}
.this_product .brand_badge .author{
width: 60px;
}
.this_product .brand_badge .author img{
width: 60px;
}
.this_product .brand_badge .by{
padding: 3px 5px;
font-size: 8px;
text-align: center;
color: #4C4C4C;
width: 85px;
}
.this_product .brand_badge .by img{
display: block;
margin-left: auto;
max-width: 100%;
}
.this_product .brand_badge .seal{
width: 58px;
background-color: #f4f7f9;
}
.this_product .brand_badge .seal img{
padding: 4px;
padding-left: 2px;
width: 58px;
}
.this_product .container .product_details {
width: calc(100% - 63%);
border-left: 3px solid #ebeae6;
padding-left: 2%;
}
.my-gallery.slider-nav {
display: flex;
justify-content: center;
}
.this_product .product_details a {
display: flex;
justify-content: flex-end;
margin-bottom: 30px;
}
.this_product .product_details a img {
max-width: 100%;
width: auto;
height: auto;
max-height: 90px;
}
.this_product .product_details .product_heading h1 {
font-size: 17.6px;
font-family: 'Oswald', sans-serif;
color: #3d3d3d;
margin-bottom: 15px;
}
.this_product .product_details .product_info p {
font-size: 13px;
color: #444;
margin-bottom: 5px;
}
.this_product .product_details .price_wrapper {
padding: 16px 0;
display: flex;
justify-content: space-between;
}
.this_product .product_details .price_wrapper .rate {
font-weight: 600;
font-size: 20px;
color: #3d3d3d;
}
.this_product .product_details .price_wrapper .label {
color: #444;
font-size: 13px;
}
.this_product .product_details .price_wrapper .review {
position: relative;
z-index: 2;
}
.this_product .product_details .price_wrapper .review .reviw_text::after {
position: absolute;
content: '';
width: 16px;
height: 16px;
border: 3px solid #e7e3dc;
top: -10px;
left: 30px;
transform: rotate(45deg);
border-bottom: 0;
border-right: 0;
background-color: #fff;
}
.this_product .product_details .price_wrapper .review .reviw_text {
position: absolute;
width: 100%;
left: 0;
top: calc(100% - 10px);
border: 3px solid #e7e3dc;
min-width: 200px;
display: none;
background-color: #fff;
}
.this_product .product_details .price_wrapper .review:hover .reviw_text {
display: block;
}
.this_product .product_details .price_wrapper .review .reviw_text a {
font-size: 14px;
color: #444;
display: flex;
align-items: center;
justify-content: center;
text-decoration: underline;
margin-bottom: 0;
padding: 10px;
}
.this_product .product_details .price_wrapper .review .star_list {
display: flex;
align-items: center;
}
.this_product .product_details .price_wrapper .review .star_list .star {
height: 18px;
width: 18px;
color: #e7e3dc;
}
.this_product .product_details .availability {
margin-bottom: 40px;
}
.this_product .product_details .availability li {
display: flex;
align-items: center;
font-size: 13px;
font-weight: 700;
white-space: nowrap;
margin-bottom: 10px;
flex-wrap: wrap;
}
.this_product .product_details .availability .icon_box {
width: 40px;
height: 24px;
}
.this_product .product_details .availability .icon_box img {
height: auto;
max-height: 24px;
width: auto;
}
.this_product .product_details .availability .text {
color: #46a711;
margin-left: 5px;
}
.this_product .product_details .availability .span span {
margin-left: 5px;
display: inline-block;
}
.this_product .product_details .availability .info_logo {
display: flex;
justify-content: flex-end;
position: relative;
width: 30px;
height: 30px;
}
.this_product .product_details .availability .info_logo .tootip {
position: absolute;
left: 50px;
top: 50%;
transform: translateY(-55%);
position: absolute;
width: 100%;
border: 3px solid #e7e3dc;
min-width: 200px;
display: none;
padding: 12px;
text-align: center;
font-style: italic;
font-weight: normal;
}
.this_product .product_details .availability .info_logo:hover .tootip {
display: block;
}
.this_product .product_details .availability .info_logo::after {
position: absolute;
content: '';
width: 16px;
height: 16px;
border: 3px solid #e7e3dc;
top: 3px;
left: 43px;
transform: rotate(-45deg);
border-bottom: 0;
border-right: 0;
background-color: #fff;
display: none;
}
.this_product .product_details .availability .info_icon_text:hover .info_logo::after {
display: block;
}
.this_product .product_details .availability .info_logo img {
width: auto;
height: 22px;
}
.this_product .product_details .availability a {
margin-bottom: 0;
margin-left: 10px;
color: #000;
}
.this_product .product_details .verient .head ul {
list-style: none;
display: flex;
font-size: 13px;
color: #3d3d3d;
}
.this_product .product_details .verient .head ul li:not(:last-child) {
margin-right: 20px;
font-weight: 500;
font-family: 'Oswald', sans-serif;
}
.this_product .product_details .verient .head ul li span {
font-family: 'Oswald', sans-serif;
}
.this_product .product_details .verient .varient_color_image {
display: flex;
list-style: none;
}
.this_product .product_details .verient .varient_color_image li {
margin: 0 2%;
}
.this_product .product_details .verient .varient_color_image a {
width: 40px;
padding-bottom: 5px;
border-bottom: 3px solid transparent;
margin-bottom: 20px;
}
.this_product .product_details .verient .varient_color_image li.active a,
.this_product .product_details .verient .varient_color_image a:hover {
border-bottom: 3px solid #444;
}
.this_product .product_details .verient .size_option {
display: flex;
align-items: center;
position: relative;
margin-bottom: 10px;
}
.this_product .product_details .verient .size_option .label {
font-weight: 500;
font-family: 'Oswald', sans-serif;
font-size: 13px;
}
.this_product .product_details .verient .size_option a.lbl {
margin-bottom: 0;
margin-left: 15px;
font-size: 13px;
color: #444;
text-decoration: underline;
}
.this_product .product_details .verient .size_option .gray_lbl {
position: absolute;
left: 0;
top: calc(100% + 4px);
cursor: pointer;
padding: 0.5px 7.5px;
font-size: 0.8125rem;
background-color: rgb(231, 227, 220);
color: rgb(136, 136, 136);
padding: 4px 5px;
text-decoration: none;
}
.this_product .product_details .verient .size_option .gray_lbl:hover {
color: rgba(167, 82, 82, 0.863);
}
.this_product .product_details .verient .sizes {
padding: 35px 0 15px;
}
.this_product .product_details .verient .sizes ul {
display: flex;
align-items: center;
margin-bottom: 0;
flex-wrap: wrap;
}
.this_product .product_details .verient .sizes p {
margin-bottom: 5px;
}
.this_product .product_details .verient .sizes li {
display: block;
padding: 5px 14px;
border: 1px solid #e7e3dc;
font-size: .875rem;
color: #444;
background: #e7e3dc;
margin-right: 8px;
margin-bottom: 8px;
cursor: pointer;
}
.this_product .product_details .verient .sizes li:hover,
.this_product .product_details .verient .sizes li.active {
background: #fff;
border-color: #444;
color: #3d3d3d;
}
.this_product .product_details .product_included {
border-top: 1px solid #ebeae6;
padding: 20px 0 15px;
margin-top: 10px;
}
.this_product .product_details .product_included ul {
list-style: none;
display: flex;
flex-direction: column;
margin-bottom: 0;
}
.this_product .product_details .product_included li {
font-size: 16px;
display: flex;
align-items: center;
margin: 8px;
height: 40px;
}
.this_product .product_details .product_included li .icon {
width: 32px;
height: 32px;
margin-right: 10px;
}
.this_product .product_details .product_included li img {
width: 100%;
height: auto;
margin-right: 10px;
}
.this_product .product_details .buy {
display: block;
padding: 30px 0;
}
.this_product .product_details .buy .buy_now_wrap {
display: flex;
width: 100%;
}
.this_product .product_details .buy .buy_now_wrap button {
height: 60px;
margin: -1rem 0 1rem;
box-shadow: 0 10px 0 -5px #e5e5e5;
color: #fff;
border-color: #00421b;
background-color: #00421b;
cursor: pointer;
}
.this_product .product_details .buy .buy_now_wrap button.buy_now {
width: calc(100% - 70px);
}
.this_product .product_details .buy .buy_now_wrap button.fevourit {
width: 60px;
height: 60px;
margin-left: 10px;
background-color: #fff;
padding: 16px;
border: 1px solid #5f5656;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
}
.this_product .product_details .buy .buy_now_wrap button.fevourit img {
height: 1em;
}
@media (max-width:767px){
.this_product .container .product_photos{
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.this_product .container .product_photos .product_photos_wrap{
padding-bottom: 20px;
border-bottom: 3px solid #ebeae6;
}
.my-gallery.slider-nav {
display: none;
}
.this_product .slick-dots {
display: block;
position: relative;
bottom: 0;
margin-bottom: 20px;
}
.this_product .slick-dots li {
width: 10px;
height: 10px;
margin: 0 10px;
}
.this_product .slick-dots li button {
display: block !important;
width: 10px;
height: 10px;
padding: 0;
cursor: pointer;
color: black;
border: 0;
outline: none;
background: transparent;
border-radius: 10px;
border: .5px solid #3c3c3c;
}
.this_product .slick-dots li.slick-active button {
background-color: #3c3c3c;
}
.this_product .slick-dots li button:before{
display: none;
}
.this_product .product_details .product_brand{
display: none;
}
.this_product .product_details .product_heading{
padding-top: 20px;
}
.this_product .container .product_details {
width: 100%;
border-left: none;
padding-left: 15px;
}
}
.product_details_tab {
margin-top: 20px;
}
.product_details_tab .tab_list {
display: flex;
justify-content: space-around;
align-items: center;
list-style: none;
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ebeae6;
border-top: 1px solid #ebeae6;
}
.product_details_tab .tab_list li {
font-size: 17.6px;
font-weight: 500;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
cursor: pointer;
position: relative;
}
.product_details_tab .tab_list li::after {
position: absolute;
content: '';
width: 0%;
height: 4px;
background-color: #3d3d3d;
left: 0;
top: 100%;
transition: .3s;
}
.product_details_tab .tab_list li.active::after {
display: block;
width: 100%;
}
.product_details_tab .tab_content_item {
padding: 20px 0;
display: none;
}
.product_details_tab .tab_content_item.active {
display: block;
}
.product_details_tab .tab_content_item p {
font-size: 16px;
max-width: 630px;
}
.product_details_tab .tab_content_item .link_to {
margin-top: 30px;
}
.product_details_tab .tab_content_item .link_to a {
display: inline-block;
font-size: 14px;
font-weight: 700;
font-family: 'Oswald', sans-serif;
color: #00421b;
text-decoration: none;
padding: 5px 0;
}
.product_details_tab .tab_content_item .link_to a span {
margin-left: 5px;
font-family: 'Roboto', sans-serif;
}
.product_details_tab .tab_content_item .link_to a:hover {
color: #85b09a;
}
.product_details_tab .video_item_wrap {
margin-bottom: 40px;
}
.product_details_tab .video_item_wrap a {
display: inline-block;
position: relative;
}
.product_details_tab .video_item_wrap a::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 30px;
height: 30px;
background-image: url(../img/play-button3.png);
z-index: 99;
background-size: contain;
}
.product_details_tab .video_item_wrap a .lebel {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 110%;
color: #444;
font-size: 14px;
width: 70px;
border: 3px solid #e7e3dc;
display: none;
padding: 10px;
text-align: center;
font-style: italic;
font-weight: normal;
}
.product_details_tab .video_item_wrap a:hover .lebel {
display: block;
}
.product_details_tab .video_item_wrap a .lebel span {
display: block;
background-color: #fff;
width: 20px;
height: 20px;
position: absolute;
left: -12px;
top: 10px;
transform: rotate(45deg);
border-left: 3px solid #e7e3dc;
border-bottom: 3px solid #e7e3dc;
z-index: 999;
}
.product_details_tab .ingredient a{
display: block;
padding: 40px 0;
}
.product_details_tab .ingredient a img{
width: auto;
max-width: 100%;
height: auto;
}
.product_details_tab .details_icon_group {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
.product_details_tab .details_icon_group .icon_box {
width: 10%;
max-width: 90px;
padding: 10px;
position: relative;
}
.product_details_tab .details_icon_group .icon_box img {
width: auto;
max-width: 100%;
}
.product_details_tab .details_icon_group .icon_box .lebel {
position: absolute;
top: 85%;
transform: translateY(-50%);
left: 110%;
color: #444;
font-size: 14px;
width: 130px;
border: 3px solid #e7e3dc;
display: none;
padding: 10px;
text-align: center;
background-color: #fff;
z-index: 999;
}
.product_details_tab .details_icon_group .icon_box .lebel span {
display: block;
background-color: #fff;
width: 20px;
height: 20px;
position: absolute;
left: -12px;
top: 10px;
transform: rotate(45deg);
border-left: 3px solid #e7e3dc;
border-bottom: 3px solid #e7e3dc;
z-index: 999;
}
.product_details_tab .details_icon_group .icon_box:hover .lebel {
display: block;
}
.product_details_tab .table{
padding: 20px 0;
margin: 0;
}
.product_details_tab .table .tr{
text-align: center;
}
.product_details_tab .table .thead{
font-size: 13px;
color: #3d3d3d;
font-family: 'Oswald', sans-serif;
font-weight: 600;
}
.product_details_tab .table .tdata{
font-size: 16px;
color: #444;margin-bottom: 16px;
}
.size_list img{
width: auto;
max-width: 100%;
height: auto;
}
@media (max-width:767px){
.product_details_tab_mobile{
margin: 0;
}
.product_details_tab_mobile .container{
max-width: 100%;
}
.product_details_tab_mobile .ingredient a{
padding: 0;
}
.product_details_tab_mobile .tab_content_item {
display: block !important;
padding: 0;
}
.product_details_tab_mobile .title {
padding: 20px 0;
position: relative;
margin: 0;
border-top: 1px solid #ebeae6;
text-transform: uppercase;
color: #00421b;
cursor: pointer;
}
.product_details_tab_mobile .title::before, .product_details_tab_mobile .title::after {
content: '';
position: absolute;
width: 12px;
height: 2px;
background-color: #444;
top: 50%;
right: 0px;
transform: translate(-50%,-50%);
display: block;
}
.product_details_tab_mobile .title::after {
width: 2px !important;
height: 12px !important;
right: 10.5px !important;
left: auto;
}
.product_details_tab_mobile .title.open::after {
display: none;
}
.product_details_tab_mobile .details {
display: none;
}
.product_details_tab_mobile .details.open {
display: block;
}
.product_details_tab .details_icon_group{
justify-content: flex-start;
padding-left: 70px;
}
.product_details_tab .details_icon_group .icon_box{
width: 80px;
}
.product_details_tab .table .tr{
text-align: left;
}
.product_details_tab .table .thead {
font-size: 18px;
}
.product_details_tab .video_wrap {
display: flex;
}
.product_details_tab .video_wrap .info-item{
padding: 5px;
width: 100px;
max-width: 25%;
}
.product_details_tab .video_wrap .info-item img{
width: 100%;
}
.tab_content_item:last-child{
border-bottom: 1px solid #ebeae6;
}
.this_product .product_details .availability .info_logo::after,
.this_product .product_details .availability .info_logo .tootip{
display: none !important;
}
}
.my-gallery img {
width: 100%;
height: auto;
}
.my-gallery figure {
display: block;
}
.my-gallery figcaption {
display: none;
}
.my-gallery {
margin: 0 auto;
}
.my-gallery img {
width: 100%;
display: block;
height: auto;
}
.photoSwipeOpen .slick-track {
transition: none !important;
}
.slider-nav img {
max-width: 200px;
display: block;
}
.slider-nav .slick-track {
transform: none !important;
}
.slider-nav .slick-slide {
padding-bottom: 5px;
border-bottom: 3px solid transparent;
margin-bottom: 5px;
}
.slider-nav .slick-active {
border-bottom: 3px solid #3d3d3d;
}
.slider-main figure a {
display: block;
height: 0;
overflow: hidden;
padding-bottom: 85%;
position: relative;
text-align: center;
}
.slider-main figure img {
display: inline-block;
height: auto;
left: 50%;
max-height: 100%;
max-width: 100%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
width: auto;
}
.slider-nav .slick-track {
transform: none !important;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.slider-nav img {
max-width: 75px;
}
.pswp__bg {
background-color: #fff;
}
.pswp__button--arrow--left, .pswp__button--arrow--right{
position: fixed;
}
.pswp__top-bar{
opacity: 1 !important;
}
.pswp__caption {
bottom: auto;
min-height: 44px;
background: red;
left: 50%;
transform: translate(-50%);
}
.pswp__caption__center{
text-align: center;
}
@media (max-width:1430px){
.this_product .product_details .price_wrapper .review:hover .reviw_text{
left: auto;
right: 0;
}
.this_product .product_details .price_wrapper .review .reviw_text::after{
left: auto;
right: 30px;
}
.this_product .product_details .availability .info_logo .tootip {
position: absolute;
left: auto;
right: 40px;
background: #fff;
}
.this_product .product_details .availability .info_logo::after {
transform: rotate(-225deg);
left: -18px;
}
} | assets/css/style.css | * {
/* font-family: 'Oswald', sans-serif; */
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
h1.title {
font-family: 'Oswald', sans-serif;
font-size: 2.25rem;
line-height: 3rem;
font-weight: 700;
}
h2 {
font-size: 22px;
font-family: 'Oswald', sans-serif;
}
h3 {
font-size: 16px;
font-family: 'Oswald', sans-serif;
}
/* Image or object Fit To Screen Div */
[class*="sketch"],
[class*="-sketch"],
[class*="_sketch"],
[class*="sketch-"],
[class*="sketch_"],
[class*="canvas"],
[class*="-canvas"],
[class*="_canvas"],
[class*="canvas-"],
[class*="canvas_"] {
--fit: 100;
padding-top: calc(var(--fit) * 1%);
}
[class*="obj-"]::before,
[class*="obj_"]::before,
[class*="-obj"]::before,
[class*="_obj"]::before {
content: " ";
position: absolute;
width: 100%;
height: 0;
--fit: 100;
padding-top: calc(var(--fit) * 1%);
display: block;
background-color: #ededed;
}
[class*="fit"] {
position: relative;
}
[class*="fit"] video,
[class*="fit"] img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-position: center center;
-o-object-fit: cover;
object-fit: cover;
}
[class*="fit"] *:not(video),
[class*="fit"] *:not(img) {
z-index: 2;
}
/* header */
header{
border-top: 3px solid #00421b;
position: sticky;
top: 0;
z-index: 9;
background-color: #fff;
}
.header-top .nav{
justify-content: center;
}
.header-top .nav-link {
display: block;
padding: 10px 13px 6px;
font-size: 11px;
line-height: 2;
text-align: center;
color: #3d3d3d;
}
.header-top .nav-link:hover{
color: #00421b;
}
.header-top .nav-link img{
width: 22px;
margin-right: 3px;
}
.header-middle{
max-width: 1165px;
width: 93%;
margin: auto;
padding: 20px 0 25px;
transition: .3s;
}
.header-middle>.nav{
justify-content: space-between;
}
.scroll .header-middle {
padding-bottom: 15px;
}
.scroll .header-middle .nav-item.d-none{
display: block !important;
}
.header-middle .nav-link{
padding: 0;
}
.header-middle .nav-link img{
width: 28px;
}
.header-middle .logo{
width: 265px;
max-width: 27%;
}
.header-middle .logo img{
margin-top: -5px;
}
.header-middle .search{
width: 30%;
position: absolute;
left: 50%;
transform: translate(-50%);
max-width: 356px;
}
.header-middle .search input{
display: block;
height: 38px;
padding: 9.5px 38px 9.5px 10px;
border-radius: 0;
font-size: .875rem;
line-height: 1;
outline: 0 !important;
color: #000;
border: 1px solid #858585;
}
.header-middle .search input:focus {
outline: 0 !important;
box-shadow: none;
border-color: #858585;
}
.header-middle .search .btn{
padding: 5px 5px;
position: absolute;
right: 2px;
top: 1px;
height: 35px;
background: transparent;
}
.header-middle .search .btn img{
width: 25px;
}
.header-middle .search .btn:focus {
outline: 0 !important;
box-shadow: none;
}
.header-middle .links .nav{
align-items: center;
}
.header-middle .links .nav-item{
margin-left: 15px;
position: relative;
}
.header-middle .links .nav-link{
font-size: 13px;
color: #3d3d3d;
}
.header-middle .links .nav-link:hover{
color: #00421b;
}
.header-middle .links .nav-item:hover .cart{
display: block !important;
}
.header-middle .cart{
width: 400px;
padding: 20px;
border: 3px solid #ebeae6;
position: absolute;
z-index: 9;
background-color: #fff;
right: 0;
top: 45px;
}
.header-middle .cart:after, .header-middle .cart:before {
bottom: 100%;
left: 95%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.header-middle .cart:before {
border-color: transparent transparent #ebeae6;
border-width: 16px;
margin-left: -16px;
}
.header-middle .cart:after {
border-color: transparent transparent #fff;
border-width: 12px;
margin-left: -12px;
}
.header-middle .cart p{
font-size: 16px;
color: #00421b;
margin: 0;
}
.main-menu {
background-color: #00421b;
}
.main-menu .nav{
justify-content: center;
}
.main-menu .nav .nav-link{
color: #fff;
font-family: 'Oswald', sans-serif;
font-weight: 500;
font-size: 14.8px;
padding: 6px 17px;
position: relative;
}
.main-menu .nav .nav-link:hover::after{
content: '';
height: 5px;
width: calc(100% - 34px);
position: absolute;
top: 40px;
left: 17px;
z-index: 1;
background-color: #00421b;
}
.main-menu .nav .active .nav-link{
color: #ffff24;
}
.main-menu .nav .nav-link.link-red{
color: #e91524;
}
.main-menu .nav .nav-link.with-icon{
padding-right: 30px;
background-image: url(../../assets/img/EGW_Withe_27x27-43646-0.png);
background-repeat: no-repeat;
background-position: right center
}
.main-menu .nav .nav-link.with-icon::after{
width: calc(100% - 17px - 30px);
}
.megamenu{
position: absolute;
width: 100%;
background-color: #fff;
width: 100%;
left: 0;
padding: 30px 20px;
max-height: calc(100vh - 155px);
overflow: auto;
display: none;
z-index: 99;
}
.main-menu>.nav>.nav-item:hover .megamenu{
display: block;
}
.megamenu .linkwithbg div[class*="col"]{
padding: 8px;
min-width: 187px !important;
}
.megamenu .linkwithbg a{
display: block;
max-width: 170px;
font-size: 14px;
text-transform: uppercase;
color: #fff;
position: relative;
margin: auto;
}
.megamenu .linkwithbg a::before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity: .4;
transition: all .3s ease;
}
.megamenu .linkwithbg a:hover::before{
opacity: 0;
}
.megamenu .linkwithbg a span{
position: absolute;
top: 50px;
transform: translateY(-50%);
width: 100%;
text-align: center;
}
.megamenu .linkwithbg a span{
font-family: 'Oswald', sans-serif;
}
.megamenu .linkwithtitle{
width: 1050px;
max-width: 80%;
}
.megamenu .linkwithtitle .linktitle{
font-weight: 500;
color: #3d3d3d;
font-family: 'Oswald', sans-serif;
font-size: 14.4px;
text-decoration: none;
}
.megamenu .linkwithtitle .sub-menu{
list-style: none;
}
.megamenu .linkwithtitle .sub-menu a{
font-size: 14px;
color: #444;
text-decoration: none;
}
.megamenu .linkwithtitle a:hover{
color: #00421b;
}
.megamenu .linkwithtitle img{
width: 100%;
max-width: 260px;
}
.mobile-menu-toggler {
position: relative;
right: 0;
width: 45px;
height: 50px;
cursor: pointer;
z-index: 106;
display: flex;
justify-content: center;
align-items: center;
}
.mobile-menu-toggler a {
position: relative;
left: -10px;
}
.mobile-menu-toggler span, .mobile-menu-toggler span:after, .mobile-menu-toggler span:before {
transition: all .2s ease-in-out;
cursor: pointer;
height: 2px;
width: 21px;
background-color: #3d3d3d;
position: absolute;
display: block;
content: "";
}
.mobile-menu-toggler span:before {
top: -6px;
}
.mobile-menu-toggler span:after {
bottom: -6px;
}
.mobile-menu-toggler.open span {
background-color: transparent;
}
.mobile-menu-toggler.open span:before {
transform: rotate(45deg);
top: 0;
}
.mobile-menu-toggler.open span:after {
transform: rotate(-45deg);
top: 0;
}
@media (max-width:767px) {
.overflow-h-nav{
overflow: hidden;
}
.header-top,
.main-menu {
display: none;
}
.mobile-menu-toggler {
display: flex !important;
}
.header-middle {
padding: 0;
width: 100%;
}
.header-middle .search{
position: relative;
max-width: 100%;
width: 100%;
order: 3;
}
.header-middle .search input{
border-left: 0;
border-right: 0;
border-color: #ebeae6;
padding: 10px 10px 10px 50px;
}
.header-middle .search .btn{
right: auto;
left: 0;
width: 50px;
}
.header-middle .logo{
align-self: center;
margin-bottom: 5px;
margin-left: 10px;
max-width: calc(100% - 150px);
}
.header-middle .logo img{
margin: 0;
}
.header-middle .links{
display: flex;
}
.header-middle .links .nav-item {
display: block !important;
margin: 0;
padding: 5px;
}
.header-middle .links .nav-item img{
width: 20px;
}
.header-middle .links .nav-item span{
display: none;
}
.header-middle .links .nav-item:hover .cart{
display: none !important;
}
.main-menu.show{
display: block !important;
}
.main-menu .nav .nav-link::after,
.main-menu>.nav>.nav-item:hover .megamenu {
display: none;
}
.main-menu.show{
background-color: #fff;
overflow: auto;
height: calc(100vh - 91px);
}
.main-menu.show .nav {
flex-direction: column;
}
.main-menu.show .nav .nav-link {
color: #444;
border-bottom: 1px solid #ebeae6;
padding: 10px 36px 10px 20px;
}
.main-menu.show .nav .active .nav-link {
color: #ffff24;
}
.main-menu.show .has-megamenu>.nav-link::before,
.main-menu.show .has-megamenu>.nav-link::after{
content: '';
position: absolute;
width: 16px;
height: 2px;
background-color: #444;
top: 50%;
right: 10px;
transform: translate(-50%,-50%);
display: block;
}
.main-menu.show .has-megamenu>.nav-link::after{
width: 2px !important;
height: 16px !important;
right: 24.5px !important;
left: auto;
}
.main-menu.show .has-megamenu>.nav-link.open::after{
display: none;
}
.main-menu.show .megamenu.open{
display: block !important;
background: #e7e3dc;
color: #3d3d3d;
padding: 10px;
position: relative;
max-height: 100%;
overflow: visible;
}
.main-menu.show .megamenu.open .linkwithbg a::before,
.main-menu.show .megamenu.open .linkwithbg img{
display: none;
}
.main-menu.show .megamenu.open .linkwithbg {
padding-left: 40px;
}
.main-menu.show .megamenu.open .linkwithbg span{
position: relative;
top: 0;
transform: translate(0);
text-align: left;
display: block;
}
.main-menu.show .megamenu.open .linkwithbg a{
text-align: left;
display: block;
max-width: 100%;
color: #3d3d3d;
font-weight: 500;
text-decoration: none;
text-transform: capitalize;
position: relative;
}
.megamenu .linkwithtitle{
width: 100%;
max-width: 100%;
}
.megamenu .linkwithtitle .sub-menu{
display: none;
}
.megamenu .linkwithtitle .linktitle{
padding: 10px 20px 10px 33px;
display: block;
position: relative;
}
.megamenu .linkwithtitle .linktitle::before,
.megamenu .linkwithtitle .linktitle::after{
content: '';
position: absolute;
width: 16px;
height: 2px;
background-color: #444;
top: 50%;
right: 0px;
transform: translate(-50%,-50%);
display: block;
}
.megamenu .linkwithtitle .linktitle::after{
width: 2px !important;
height: 16px !important;
right: 14.5px !important;
left: auto;
}
.megamenu .linkwithtitle .linktitle.open::after{
display: none;
}
.megamenu .linkwithtitle div[class*="col"]{
padding: 0;
}
.megamenu .linkwithtitle img{
max-width: 100%;
padding: 10px;
}
.megamenu .linkwithtitle .sub-menu.open{
display: block;
padding-left: 33px;
}
.megamenu .linkwithtitle .sub-menu.open li{
padding: 5px 0;
}
}
.notification{
padding: 7px 16px;
background: #85B09A;
border-bottom: 2px solid #00421b;
text-align: center;
}
.notification p{
color: #00421b;
font-size: 13.4px;
margin: 0;
font-weight: bold;
}
/* Hero section */
.hero-section {
overflow: hidden;
}
.hero-slider .slider-bg {
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
height: 450px;
}
.hero-slider .inner-content {
display: flex;
height: 100%;
width: 100%;
align-items: flex-end;
justify-content: center;
padding-bottom: 50px;
}
.hero-slider .inner-content .inner-content-wrap {
width: 100%;
}
.hero-slider .inner-content .inner-content-wrap .title {
text-align: center;
color: #fff;
margin-bottom: 0;
}
.hero-slider .inner-content .inner-content-wrap .link-group {
display: flex;
justify-content: space-between;
}
a.slider-link {
text-decoration: none;
}
.hero-slider .inner-content .inner-content-wrap .link-group .slider-link {
flex-basis: 100%;
margin: 0 2%;
}
.hero-slider .simple-button.basic {
border: 2px solid #3d3d3d;
color: #3d3d3d;
color: #1d4837;
border-color: #1d4837;
background-color: #ffffff;
}
.hero-slider .simple-button {
display: flex;
justify-content: center;
color: #ffffff;
border-color: #ffffff;
background-color: rgba(14, 15, 15, 0.2);
padding: 13px 20px;
border: 2px solid #fff;
text-transform: uppercase;
cursor: pointer;
letter-spacing: .0625rem;
font-weight: 700;
font-size: .8125rem;
line-height: 1.1875rem;
text-align: center;
}
.slide_item .mt-2 {
margin-top: 1.25rem !important;
}
.hero-slider .inner-content .inner-content-wrap .link-group .simple-button {
height: 100%;
align-items: center;
justify-content: center;
}
.hero-section .slick-list {
overflow: visible;
}
.hero-section .container {
position: relative;
width: 75%;
}
button.slider-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(61, 61, 61, .3);
border: 0;
outline: 0;
width: 100%;
height: 100%;
color: #fff;
}
button.slider-arrow:hover {
background: rgba(61, 61, 61, .6);
cursor: pointer;
}
button.slider-arrow span {
padding: 25px;
display: inline-block;
font-size: 35px;
}
button.prev_arrow {
right: calc(100% - 15px);
text-align: right;
}
button.next_arrow {
left: calc(100% - 15px);
text-align: left;
}
.hero-slider .slick-dots {
bottom: -20px;
display: flex;
}
.hero-slider .slick-dots li {
height: 4px;
background: #e7e3dc;
cursor: pointer;
margin: 0;
flex: 1;
opacity: .6;
transition: .3s;
}
.hero-slider .slick-dots li.slick-active {
background: #00421b;
opacity: 1;
}
.mob-arrow {
display: none;
}
.slick-dots li button {
display: none;
}
@media (max-width:991.98px) {
.hero-section .container {
position: relative;
width: 100%;
max-width: 100%;
padding: 0;
}
.hero-slider .slick-dots {
width: 80%;
left: 50%;
transform: translateX(-50%);
}
button.slider-arrow {
background: transparent;
height: 20px;
width: 20px;
transform: none;
color: #00421b;
top: calc(100% + 5px);
display: flex;
align-items: center;
}
button.slider-arrow span {
display: none;
}
button.prev_arrow {
right: auto;
}
.mob-arrow {
display: block;
font-size: 30px;
font-weight: 400;
}
button.slider-arrow:hover {
background-color: transparent;
}
}
@media (max-width:767.98px) {
.hero-slider .inner-content .inner-content-wrap .link-group {
flex-direction: column;
}
.hero-slider .inner-content .inner-content-wrap .link-group .simple-button {
margin-top: 20px;
}
.hero-slider .simple-button {
margin: 0 3%;
}
}
@media (max-width:575.98px) {
.hero-slider .slider-bg {
height: 155vw;
max-height: 650px;
}
}
/* short description */
.short_desc h2 {
margin-bottom: 12px;
}
.short_desc h3 {
margin-bottom: 10px;
}
@media (max-width:991.98px) {
.short_desc .container {
max-width: 100%;
padding: 0 2%;
}
.short_desc .desc_wrap {
padding-top: 10px !important;
}
}
/* Banner Element */
.banner_element {
background-color: #e7e3dc;
}
h5 {
font-size: 24px;
font-weight: normal;
}
p {
font-size: 13px;
}
.banner_element .desc {
padding: 48px 0 16px;
color: #444;
}
.banner_element .desc p {
line-height: 1.1875rem;
margin-bottom: 5px;
}
.banner_element .banner {
position: relative;
bottom: -30px;
display: inline-block;
}
.banner_element .desc .link_to {
margin-top: 1.25rem;
background-color: hsla(0, 0%, 100%, .3);
padding: 6px 15px;
font-size: .6875rem;
color: #3d3d3d;
border-radius: 0;
border: 2px solid #3d3d3d;
letter-spacing: .0625rem;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
white-space: normal;
}
@media (max-width:767.98px) {
.banner_element {
padding: 15px 0;
}
.banner_element .col-md-3:last-child {
margin-top: 30px;
}
}
.prod_n_post {
padding: 60px 0 20px;
border-bottom: 3px solid #ebeae6;
}
.prod_n_post .product {
text-decoration: none;
color: initial;
}
.prod_n_post .product_img.sketch-fit {
--fit: 70;
}
.prod_n_post .product h3 {
text-transform: uppercase;
text-align: center;
color: #00421b;
padding: 16px 0 0px;
line-height: 1.4rem;
}
.prod_n_post .product h5 {
font-size: 16px;
margin-bottom: 10px;
font-weight: normal;
text-align: center;
}
.prod_n_post .product p {
line-height: 1.1875rem;
color: #444;
font-size: 13px;
text-align: center;
}
.prod_n_post .product p span {
font-weight: 800;
opacity: 0;
transition: .3s;
}
.prod_n_post .product:hover p span {
opacity: 1;
}
.prod_n_post .product_img::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .05);
transition: .3s;
z-index: 3;
}
.prod_n_post .product .product_center {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #fff;
}
.prod_n_post .product .product_center img {
position: static;
width: auto;
height: auto;
max-height: 90%;
mix-blend-mode: darken;
}
.prod_n_post .product:hover .product_img::before {
background-color: rgba(0, 0, 0, .5);
}
.prod_n_post .product .brand_img {
position: absolute;
top: 0;
left: 10%;
z-index: 2;
}
.prod_n_post .product .brand_img img {
max-width: 60%;
}
.prod_n_post .product .img_box {
position: relative;
margin-top: 20px;
}
.prod_n_post .product .img_box .details {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-end;
}
.prod_n_post .product .img_box .details .lebel {
padding: 2px 10px 3px 8px;
background-color: #00421b;
color: #fff;
font-weight: 700;
font-size: .8125rem;
line-height: 1.25rem;
text-transform: uppercase;
}
.prod_n_post .product .img_box .details .price {
width: 100%;
text-align: center;
font-size: 14px;
margin-bottom: 5px;
}
.prod_n_post .product:hover .img_box .details .price {
color: #fff;
}
.prod_n_post .product .img_box .details .price .pirce_p {
margin-right: 10px;
}
.prod_n_post .col-md-4:not(:first-child) .product_img::before {
background-color: rgba(0, 0, 0, 0);
}
@media (max-width:767.98px) {
.prod_n_post .container {
max-width: 100%;
}
.prod_n_post {
padding: 40px 0 20px;
}
.prod_n_post .container .col-md-4 {
padding: 0 4%;
}
.prod_n_post .product_img.sketch-fit {
--fit: 35;
}
.prod_n_post .col-md-4:first-child .product_img.sketch-fit {
min-height: 240px;
}
.prod_n_post .col-md-4:not(:first-child) .product_img.sketch-fit {
text-align: center;
padding: 0;
}
.prod_n_post .col-md-4:not(:first-child) .product_img.sketch-fit img {
position: static;
width: auto;
}
.prod_n_post .product .brand_img img {
max-width: 60%;
}
}
/* Common Slider */
.category-Slider {
overflow-x: clip;
}
.category-Slider .container-fluid {
width: 90%;
margin-right: 5%;
margin-left: 5%;
padding: 0;
position: relative;
}
.category-Slider .link_group {
display: flex;
align-items: center;
justify-content: space-between;
padding: 32px 0 20px;
}
.category-Slider .link_group a:first-child {
font-size: 22px;
text-transform: uppercase;
color: #444;
font-family: 'Oswald', sans-serif;
font-weight: 700;
text-decoration: none;
}
.category-Slider .link_group a:nth-child(2) {
color: #00421b;
font-family: 'Oswald', sans-serif;
font-weight: 400;
font-size: .875rem;
text-transform: uppercase;
text-decoration: none;
}
.common_slider .product_item {
padding: 0 .4% !important;
padding-top: 5px !important;
position: relative;
overflow: hidden;
}
.common_slider:hover{
z-index: 9;
}
.common_slider.hover .product_item:not(.slick-active){
pointer-events: none;
opacity: 0;
}
.common_slider.hover>.slick-list{
overflow: visible;
position: relative;
}
.common_slider .product_item:hover{
overflow: visible;
}
.category-Slider button.prev_arrow {
right: 100% !important;
left: auto !important;
text-align: right;
}
.category-Slider button.next_arrow {
left: 100% !important;
text-align: left;
}
/*
.common_slider .product_item {
padding: 0 9%;
}
.common_slider .product_wrap {
border-top: 1px solid #ebeae6;
text-align: center;
background-color: #fff;
position: relative;
}
.common_slider .product_wrap a {
color: currentColor;
text-decoration: none;
text-align: center;
position: relative;
display: block;
padding: 20px 0 0px;
}
.common_slider .product_wrap .batch {
padding: 2px 10px 3px 8px;
background-color: #00421b;
color: #fff;
font-weight: 700;
font-size: .8125rem;
line-height: 1.25rem;
text-transform: uppercase;
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
.common_slider .product_wrap a .product-image {
height: 220px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.common_slider .product_wrap a .batch_logo {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 40px;
transition: .3s;
}
.common_slider .product_wrap a .product-image img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
.common_slider .product_wrap a .batch_logo img {
width: 100%;
}
.common_slider .product_wrap a .prod_details h6 {
font-size: .8125rem;
line-height: 1.1875rem;
color: #444;
margin-bottom: 2px;
}
.common_slider .product_wrap a .prod_details h2 {
font-family: 'Oswald', sans-serif;
font-weight: 500;
font-size: 1rem;
line-height: 1.25rem;
min-height: 3rem;
max-height: 5rem;
overflow: hidden;
text-transform: uppercase;
margin-bottom: 0;
}
.common_slider .product_wrap a .prod_details p {
font-size: 14px;
color: #3d3d3d;
margin-bottom: 0;
}
.common_slider .product_wrap .color_count {
font-size: 13px;
margin: 4px 0;
text-align: center;
}
.common_slider .product_wrap .product_bottom {
margin-top: 16px;
display: none;
}
.common_slider .product_item:hover .product_bottom {
display: block;
}
.common_slider .product_item {
position: relative;
}
.common_slider .product_item:hover {
position: absolute;
}
.common_slider .product_item:hover .product_wrap {
padding-right: 4rem;
padding-left: 4rem;
border: 0.1875rem solid #ebeae6;
position: absolute;
top: -2px;
left: -9%;
right: -9%;
z-index: 5;
}
.common_slider .product_item:hover .product_wrap a .batch_logo {
top: -10px;
left: -53px;
width: 50px;
height: 50px;
}
.common_slider .slick-list {
overflow: visible;
}
.common_slider .slick-list .slick-slide {
position: relative;
}
.common_slider .product_item:hover .product_wrap .batch {
right: -2px;
top: -2px;
} */
/* Post Slider */
.post-Slider {
margin-top: 64px;
padding-top: 32px;
background-image: url(../img/post_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
;
background-position: center;
}
.post-Slider .heading_link {
display: flex;
justify-content: space-between;
padding: 0 67px;
flex-flow: wrap;
}
.post-Slider .heading_link h1 {
font-size: 28px;
}
.post-Slider .heading_link a {
text-decoration: none;
color: #000;
font-weight: 500;
font-size: 14px;
font-family: 'Oswald', sans-serif;
display: flex;
justify-content: flex-end;
width: 100%;
}
.post-Slider .slider_inner {
padding: 32px 42px 0;
position: relative;
}
.post-Slider .slider_inner .slider_item {
padding: 0 1.4%;
margin-bottom: 40px;
}
.post-Slider .slider_inner .slider_item .img_box {
--fit: 65.5;
border: 2px solid #fff;
}
.post-Slider .slider_inner .slider_item h2 {
font-size: 20px;
padding: 20px 0 0;
font-family: 'Roboto', sans-serif;
color: #000;
}
.post-Slider .slider_inner .slider_item p {
font-size: 16px;
color: #000;
}
.post-Slider .slider_inner .slider_item a {
background-color: rgba(0, 0, 0, .3);
padding: 6px 15px;
font-size: .6875rem;
color: #000;
border: 2px solid #fff;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
font-weight: 700;
}
.cs_arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 28px;
border: none;
outline: none;
background-color: transparent;
cursor: pointer;
}
button.cs_arrow:focus {
outline: 0 !important;
}
button.cs_arrow.prev_arrow {
left: 5px;
}
button.cs_arrow.next_arrow {
right: 5px;
left: auto;
}
.post-Slider .slider_inner .slick-dots {
position: static;
padding: 25px 0;
height: 3px;
display: flex;
align-items: center;
justify-content: space-between;
max-width: 992px;
margin: auto;
}
.post-Slider .slider_inner .slick-dots li {
flex: 1;
height: 3px;
margin: 0;
background-color: #ebeae6;
}
.post-Slider .slider_inner .slick-dots li.slick-active {
background: #00421b;
}
@media (max-width:991.98px) {
.cs_arrow span {
display: none;
}
}
@media (max-width:767.98px) {
.post-Slider .heading_link {
padding: 0 30px;
}
.post-Slider .slider_inner .slider_item {
padding: 0 15px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-flow: wrap;
}
.post-Slider .slider_inner .slider_item .img_box {
padding: 0;
}
.post-Slider .slider_inner .slider_item .img_box img {
position: static;
}
.post-Slider .slider_inner {
padding: 32px 0px 0;
}
}
@media (max-width:575.98px) {
.post-Slider .heading_link {
padding: 0 0px;
}
}
.instragram {
padding: 40px 0;
}
.instragram .col-6 {
padding: 7.5px;
}
.instragram .innder_content {
position: relative;
}
.instragram .innder_content a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
background-color: rgba(0, 0, 0, 0);
transition: .3s;
text-decoration: none;
z-index: 2;
opacity: 0;
}
.instragram .innder_content:hover a {
background-color: rgba(0, 0, 0, .7);
opacity: 1;
}
@media (max-width:991.98px) {
.instragram .col-6:nth-child(n+7) {
display: none;
}
}
@media (max-width:767.98px) {
.instragram {
padding: 30px 0;
}
.instragram .container,
.title_desc .container {
max-width: 100%;
}
.instragram .container .row {
margin-left: -7.5px;
margin-right: -7.5px;
}
.instragram .col-6:nth-child(n+7) {
display: block;
}
}
@media (max-width:375.98px) {
.instragram {
padding: 20px 0;
}
.instragram .col-6 {
max-width: 100%;
flex: 0 0 100%;
}
}
/* Title Description */
.title_desc {
padding-bottom: 30px;
}
.title_desc h3 {
color: #3d3d3d;
font-size: 16px;
text-align: center;
}
.title_desc p {
color: #444;
font-size: 16px;
margin-bottom: 12px;
}
.title_desc .link_to {
display: flex;
align-items: center;
justify-content: center;
}
.title_desc a {
text-decoration: none;
color: #00421b;
font-size: 16px;
text-align: center;
font-weight: 700;
}
@media (max-width:375.98px) {
.title_desc {
padding-top: 15px;
}
}
@media (max-width:575.98px) {
button.cs_arrow.prev_arrow {
left: -7.5px;
}
button.cs_arrow.next_arrow {
right: -7.5px;
}
}
.brand_logo {
padding: 30px 0;
}
.brand_logo h2 {
text-transform: uppercase;
font-size: 22px;
margin-bottom: 40px;
text-align: center;
font-weight: 700;
}
#brandSlide {
/* display: none; */
}
.brand_slider {
display: flex;
flex-flow: wrap;
list-style: none;
}
.brand_slider li {
width: 11.11%;
padding: 0 1%;
margin-bottom: 16px;
}
.brand_slider li a {
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: #444;
}
.brand_slider li a img {
transition: all .3s;
-webkit-filter: grayscale(1);
filter: grayscale(1);
opacity: .6;
width: auto;
height: auto;
max-height: 75px;
max-width: 100%;
}
.brand_slider li a:hover img {
filter: grayscale(0);
opacity: 1;
}
.brand_logo .slider_wrap {
visibility: hidden;
height: 0;
overflow: hidden;
}
@media (max-width:767.98px) {
.brand_logo .container {
max-width: 100%;
}
.brand_logo .slider_wrap {
position: relative;
display: block;
visibility: visible;
height: auto;
overflow: visible;
}
#brandGrid {
display: none;
}
#brandSlide {
/* display: block; */
margin-bottom: 0;
}
.brand_logo {
padding: 20px 0;
}
.brand_slider li {
width: auto;
padding: 0 5px;
margin-bottom: 5px;
margin-top: 5px;
}
.brand_slider li a img {
max-height: 55px;
}
.brand_logo h2 {
margin-bottom: 30px;
}
}
/* Top Category */
.top_category .title h2 {
text-transform: uppercase;
font-size: 22px;
margin-bottom: 40px;
text-align: center;
font-weight: 700;
}
.top_category .ctg_list {
list-style: none;
display: flex;
flex-flow: wrap;
justify-content: center;
}
.top_category .ctg_list li {
margin-bottom: 10px;
}
.top_category .ctg_list li a {
text-decoration: none;
color: #3b3b3b;
font-weight: 600;
padding: 0 20px;
font-size: 15.2px;
display: block;
}
@media (max-width:767.98px) {
.top_category .container {
max-width: 100%;
}
.top_category .ctg_list {
flex-direction: column;
}
.top_category .ctg_list a {
text-align: center;
}
.top_category .title h2 {
margin-bottom: 30px;
}
}
.info {
background: #00421b;
color: #fff;
padding-top: 40px;
}
.info .icon_box {
text-decoration: none;
color: currentColor;
}
.info .icon_box h5 {
margin: 10px 0 15px;
display: block;
font-size: .6875rem;
line-height: .875rem;
font-weight: 700;
text-transform: uppercase;
color: #fff;
text-align: center;
}
.info .icon_box span {
display: block;
text-align: center;
color: #fff;
opacity: 0;
}
.info .icon_box:hover span {
opacity: 1;
}
.info .icon {
display: flex;
align-items: center;
justify-content: center;
}
.info .icon img {
width: 2.25rem;
height: 50px;
}
/* Newsletter */
.newsletter {
padding: 70px 0;
}
.newsletter .title h1 {
font-size: 22px;
margin-bottom: 40px;
font-family: 'Oswald', sans-serif;
color: #3d3d3d;
text-align: center;
}
.newsletter .short_desc {
padding: 0 20px 20px;
font-size: 16px;
color: #444;
text-align: center;
margin-bottom: 0;
}
.newsletter form input {
padding: 14px 30px 15px;
width: 366px;
max-width: 100%;
background: #eee;
border: 0;
outline: 0;
border-bottom: 2px solid transparent;
font-size: 13px;
}
.newsletter form input:focus {
border-bottom: 2px solid #d7d4d4;
}
.newsletter form .form-group {
display: flex;
justify-content: center;
margin-bottom: 0;
}
.newsletter form button {
border-radius: 0;
display: inline-block;
padding: 13px 20px;
border: 2px solid #3d3d3d;
letter-spacing: .0625rem;
font-weight: 700;
color: #3d3d3d;
text-transform: uppercase;
text-decoration: none;
background: none;
cursor: pointer;
font-size: 13px;
margin-left: 4px;
}
@media (max-width:767.98px) {
.newsletter .container {
max-width: 100%;
}
.newsletter form .form-group {
flex-direction: column;
align-items: center;
}
.newsletter form button {
margin-top: 20px;
}
}
.footer ul {
margin-bottom: 0;
}
.footer .footer_bg {
padding: 70px 0;
background-color: #000;
position: relative;
overflow: hidden;
}
.footer .footer_bg::before {
content: "";
background: url(../img/footer_bg.jpg);
background-size: cover;
opacity: .3;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
}
.footer .footer_bg .container {
max-width: 1500px;
}
.footer .heading {
font-size: 14px;
margin-bottom: 24px;
text-transform: uppercase;
color: #fff;
font-weight: 500;
font-family: 'Oswald', sans-serif;
}
.footer .details {
display: flex;
flex-direction: column;
}
.footer .details a {
color: #fff;
text-decoration: none;
}
.footer .details a.tel {
font-size: 20px;
font-weight: 700;
display: inline-block;
}
.footer .details a.simple {
font-size: 14px;
}
.footer .details a.simple:hover {
color: #00421b;
}
.footer .details .social {
display: flex;
align-items: center;
list-style: none;
}
.footer .details .social li {
margin-right: 15px;
}
.footer .details .social li:last-child {
margin-right: 0;
}
.footer .details .social img {
height: 23px;
}
.picker_wrap .head {
color: #3d3d3d;
text-align: left;
border: 2px solid #3d3d3d;
background: #fff;
border-color: #00421b;
padding: 0.5rem 2.5rem 0.25rem 1rem;
max-width: 280px;
width: 280px;
height: 40px;
font-size: 13px;
font-weight: 700;
position: relative;
}
.picker_wrap .head span {
display: block;
position: absolute;
right: 0;
top: 0;
padding: 10px;
background-color: #00421b;
width: 2.375rem;
font-size: 1.5rem;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.picker_wrap .head span .icon {
transition: .3s;
}
.picker_wrap .head.reverse span .icon {
transform: rotate(180deg);
}
.picker_wrap {
position: relative;
z-index: 99;
}
.picker_wrap .select {
position: absolute;
left: 0;
width: 280px;
height: 180px;
overflow-y: scroll;
background-color: #fff;
}
.picker_wrap .select li {
margin: 0 18px;
line-height: 2.5;
list-style: none;
}
.picker_wrap .select li a {
font-size: 13px;
font-weight: 700;
color: #3d3d3d;
display: block;
border-bottom: 1px solid transparent;
}
.picker_wrap .select li a:hover {
border-bottom: 1px solid #ebeae6;
}
.picker_wrap .select.hide {
display: none;
}
.footer .footer_middle,
.footer .footer_top {
margin-bottom: 70px;
}
.footer .footer_middle .brand_icon {
display: flex;
align-items: center;
flex-flow: wrap;
list-style: none;
}
.footer .footer_middle .brand_icon li {
margin-right: 15px;
margin-bottom: 15px;
}
.footer .footer_middle .brand_icon img {
height: auto;
max-height: 22px;
}
.footer .footer_middle .sp_icon {
display: flex;
}
.footer .footer_middle .sp_icon li {
margin-right: 15px;
margin-bottom: 15px;
}
.footer .footer_middle .sp_icon li:last-child {
margin-right: 0;
}
.footer .footer_middle .sp_icon img {
height: auto;
max-height: 50px;
width: 100%;
}
.footer .footer_middle .other {
display: flex;
align-items: center;
}
.footer .footer_middle .other li {
list-style: none;
margin-right: 15px;
margin-bottom: 15px;
}
.footer .footer_middle .other li:last-child {
margin-right: 0;
}
.footer .footer_middle .other img {
height: auto;
max-height: 35px;
}
.footer .footer_bottom .details {
display: flex;
flex-direction: row;
}
.footer .footer_bottom .details ul:first-child {
margin-right: 10%;
}
.footer .footer_bottom .details .link_list {
list-style: none;
}
.footer .footer_bottom .details .link_list li a {
font-size: 14px;
font-weight: normal;
line-height: 1.6;
}
.footer .footer_bottom .details .link_list li:hover a {
color: #00421b;
}
@media (max-width:991.98px) {
.footer_top .col-md-12 {
margin-bottom: 70px;
}
.footer .footer_bottom .details {
display: flex;
flex-direction: column;
}
.footer .footer_bg .container {
padding: 0 35px;
}
}
@media (max-width:767.98px) {
.footer .heading {
text-align: center;
}
.footer .details {
margin-bottom: 60px !important;
text-align: center;
align-items: center;
}
.footer .details ul {
margin-right: 0 !important;
}
.footer .footer_middle,
.footer .footer_top {
margin-bottom: 0px;
}
.footer_top .col-md-12 {
margin-bottom: 0px;
}
.footer .footer_bottom .col-md-4:first-child {
display: none;
}
.footer .footer_bottom .col-md-4:last-child .details {
margin-bottom: 0 !important;
}
.footer .footer_middle .brand_icon {
justify-content: center;
}
.footer .footer_bg::before {
display: none;
}
}
@media (max-width:575.98px) {
.footer .footer_bg .container {
padding: 0 15px;
}
.picker_wrap {
width: 100%;
max-width: 280px;
}
.picker_wrap .head {
width: 100%;
}
}
.footer_bottom {
padding: 20px 0;
}
.footer_logo {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
text-align: center;
}
.footer_logo img {
width: auto;
height: auto;
max-height: 90px;
}
@media (max-width:767.98px) {
.footer_bottom {
padding: 0px 0;
}
}
.scroll_top_button {
position: fixed;
bottom: 15%;
right: 40px;
}
.scroll_top_button button {
width: 55px;
height: 55px;
background-color: #00421b;
border-radius: 100%;
outline: 0;
border: 0;
cursor: pointer;
font-size: 22px;
cursor: pointer;
}
.scroll_top_button button img {
height: 1em;
}
/* Collection Banner */
.collection_banner {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 300px;
}
.collection_banner .title {
display: none;
}
.section_bradcrumb nav ul {
display: flex;
align-items: center;
list-style: none;
margin: 16px 0;
}
.section_bradcrumb nav ul li {
font-size: 13px;
color: #444;
}
.section_bradcrumb nav ul li span {
padding: 0 5px;
cursor: pointer;
}
.section_bradcrumb nav ul li a {
font-size: 1em;
color: currentColor;
text-decoration: none;
}
.collection_wrapper {
display: flex;
}
.collection_wrapper .sidebar {
width: 25%;
padding-right: 1.38%;
}
.collection_wrapper .collection_body {
width: 75%;
}
.collection_summery {
margin-bottom: 20px;
}
.collection_summery .title {
margin-bottom: 15px;
}
.filters .title a,
.collection_summery .title a {
font-size: 1.25rem;
color: #00421b;
text-transform: uppercase;
font-weight: 500;
font-family: 'Oswald', sans-serif;
text-decoration: none;
display: block;
line-height: 1.2;
}
.collection_navigation {
list-style: none;
}
.collection_navigation li a {
color: #444;
font-size: 13.6px;
text-decoration: none;
}
.collection_navigation li.active>a {
color: #3d3d3d;
font-weight: 500;
}
.collection_navigation li .sub_navigation {
margin-left: 15px;
list-style: none;
}
.collection_body .body_top .title {
font-size: 1.375rem;
line-height: 1.5rem;
margin-bottom: 10px;
color: #00421b;
text-transform: uppercase;
}
.collection_body .details p {
font-size: 16px;
margin-bottom: 13.6px;
color: #444;
text-align: justify;
}
.collection_body .details h3 {
font-size: 19.2px;
margin: 4.5px 0;
}
.collection_body .details ul {
list-style: none;
margin-bottom: 20px;
}
.collection_body .details li {
padding-left: 1rem;
margin-bottom: 0.75rem;
position: relative;
}
.collection_body .details li::before {
content: "\25CF";
color: #00421b;
position: absolute;
top: 0;
left: 0;
}
.collection_body .details p a {
color: #00421b;
font-weight: 700;
text-decoration: none;
}
.collection_body .details p strong {
color: #3d3d3d;
}
.collection_body .details .more_content {
display: none;
}
.collection_body .details .more_content.show {
display: block;
}
a.more_less_button {
font-size: 13px;
font-weight: 700;
text-decoration: none;
color: #00421b;
}
.more_less_button .less {
display: none;
}
.more_less_button .less::after {
padding-left: 7px;
font-size: 1rem;
content: "\2227";
color: #3d3d3d;
font-weight: 700;
}
.more_less_button.open .more {
display: none;
}
.more_less_button.open .less {
display: block;
}
.more_less_button .more::after {
padding-left: 7px;
font-size: 1rem;
content: "\2228";
color: #3d3d3d;
font-weight: 700;
}
.filter_content .product_grid {
margin-top: 10px;
}
.single_filter {
margin-bottom: 16px;
max-width: 225px;
}
.filter_head {
margin-bottom: 12px;
padding-bottom: 8px;
border-bottom: 1px solid #e7e3dc;
text-transform: uppercase;
font-size: 12.8px;
cursor: pointer;
font-family: 'Oswald', sans-serif;
position: relative;
font-weight: 900;
color: #3d3d3d;
line-height: 1.5;
}
.filter_head::after {
content: "+";
color: #3d3d3d;
font-size: 1.5rem;
right: 0;
cursor: pointer;
top: 35%;
transform: translateY(-50%);
position: absolute;
}
.filter_head.open::after {
content: "\2013";
}
.filter_body {
display: none;
}
.filter_body form {
max-height: 144px;
overflow-y: auto;
overflow-x: hidden;
min-height: 35px;
}
.filter_body .form-group {
display: block;
margin-bottom: 0px;
}
.filter_body .form-group input {
padding: 0;
height: initial;
width: initial;
margin-bottom: 0;
display: none;
cursor: pointer;
}
.filter_body .form-group label {
position: relative;
cursor: pointer;
font-size: 13px;
margin-bottom: 2px;
padding-left: 24px;
}
.filter_body form.search {
margin-bottom: 10px;
position: relative;
overflow: hidden;
}
.filter_body form.search input {
height: 34px;
padding: 3px;
font-size: .8125rem;
background: #e7e3dc;
border: 0;
outline: 0;
padding-left: 35px;
width: 100%;
}
.filter_body form.search input:focus {
border: 2px solid #444;
border-radius: 4px;
}
.filter_body .form-group label:before {
content: '';
-webkit-appearance: none;
background-color: transparent;
border: 1px solid #c9c7c4;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
display: inline-block;
position: absolute;
vertical-align: middle;
cursor: pointer;
width: 1rem;
height: 1rem;
margin: 0 7px 2px 0;
background-color: #fff;
cursor: pointer;
left: 0;
}
.form-group input:checked+label:after {
content: '';
display: block;
position: absolute;
top: 3px;
left: 5px;
width: 6px;
height: 10px;
border: solid #46a711;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.filter_body .form-group label span.color {
border-radius: 50%;
box-sizing: border-box;
display: inline-block;
width: 14px;
height: 14px;
margin-right: 4px;
font-size: 0;
line-height: 0;
}
label span.color {
background-color: #ededed;
}
label span.color.blue {
background-color: #2843e8;
}
label span.color.schwarz {
background-color: #000;
}
label span.color.oliv {
background-color: #5a7013;
}
label span.color.red {
background-color: #e20005;
}
label span.color.redbraun {
background-color: #8b0000;
}
label span.color.braun {
background-color: #7f4e0e;
}
.filter_body form.search button {
border: 0;
outline: 0;
width: 22px;
height: 22px;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
position: absolute;
left: 5px;
top: 7px;
background-color: transparent;
}
.filter_body form.search button img {
height: 1em;
}
.filter_body .eine input[type="checkbox"] {
height: 0;
width: 0;
visibility: hidden;
}
.filter_body .eine label {
cursor: pointer;
text-indent: 0;
width: 60px;
height: 22px;
background: #00421b;
display: block;
border-radius: 100px;
position: relative;
}
.filter_body .eine label:before {
content: "";
position: absolute;
top: 3px;
left: 5px;
width: 15px;
height: 15px;
background: #fff;
border-radius: 90px;
transition: 0.3s;
}
.filter_body .eine input:checked+label:after {
display: none;
}
.filter_body .eine input:checked+label:before {
left: calc(100% - 5px);
transform: translateX(-100%);
}
.filter_body .eine span {
display: block;
color: #444;
font-size: 13px;
position: relative;
left: 70px;
}
.filter_option {
display: flex;
justify-content: space-between;
padding: 20px 0;
}
.filter_option .title {
font-size: 13px;
margin-bottom: 4px;
}
.filter_option .picker_wrap {}
.filter_option .picker_wrap .head {
height: 28px;
max-width: 218px;
padding: 2px 35px 2px 16px;
}
.filter_option .picker_wrap .head span {
width: 28px;
font-size: 18px;
}
.filter_option .picker_wrap .select {
max-width: 218px;
border: 2px solid #ededed;
}
/* product grid */
.product_grid .product_item {
padding: 0 1.38%;
}
.product_grid .product_item .product_wrap {
border-top: 1px solid #ebeae6;
text-align: center;
background-color: #fff;
position: relative;
}
.product_grid .product_item .product_height {
height: 410px;
}
.product_grid .product_item .product_inner {
position: relative;
min-height: 16px;
}
.product_grid .product_item .product_inner .product_inner_wrap {
padding-top: 30px;
padding-bottom: 20px;
text-align: center;
background-color: #fff;
}
.product_grid .product_item:hover .product_inner_wrap {
padding-right: 3rem;
padding-left: 3rem;
border: 3px solid #ebeae6;
position: absolute;
top: -3px;
left: -3.1875rem;
right: -3.1875rem;
z-index: 5;
}
.product_item .product_inner_wrap .product_info {
width: 100%;
}
.product_item .product_inner_wrap .product_info a {
color: #3d3d3d;
text-align: center;
text-decoration: none;
}
.product_item .product_info .image_box {
padding-bottom: 5px;
position: relative;
}
.product_item .product_info .image_box img {
display: inline-block;
max-width: 100%;
height: auto;
}
.product_item .product_info .details,
.product_item .product_info .price_wrapper {
margin: 0 3px;
}
.product_item .product_info .details .brand_name {
font-size: 13px;
color: #444;
line-height: 1.35;
}
.product_item .product_info .details .product_name {
font-family: 'Oswald', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 1.4;
max-height: 80px;
min-height: 48px;
color: #00421b;
}
.product_item .product_info .price_wrapper span.price {
font-size: 14px;
color: #3d3d3d;
font-weight: 400;
display: inline-block;
line-height: 2;
}
.product_item .product_count {
font-size: 13px;
margin: 0 3px 4px;
color: #444;
line-height: 1;
}
.product_item .sizes {
/* display: none; */
visibility: hidden;
margin-top: 20px;
}
.product_item:hover .sizes {
/* display: block; */
visibility: visible;
}
.product_item:hover .sizes .slick-disabled{
opacity: .5;
}
.product_item .sizes .seperator {
width: 35%;
height: 3px;
display: inline-block;
background: #ebeae6;
}
.product_item .varient_slider_wrapper {
position: relative;
width: 90%;
margin: 0 auto;
display: flex;
justify-content: center;
}
.product_item .varient_slider {
width: 70%;
margin-bottom: 0;
}
.product_item .varient_slider li {
margin: 0 2px;
}
.product_item .varient_slider li img {
max-width: 35px;
max-height: 35px;
width: auto;
height: auto;
}
.product_item .varient_slider_wrapper .nextPreView {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 100%;
display: flex;
justify-content: space-between;
pointer-events: none;
}
.product_item .varient_slider_wrapper .nextPreView button {
border: 0;
outline: 0;
background-color: transparent;
pointer-events: all;
cursor: pointer;
font-size: 20px;
display: flex;
align-items: center;
}
.product_item .varient_slider .slick-slide {
line-height: 0;
}
.product_item .varient_size_number {
font-size: 13px;
margin-top: 10px;
}
.product_item .varient_size_number span {
margin: 0 8px;
}
.product_item .varient_size_number .size_number.hide {
display: none;
}
.product_item .product_inner_wrap .label {
padding: 2px 10px;
background-color: #00421b;
color: #fff;
font-weight: 700;
font-size: .8125rem;
line-height: 1.25rem;
text-transform: uppercase;
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
.product_grid .product_item:hover .product_inner_wrap .label {
top: -3px;
right: -3px;
}
.product_grid .product_item .product_inner_wrap .batch_list {
position: absolute;
top: 16px;
z-index: 3;
display: flex;
flex-direction: column;
align-items: center;
}
.product_grid .product_item .product_inner_wrap .batch_list .item {
width: 36px;
height: 36px;
display: flex;
justify-content: center;
align-items: flex-start;
transition: .3s;
}
.product_grid .product_item .product_inner_wrap .batch_list .item img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
}
.product_grid .product_item:hover .product_inner_wrap .batch_list .item {
width: 46px;
height: 46px;
top: 8px;
left: 8px;
}
.product_grid .product_item:hover .product_inner_wrap .batch_list {
position: absolute;
top: 8px;
z-index: 3;
left: 8px;
}
.pagination {
justify-content: flex-end;
position: relative;
}
.pagination .text {
font-size: 13px;
color: #444;
margin-right: 15px;
display: flex;
align-items: center;
}
.pagination .text span {
color: #3d3d3d;
font-weight: 700;
padding: 0 5px;
}
.pagination .pages {
color: #444;
text-align: center;
list-style: none;
display: flex;
align-items: center;
margin-bottom: 0;
}
.pagination .pages .page {
display: inline-block;
border: 1px solid #ebeae6;
margin: 0 5px;
transition: background-color .5s;
}
.pagination .pages .page:hover,
.pagination .pages .page.current {
background-color: #00421b;
}
.pagination .pages .page a {
width: 2rem;
height: 2rem;
padding: 0.25rem 0;
font-weight: 600;
font-size: .8125rem;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: #444;
}
.pagination .pages .page.current a,
.pagination .pages .page:hover a {
color: #fff;
}
.pagination .pages .page.space {
background-color: transparent;
border: 0;
margin: 0 15px;
font-size: 16px;
font-weight: 500;
}
hr{
z-index: 1;
position: relative;
}
@media (max-width:767px){
.collection_banner{
display: none;
}
.section_bradcrumb .container,
.collection_main .container{
max-width: 100%;
}
.collection_wrapper{
flex-wrap: wrap;
}
.collection_wrapper .sidebar{
width: 100%;
padding-right: 0;
}
.all-filters,
.collection_navigation{
display: none;
}
.collection_body_mobile,
.filters .title{
display: block !important;
}
.collection_body:not(.collection_body_mobile)>.details,
.collection_body:not(.collection_body_mobile)>.body_top{
display: none;
}
.collection_body{
width: 100% !important;
padding-left: 0;
}
.collection_body_mobile .details{
margin-bottom: 20px;
}
.sidebar .title{
position: relative;
margin-bottom: 20px;
}
.sidebar .title::before,
.sidebar .title::after{
content: '';
position: absolute;
width: 12px;
height: 2px;
background-color: #444;
top: 50%;
right: 0px;
transform: translate(-50%,-50%);
display: block;
}
.sidebar .title::after{
width: 2px !important;
height: 12px !important;
right: 10.5px !important;
left: auto;
}
.sidebar .title.open::after{
display: none;
}
.single_filter{
max-width: 100%;
}
.filter_option{
padding-top: 0px;
flex-direction: column;
}
.filter_option .select_filter{
margin-top: 20px;
}
.filter_option .picker_wrap .head{
max-width: 100%;
width: 100%;
}
.filter_content .product_grid {
padding: 0 10px;
}
.product_item .product_info .details .product_name{
min-height: auto;
}
.product_grid .product_item{
margin-bottom: 30px;
}
.product_grid .product_item .product_height{
height: auto;
}
.product_item .sizes{
display: none !important;
}
.product_grid .product_item:hover .product_inner_wrap {
padding-right: 0;
padding-left: 0;
border: none;
position: relative;
top: 0;
left: 0;
right: 0;
z-index: 5;
}
.product_grid .product_item:hover .product_inner_wrap .label {
top: 0;
right: 0;
}
.product_grid .product_item .product_inner_wrap .batch_list .item {
width: 30px;
height: 30px;
}
.product_grid .product_item:hover .product_inner_wrap .batch_list .item {
width: 30px;
height: 30px;
position: static;
}
.product_grid .product_item .product_inner_wrap .batch_list{
left: 8px;
top: 8px;
}
.pagination {
flex-direction: column;
align-items: center;
}
.pagination .text{
margin-right: 0;
margin-bottom: 10px;
}
}
.this_product .container {
max-width: 1195px;
}
.this_product .container .product_photos {
width: 63%;
padding-right: 30px;
position: relative;
padding-left: 20px;
}
.this_product .labels {
padding: 2px 10px;
background-color: #00421b;
color: #fff;
font-weight: 700;
font-size: .8125rem;
line-height: 1.25rem;
text-transform: uppercase;
position: absolute;
right: 20px;
top: 0;
z-index: 2;
}
.this_product .product-badges{
position: absolute;
top: 0px;
left: 10px;
width: 70px;
}
.this_product .brand_badge{
display: block;
}
.this_product .brand_badge a{
display: flex;
max-width: 202px;
height: 60px;
box-shadow: -1px 2px 6px 0 rgb(0 0 0 / 30%);
border-radius: 30px;
overflow: hidden;
text-decoration: none;
}
.this_product .brand_badge .author{
width: 60px;
}
.this_product .brand_badge .author img{
width: 60px;
}
.this_product .brand_badge .by{
padding: 3px 5px;
font-size: 8px;
text-align: center;
color: #4C4C4C;
width: 85px;
}
.this_product .brand_badge .by img{
display: block;
margin-left: auto;
max-width: 100%;
}
.this_product .brand_badge .seal{
width: 58px;
background-color: #f4f7f9;
}
.this_product .brand_badge .seal img{
padding: 4px;
padding-left: 2px;
width: 58px;
}
.this_product .container .product_details {
width: calc(100% - 63%);
border-left: 3px solid #ebeae6;
padding-left: 2%;
}
.my-gallery.slider-nav {
display: flex;
justify-content: center;
}
.this_product .product_details a {
display: flex;
justify-content: flex-end;
margin-bottom: 30px;
}
.this_product .product_details a img {
max-width: 100%;
width: auto;
height: auto;
max-height: 90px;
}
.this_product .product_details .product_heading h1 {
font-size: 17.6px;
font-family: 'Oswald', sans-serif;
color: #3d3d3d;
margin-bottom: 15px;
}
.this_product .product_details .product_info p {
font-size: 13px;
color: #444;
margin-bottom: 5px;
}
.this_product .product_details .price_wrapper {
padding: 16px 0;
display: flex;
justify-content: space-between;
}
.this_product .product_details .price_wrapper .rate {
font-weight: 600;
font-size: 20px;
color: #3d3d3d;
}
.this_product .product_details .price_wrapper .label {
color: #444;
font-size: 13px;
}
.this_product .product_details .price_wrapper .review {
position: relative;
z-index: 2;
}
.this_product .product_details .price_wrapper .review .reviw_text::after {
position: absolute;
content: '';
width: 16px;
height: 16px;
border: 3px solid #e7e3dc;
top: -10px;
left: 30px;
transform: rotate(45deg);
border-bottom: 0;
border-right: 0;
background-color: #fff;
}
.this_product .product_details .price_wrapper .review .reviw_text {
position: absolute;
width: 100%;
left: 0;
top: calc(100% - 10px);
border: 3px solid #e7e3dc;
min-width: 200px;
display: none;
background-color: #fff;
}
.this_product .product_details .price_wrapper .review:hover .reviw_text {
display: block;
}
.this_product .product_details .price_wrapper .review .reviw_text a {
font-size: 14px;
color: #444;
display: flex;
align-items: center;
justify-content: center;
text-decoration: underline;
margin-bottom: 0;
padding: 10px;
}
.this_product .product_details .price_wrapper .review .star_list {
display: flex;
align-items: center;
}
.this_product .product_details .price_wrapper .review .star_list .star {
height: 18px;
width: 18px;
color: #e7e3dc;
}
.this_product .product_details .availability {
margin-bottom: 40px;
}
.this_product .product_details .availability li {
display: flex;
align-items: center;
font-size: 13px;
font-weight: 700;
white-space: nowrap;
margin-bottom: 10px;
flex-wrap: wrap;
}
.this_product .product_details .availability .icon_box {
width: 40px;
height: 24px;
}
.this_product .product_details .availability .icon_box img {
height: auto;
max-height: 24px;
width: auto;
}
.this_product .product_details .availability .text {
color: #46a711;
margin-left: 5px;
}
.this_product .product_details .availability .span span {
margin-left: 5px;
display: inline-block;
}
.this_product .product_details .availability .info_logo {
display: flex;
justify-content: flex-end;
position: relative;
width: 30px;
height: 30px;
}
.this_product .product_details .availability .info_logo .tootip {
position: absolute;
left: 50px;
top: 50%;
transform: translateY(-55%);
position: absolute;
width: 100%;
border: 3px solid #e7e3dc;
min-width: 200px;
display: none;
padding: 12px;
text-align: center;
font-style: italic;
font-weight: normal;
}
.this_product .product_details .availability .info_logo:hover .tootip {
display: block;
}
.this_product .product_details .availability .info_logo::after {
position: absolute;
content: '';
width: 16px;
height: 16px;
border: 3px solid #e7e3dc;
top: 3px;
left: 43px;
transform: rotate(-45deg);
border-bottom: 0;
border-right: 0;
background-color: #fff;
display: none;
}
.this_product .product_details .availability .info_icon_text:hover .info_logo::after {
display: block;
}
.this_product .product_details .availability .info_logo img {
width: auto;
height: 22px;
}
.this_product .product_details .availability a {
margin-bottom: 0;
margin-left: 10px;
color: #000;
}
.this_product .product_details .verient .head ul {
list-style: none;
display: flex;
font-size: 13px;
color: #3d3d3d;
}
.this_product .product_details .verient .head ul li:not(:last-child) {
margin-right: 20px;
font-weight: 500;
font-family: 'Oswald', sans-serif;
}
.this_product .product_details .verient .head ul li span {
font-family: 'Oswald', sans-serif;
}
.this_product .product_details .verient .varient_color_image {
display: flex;
list-style: none;
}
.this_product .product_details .verient .varient_color_image li {
margin: 0 2%;
}
.this_product .product_details .verient .varient_color_image a {
width: 40px;
padding-bottom: 5px;
border-bottom: 3px solid transparent;
margin-bottom: 20px;
}
.this_product .product_details .verient .varient_color_image li.active a,
.this_product .product_details .verient .varient_color_image a:hover {
border-bottom: 3px solid #444;
}
.this_product .product_details .verient .size_option {
display: flex;
align-items: center;
position: relative;
margin-bottom: 10px;
}
.this_product .product_details .verient .size_option .label {
font-weight: 500;
font-family: 'Oswald', sans-serif;
font-size: 13px;
}
.this_product .product_details .verient .size_option a.lbl {
margin-bottom: 0;
margin-left: 15px;
font-size: 13px;
color: #444;
text-decoration: underline;
}
.this_product .product_details .verient .size_option .gray_lbl {
position: absolute;
left: 0;
top: calc(100% + 4px);
cursor: pointer;
padding: 0.5px 7.5px;
font-size: 0.8125rem;
background-color: rgb(231, 227, 220);
color: rgb(136, 136, 136);
padding: 4px 5px;
text-decoration: none;
}
.this_product .product_details .verient .size_option .gray_lbl:hover {
color: rgba(167, 82, 82, 0.863);
}
.this_product .product_details .verient .sizes {
padding: 35px 0 15px;
}
.this_product .product_details .verient .sizes ul {
display: flex;
align-items: center;
margin-bottom: 0;
flex-wrap: wrap;
}
.this_product .product_details .verient .sizes p {
margin-bottom: 5px;
}
.this_product .product_details .verient .sizes li {
display: block;
padding: 5px 14px;
border: 1px solid #e7e3dc;
font-size: .875rem;
color: #444;
background: #e7e3dc;
margin-right: 8px;
margin-bottom: 8px;
cursor: pointer;
}
.this_product .product_details .verient .sizes li:hover,
.this_product .product_details .verient .sizes li.active {
background: #fff;
border-color: #444;
color: #3d3d3d;
}
.this_product .product_details .product_included {
border-top: 1px solid #ebeae6;
padding: 20px 0 15px;
margin-top: 10px;
}
.this_product .product_details .product_included ul {
list-style: none;
display: flex;
flex-direction: column;
margin-bottom: 0;
}
.this_product .product_details .product_included li {
font-size: 16px;
display: flex;
align-items: center;
margin: 8px;
height: 40px;
}
.this_product .product_details .product_included li .icon {
width: 32px;
height: 32px;
margin-right: 10px;
}
.this_product .product_details .product_included li img {
width: 100%;
height: auto;
margin-right: 10px;
}
.this_product .product_details .buy {
display: block;
padding: 30px 0;
}
.this_product .product_details .buy .buy_now_wrap {
display: flex;
width: 100%;
}
.this_product .product_details .buy .buy_now_wrap button {
height: 60px;
margin: -1rem 0 1rem;
box-shadow: 0 10px 0 -5px #e5e5e5;
color: #fff;
border-color: #00421b;
background-color: #00421b;
cursor: pointer;
}
.this_product .product_details .buy .buy_now_wrap button.buy_now {
width: calc(100% - 70px);
}
.this_product .product_details .buy .buy_now_wrap button.fevourit {
width: 60px;
height: 60px;
margin-left: 10px;
background-color: #fff;
padding: 16px;
border: 1px solid #5f5656;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
}
.this_product .product_details .buy .buy_now_wrap button.fevourit img {
height: 1em;
}
@media (max-width:767px){
.this_product .container .product_photos{
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.this_product .container .product_photos .product_photos_wrap{
padding-bottom: 20px;
border-bottom: 3px solid #ebeae6;
}
.my-gallery.slider-nav {
display: none;
}
.this_product .slick-dots {
display: block;
position: relative;
bottom: 0;
margin-bottom: 20px;
}
.this_product .slick-dots li {
width: 10px;
height: 10px;
margin: 0 10px;
}
.this_product .slick-dots li button {
display: block !important;
width: 10px;
height: 10px;
padding: 0;
cursor: pointer;
color: black;
border: 0;
outline: none;
background: transparent;
border-radius: 10px;
border: .5px solid #3c3c3c;
}
.this_product .slick-dots li.slick-active button {
background-color: #3c3c3c;
}
.this_product .slick-dots li button:before{
display: none;
}
.this_product .product_details .product_brand{
display: none;
}
.this_product .product_details .product_heading{
padding-top: 20px;
}
.this_product .container .product_details {
width: 100%;
border-left: none;
padding-left: 15px;
}
}
.product_details_tab {
margin-top: 20px;
}
.product_details_tab .tab_list {
display: flex;
justify-content: space-around;
align-items: center;
list-style: none;
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ebeae6;
border-top: 1px solid #ebeae6;
}
.product_details_tab .tab_list li {
font-size: 17.6px;
font-weight: 500;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
cursor: pointer;
position: relative;
}
.product_details_tab .tab_list li::after {
position: absolute;
content: '';
width: 0%;
height: 4px;
background-color: #3d3d3d;
left: 0;
top: 100%;
transition: .3s;
}
.product_details_tab .tab_list li.active::after {
display: block;
width: 100%;
}
.product_details_tab .tab_content_item {
padding: 20px 0;
display: none;
}
.product_details_tab .tab_content_item.active {
display: block;
}
.product_details_tab .tab_content_item p {
font-size: 16px;
max-width: 630px;
}
.product_details_tab .tab_content_item .link_to {
margin-top: 30px;
}
.product_details_tab .tab_content_item .link_to a {
display: inline-block;
font-size: 14px;
font-weight: 700;
font-family: 'Oswald', sans-serif;
color: #00421b;
text-decoration: none;
padding: 5px 0;
}
.product_details_tab .tab_content_item .link_to a span {
margin-left: 5px;
font-family: 'Roboto', sans-serif;
}
.product_details_tab .tab_content_item .link_to a:hover {
color: #85b09a;
}
.product_details_tab .video_item_wrap {
margin-bottom: 40px;
}
.product_details_tab .video_item_wrap a {
display: inline-block;
position: relative;
}
.product_details_tab .video_item_wrap a::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 30px;
height: 30px;
background-image: url(../img/play-button3.png);
z-index: 99;
background-size: contain;
}
.product_details_tab .video_item_wrap a .lebel {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 110%;
color: #444;
font-size: 14px;
width: 70px;
border: 3px solid #e7e3dc;
display: none;
padding: 10px;
text-align: center;
font-style: italic;
font-weight: normal;
}
.product_details_tab .video_item_wrap a:hover .lebel {
display: block;
}
.product_details_tab .video_item_wrap a .lebel span {
display: block;
background-color: #fff;
width: 20px;
height: 20px;
position: absolute;
left: -12px;
top: 10px;
transform: rotate(45deg);
border-left: 3px solid #e7e3dc;
border-bottom: 3px solid #e7e3dc;
z-index: 999;
}
.product_details_tab .ingredient a{
display: block;
padding: 40px 0;
}
.product_details_tab .ingredient a img{
width: auto;
max-width: 100%;
height: auto;
}
.product_details_tab .details_icon_group {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
.product_details_tab .details_icon_group .icon_box {
width: 10%;
max-width: 90px;
padding: 10px;
position: relative;
}
.product_details_tab .details_icon_group .icon_box img {
width: auto;
max-width: 100%;
}
.product_details_tab .details_icon_group .icon_box .lebel {
position: absolute;
top: 85%;
transform: translateY(-50%);
left: 110%;
color: #444;
font-size: 14px;
width: 130px;
border: 3px solid #e7e3dc;
display: none;
padding: 10px;
text-align: center;
background-color: #fff;
z-index: 999;
}
.product_details_tab .details_icon_group .icon_box .lebel span {
display: block;
background-color: #fff;
width: 20px;
height: 20px;
position: absolute;
left: -12px;
top: 10px;
transform: rotate(45deg);
border-left: 3px solid #e7e3dc;
border-bottom: 3px solid #e7e3dc;
z-index: 999;
}
.product_details_tab .details_icon_group .icon_box:hover .lebel {
display: block;
}
.product_details_tab .table{
padding: 20px 0;
margin: 0;
}
.product_details_tab .table .tr{
text-align: center;
}
.product_details_tab .table .thead{
font-size: 13px;
color: #3d3d3d;
font-family: 'Oswald', sans-serif;
font-weight: 600;
}
.product_details_tab .table .tdata{
font-size: 16px;
color: #444;margin-bottom: 16px;
}
.size_list img{
width: auto;
max-width: 100%;
height: auto;
}
@media (max-width:767px){
.product_details_tab_mobile{
margin: 0;
}
.product_details_tab_mobile .container{
max-width: 100%;
}
.product_details_tab_mobile .ingredient a{
padding: 0;
}
.product_details_tab_mobile .tab_content_item {
display: block !important;
padding: 0;
}
.product_details_tab_mobile .title {
padding: 20px 0;
position: relative;
margin: 0;
border-top: 1px solid #ebeae6;
text-transform: uppercase;
color: #00421b;
cursor: pointer;
}
.product_details_tab_mobile .title::before, .product_details_tab_mobile .title::after {
content: '';
position: absolute;
width: 12px;
height: 2px;
background-color: #444;
top: 50%;
right: 0px;
transform: translate(-50%,-50%);
display: block;
}
.product_details_tab_mobile .title::after {
width: 2px !important;
height: 12px !important;
right: 10.5px !important;
left: auto;
}
.product_details_tab_mobile .title.open::after {
display: none;
}
.product_details_tab_mobile .details {
display: none;
}
.product_details_tab_mobile .details.open {
display: block;
}
.product_details_tab .details_icon_group{
justify-content: flex-start;
padding-left: 70px;
}
.product_details_tab .details_icon_group .icon_box{
width: 80px;
}
.product_details_tab .table .tr{
text-align: left;
}
.product_details_tab .table .thead {
font-size: 18px;
}
.product_details_tab .video_wrap {
display: flex;
}
.product_details_tab .video_wrap .info-item{
padding: 5px;
width: 100px;
max-width: 25%;
}
.product_details_tab .video_wrap .info-item img{
width: 100%;
}
.tab_content_item:last-child{
border-bottom: 1px solid #ebeae6;
}
.this_product .product_details .availability .info_logo::after,
.this_product .product_details .availability .info_logo .tootip{
display: none !important;
}
}
.my-gallery img {
width: 100%;
height: auto;
}
.my-gallery figure {
display: block;
}
.my-gallery figcaption {
display: none;
}
.my-gallery {
margin: 0 auto;
}
.my-gallery img {
width: 100%;
display: block;
height: auto;
}
.photoSwipeOpen .slick-track {
transition: none !important;
}
.slider-nav img {
max-width: 200px;
display: block;
}
.slider-nav .slick-track {
transform: none !important;
}
.slider-nav .slick-slide {
padding-bottom: 5px;
border-bottom: 3px solid transparent;
margin-bottom: 5px;
}
.slider-nav .slick-active {
border-bottom: 3px solid #3d3d3d;
}
.slider-main figure a {
display: block;
height: 0;
overflow: hidden;
padding-bottom: 85%;
position: relative;
text-align: center;
}
.slider-main figure img {
display: inline-block;
height: auto;
left: 50%;
max-height: 100%;
max-width: 100%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
width: auto;
}
.slider-nav .slick-track {
transform: none !important;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.slider-nav img {
max-width: 75px;
}
.pswp__bg {
background-color: #fff;
}
.pswp__button--arrow--left, .pswp__button--arrow--right{
position: fixed;
}
.pswp__top-bar{
opacity: 1 !important;
}
.pswp__caption {
bottom: auto;
min-height: 44px;
background: red;
left: 50%;
transform: translate(-50%);
}
.pswp__caption__center{
text-align: center;
}
@media (max-width:1430px){
.this_product .product_details .price_wrapper .review:hover .reviw_text{
left: auto;
right: 0;
}
.this_product .product_details .price_wrapper .review .reviw_text::after{
left: auto;
right: 30px;
}
.this_product .product_details .availability .info_logo .tootip {
position: absolute;
left: auto;
right: 40px;
background: #fff;
}
.this_product .product_details .availability .info_logo::after {
transform: rotate(-225deg);
left: -18px;
}
} | 0.389779 | 0.068351 |
@import url("https://use.typekit.net/hfj0jxt.css");
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
body {
font-family: 'mr-eaves-modern', sans-serif;
font-size: 140%;
font-weight: 300;
color: #4f5c5e;
}
#byline {
text-align: center;
}
h2 {
margin-top: -25px;
font-size: 180%;
font-weight: 400;
}
h3 {
padding: 6px;
margin-left: -5px;
border-left: 5px solid steelblue;
font-size: 160%;
background-color: #4f5c5e;
color: #ffffff;
font-weight: 400;
}
p {
margin-left: 10%;
}
blockquote {
background: #F1F8FE;
border-radius: 5px;
margin: auto;
}
blockquote p {
padding: 30px 40px 30px 20px;
font-size: 100%;
}
.quote-text::before {
content: '\201C';
}
.quote-text::after {
content: '\201D';
}
.quote-text {
padding-bottom: 0px;
}
.quote-cite {
font-style: italic;
text-align: right;
padding-top: 0px;
margin-top: 0px;
margin-right: 5px;
margin bottom: 20px;
}
body, html {
margin: 0px;
padding: 0px;
}
.full-width {
width: 80%;
padding: 25px;
margin: auto;
}
.row {
display: flex;
}
/* Create two equal columns that sits next to each other */
.column {
flex: 50%;
padding: -10px;
}
video {
width: 100%;
height: auto;
}
.sectionheader {
}
h4 {
font-size: 125%;
font-weight: 300;
}
.sectionheader h3 {
font-size: 120%;
}
#thanks {
font-style: italic;
}
#thanks span {
color: steelblue;
}
#transportationVideo {
padding-bottom: 10px;
}
/* for transportation map */
#map {
height: 400px;
width: 100%;
}
svg {
position: relative;
}
path {
stroke-width: 2px;
stroke-opacity: 1;
}
.waypoints {
fill: black;
opacity: 0;
}
.drinks {
stroke: black;
fill: red;
}
.lineConnect {
fill: none;
stroke: #4f5c5e;
opacity: 1;
}
.locnames {
fill: black;
font-weight: 400;
font-size: 14px;
font: mr-eaves-modern;
}
/* for attractions map */
#attractionsMap {
width: 100%;
height:400px;
}
.custom-popup .leaflet-popup-tip,
.custom-popup .leaflet-popup-content-wrapper {
background-color: white;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
color: #4682b4 !important;
font-weight: bold;
}
.leaflet-bar {
padding: 10px 10px 0px 10px;
font: 12px;
}
.leaflet-popup-tip {
border: none !important;
}
/* for recommendation drawing */
#recs-img {
width: 960px;
margin: auto;
}
/* for sticky */
.sticky-container {
position: relative;
z-index: 100;
width: 100%;
display: flex;
flex-direction: row;
}
.sticky-content {
position: relative;
display: flex;
flex: 1 0 50%;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
padding: 25px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.sticky-graphic {
z-index: -100;
position: sticky;
position: -webkit-sticky;
top: 5px;
height: 100vh;
flex: 1 0 50%;
text-align: center;
margin-top: -10px;
}
/* for responsive design on mobile devices */
@media only screen and (max-width: 480px) {
p {
margin-left: 0px;
}
.full-width{
width: 90%;
}
.sticky-graphic {
z-index: 500;
flex: 1 0 100%;
width: 100%;
}
.sticky-content {
flex: 1 0 100%;
width: 100%;
z-index: -100;
}
.sticky-container {
flex-direction: column;
}
#map {
margin-top: -10px;
width: 100%;
}
#attractionsMap{
margin-top: -10px;
width: 100%;
}
#recs-img {
width: 100%;
height: auto;
}
} | style.css | @import url("https://use.typekit.net/hfj0jxt.css");
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
body {
font-family: 'mr-eaves-modern', sans-serif;
font-size: 140%;
font-weight: 300;
color: #4f5c5e;
}
#byline {
text-align: center;
}
h2 {
margin-top: -25px;
font-size: 180%;
font-weight: 400;
}
h3 {
padding: 6px;
margin-left: -5px;
border-left: 5px solid steelblue;
font-size: 160%;
background-color: #4f5c5e;
color: #ffffff;
font-weight: 400;
}
p {
margin-left: 10%;
}
blockquote {
background: #F1F8FE;
border-radius: 5px;
margin: auto;
}
blockquote p {
padding: 30px 40px 30px 20px;
font-size: 100%;
}
.quote-text::before {
content: '\201C';
}
.quote-text::after {
content: '\201D';
}
.quote-text {
padding-bottom: 0px;
}
.quote-cite {
font-style: italic;
text-align: right;
padding-top: 0px;
margin-top: 0px;
margin-right: 5px;
margin bottom: 20px;
}
body, html {
margin: 0px;
padding: 0px;
}
.full-width {
width: 80%;
padding: 25px;
margin: auto;
}
.row {
display: flex;
}
/* Create two equal columns that sits next to each other */
.column {
flex: 50%;
padding: -10px;
}
video {
width: 100%;
height: auto;
}
.sectionheader {
}
h4 {
font-size: 125%;
font-weight: 300;
}
.sectionheader h3 {
font-size: 120%;
}
#thanks {
font-style: italic;
}
#thanks span {
color: steelblue;
}
#transportationVideo {
padding-bottom: 10px;
}
/* for transportation map */
#map {
height: 400px;
width: 100%;
}
svg {
position: relative;
}
path {
stroke-width: 2px;
stroke-opacity: 1;
}
.waypoints {
fill: black;
opacity: 0;
}
.drinks {
stroke: black;
fill: red;
}
.lineConnect {
fill: none;
stroke: #4f5c5e;
opacity: 1;
}
.locnames {
fill: black;
font-weight: 400;
font-size: 14px;
font: mr-eaves-modern;
}
/* for attractions map */
#attractionsMap {
width: 100%;
height:400px;
}
.custom-popup .leaflet-popup-tip,
.custom-popup .leaflet-popup-content-wrapper {
background-color: white;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
color: #4682b4 !important;
font-weight: bold;
}
.leaflet-bar {
padding: 10px 10px 0px 10px;
font: 12px;
}
.leaflet-popup-tip {
border: none !important;
}
/* for recommendation drawing */
#recs-img {
width: 960px;
margin: auto;
}
/* for sticky */
.sticky-container {
position: relative;
z-index: 100;
width: 100%;
display: flex;
flex-direction: row;
}
.sticky-content {
position: relative;
display: flex;
flex: 1 0 50%;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
padding: 25px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.sticky-graphic {
z-index: -100;
position: sticky;
position: -webkit-sticky;
top: 5px;
height: 100vh;
flex: 1 0 50%;
text-align: center;
margin-top: -10px;
}
/* for responsive design on mobile devices */
@media only screen and (max-width: 480px) {
p {
margin-left: 0px;
}
.full-width{
width: 90%;
}
.sticky-graphic {
z-index: 500;
flex: 1 0 100%;
width: 100%;
}
.sticky-content {
flex: 1 0 100%;
width: 100%;
z-index: -100;
}
.sticky-container {
flex-direction: column;
}
#map {
margin-top: -10px;
width: 100%;
}
#attractionsMap{
margin-top: -10px;
width: 100%;
}
#recs-img {
width: 100%;
height: auto;
}
} | 0.312055 | 0.122418 |
header{
position: fixed;
width: 100%;
z-index: 3;
}
#topbar{
background: #367fa9;
color:#fff;
padding: .5em;
height: 50px;
font-size: 1.4em;
}
body{
background: #ecf0f5;
}
html, body{
height: 100%;
}
.nopadding {
padding: 0 !important;
}
.wrapspace-topbar{
height: 60px;
}
.wrapspace{
height: 105px;
}
.wrapspace-footer{
height: 50px;
}
.full-height{
height: 100%;
}
.line-col{
outline: solid 1px #fff;
}
.well{
background: #fff;
}
.scroll{
overflow-y: auto;
overflow-x: hidden;
}
.img-space{
width: 100%;
height: 4em;
background-size: cover;
background-position: center;
}
.product{
padding: 1em;
background: #fff;
cursor: pointer;
border-radius: 5px;
border: solid 1px #eee;
margin-bottom: 1em;
}
.product .picture{
float: left;
margin-right: 1em;
width: 57px;
}
.product .description{
overflow: hidden;
}
.title{
line-height: 1em;
margin:0;
display: block;
font-size: 1.2em;
}
.product .title{
height: 2em;
overflow: hidden;
}
#box_pedido .title{
height: auto;
margin-bottom: .5em;
}
#box_mesas .title{
font-size: 2em;
}
.price{
font-size: 1.2em;
color: #DC810C;
font-weight: bold;
}
small{
font-size: .8em;
font-weight: normal;
}
.btn-app{
height: auto;
cursor: pointer;
}
.empty-text{
color: #367fa9;
text-align: center;
font-size: 1.5em;
}
.quantity{
font-size: 30px;
padding: 6px;
line-height: .68em;
width: 1.5em;
}
.selected{
background-color: #92F59D;
}
.total-price{
font-size: 26px;
line-height: 26px;
}
.overlay{
position: fixed;
width: 100%;
height: 100%;
background: rgba(0,0,0,.8);
z-index: 40;
top: 0;
}
#adminToken{
background: #fff;
width: 300px;
position: fixed;
top: 50px;
left: 50%;
text-align: center;
padding: 1em;
z-index: 10;
margin-left: -150px;
}
#adminToken button{
margin-top: 1em;
}
/***********************/
.box__header{
position: fixed;
top: 50px;
background: #3F9BD0;
color: #fff;
padding: .7em;
height: 45px;
}
.box__header h3{
font-size: 1.2em;
margin: 0;
line-height: 25px;
display: inline;
}
.box__content{
position: fixed;
top: 100px;
bottom: 50px;
overflow: auto;
}
#resumen.box,
#resumen .box__header,
#resumen .box__content{
left: 0;
right: 450px;
}
#payment .box__header,
#payment .box__content{
width: 450px;
right: 0;
}
#carta.box,
#carta .box__header,
#carta .box__content{
left: 0;
right: 300px;
}
#order .box__header,
#order .box__content{
width: 300px;
right: 0;
}
.box__header{
top: 50px;
}
footer,
.footer{
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 50px;
background: #367fa9;
text-align: right;
padding: 7px;
z-index: 25;
}
.footer{
z-index: 30;
}
/* Croquis*/
.not-in{
opacity: .5;
}
#croquis{
position: fixed;
top: 50px;
left: 0;
bottom: 0;
right: 0;
background: #fff;
z-index: 30;
overflow: auto;
}
.wrap-croquis{
/*max-height: 500px;
//overflow: auto;
*/
display: inline-block;
}
.croquis{
position: relative;
background: #5B6DCA;
transform-origin: left top;
}
.croquis.empty{
height: 800px;
width: 800px;
}
.croquis.empty .mesa{
outline: dotted 3px white;
}
.mesa{
/*outline: dotted 3px blue;*/
position: absolute;
min-width: 20px;
min-height: 20px;
border-radius: 3px;
cursor: pointer;
background-color: red;
}
.mesa .label{
/*background: #c9302c;*/
display: inline-block;
font-size: 1.2em;
margin-top:3px;
text-align: center;
}
.mesa.busy{
outline: 0;
background: green;
cursor: pointer;
}
.mesa.busy.other{
opacity: 0.5;
background: blue;
}
.mesa.busy:hover{
background: #d43f3a;
}
.mesa.selected{
outline: 0;
background: #006699; /*#3CA548;*/
}
.mesa.selected:hover{
outline: 0;
background: #2DAD3B;
}
.mesa:hover{
background: red; /*rgba(255, 255, 255, .5);*/
}
.control{
background: #000;
padding: 5px;
position: fixed;
left: 10px;
bottom: 60px;
z-index: 90;
border-radius: 5px;
}
.control span{
color: #fff;
text-align: center;
display: block;
}
.mesas{
float: left;
color: #fff;
font-size: 20px;
} | assets/dist/css/columns.css | header{
position: fixed;
width: 100%;
z-index: 3;
}
#topbar{
background: #367fa9;
color:#fff;
padding: .5em;
height: 50px;
font-size: 1.4em;
}
body{
background: #ecf0f5;
}
html, body{
height: 100%;
}
.nopadding {
padding: 0 !important;
}
.wrapspace-topbar{
height: 60px;
}
.wrapspace{
height: 105px;
}
.wrapspace-footer{
height: 50px;
}
.full-height{
height: 100%;
}
.line-col{
outline: solid 1px #fff;
}
.well{
background: #fff;
}
.scroll{
overflow-y: auto;
overflow-x: hidden;
}
.img-space{
width: 100%;
height: 4em;
background-size: cover;
background-position: center;
}
.product{
padding: 1em;
background: #fff;
cursor: pointer;
border-radius: 5px;
border: solid 1px #eee;
margin-bottom: 1em;
}
.product .picture{
float: left;
margin-right: 1em;
width: 57px;
}
.product .description{
overflow: hidden;
}
.title{
line-height: 1em;
margin:0;
display: block;
font-size: 1.2em;
}
.product .title{
height: 2em;
overflow: hidden;
}
#box_pedido .title{
height: auto;
margin-bottom: .5em;
}
#box_mesas .title{
font-size: 2em;
}
.price{
font-size: 1.2em;
color: #DC810C;
font-weight: bold;
}
small{
font-size: .8em;
font-weight: normal;
}
.btn-app{
height: auto;
cursor: pointer;
}
.empty-text{
color: #367fa9;
text-align: center;
font-size: 1.5em;
}
.quantity{
font-size: 30px;
padding: 6px;
line-height: .68em;
width: 1.5em;
}
.selected{
background-color: #92F59D;
}
.total-price{
font-size: 26px;
line-height: 26px;
}
.overlay{
position: fixed;
width: 100%;
height: 100%;
background: rgba(0,0,0,.8);
z-index: 40;
top: 0;
}
#adminToken{
background: #fff;
width: 300px;
position: fixed;
top: 50px;
left: 50%;
text-align: center;
padding: 1em;
z-index: 10;
margin-left: -150px;
}
#adminToken button{
margin-top: 1em;
}
/***********************/
.box__header{
position: fixed;
top: 50px;
background: #3F9BD0;
color: #fff;
padding: .7em;
height: 45px;
}
.box__header h3{
font-size: 1.2em;
margin: 0;
line-height: 25px;
display: inline;
}
.box__content{
position: fixed;
top: 100px;
bottom: 50px;
overflow: auto;
}
#resumen.box,
#resumen .box__header,
#resumen .box__content{
left: 0;
right: 450px;
}
#payment .box__header,
#payment .box__content{
width: 450px;
right: 0;
}
#carta.box,
#carta .box__header,
#carta .box__content{
left: 0;
right: 300px;
}
#order .box__header,
#order .box__content{
width: 300px;
right: 0;
}
.box__header{
top: 50px;
}
footer,
.footer{
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 50px;
background: #367fa9;
text-align: right;
padding: 7px;
z-index: 25;
}
.footer{
z-index: 30;
}
/* Croquis*/
.not-in{
opacity: .5;
}
#croquis{
position: fixed;
top: 50px;
left: 0;
bottom: 0;
right: 0;
background: #fff;
z-index: 30;
overflow: auto;
}
.wrap-croquis{
/*max-height: 500px;
//overflow: auto;
*/
display: inline-block;
}
.croquis{
position: relative;
background: #5B6DCA;
transform-origin: left top;
}
.croquis.empty{
height: 800px;
width: 800px;
}
.croquis.empty .mesa{
outline: dotted 3px white;
}
.mesa{
/*outline: dotted 3px blue;*/
position: absolute;
min-width: 20px;
min-height: 20px;
border-radius: 3px;
cursor: pointer;
background-color: red;
}
.mesa .label{
/*background: #c9302c;*/
display: inline-block;
font-size: 1.2em;
margin-top:3px;
text-align: center;
}
.mesa.busy{
outline: 0;
background: green;
cursor: pointer;
}
.mesa.busy.other{
opacity: 0.5;
background: blue;
}
.mesa.busy:hover{
background: #d43f3a;
}
.mesa.selected{
outline: 0;
background: #006699; /*#3CA548;*/
}
.mesa.selected:hover{
outline: 0;
background: #2DAD3B;
}
.mesa:hover{
background: red; /*rgba(255, 255, 255, .5);*/
}
.control{
background: #000;
padding: 5px;
position: fixed;
left: 10px;
bottom: 60px;
z-index: 90;
border-radius: 5px;
}
.control span{
color: #fff;
text-align: center;
display: block;
}
.mesas{
float: left;
color: #fff;
font-size: 20px;
} | 0.428353 | 0.078148 |
custom styles
========================================================================== */
html {
width: 100%;
overflow-x: hidden;
}
body {
color: #767676;
-webkit-font-smoothing: antialiased;
width: 100%;
color:#9da6ac;
}
/*==========================================
PRE LOADER
==========================================*/
.preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fefefe;
z-index: 99999;
height: 100%;
width: 100%;
overflow: hidden !important;
}
.loaded {
width: 60px;
height: 60px;
position: absolute;
left: 50%;
top: 50%;
background-image: url(../images/loading.gif);
background-repeat: no-repeat;
background-position: center;
-moz-background-size: cover;
background-size: cover;
margin: -20px 0 0 -20px;
}
.top-margin {
margin-top: 96px;
}
.bottom-margin {
margin-bottom: 96px;
}
img{max-width:100%;}
p {
font: normal 16px "Myriad Pro", arial, sans-serif;
}
a:hover{
text-decoration:none;
}
ul{
margin:0;
padding:0;
list-style:none;
}
h1,h2,h3,h4,h5,h6 { color:#585b60;}
h1 {
font-size: 3.5rem;
line-height: 50px;
font-weight: 600;
font-family: "Myriad Pro" , sans-serif;
}
h2 {
font-size: 2.5rem;
line-height: 38px;
font-weight: 600;
font-family: "Myriad Pro" , sans-serif;
margin: 0;
}
h3 {
font-size: 2rem;
line-height: 32px;
font-weight: 600;
font-family: "Myriad Pro" , sans-serif;
margin: 0;
}
h4 {
font-size: 2.7rem;
line-height: 26px;
font-weight: 600;
font-family: "Myriad Pro" , sans-serif;
}
h5{
font-size: 3rem;
line-height: 30px;
font-weight: 600;
font-family: "Myriad Pro" , sans-serif;
}
h6 {
font-size: 1.7rem;
line-height: 20px;
font-weight: 600;
font-family: "Myriad Pro" , sans-serif;
margin: 0;
text-decoration: none;
}
section:nth-of-type(odd) {
background-color: #F9F9F9;
}
/*
.btn {
border: 1px solid #fff;
border-radius: 5px;
display: inline-block;
min-width: 180px;
padding: .9em;
height: 50px;
text-align: center;
color: #fff;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1px;
margin-left: 5px;
margin-right: 5px;
font-size: 16px;
font-weight: 300;
transition: .5s;
margin-bottom: 10px;
}*/
.btn {
display:inline-block;
text-align: center;
margin-bottom: 10px;
transition: .5s;
margin-left: 10px;
}
.btn img{
width: 180px;
height:50px;
}
.btn:hover {
/* background-color: #860731;*/
color: #fff;
text-decoration: none;
}
.center-content {
text-align: center;
}
p.description {
width: 70%;
margin: 0 auto;
padding-top: 24px;
padding-bottom: 48px;
}
.white-btn{
max-width: 250px;
max-height: 50px;
border-radius: 50px;
background: #fff;
color: #585b60;
}
.white-btn:hover{
background: #e0356e;
color: #fff;
text-decoration:none;
}
.pink-btn {
background: #e0356e;
border: none;
margin-left: 10px;
}
.pink-btn:hover {
background-color: #f79b23;
color: #fff;
text-decoration: none;
}
.btn-sm{
width: 160px;
height: 38px;
background: #FF3366;
color: #fff;
font-size: 18px;
display: inline-block;
text-align: center;
padding: 6px;
text-transform: uppercase;
border-radius: 5px;
margin-top: 25px;
}
.btn-sm:hover{
text-decoration:none;
color:#fff;
}
/* navbar section */
.navbar-brand>img {
width: 80px;
height:60px;
display: inline-block;
margin-top: -28px;
}
.main-menu {
background-color: black;
border-radius: 0;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}
.main-menu.tiny {
padding-top: 0px;
padding-bottom: 0px;
position: fixed;
top: 0; left: 0; right: 0; z-index: 300;
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
background-color: #fff;
height:80px;
}
.main-menu.tiny .navbar-nav > li > a {
color:#666;
}
.main-menu .navbar-nav > li > a {
padding: 30px 13px 25px 13px;
font-size: 14px;
line-height: 22px;
color: #fff;
border-bottom: 3px solid transparent;
text-transform:uppercase;
}
.main-menu.tiny .navbar-nav > li.active > a {
color: #FF3366;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
background-color: transparent;
color: #E03561;
}
.main-menu .navbar-nav > li > a:hover {
color: #E03561;
}
.main-menu .navbar-nav > .active > a, .main-menu .navbar-nav > .active > a:hover, .main-menu .navbar-nav > .active > a:focus {
background-color: transparent;
color: #E03561;
border-bottom: 3px solid #E03561;
}
.navbar {
margin-bottom: 0px;
border: none;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
margin-top: 20px;
}
/* bennar Section CSS */
.header-image{
padding-top:180px;
}
#bennar{
position:relative;
}
#bgimage {
background-image: url(../images/headbg1.jpg);
background-position: center top;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
height: 100%;
overflow: hidden;
}
.heading-text{
padding-top:120px;
}
.heading-text .button a i{
border: 1px solid #585b60;
padding: 6px 7px;
color: #585b60;
border-radius: 50%;
width: 25px;
height: 25px;
font-size: 12px;
display: inline-block;
margin-right: 10px;
}
.heading-text .button a:hover i{
border: 1px solid #fff;
color: #fff;
}
.heading-text h1{
color:#fff;
}
p.bannerDescription{
color: #fff;
font-size: 1.8rem;
margin-bottom: 65px;
line-height: 30px;
}
.scrolldown {
padding-top: 24px;
}
#bgimage .scroll_btn {
background: url(../images/scroll.gif) 50% 50% no-repeat rgba(215, 181 ,94, 0);
border: 2px solid #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
display: block;
height: 45px;
margin: 42px auto;
width: 45px;
-webkit-transition: all 500ms ease-in-out 0s;
-moz-transition: all 500ms ease-in-out 0s;
-ms-transition: all 500ms ease-in-out 0s;
-0-transition: all 500ms ease-in-out 0s;
transition: all 500ms ease-in-out 0s
}
#bgimage .scroll_btn:hover {
background: url(../images/scroll.gif) 50% 50% no-repeat #E03561;
opacity: .85;
-moz-opacity: .85;
-o-opacity: .85;
-webkit-opacity: .85;
transform: scale(1.3);
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
}
/* works content */
.works_content{
padding: 130px 0px 40px 0px;
overflow:hidden;
}
.single_works_text{
margin-bottom: 80px;
transition:.6s;
}
.single_works_text i{
background: #fff;
color: #585B60;
font-size: 30px;
border: 1px solid #585B60;
padding: 18px;
width: 65px;
height: 65px;
border-radius: 50%;
margin-bottom: 10px;
}
.single_works_text:hover i{
color:#FF3366;
border: 1px solid #FF3366;
}
/* works_2 */
.works_2_content{
padding:130px 0px;
}
.single_works_2_text{
margin-bottom:20px;
overflow:hidden;
transition:.6s;
}
.single_works_2_text:hover i{
color:#FF3366;
border: 1px solid #FF3366;
}
.single_works_2_text i{
background: #fff;
color: #585B60;
font-size: 2.5rem;
border: 1px solid #585B60;
border-radius: 50%;
width: 60px;
float: left;
margin-right: 5px;
text-align: center;
height: 60px;
line-height: 60px;
}
.text_deatels{
width:80%;
float:right;
}
/* Description Section Css */
.right_desc_bottom_text{
margin-top:50px;
}
.right_single_bottom_text{
margin-bottom:25px;
overflow:hidden;
}
.right_single_bottom_text i {
font-size:35px;
color:#FF3366;
float:left;
width: 35px;
}
.right_bottom_description{
padding-left: 10px;
overflow: hidden;
}
/* Description Second Section Css */
.second_bottom_text{
margin-top: 70px;
}
.second_single_text{
margin-bottom: 20px;
}
.second_single_text i{
font-size:35px;
color:#FF3366;
float:left;
}
/* Description Section CSS */
#descriotion{}
.main_description{
padding:130px 0px;
}
/* Second Description Section CSS */
#description_second{}
.main_description_second_contant{
padding:130px 0px;
}
/* Description Third */
#description_third{}
.main_des_third_contant{
padding:130px 0px;
}
/* Apps Gallery Section */
#apps_gallery{
background:#3C3852;
}
.gallery_heading_text{
padding:60px 0px;
}
.gallery_heading_text h1{
color:#fff;
}
.gallery_heading_text p{
color:#fff;
}
.owl-theme .owl-controls {
margin-top: 10px;
text-align: center;
padding-bottom: 50px;
}
/* Testimonial Section */
#testimonial{
background:url(../images/testbg.jpg) no-repeat scroll center center;
background-size:cover;
}
.main_testimonial_text{
padding:150px 0px 50px;
}
.single_testimonial_text{
max-width:100%;
margin:0 auto;
color:#fff;
text-align:center;
}
.single_testimonial_text p{
max-width:50%;
margin:0 auto;
}
.single_testimonial_text a{
color:#fff;
padding-top: 40px;
display: block;
}
#testimonial .owl-controls{
margin-top:50px;
}
#testimonial .owl-theme .owl-controls .owl-page span{
background: #fff;
}
/* Download Apps Section */
#downloadApps{
}
.download_heading_text{
padding:60px 0px 100px 0px;
}
.down_text_des{
margin-top:40px;
margin-left:-20px;
}
.down_text_des a{
margin-left: 20px;
margin-bottom: 30px;
}
/* Subscribe */
#subscribe{
background:url(../images/subbg.jpg) no-repeat scroll center center;
background-size:cover;
}
.subcribe_overlay{
background:rgba(0, 0, 0, 0.71);
}
#subscribe .subscribe_heading_text{padding: 60px 0px 100px 0px;}
#subscribe .subscribe_heading_text h1{
color:#fff;
}
#subscribe .subscribe_heading_text p{
color:#fff;
}
#subscribe .subcribe_form{
margin-top:50px;
}
#subscribe .subcribe_form input[type="text"]{
width: 32%;
padding: 14px;
border: none;
border-radius: 6px 0px 0px 6px;
outline: none;
font-size:20px;
}
#subscribe .subcribe_form input[type="submit"]{
width: 15%;
padding: 14px;
margin-left: -4px;
background: #FF3366;
border-radius:0px 6px 6px 0px;
border: 0px transparent;
color: #fff;
outline: none;
font-size:20px;
}
/*Message Section*/
#message {
background: #d7d7d7;
padding-top: 96px;
padding-bottom: 96px;
}
#message .message_content{
max-width: 560px;
margin: 0 auto;
}
.message_heading_text{
margin-bottom:40px;
}
#message h2 {
color: #e0356e;
padding-bottom: 24px;
}
#message .form-group .form-control {
padding: 25px;
}
#message .larg-btn {
background: #e0356e;
border: none;
text-transform: none;
margin-top: 24px;
width: 100%;
border-radius:10px;
display: inline-block;
padding: 10px;
}
#message .larg-btn:hover {
background-color: #f79b23;
color: #fff;
text-decoration: none;
}
/* footer Section */
.socail_bookmark{
padding: 70px 0px 40px 0px;
margin-left:-10px;
}
.socail_bookmark a{
margin-left:10px;
}
.socail_bookmark a i{
font-size: 14px;
color: #D2D3D5;
padding: 7px;
border: 1px solid #D2D3D5;
border-radius: 50%;
background: #FFFFFF;
width: 30px;
height: 30px;
transition:.5s;
}
.socail_bookmark a:hover i{
color: #fff;
border: 1px solid #fff;
background: #FF3366;
transform:scale(1.2);
}
.copyright_text:before{
border-top: 1px solid #D2D3D5;
width: 20%;
padding-top: 30px;
content: "";
margin: 0 auto;
display: block;
}
.copyright_text p{
color:#D2D3D5;
font-size:17px;
padding:40px;
}
.copyright_text p i{
padding:0px 10px;
color:#ff0000;
}
.copyright_text p a{
padding:0px 10px;
color:green;
}
/*scollup icon*/
.scrollup {
width: 30px;
height: 30px;
border-radius: 15px;
opacity: .3;
position: fixed;
bottom: 20px;
right: 25px;
color: #fff;
cursor: pointer;
background-color: #000;
z-index: 10;
transition: opacity .5s, background-color .5s;
-moz-transition: opacity .5s, background-color .5s;
-webkit-transition: opacity .5s, background-color .5s;
}
.scrollup:hover {
background: #E03561;
opacity: 1;
}
.scrollup i {
font-size: 13px;
position: absolute;
opacity: 1;
color: #fff;
left: 50%;
top: 50%;
margin-top: -7px;
margin-left: -6px;
text-decoration: none;
} | SheHeroes-template/css/style.css | custom styles
========================================================================== */
html {
width: 100%;
overflow-x: hidden;
}
body {
color: #767676;
-webkit-font-smoothing: antialiased;
width: 100%;
color:#9da6ac;
}
/*==========================================
PRE LOADER
==========================================*/
.preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fefefe;
z-index: 99999;
height: 100%;
width: 100%;
overflow: hidden !important;
}
.loaded {
width: 60px;
height: 60px;
position: absolute;
left: 50%;
top: 50%;
background-image: url(../images/loading.gif);
background-repeat: no-repeat;
background-position: center;
-moz-background-size: cover;
background-size: cover;
margin: -20px 0 0 -20px;
}
.top-margin {
margin-top: 96px;
}
.bottom-margin {
margin-bottom: 96px;
}
img{max-width:100%;}
p {
font: normal 16px "Myriad Pro", arial, sans-serif;
}
a:hover{
text-decoration:none;
}
ul{
margin:0;
padding:0;
list-style:none;
}
h1,h2,h3,h4,h5,h6 { color:#585b60;}
h1 {
font-size: 3.5rem;
line-height: 50px;
font-weight: 600;
font-family: "Myriad Pro" , sans-serif;
}
h2 {
font-size: 2.5rem;
line-height: 38px;
font-weight: 600;
font-family: "Myriad Pro" , sans-serif;
margin: 0;
}
h3 {
font-size: 2rem;
line-height: 32px;
font-weight: 600;
font-family: "Myriad Pro" , sans-serif;
margin: 0;
}
h4 {
font-size: 2.7rem;
line-height: 26px;
font-weight: 600;
font-family: "Myriad Pro" , sans-serif;
}
h5{
font-size: 3rem;
line-height: 30px;
font-weight: 600;
font-family: "Myriad Pro" , sans-serif;
}
h6 {
font-size: 1.7rem;
line-height: 20px;
font-weight: 600;
font-family: "Myriad Pro" , sans-serif;
margin: 0;
text-decoration: none;
}
section:nth-of-type(odd) {
background-color: #F9F9F9;
}
/*
.btn {
border: 1px solid #fff;
border-radius: 5px;
display: inline-block;
min-width: 180px;
padding: .9em;
height: 50px;
text-align: center;
color: #fff;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1px;
margin-left: 5px;
margin-right: 5px;
font-size: 16px;
font-weight: 300;
transition: .5s;
margin-bottom: 10px;
}*/
.btn {
display:inline-block;
text-align: center;
margin-bottom: 10px;
transition: .5s;
margin-left: 10px;
}
.btn img{
width: 180px;
height:50px;
}
.btn:hover {
/* background-color: #860731;*/
color: #fff;
text-decoration: none;
}
.center-content {
text-align: center;
}
p.description {
width: 70%;
margin: 0 auto;
padding-top: 24px;
padding-bottom: 48px;
}
.white-btn{
max-width: 250px;
max-height: 50px;
border-radius: 50px;
background: #fff;
color: #585b60;
}
.white-btn:hover{
background: #e0356e;
color: #fff;
text-decoration:none;
}
.pink-btn {
background: #e0356e;
border: none;
margin-left: 10px;
}
.pink-btn:hover {
background-color: #f79b23;
color: #fff;
text-decoration: none;
}
.btn-sm{
width: 160px;
height: 38px;
background: #FF3366;
color: #fff;
font-size: 18px;
display: inline-block;
text-align: center;
padding: 6px;
text-transform: uppercase;
border-radius: 5px;
margin-top: 25px;
}
.btn-sm:hover{
text-decoration:none;
color:#fff;
}
/* navbar section */
.navbar-brand>img {
width: 80px;
height:60px;
display: inline-block;
margin-top: -28px;
}
.main-menu {
background-color: black;
border-radius: 0;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}
.main-menu.tiny {
padding-top: 0px;
padding-bottom: 0px;
position: fixed;
top: 0; left: 0; right: 0; z-index: 300;
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
background-color: #fff;
height:80px;
}
.main-menu.tiny .navbar-nav > li > a {
color:#666;
}
.main-menu .navbar-nav > li > a {
padding: 30px 13px 25px 13px;
font-size: 14px;
line-height: 22px;
color: #fff;
border-bottom: 3px solid transparent;
text-transform:uppercase;
}
.main-menu.tiny .navbar-nav > li.active > a {
color: #FF3366;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
background-color: transparent;
color: #E03561;
}
.main-menu .navbar-nav > li > a:hover {
color: #E03561;
}
.main-menu .navbar-nav > .active > a, .main-menu .navbar-nav > .active > a:hover, .main-menu .navbar-nav > .active > a:focus {
background-color: transparent;
color: #E03561;
border-bottom: 3px solid #E03561;
}
.navbar {
margin-bottom: 0px;
border: none;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
margin-top: 20px;
}
/* bennar Section CSS */
.header-image{
padding-top:180px;
}
#bennar{
position:relative;
}
#bgimage {
background-image: url(../images/headbg1.jpg);
background-position: center top;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
height: 100%;
overflow: hidden;
}
.heading-text{
padding-top:120px;
}
.heading-text .button a i{
border: 1px solid #585b60;
padding: 6px 7px;
color: #585b60;
border-radius: 50%;
width: 25px;
height: 25px;
font-size: 12px;
display: inline-block;
margin-right: 10px;
}
.heading-text .button a:hover i{
border: 1px solid #fff;
color: #fff;
}
.heading-text h1{
color:#fff;
}
p.bannerDescription{
color: #fff;
font-size: 1.8rem;
margin-bottom: 65px;
line-height: 30px;
}
.scrolldown {
padding-top: 24px;
}
#bgimage .scroll_btn {
background: url(../images/scroll.gif) 50% 50% no-repeat rgba(215, 181 ,94, 0);
border: 2px solid #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
display: block;
height: 45px;
margin: 42px auto;
width: 45px;
-webkit-transition: all 500ms ease-in-out 0s;
-moz-transition: all 500ms ease-in-out 0s;
-ms-transition: all 500ms ease-in-out 0s;
-0-transition: all 500ms ease-in-out 0s;
transition: all 500ms ease-in-out 0s
}
#bgimage .scroll_btn:hover {
background: url(../images/scroll.gif) 50% 50% no-repeat #E03561;
opacity: .85;
-moz-opacity: .85;
-o-opacity: .85;
-webkit-opacity: .85;
transform: scale(1.3);
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
}
/* works content */
.works_content{
padding: 130px 0px 40px 0px;
overflow:hidden;
}
.single_works_text{
margin-bottom: 80px;
transition:.6s;
}
.single_works_text i{
background: #fff;
color: #585B60;
font-size: 30px;
border: 1px solid #585B60;
padding: 18px;
width: 65px;
height: 65px;
border-radius: 50%;
margin-bottom: 10px;
}
.single_works_text:hover i{
color:#FF3366;
border: 1px solid #FF3366;
}
/* works_2 */
.works_2_content{
padding:130px 0px;
}
.single_works_2_text{
margin-bottom:20px;
overflow:hidden;
transition:.6s;
}
.single_works_2_text:hover i{
color:#FF3366;
border: 1px solid #FF3366;
}
.single_works_2_text i{
background: #fff;
color: #585B60;
font-size: 2.5rem;
border: 1px solid #585B60;
border-radius: 50%;
width: 60px;
float: left;
margin-right: 5px;
text-align: center;
height: 60px;
line-height: 60px;
}
.text_deatels{
width:80%;
float:right;
}
/* Description Section Css */
.right_desc_bottom_text{
margin-top:50px;
}
.right_single_bottom_text{
margin-bottom:25px;
overflow:hidden;
}
.right_single_bottom_text i {
font-size:35px;
color:#FF3366;
float:left;
width: 35px;
}
.right_bottom_description{
padding-left: 10px;
overflow: hidden;
}
/* Description Second Section Css */
.second_bottom_text{
margin-top: 70px;
}
.second_single_text{
margin-bottom: 20px;
}
.second_single_text i{
font-size:35px;
color:#FF3366;
float:left;
}
/* Description Section CSS */
#descriotion{}
.main_description{
padding:130px 0px;
}
/* Second Description Section CSS */
#description_second{}
.main_description_second_contant{
padding:130px 0px;
}
/* Description Third */
#description_third{}
.main_des_third_contant{
padding:130px 0px;
}
/* Apps Gallery Section */
#apps_gallery{
background:#3C3852;
}
.gallery_heading_text{
padding:60px 0px;
}
.gallery_heading_text h1{
color:#fff;
}
.gallery_heading_text p{
color:#fff;
}
.owl-theme .owl-controls {
margin-top: 10px;
text-align: center;
padding-bottom: 50px;
}
/* Testimonial Section */
#testimonial{
background:url(../images/testbg.jpg) no-repeat scroll center center;
background-size:cover;
}
.main_testimonial_text{
padding:150px 0px 50px;
}
.single_testimonial_text{
max-width:100%;
margin:0 auto;
color:#fff;
text-align:center;
}
.single_testimonial_text p{
max-width:50%;
margin:0 auto;
}
.single_testimonial_text a{
color:#fff;
padding-top: 40px;
display: block;
}
#testimonial .owl-controls{
margin-top:50px;
}
#testimonial .owl-theme .owl-controls .owl-page span{
background: #fff;
}
/* Download Apps Section */
#downloadApps{
}
.download_heading_text{
padding:60px 0px 100px 0px;
}
.down_text_des{
margin-top:40px;
margin-left:-20px;
}
.down_text_des a{
margin-left: 20px;
margin-bottom: 30px;
}
/* Subscribe */
#subscribe{
background:url(../images/subbg.jpg) no-repeat scroll center center;
background-size:cover;
}
.subcribe_overlay{
background:rgba(0, 0, 0, 0.71);
}
#subscribe .subscribe_heading_text{padding: 60px 0px 100px 0px;}
#subscribe .subscribe_heading_text h1{
color:#fff;
}
#subscribe .subscribe_heading_text p{
color:#fff;
}
#subscribe .subcribe_form{
margin-top:50px;
}
#subscribe .subcribe_form input[type="text"]{
width: 32%;
padding: 14px;
border: none;
border-radius: 6px 0px 0px 6px;
outline: none;
font-size:20px;
}
#subscribe .subcribe_form input[type="submit"]{
width: 15%;
padding: 14px;
margin-left: -4px;
background: #FF3366;
border-radius:0px 6px 6px 0px;
border: 0px transparent;
color: #fff;
outline: none;
font-size:20px;
}
/*Message Section*/
#message {
background: #d7d7d7;
padding-top: 96px;
padding-bottom: 96px;
}
#message .message_content{
max-width: 560px;
margin: 0 auto;
}
.message_heading_text{
margin-bottom:40px;
}
#message h2 {
color: #e0356e;
padding-bottom: 24px;
}
#message .form-group .form-control {
padding: 25px;
}
#message .larg-btn {
background: #e0356e;
border: none;
text-transform: none;
margin-top: 24px;
width: 100%;
border-radius:10px;
display: inline-block;
padding: 10px;
}
#message .larg-btn:hover {
background-color: #f79b23;
color: #fff;
text-decoration: none;
}
/* footer Section */
.socail_bookmark{
padding: 70px 0px 40px 0px;
margin-left:-10px;
}
.socail_bookmark a{
margin-left:10px;
}
.socail_bookmark a i{
font-size: 14px;
color: #D2D3D5;
padding: 7px;
border: 1px solid #D2D3D5;
border-radius: 50%;
background: #FFFFFF;
width: 30px;
height: 30px;
transition:.5s;
}
.socail_bookmark a:hover i{
color: #fff;
border: 1px solid #fff;
background: #FF3366;
transform:scale(1.2);
}
.copyright_text:before{
border-top: 1px solid #D2D3D5;
width: 20%;
padding-top: 30px;
content: "";
margin: 0 auto;
display: block;
}
.copyright_text p{
color:#D2D3D5;
font-size:17px;
padding:40px;
}
.copyright_text p i{
padding:0px 10px;
color:#ff0000;
}
.copyright_text p a{
padding:0px 10px;
color:green;
}
/*scollup icon*/
.scrollup {
width: 30px;
height: 30px;
border-radius: 15px;
opacity: .3;
position: fixed;
bottom: 20px;
right: 25px;
color: #fff;
cursor: pointer;
background-color: #000;
z-index: 10;
transition: opacity .5s, background-color .5s;
-moz-transition: opacity .5s, background-color .5s;
-webkit-transition: opacity .5s, background-color .5s;
}
.scrollup:hover {
background: #E03561;
opacity: 1;
}
.scrollup i {
font-size: 13px;
position: absolute;
opacity: 1;
color: #fff;
left: 50%;
top: 50%;
margin-top: -7px;
margin-left: -6px;
text-decoration: none;
} | 0.340924 | 0.057971 |
body.vscode-dark svg {
background: rgba(255, 255, 255, 0.05);
}
/* ATN graphs. */
body.vscode-dark .marker {
fill: #eee;
stroke: none;
}
body.vscode-dark .stateLabel {
fill: #202020;
}
body.vscode-dark .stateTypeLabel {
fill: #404040;
}
body.vscode-dark .linkLabel {
fill: #ddd;
}
body.vscode-dark .state {
stroke: white;
filter: url(#white-glow);
}
/* Railroad diagrams */
body.vscode-dark .atn-graph-save-image {
background: rgba(206, 11, 70, 1) url('../misc/save-dark.png');
}
body.vscode-dark .rrd-save-image {
background: rgba(10, 188, 80, 1) url('../misc/save-dark.png');
}
body.vscode-dark .call-graph-save-image {
background: rgba(255, 191, 15, 1) url('../misc/save-dark.png');
}
body.vscode-dark .parse-tree-save-image {
background: rgba(49, 112, 212, 1) url('../misc/save-dark.png');
}
body.vscode-dark svg.railroad-diagram path {
/* The connection lines. */
stroke-width: 2;
stroke: darkgray;
fill: rgba(0, 0, 0, 0);
}
body.vscode-dark svg.railroad-diagram text {
/* All text except comments. */
font: bold 12px Hack, "Source Code Pro", monospace;
text-anchor: middle;
fill: #404040;
/* Use fill instead of color for svg text. */
}
body.vscode-dark svg.railroad-diagram text.comment {
/* Comment text */
font: italic 10px Hack, "Source Code Pro", monospace;
fill: #909090;
}
body.vscode-dark svg.railroad-diagram g.non-terminal rect {
/* The non-terminal boxes. */
stroke-width: 2;
stroke: #404040;
fill: rgba(255, 255, 255, 1);
}
body.vscode-dark svg.railroad-diagram g.terminal rect {
/* The terminal boxes. */
stroke-width: 2;
stroke: #404040;
fill: rgba(255, 255, 255, 0.7);
}
body.vscode-dark svg.railroad-diagram text.diagram-text {
/* Multiple choice text, not working atm. */
font-size: 12px Hack, "Source Code Pro", monospace;
fill: red;
}
body.vscode-dark svg.railroad-diagram path.diagram-text {
/* Multiple choice text, not working atm. */
stroke-width: 1;
stroke: red;
fill: white;
cursor: help;
}
body.vscode-dark svg.railroad-diagram g.diagram-text:hover path.diagram-text {
/* Multiple choice text, not working atm. */
fill: #f00;
}
/* Call graphs */
body.vscode-dark .node-source {
fill: #e6db74;
}
body.vscode-dark .node-target {
fill: #45aa73;
}
body.vscode-dark .module-1 {
fill: #0ca9fd;
}
body.vscode-dark .module-2 {
fill: #63bf8d;
}
body.vscode-dark .module-3 {
fill: #ff8801;
}
body.vscode-dark .module-4 {
fill: #b9fc34;
}
body.vscode-dark .module-5 {
fill: #90e0e0;
}
body.vscode-dark .module-6 {
fill: #b4a3f5;
}
body.vscode-dark .module-7 {
fill: #f92672;
}
body.vscode-dark .module-8 {
fill: #e9e901;
}
body.vscode-dark .module-9 {
fill: #83be69;
}
body.vscode-dark .module-10 {
fill: #f1d18c;
}
body.vscode-dark .node:hover {
fill: #fff;
}
body.vscode-dark .node-source {
fill: #ff5711;
}
body.vscode-dark .node-target {
fill: #45aa73;
}
body.vscode-dark .link-source,
body.vscode-dark .link-target {
stroke-opacity: 1;
stroke-width: 2px;
}
body.vscode-dark .link {
stroke: #fff;
stroke-opacity: .2;
fill: none;
pointer-events: none;
animation: fadeIn 0.5s ease-out 0.2s 1 normal backwards;
}
body.vscode-dark .link-source {
stroke-opacity: 1;
stroke-width: 2px;
stroke: #45aa73;
animation: none;
}
body.vscode-dark .link-target {
stroke-opacity: 1;
stroke-width: 2px;
stroke: #ff5711;
animation: none;
}
body.vscode-dark .link-dimmed {
stroke-opacity: 0.075;
animation: fadeOut 0.25s ease-out 0s 1 normal backwards;
}
/* Parse trees */
body.vscode-dark .tree-node {
stroke-width: 2;
stroke: #404040;
fill: rgba(255, 255, 255, 1);
}
body.vscode-dark g .tree-root {
stroke-width: 2;
fill: #3a3c37;
stroke: #ffffff;
}
body.vscode-dark g .tree-leaf {
stroke-width: 2;
fill: #828e66;
stroke: #ffffff;
}
body.vscode-dark g .tree-error {
stroke-width: 2;
fill: rgb(187, 43, 33);
stroke: #ffffff;
}
body.vscode-dark g .token-value {
fill: white;
stroke: none;
font: 12pt "Source Code Pro", "Hack", "Consolas", "Andale Mono", monospace;
}
body.vscode-dark g .token-range {
fill: #bb832c;
stroke: none;
font: 8pt "Source Code Pro", "Hack", "Consolas", "Andale Mono", monospace;
}
/* Default CSS for internal elements, only visible in vscode */ | misc/dark.css | body.vscode-dark svg {
background: rgba(255, 255, 255, 0.05);
}
/* ATN graphs. */
body.vscode-dark .marker {
fill: #eee;
stroke: none;
}
body.vscode-dark .stateLabel {
fill: #202020;
}
body.vscode-dark .stateTypeLabel {
fill: #404040;
}
body.vscode-dark .linkLabel {
fill: #ddd;
}
body.vscode-dark .state {
stroke: white;
filter: url(#white-glow);
}
/* Railroad diagrams */
body.vscode-dark .atn-graph-save-image {
background: rgba(206, 11, 70, 1) url('../misc/save-dark.png');
}
body.vscode-dark .rrd-save-image {
background: rgba(10, 188, 80, 1) url('../misc/save-dark.png');
}
body.vscode-dark .call-graph-save-image {
background: rgba(255, 191, 15, 1) url('../misc/save-dark.png');
}
body.vscode-dark .parse-tree-save-image {
background: rgba(49, 112, 212, 1) url('../misc/save-dark.png');
}
body.vscode-dark svg.railroad-diagram path {
/* The connection lines. */
stroke-width: 2;
stroke: darkgray;
fill: rgba(0, 0, 0, 0);
}
body.vscode-dark svg.railroad-diagram text {
/* All text except comments. */
font: bold 12px Hack, "Source Code Pro", monospace;
text-anchor: middle;
fill: #404040;
/* Use fill instead of color for svg text. */
}
body.vscode-dark svg.railroad-diagram text.comment {
/* Comment text */
font: italic 10px Hack, "Source Code Pro", monospace;
fill: #909090;
}
body.vscode-dark svg.railroad-diagram g.non-terminal rect {
/* The non-terminal boxes. */
stroke-width: 2;
stroke: #404040;
fill: rgba(255, 255, 255, 1);
}
body.vscode-dark svg.railroad-diagram g.terminal rect {
/* The terminal boxes. */
stroke-width: 2;
stroke: #404040;
fill: rgba(255, 255, 255, 0.7);
}
body.vscode-dark svg.railroad-diagram text.diagram-text {
/* Multiple choice text, not working atm. */
font-size: 12px Hack, "Source Code Pro", monospace;
fill: red;
}
body.vscode-dark svg.railroad-diagram path.diagram-text {
/* Multiple choice text, not working atm. */
stroke-width: 1;
stroke: red;
fill: white;
cursor: help;
}
body.vscode-dark svg.railroad-diagram g.diagram-text:hover path.diagram-text {
/* Multiple choice text, not working atm. */
fill: #f00;
}
/* Call graphs */
body.vscode-dark .node-source {
fill: #e6db74;
}
body.vscode-dark .node-target {
fill: #45aa73;
}
body.vscode-dark .module-1 {
fill: #0ca9fd;
}
body.vscode-dark .module-2 {
fill: #63bf8d;
}
body.vscode-dark .module-3 {
fill: #ff8801;
}
body.vscode-dark .module-4 {
fill: #b9fc34;
}
body.vscode-dark .module-5 {
fill: #90e0e0;
}
body.vscode-dark .module-6 {
fill: #b4a3f5;
}
body.vscode-dark .module-7 {
fill: #f92672;
}
body.vscode-dark .module-8 {
fill: #e9e901;
}
body.vscode-dark .module-9 {
fill: #83be69;
}
body.vscode-dark .module-10 {
fill: #f1d18c;
}
body.vscode-dark .node:hover {
fill: #fff;
}
body.vscode-dark .node-source {
fill: #ff5711;
}
body.vscode-dark .node-target {
fill: #45aa73;
}
body.vscode-dark .link-source,
body.vscode-dark .link-target {
stroke-opacity: 1;
stroke-width: 2px;
}
body.vscode-dark .link {
stroke: #fff;
stroke-opacity: .2;
fill: none;
pointer-events: none;
animation: fadeIn 0.5s ease-out 0.2s 1 normal backwards;
}
body.vscode-dark .link-source {
stroke-opacity: 1;
stroke-width: 2px;
stroke: #45aa73;
animation: none;
}
body.vscode-dark .link-target {
stroke-opacity: 1;
stroke-width: 2px;
stroke: #ff5711;
animation: none;
}
body.vscode-dark .link-dimmed {
stroke-opacity: 0.075;
animation: fadeOut 0.25s ease-out 0s 1 normal backwards;
}
/* Parse trees */
body.vscode-dark .tree-node {
stroke-width: 2;
stroke: #404040;
fill: rgba(255, 255, 255, 1);
}
body.vscode-dark g .tree-root {
stroke-width: 2;
fill: #3a3c37;
stroke: #ffffff;
}
body.vscode-dark g .tree-leaf {
stroke-width: 2;
fill: #828e66;
stroke: #ffffff;
}
body.vscode-dark g .tree-error {
stroke-width: 2;
fill: rgb(187, 43, 33);
stroke: #ffffff;
}
body.vscode-dark g .token-value {
fill: white;
stroke: none;
font: 12pt "Source Code Pro", "Hack", "Consolas", "Andale Mono", monospace;
}
body.vscode-dark g .token-range {
fill: #bb832c;
stroke: none;
font: 8pt "Source Code Pro", "Hack", "Consolas", "Andale Mono", monospace;
}
/* Default CSS for internal elements, only visible in vscode */ | 0.443841 | 0.05455 |
@charset "UTF-";
@import url('https://fonts.googleapis.com/css2? family = Montserrat: ital, wght @ 0,400; 0,500; 0,700; 0,900; 1,600; 1,700 & display = swap');
*{
text-decoration: none;
list-style: none;
}
body, html {
font-family: "Montserrat", Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}
h1, h2, h3 {
color: #333;
}
p {
color: #70747a;
}
.menu-nav{
width: 100%;
height: 80px;
background-color: #232A31;
padding: 0 2em;
position: relative;
box-sizing: border-box ;
}
.logo-nav{
width: 50px;
margin-top: 15px;
}
nav{
position: relative;
}
.menu-nav-links{
position: absolute;
display: inline-block;
height:80px;
line-height: 80px;
margin: 0;
right: 0;
}
.menu-nav-links li{
display: inline-block;
text-transform: uppercase;
margin-left: 25px;
}
.menu-nav-links li a {
color: white;
transition: .5s;
}
.menu-nav-links li a:hover{
color: rgba(255, 255, 255, 0.521);
}
.btn{
padding: 15px 25px;
background-color: #2cc76a;
border-radius: 5px;
color: white;
border: none;
margin-left: 10px;
}
.btn:hover{
background-color:#2cc76a9d;
transition: 0.5s;
cursor: pointer;
color: #fff;
}
.main-banner{
background-image: url(img/mainbanner.png);
background-size: cover;
background-position: center;
padding: 12em 0;
position: relative;
}
.main-banner h1, .main-banner p{
color: white;
text-align: center;
font-weight: bold;
}
.main-banner h1{
font-size: 54px;
padding-bottom: 15px;
}
.main-banner p {
font-size: 32px;
padding-top: 20px;
}
.especialidades-container{
padding: 5em 0;
}
.especialidades-container ul {
display: flex;
flex-wrap: wrap;
width: 90%;
position: relative;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
}
.especialidades-container ul li {
flex: 1 1 200px;
text-align: center;
padding: 20px;
}
.especialidades-container ul li h3{
margin-bottom: 25px;
}
.especialidades-container ul li p {
line-height: 24px;
}
.precos{
padding-bottom: 2em;
text-align: center;
}
.precos h1{
font-size: 36px;
margin-top: 0px;
padding-bottom: 30px;
}
.precos p{
font-size: 20px;
margin-top: 0px;
padding-bottom: 40px;
}
.plans-container{
display: flex;
justify-content: space-between;
margin-top: 50px;
width: 90%;
position: relative;
margin-left: auto;
margin-right: auto;
}
.plan{
flex: 1 1 200px;
max-width: 275px;
margin-left: 20px;
margin-right: 20px;
}
.plan ul {
padding: 0px;
}
.plan li {
height: 50px;
line-height: 50px;
background-color: #e8e9ea;
color: #333;
}
.plan .price {
width: 120px;
height: 120px;
border-radius: 50%;
background-color: #2cc762;
color: white;
text-align: center;
line-height: 120px;
font-size: 18px;
position: relative;
margin-right: auto;
margin-left: auto;
margin-bottom: -50px;
}
.plan .plan-name {
text-transform: uppercase;
font-size: 20px;
font-weight: bold;
color: white;
background-color: #202b34;
padding-top: 50px;
padding-bottom: 20px;
}
.plan .plan-btn {
background-color: #2cc762;
color: white;
font-size: 25px;
height: 75px;
line-height: 75px;
cursor: pointer;
}
.plan .recomendo {
background-color: #f45c57;
}
.searchdomain-container{
background-color: #34454e;
text-align: center;
padding: 5em 0;
}
.searchdomain-container h2{
color: white;
font-size: 42px;
margin-top: 0;
margin-bottom: 15px;
}
.searchdomain-container p{
color: rgba(255, 255, 255, 0.534);
font-size: 25px;
margin-bottom: 25px;
}
.searchdomain-container input{
display: block;
position: relative;
margin-right: auto;
margin-left: auto;
border: none;
border-radius: 5px;
}
.searchdomain-container input[type=text]{
margin-bottom: 25px;
width: 60%;
padding: 20px;
font-size: 20px;
}
.searchdomain-container input[type=submit]{
background-color: #2cc76a;
padding: 17px 35px;
font-size: 25px;
color: white;
}
.contact-container{
text-align: center;
padding-top: 5em;
padding-bottom: 2em;
}
.contact-container h2{
color: black;
font-size: 35px;
margin-bottom: 30px;
}
.contact-container p {
font-size: 20px;
margin-bottom: 40px;
}
.contact-container input, .contact-container textarea{
width: 200px;
padding: 10px 20px;
font-size: 16px;
border-radius: 5px;
border: 1px solid #ccc;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 20px;
}
.contact-container textarea{
display: block;
position: relative;
margin-right: auto;
margin-left: auto;
width: 468px;
height: 150px;
font-size: 17px;
font-family:"Montserrat", Arial, Helvetica, sans-serif ;
}
.contact-container input[type=submit]{
display: block;
position: relative;
margin-left: auto;
margin-right: auto;
background-color: #2cc762;
color: white;
}
/* footer */
footer{
text-align: center;
font-weight: bold;
background-color: black;
}
footer p{
margin: 0;
font-weight: normal;
}
footer strong {
color: white;
font-weight: bold;
}
/*midias queries*/
@media screen and (max-width: 1100px){
/*regras de CSS */
.plans-container{
width: 95%;
}
.plan{
margin-left: 5px;
margin-right: 5px;
}
}
@media screen and (max-width: 900px){
.plans-container, .plan ul{
flex-wrap: wrap;
padding-bottom: 10px;
}
}
@media screen and (max-width: 576px){
html, body {
overflow-x: hidden;
}
.precos{
padding-bottom: 1em;
}
.plan{
width: 100%;
max-width: 100%;
padding-bottom: 15px;
}
.searchdomain-container, .contact-container{
padding: 1em 2em;
}
.container .searchdomain-container input{
width: 100%;
box-sizing: border-box;
}
.contact-container input, .contact-container textarea{
width: 100%;
display: block;
margin-left: 0px;
margin-right: 0px;
box-sizing: border-box;
}
.especialidades-container ul li {
flex-wrap: wrap;
width: 90%;
padding-bottom: 10px;
padding-right: 10px;
}
} | style.css | @charset "UTF-";
@import url('https://fonts.googleapis.com/css2? family = Montserrat: ital, wght @ 0,400; 0,500; 0,700; 0,900; 1,600; 1,700 & display = swap');
*{
text-decoration: none;
list-style: none;
}
body, html {
font-family: "Montserrat", Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}
h1, h2, h3 {
color: #333;
}
p {
color: #70747a;
}
.menu-nav{
width: 100%;
height: 80px;
background-color: #232A31;
padding: 0 2em;
position: relative;
box-sizing: border-box ;
}
.logo-nav{
width: 50px;
margin-top: 15px;
}
nav{
position: relative;
}
.menu-nav-links{
position: absolute;
display: inline-block;
height:80px;
line-height: 80px;
margin: 0;
right: 0;
}
.menu-nav-links li{
display: inline-block;
text-transform: uppercase;
margin-left: 25px;
}
.menu-nav-links li a {
color: white;
transition: .5s;
}
.menu-nav-links li a:hover{
color: rgba(255, 255, 255, 0.521);
}
.btn{
padding: 15px 25px;
background-color: #2cc76a;
border-radius: 5px;
color: white;
border: none;
margin-left: 10px;
}
.btn:hover{
background-color:#2cc76a9d;
transition: 0.5s;
cursor: pointer;
color: #fff;
}
.main-banner{
background-image: url(img/mainbanner.png);
background-size: cover;
background-position: center;
padding: 12em 0;
position: relative;
}
.main-banner h1, .main-banner p{
color: white;
text-align: center;
font-weight: bold;
}
.main-banner h1{
font-size: 54px;
padding-bottom: 15px;
}
.main-banner p {
font-size: 32px;
padding-top: 20px;
}
.especialidades-container{
padding: 5em 0;
}
.especialidades-container ul {
display: flex;
flex-wrap: wrap;
width: 90%;
position: relative;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
}
.especialidades-container ul li {
flex: 1 1 200px;
text-align: center;
padding: 20px;
}
.especialidades-container ul li h3{
margin-bottom: 25px;
}
.especialidades-container ul li p {
line-height: 24px;
}
.precos{
padding-bottom: 2em;
text-align: center;
}
.precos h1{
font-size: 36px;
margin-top: 0px;
padding-bottom: 30px;
}
.precos p{
font-size: 20px;
margin-top: 0px;
padding-bottom: 40px;
}
.plans-container{
display: flex;
justify-content: space-between;
margin-top: 50px;
width: 90%;
position: relative;
margin-left: auto;
margin-right: auto;
}
.plan{
flex: 1 1 200px;
max-width: 275px;
margin-left: 20px;
margin-right: 20px;
}
.plan ul {
padding: 0px;
}
.plan li {
height: 50px;
line-height: 50px;
background-color: #e8e9ea;
color: #333;
}
.plan .price {
width: 120px;
height: 120px;
border-radius: 50%;
background-color: #2cc762;
color: white;
text-align: center;
line-height: 120px;
font-size: 18px;
position: relative;
margin-right: auto;
margin-left: auto;
margin-bottom: -50px;
}
.plan .plan-name {
text-transform: uppercase;
font-size: 20px;
font-weight: bold;
color: white;
background-color: #202b34;
padding-top: 50px;
padding-bottom: 20px;
}
.plan .plan-btn {
background-color: #2cc762;
color: white;
font-size: 25px;
height: 75px;
line-height: 75px;
cursor: pointer;
}
.plan .recomendo {
background-color: #f45c57;
}
.searchdomain-container{
background-color: #34454e;
text-align: center;
padding: 5em 0;
}
.searchdomain-container h2{
color: white;
font-size: 42px;
margin-top: 0;
margin-bottom: 15px;
}
.searchdomain-container p{
color: rgba(255, 255, 255, 0.534);
font-size: 25px;
margin-bottom: 25px;
}
.searchdomain-container input{
display: block;
position: relative;
margin-right: auto;
margin-left: auto;
border: none;
border-radius: 5px;
}
.searchdomain-container input[type=text]{
margin-bottom: 25px;
width: 60%;
padding: 20px;
font-size: 20px;
}
.searchdomain-container input[type=submit]{
background-color: #2cc76a;
padding: 17px 35px;
font-size: 25px;
color: white;
}
.contact-container{
text-align: center;
padding-top: 5em;
padding-bottom: 2em;
}
.contact-container h2{
color: black;
font-size: 35px;
margin-bottom: 30px;
}
.contact-container p {
font-size: 20px;
margin-bottom: 40px;
}
.contact-container input, .contact-container textarea{
width: 200px;
padding: 10px 20px;
font-size: 16px;
border-radius: 5px;
border: 1px solid #ccc;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 20px;
}
.contact-container textarea{
display: block;
position: relative;
margin-right: auto;
margin-left: auto;
width: 468px;
height: 150px;
font-size: 17px;
font-family:"Montserrat", Arial, Helvetica, sans-serif ;
}
.contact-container input[type=submit]{
display: block;
position: relative;
margin-left: auto;
margin-right: auto;
background-color: #2cc762;
color: white;
}
/* footer */
footer{
text-align: center;
font-weight: bold;
background-color: black;
}
footer p{
margin: 0;
font-weight: normal;
}
footer strong {
color: white;
font-weight: bold;
}
/*midias queries*/
@media screen and (max-width: 1100px){
/*regras de CSS */
.plans-container{
width: 95%;
}
.plan{
margin-left: 5px;
margin-right: 5px;
}
}
@media screen and (max-width: 900px){
.plans-container, .plan ul{
flex-wrap: wrap;
padding-bottom: 10px;
}
}
@media screen and (max-width: 576px){
html, body {
overflow-x: hidden;
}
.precos{
padding-bottom: 1em;
}
.plan{
width: 100%;
max-width: 100%;
padding-bottom: 15px;
}
.searchdomain-container, .contact-container{
padding: 1em 2em;
}
.container .searchdomain-container input{
width: 100%;
box-sizing: border-box;
}
.contact-container input, .contact-container textarea{
width: 100%;
display: block;
margin-left: 0px;
margin-right: 0px;
box-sizing: border-box;
}
.especialidades-container ul li {
flex-wrap: wrap;
width: 90%;
padding-bottom: 10px;
padding-right: 10px;
}
} | 0.268845 | 0.075653 |
* { margin: 0; padding: 0; }
html,body {
font: 13px Arial, serif;
line-height: 1.5em;
/*text-align:justify;*/
color:#000000;
width: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
article, aside, figure, footer, header, nav, section { display: block; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */
a img {
border:0;
}
.clearBoth {
clear:both;
margin:0;
padding:0;
}
#buynow {
position:absolute;
top:38px;
right:10px;
z-index:1000;
}
#buynowBig {
position:absolute;
top:38px;
right:120px;
z-index:1000;
}
#downloadsgif {
position:absolute;
top:40px;
left:50%;
z-index:1000;
margin-left:-75px;
}
#page-wrap {
width:100%;
margin: 39px auto 0 auto;
*+padding-top:39px;
}
#banner-div-thumbs {
height:550px;
clear:both;
}
#banner-div-rotator {
height:500px;
clear:both;
}
#banner-div-rotator-universal {
height:530px;
clear:both;
}
#banner-div-rotator-attractive {
height:540px;
clear:both;
}
#banner-div-playlist {
height:500px;
clear:both;
}
#banner-div-playlist-elegant {
height:530px;
clear:both;
}
#banner-div-playlist-easy {
height:600px;
clear:both;
}
#banner-div-contentSlider {
height:590px;
clear:both;
}
#banner-div-contentSlider-surprise {
height:520px;
clear:both;
}
#banner-div-contentSlider-imposing {
height:600px;
clear:both;
}
#banner-div-contentSlider-charming {
height:480px;
clear:both;
}
#zzz {
/* text-align:left;
padding:50px 0 0 0;
background:#0F3;*/
}
.generalWidth {
width:998px;
margin: 0 auto;
}
#home_ul {
margin:0;
list-style:none;
}
#home_ul li {
/*border:1px solid #F00;*/
width:315px;
float:left;
display:inline-block;
}
#home_ul .paddingx {
padding:10px 10px 100px 10px;
text-align:center;
}
#home_ul a {
color:#6f1837;
text-decoration:none;
font: bold 18px 'Droid Sans', sans-serif;
}
#home_ul a:hover {
color:#6f1837;
text-decoration:underline;
font: bold 18px 'Droid Sans', sans-serif;
}
#home_ul p {
padding:10px 0 10px 0;
}
#home_ul .versions {
margin: 10px 0px 0px 20px;
text-align:left;
}
#home_ul .versions li {
color:#6f1837;
background:url(../preview_images/listIconHome.png) 0 4px no-repeat;
}
#home_ul .versions li a {
color:#6f1837;
text-decoration:none;
font: bold 13px 'Droid Sans', sans-serif;
padding-left:20px;
}
#home_ul .versions li a:hover {
color:#6f1837;
text-decoration:underline;
font: bold 13px 'Droid Sans', sans-serif;
}
/*****fade*****/
#all-main-content-home-top-fade {
background:url(../preview_images/inner-right-bg-top-fade.png) top center no-repeat;
padding:28px 0px 0px 0px;
}
#all-main-content-home-bottom-fade {
background:url(../preview_images/inner-right-bg-bottom-fade.png) bottom center no-repeat;
height:50px;
clear:both;
}
/*****-*****/
#before-main-content {
/*position:relative;
background:url(../preview_images/home-bg-pixel-repeat.png) #FFFFFF top center repeat-y;
border: #0b5ab3 1px solid;*/
}
#before-main-content .padding {
padding: 2px 0px 20px 0px;
}
#before-main-content h1 {
font: 44px 'Arimo', sans-serif;
color:#0b5ab3 !important;
}
#search-area {
position:absolute;
top:2px;
right:30px;
font: 11px Verdana, serif;
line-height:1.7em;
}
#search-area .input-field {
color: #000000;
font: 11px Verdana, serif;
background:url(../preview_images/input_bg.png) top left no-repeat #FFFFFF !important;
border-top: 1px solid #f7f7f7;
border-right: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
border-left: 1px solid #f7f7f7;
width:230px;
height:23px;
padding-left:5px;
}
#search-area .submit_but {
float:right;
padding:0px 0px 0px 5px;
}
#welcome-message {
width:966px;
margin:0 auto;
text-align:center;
padding: 0px 0px 15px 0px;
color:#494949 !important;
font: 18px/1.3em 'Droid Sans', sans-serif;
}
#welcome-message h1{
width:966px;
margin:0 auto;
text-align:center;
padding: 0px 0px 15px 0px;
color:#494949 !important;
font: 18px/1.3em 'Droid Sans', sans-serif;
}
.float-block {
float:left;
display:block;
}
.display_inline {
display:inline;
}
#flags {
font:11px Verdana, Arial, Helvetica, sans-serif;
position:absolute;
z-index:90;
top:35px;
right:17px;
}
#header{
background: url(../preview_images/top-bg.jpg) top center repeat-x;
height: 90px;
}
#topicons {
position:absolute;
top:2px;
right:5px;
}
#mobilecomp {
position:absolute;
top:30px;
right:5px;
}
#topicons ul {
list-style:none;
margin-top:-2px;
}
#topicons ul li a {
padding-right: 10px;
}
#topicons ul li a:hover {
/*border:#F00 1px solid;*/
}
/***** NAV MENU *****/
#nav {
text-align:center;
background:#ff771c;
clear:both;
}
#nav .dots {
padding: 0 5px 0 5px;
background:url(../preview_images/bullets-menu.png) 5px 5px no-repeat;
}
#nav ul {
width:988px;
list-style:none;
padding:3px 0 4px 0;
z-index:2000;
}
#nav ul li {
position:relative;
color:#FFF;
text-decoration:none;
text-transform:uppercase;
font: bold 14px 'Arimo', sans-serif;
padding:4px 0 4px 0;
z-index:2000;
}
#nav a {
color:#4c2b58;
text-decoration:none;
text-transform:uppercase;
font: bold 14px 'Arimo', sans-serif;
}
#nav a:hover {
color:#FFF;
}
#nav .aselected a {
color:#FFF;
text-decoration:none;
text-transform:uppercase;
font: bold 14px 'Arimo', sans-serif;
}
#nav .aselected a:hover {
color:#FFF;
}
#nav .sub_menu {
display:none;
position:absolute;
top:22px;
left:-14px;
width:170px;
background:#ff771c;
text-align:left;
z-index:2000;
}
#nav .sub_menu li {
display:block;
z-index:2000;
}
#nav .sub_menu li a {
color:#4c2b58;
text-decoration:none;
text-transform:capitalize;
font: bold 15px 'Arimo', sans-serif;
}
#nav .sub_menu li a:hover {
color:#FFF;
}
#nav .firstli {
padding:15px 0px 0px 15px;
}
#nav .middleli {
padding:12px 0px 0px 15px;
}
#nav .lastli {
padding:12px 0px 12px 15px;
}
/***** CAROUSEL *****/
#carousel{
background: url(../preview_images/carousel-bg.jpg) top center repeat-x;
margin-top:66px;
}
#thumbnails {
padding-top:22px;
padding-bottom:22px;
border:0;
}
#middle {
width:960px;
margin:0 auto;
background:url(../preview_images/middleBg.png) top center repeat-y;
}
#middle .padding {
padding: 10px 0 10px 0px;
}
#tweets .content {
margin-bottom:39px;
}
#tweets .versions {
margin: -10px 0px 0px 40px;
text-align:left;
}
#tweets .versions li {
color:#6f1837;
background:url(../preview_images/listIconHome.png) 0 4px no-repeat;
}
#tweets .versions li a {
color:#6f1837;
text-decoration:none;
font: bold 13px 'Droid Sans', sans-serif;
padding-left:20px;
}
#tweets .versions li a:hover {
color:#6f1837;
text-decoration:underline;
font: bold 13px 'Droid Sans', sans-serif;
}
#colTitle{
height:17px;
margin-bottom:15px;
background: url(../preview_images/pattern-col-title.png) top right;
}
#tweets {
width:300px;
padding-right:17px;
/*border-right:#e4dfe6 1px solid;*/
margin-right:17px;
margin-left:0px;
}
#tweets h2 {
float:left;
color:#ff9249;
text-decoration:none;
font: bold 28px 'Droid Sans', sans-serif;
margin-top:-10px;
margin-left:-1px;
padding:0 17px 0 0;
background:#FFF;
}
#tweets ul {
list-style:none;
padding:20px 0 0 0;
}
#tweets ul li {
padding-left: 0px;
}
#tweets p {
padding-left: 40px;
}
#tweets .date {
padding:0 0 3px 40px;
}
#tweets .date a {
color:#6f1837;
text-decoration:none;
font: bold 18px 'Droid Sans', sans-serif;
}
#tweets .date a:hover {
color:#6f1837;
text-decoration:underline;
font: bold 18px 'Droid Sans', sans-serif;
}
#tweets .desc {
color:#3d4247;
font: 13px 'Arial', sans-serif;
padding:0 0 14px 40px;
text-align:left;
line-height:1.5em;
}
#tweets a {
color:#766dbe;
font: 11px 'Arial', sans-serif;
}
#tweets a:hover {
color:#FF4247;
font: 11px 'Arial', sans-serif;
}
#latest-news {
width:300px;
padding-right:5px;
/*border-right:#e4dfe6 1px solid;*/
margin-right:17px;
margin-left:0px;
}
#colTitle2{
height:17px;
margin-right:10px;
margin-bottom:15px;
background: url(../preview_images/pattern-col-title.png) top right;
}
#latest-news h2 {
float:left;
color:#ff9249;
text-decoration:none;
font: bold 28px 'Droid Sans', sans-serif;
margin-top:-10px;
margin-left:-3px;
padding:0 17px 0 0;
background:#FFF;
}
#latest-news h3 {
color:#d9172e;
text-decoration:none;
text-transform:uppercase;
font: 18px 'Arimo', sans-serif;
padding:0 0 5px 0;
}
#latest-news ul {
list-style:none;
padding:18px 0 0 0;
}
#latest-news ul li {
padding:2px 13px 9px 0;
}
#latest-news ul li a{
color:#6f1837;
font: bold 14px 'Droid Sans', sans-serif;
text-decoration:none;
}
#latest-news ul li a:hover {
color:#ff771c;
font: bold 14px 'Droid Sans', sans-serif;
text-decoration:none;
}
#read{
text-align:right;
padding:0 0 15px;
}
#latest-news .read-more {
background: url(../preview_images/readmore-bg.jpg) top right no-repeat;
height:27px;
padding: 12px 50px 0px 0px;
color:#0b5ab3;
font: bold 11px 'Arial', sans-serif;
text-align:right;
text-transform:uppercase;
text-decoration:none;
}
#latest-news .read-more a {
background: url(../preview_images/readmore-bg.jpg) top right no-repeat;
height:27px;
padding: 12px 50px 0px 0px;
color:#0b5ab3;
font: bold 11px 'Arial', sans-serif;
text-align:right;
text-transform:uppercase;
text-decoration:none;
}
#latest-news .read-more a:hover {
background: url(../preview_images/readmoreON-bg.jpg) top right no-repeat;
color:#d9172e;
text-decoration:none;
}
#latest-news .desc {
color:#3d4247;
font: 12px 'Arial', sans-serif;
padding:0 0 7px 0px;
text-align:left;
line-height:1.5em;
}
#latest-news .other-products li {
clear:both;
text-align:left;
}
#latest-news .other-products li a {
color:#666;
text-align:left;
text-decoration:none;
font: bold 15px 'Droid Sans', sans-serif;
}
#latest-news .other-products li a:hover {
color:#666;
text-align:left;
text-decoration:none;
font: bold 15px 'Droid Sans', sans-serif;
text-decoration:underline;
}
/***/
#latest-newsz{
width:300px;
margin-left:0px;
}
#colTitle3{
height:17px;
margin-right:1px;
margin-bottom:15px;
background: url(../preview_images/pattern-col-title.png) top right;
}
#latest-newsz h2 {
float:left;
color:#ff9249;
text-decoration:none;
font: bold 28px 'Droid Sans', sans-serif;
margin-top:-10px;
margin-left:-1px;
padding:0 17px 0 0;
background:#FFF;
}
#latest-newsz h3 {
color:#d9172e;
text-decoration:none;
text-transform:uppercase;
font: 18px 'Arimo', sans-serif;
padding:0 0 5px 0;
}
#latest-newsz ul {
list-style:none;
padding:18px 0 0 0;
}
#readz{
text-align:right;
padding:0 0 15px;
}
#latest-newsz .read-more {
background: url(../preview_images/readmore-bg.jpg) top right no-repeat;
height:27px;
padding: 12px 50px 0px 0px;
color:#0b5ab3;
font: bold 11px 'Arial', sans-serif;
text-align:right;
text-transform:uppercase;
text-decoration:none;
}
#latest-newsz .read-more a {
background: url(../preview_images/readmore-bg.jpg) top right no-repeat;
height:27px;
padding: 12px 50px 0px 0px;
color:#0b5ab3;
font: bold 11px 'Arial', sans-serif;
text-align:right;
text-transform:uppercase;
text-decoration:none;
}
#latest-newsz .read-more a:hover {
background: url(../preview_images/readmoreON-bg.jpg) top right no-repeat;
color:#d9172e;
text-decoration:none;
}
#latest-newsz .desc {
color:#3d4247;
font: 12px 'Arial', sans-serif;
padding:0 0 7px 0px;
text-align:left;
line-height:1.5em;
}
.featuresUL {
color:#3d4247;
font: 13px 'Arial', sans-serif;
padding:0 0 14px 40px;
text-align:left;
line-height:1.5em;
}
.featuresUL li {
padding:2px 0px 15px 30px;
background:url(../preview_images/ListIcon_feat.png) 0 0 no-repeat;
}
/*.featuresUL_new {
}
.featuresUL_new ul {
color:#3d4247;
font: 13px 'Arial', sans-serif;
padding:0 0 14px 140px;
text-align:left;
line-height:1.5em;
}
.featuresUL_new ul li {
padding:2px 0px 15px 30px;
background:url(../preview_images/ListIcon_feat.png) 0 0 no-repeat;
}*/
#kenburns {
width:939px;
margin:0 auto;
clear:both;
padding:70px 0 70px 0;
border-top:1px solid #e4dfe6;
}
#floatdiv {
position:absolute;
left:0px;
bottom:20px;
height:89px;
z-index:1000;
}
#footer {
background: #000000;
clear:both;
}
#footer .menu {
width:960px;
margin: 0 auto;
padding: 10px 0px 30px 0px;
}
#bottomTitle {
width:960px;
padding: 20px 0 70px 0;
border-bottom:#1f1f1f 1px solid;
margin: 0 auto;
margin-bottom:20px;
}
#logoBottom {
padding: 0 0 0px 0;
float:left;
}
#sloganBottom {
width:430px;
padding: 8px 0 0 20px;
float:left;
font: bold 25px/1.1em 'Droid Sans', sans-serif;
color:#393939;
text-align:left;
}
#footer h4{
color:#ff781e;
font: bold 15px 'Droid Sans', sans-serif;
padding:0px 0px 25px 0px;
text-align:center;
text-transform:uppercase;
}
.footer-main-menu {
width:150px;
margin-right:12px;
}
.footer-main-menu ul {
position:absolute;
list-style:none;
width:150px;
margin-top:-12px;
}
.footer-main-menu li {
background:#1e1e1e;
margin-bottom:3px;
display: block;
padding: 10px 0px 10px 10px;
color:#cccccc;
font: 15px 'Droid Sans', sans-serif;
text-align:left;
text-decoration:none;
}
.footer-main-menu li a {
color:#cccccc;
text-decoration:none;
}
.footer-main-menu li a:hover {
color:#ff781e;
text-decoration:none;
}
#footer-copyright{
width:960px;
margin-top:170px;
padding: 10px 0px 10px 0px;
color:#393939;
font: 11px 'Arial', sans-serif;
}
#footer-copyright a {
color:#393939;
text-decoration:none;
}
#footer-copyright a:hover {
color:#FFFFFF;
text-decoration:none;
} | assets/css/banner.css | * { margin: 0; padding: 0; }
html,body {
font: 13px Arial, serif;
line-height: 1.5em;
/*text-align:justify;*/
color:#000000;
width: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
article, aside, figure, footer, header, nav, section { display: block; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */
a img {
border:0;
}
.clearBoth {
clear:both;
margin:0;
padding:0;
}
#buynow {
position:absolute;
top:38px;
right:10px;
z-index:1000;
}
#buynowBig {
position:absolute;
top:38px;
right:120px;
z-index:1000;
}
#downloadsgif {
position:absolute;
top:40px;
left:50%;
z-index:1000;
margin-left:-75px;
}
#page-wrap {
width:100%;
margin: 39px auto 0 auto;
*+padding-top:39px;
}
#banner-div-thumbs {
height:550px;
clear:both;
}
#banner-div-rotator {
height:500px;
clear:both;
}
#banner-div-rotator-universal {
height:530px;
clear:both;
}
#banner-div-rotator-attractive {
height:540px;
clear:both;
}
#banner-div-playlist {
height:500px;
clear:both;
}
#banner-div-playlist-elegant {
height:530px;
clear:both;
}
#banner-div-playlist-easy {
height:600px;
clear:both;
}
#banner-div-contentSlider {
height:590px;
clear:both;
}
#banner-div-contentSlider-surprise {
height:520px;
clear:both;
}
#banner-div-contentSlider-imposing {
height:600px;
clear:both;
}
#banner-div-contentSlider-charming {
height:480px;
clear:both;
}
#zzz {
/* text-align:left;
padding:50px 0 0 0;
background:#0F3;*/
}
.generalWidth {
width:998px;
margin: 0 auto;
}
#home_ul {
margin:0;
list-style:none;
}
#home_ul li {
/*border:1px solid #F00;*/
width:315px;
float:left;
display:inline-block;
}
#home_ul .paddingx {
padding:10px 10px 100px 10px;
text-align:center;
}
#home_ul a {
color:#6f1837;
text-decoration:none;
font: bold 18px 'Droid Sans', sans-serif;
}
#home_ul a:hover {
color:#6f1837;
text-decoration:underline;
font: bold 18px 'Droid Sans', sans-serif;
}
#home_ul p {
padding:10px 0 10px 0;
}
#home_ul .versions {
margin: 10px 0px 0px 20px;
text-align:left;
}
#home_ul .versions li {
color:#6f1837;
background:url(../preview_images/listIconHome.png) 0 4px no-repeat;
}
#home_ul .versions li a {
color:#6f1837;
text-decoration:none;
font: bold 13px 'Droid Sans', sans-serif;
padding-left:20px;
}
#home_ul .versions li a:hover {
color:#6f1837;
text-decoration:underline;
font: bold 13px 'Droid Sans', sans-serif;
}
/*****fade*****/
#all-main-content-home-top-fade {
background:url(../preview_images/inner-right-bg-top-fade.png) top center no-repeat;
padding:28px 0px 0px 0px;
}
#all-main-content-home-bottom-fade {
background:url(../preview_images/inner-right-bg-bottom-fade.png) bottom center no-repeat;
height:50px;
clear:both;
}
/*****-*****/
#before-main-content {
/*position:relative;
background:url(../preview_images/home-bg-pixel-repeat.png) #FFFFFF top center repeat-y;
border: #0b5ab3 1px solid;*/
}
#before-main-content .padding {
padding: 2px 0px 20px 0px;
}
#before-main-content h1 {
font: 44px 'Arimo', sans-serif;
color:#0b5ab3 !important;
}
#search-area {
position:absolute;
top:2px;
right:30px;
font: 11px Verdana, serif;
line-height:1.7em;
}
#search-area .input-field {
color: #000000;
font: 11px Verdana, serif;
background:url(../preview_images/input_bg.png) top left no-repeat #FFFFFF !important;
border-top: 1px solid #f7f7f7;
border-right: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
border-left: 1px solid #f7f7f7;
width:230px;
height:23px;
padding-left:5px;
}
#search-area .submit_but {
float:right;
padding:0px 0px 0px 5px;
}
#welcome-message {
width:966px;
margin:0 auto;
text-align:center;
padding: 0px 0px 15px 0px;
color:#494949 !important;
font: 18px/1.3em 'Droid Sans', sans-serif;
}
#welcome-message h1{
width:966px;
margin:0 auto;
text-align:center;
padding: 0px 0px 15px 0px;
color:#494949 !important;
font: 18px/1.3em 'Droid Sans', sans-serif;
}
.float-block {
float:left;
display:block;
}
.display_inline {
display:inline;
}
#flags {
font:11px Verdana, Arial, Helvetica, sans-serif;
position:absolute;
z-index:90;
top:35px;
right:17px;
}
#header{
background: url(../preview_images/top-bg.jpg) top center repeat-x;
height: 90px;
}
#topicons {
position:absolute;
top:2px;
right:5px;
}
#mobilecomp {
position:absolute;
top:30px;
right:5px;
}
#topicons ul {
list-style:none;
margin-top:-2px;
}
#topicons ul li a {
padding-right: 10px;
}
#topicons ul li a:hover {
/*border:#F00 1px solid;*/
}
/***** NAV MENU *****/
#nav {
text-align:center;
background:#ff771c;
clear:both;
}
#nav .dots {
padding: 0 5px 0 5px;
background:url(../preview_images/bullets-menu.png) 5px 5px no-repeat;
}
#nav ul {
width:988px;
list-style:none;
padding:3px 0 4px 0;
z-index:2000;
}
#nav ul li {
position:relative;
color:#FFF;
text-decoration:none;
text-transform:uppercase;
font: bold 14px 'Arimo', sans-serif;
padding:4px 0 4px 0;
z-index:2000;
}
#nav a {
color:#4c2b58;
text-decoration:none;
text-transform:uppercase;
font: bold 14px 'Arimo', sans-serif;
}
#nav a:hover {
color:#FFF;
}
#nav .aselected a {
color:#FFF;
text-decoration:none;
text-transform:uppercase;
font: bold 14px 'Arimo', sans-serif;
}
#nav .aselected a:hover {
color:#FFF;
}
#nav .sub_menu {
display:none;
position:absolute;
top:22px;
left:-14px;
width:170px;
background:#ff771c;
text-align:left;
z-index:2000;
}
#nav .sub_menu li {
display:block;
z-index:2000;
}
#nav .sub_menu li a {
color:#4c2b58;
text-decoration:none;
text-transform:capitalize;
font: bold 15px 'Arimo', sans-serif;
}
#nav .sub_menu li a:hover {
color:#FFF;
}
#nav .firstli {
padding:15px 0px 0px 15px;
}
#nav .middleli {
padding:12px 0px 0px 15px;
}
#nav .lastli {
padding:12px 0px 12px 15px;
}
/***** CAROUSEL *****/
#carousel{
background: url(../preview_images/carousel-bg.jpg) top center repeat-x;
margin-top:66px;
}
#thumbnails {
padding-top:22px;
padding-bottom:22px;
border:0;
}
#middle {
width:960px;
margin:0 auto;
background:url(../preview_images/middleBg.png) top center repeat-y;
}
#middle .padding {
padding: 10px 0 10px 0px;
}
#tweets .content {
margin-bottom:39px;
}
#tweets .versions {
margin: -10px 0px 0px 40px;
text-align:left;
}
#tweets .versions li {
color:#6f1837;
background:url(../preview_images/listIconHome.png) 0 4px no-repeat;
}
#tweets .versions li a {
color:#6f1837;
text-decoration:none;
font: bold 13px 'Droid Sans', sans-serif;
padding-left:20px;
}
#tweets .versions li a:hover {
color:#6f1837;
text-decoration:underline;
font: bold 13px 'Droid Sans', sans-serif;
}
#colTitle{
height:17px;
margin-bottom:15px;
background: url(../preview_images/pattern-col-title.png) top right;
}
#tweets {
width:300px;
padding-right:17px;
/*border-right:#e4dfe6 1px solid;*/
margin-right:17px;
margin-left:0px;
}
#tweets h2 {
float:left;
color:#ff9249;
text-decoration:none;
font: bold 28px 'Droid Sans', sans-serif;
margin-top:-10px;
margin-left:-1px;
padding:0 17px 0 0;
background:#FFF;
}
#tweets ul {
list-style:none;
padding:20px 0 0 0;
}
#tweets ul li {
padding-left: 0px;
}
#tweets p {
padding-left: 40px;
}
#tweets .date {
padding:0 0 3px 40px;
}
#tweets .date a {
color:#6f1837;
text-decoration:none;
font: bold 18px 'Droid Sans', sans-serif;
}
#tweets .date a:hover {
color:#6f1837;
text-decoration:underline;
font: bold 18px 'Droid Sans', sans-serif;
}
#tweets .desc {
color:#3d4247;
font: 13px 'Arial', sans-serif;
padding:0 0 14px 40px;
text-align:left;
line-height:1.5em;
}
#tweets a {
color:#766dbe;
font: 11px 'Arial', sans-serif;
}
#tweets a:hover {
color:#FF4247;
font: 11px 'Arial', sans-serif;
}
#latest-news {
width:300px;
padding-right:5px;
/*border-right:#e4dfe6 1px solid;*/
margin-right:17px;
margin-left:0px;
}
#colTitle2{
height:17px;
margin-right:10px;
margin-bottom:15px;
background: url(../preview_images/pattern-col-title.png) top right;
}
#latest-news h2 {
float:left;
color:#ff9249;
text-decoration:none;
font: bold 28px 'Droid Sans', sans-serif;
margin-top:-10px;
margin-left:-3px;
padding:0 17px 0 0;
background:#FFF;
}
#latest-news h3 {
color:#d9172e;
text-decoration:none;
text-transform:uppercase;
font: 18px 'Arimo', sans-serif;
padding:0 0 5px 0;
}
#latest-news ul {
list-style:none;
padding:18px 0 0 0;
}
#latest-news ul li {
padding:2px 13px 9px 0;
}
#latest-news ul li a{
color:#6f1837;
font: bold 14px 'Droid Sans', sans-serif;
text-decoration:none;
}
#latest-news ul li a:hover {
color:#ff771c;
font: bold 14px 'Droid Sans', sans-serif;
text-decoration:none;
}
#read{
text-align:right;
padding:0 0 15px;
}
#latest-news .read-more {
background: url(../preview_images/readmore-bg.jpg) top right no-repeat;
height:27px;
padding: 12px 50px 0px 0px;
color:#0b5ab3;
font: bold 11px 'Arial', sans-serif;
text-align:right;
text-transform:uppercase;
text-decoration:none;
}
#latest-news .read-more a {
background: url(../preview_images/readmore-bg.jpg) top right no-repeat;
height:27px;
padding: 12px 50px 0px 0px;
color:#0b5ab3;
font: bold 11px 'Arial', sans-serif;
text-align:right;
text-transform:uppercase;
text-decoration:none;
}
#latest-news .read-more a:hover {
background: url(../preview_images/readmoreON-bg.jpg) top right no-repeat;
color:#d9172e;
text-decoration:none;
}
#latest-news .desc {
color:#3d4247;
font: 12px 'Arial', sans-serif;
padding:0 0 7px 0px;
text-align:left;
line-height:1.5em;
}
#latest-news .other-products li {
clear:both;
text-align:left;
}
#latest-news .other-products li a {
color:#666;
text-align:left;
text-decoration:none;
font: bold 15px 'Droid Sans', sans-serif;
}
#latest-news .other-products li a:hover {
color:#666;
text-align:left;
text-decoration:none;
font: bold 15px 'Droid Sans', sans-serif;
text-decoration:underline;
}
/***/
#latest-newsz{
width:300px;
margin-left:0px;
}
#colTitle3{
height:17px;
margin-right:1px;
margin-bottom:15px;
background: url(../preview_images/pattern-col-title.png) top right;
}
#latest-newsz h2 {
float:left;
color:#ff9249;
text-decoration:none;
font: bold 28px 'Droid Sans', sans-serif;
margin-top:-10px;
margin-left:-1px;
padding:0 17px 0 0;
background:#FFF;
}
#latest-newsz h3 {
color:#d9172e;
text-decoration:none;
text-transform:uppercase;
font: 18px 'Arimo', sans-serif;
padding:0 0 5px 0;
}
#latest-newsz ul {
list-style:none;
padding:18px 0 0 0;
}
#readz{
text-align:right;
padding:0 0 15px;
}
#latest-newsz .read-more {
background: url(../preview_images/readmore-bg.jpg) top right no-repeat;
height:27px;
padding: 12px 50px 0px 0px;
color:#0b5ab3;
font: bold 11px 'Arial', sans-serif;
text-align:right;
text-transform:uppercase;
text-decoration:none;
}
#latest-newsz .read-more a {
background: url(../preview_images/readmore-bg.jpg) top right no-repeat;
height:27px;
padding: 12px 50px 0px 0px;
color:#0b5ab3;
font: bold 11px 'Arial', sans-serif;
text-align:right;
text-transform:uppercase;
text-decoration:none;
}
#latest-newsz .read-more a:hover {
background: url(../preview_images/readmoreON-bg.jpg) top right no-repeat;
color:#d9172e;
text-decoration:none;
}
#latest-newsz .desc {
color:#3d4247;
font: 12px 'Arial', sans-serif;
padding:0 0 7px 0px;
text-align:left;
line-height:1.5em;
}
.featuresUL {
color:#3d4247;
font: 13px 'Arial', sans-serif;
padding:0 0 14px 40px;
text-align:left;
line-height:1.5em;
}
.featuresUL li {
padding:2px 0px 15px 30px;
background:url(../preview_images/ListIcon_feat.png) 0 0 no-repeat;
}
/*.featuresUL_new {
}
.featuresUL_new ul {
color:#3d4247;
font: 13px 'Arial', sans-serif;
padding:0 0 14px 140px;
text-align:left;
line-height:1.5em;
}
.featuresUL_new ul li {
padding:2px 0px 15px 30px;
background:url(../preview_images/ListIcon_feat.png) 0 0 no-repeat;
}*/
#kenburns {
width:939px;
margin:0 auto;
clear:both;
padding:70px 0 70px 0;
border-top:1px solid #e4dfe6;
}
#floatdiv {
position:absolute;
left:0px;
bottom:20px;
height:89px;
z-index:1000;
}
#footer {
background: #000000;
clear:both;
}
#footer .menu {
width:960px;
margin: 0 auto;
padding: 10px 0px 30px 0px;
}
#bottomTitle {
width:960px;
padding: 20px 0 70px 0;
border-bottom:#1f1f1f 1px solid;
margin: 0 auto;
margin-bottom:20px;
}
#logoBottom {
padding: 0 0 0px 0;
float:left;
}
#sloganBottom {
width:430px;
padding: 8px 0 0 20px;
float:left;
font: bold 25px/1.1em 'Droid Sans', sans-serif;
color:#393939;
text-align:left;
}
#footer h4{
color:#ff781e;
font: bold 15px 'Droid Sans', sans-serif;
padding:0px 0px 25px 0px;
text-align:center;
text-transform:uppercase;
}
.footer-main-menu {
width:150px;
margin-right:12px;
}
.footer-main-menu ul {
position:absolute;
list-style:none;
width:150px;
margin-top:-12px;
}
.footer-main-menu li {
background:#1e1e1e;
margin-bottom:3px;
display: block;
padding: 10px 0px 10px 10px;
color:#cccccc;
font: 15px 'Droid Sans', sans-serif;
text-align:left;
text-decoration:none;
}
.footer-main-menu li a {
color:#cccccc;
text-decoration:none;
}
.footer-main-menu li a:hover {
color:#ff781e;
text-decoration:none;
}
#footer-copyright{
width:960px;
margin-top:170px;
padding: 10px 0px 10px 0px;
color:#393939;
font: 11px 'Arial', sans-serif;
}
#footer-copyright a {
color:#393939;
text-decoration:none;
}
#footer-copyright a:hover {
color:#FFFFFF;
text-decoration:none;
} | 0.196518 | 0.087955 |
font-family: Georgia, serif;
font-size: 110%;
}
#list-summaries h3 {
font-size: 180%;
margin-bottom: 0;
}
#list-summaries ul {
margin-right: 0;
margin-bottom: 0;
list-style: none;
margin-left: 0;
}
#list-summaries p.view {
margin-bottom: 0;
text-align: right;
}
#lifelist.box {
padding: 0.8em;
background-color: #ffc;
}
.count {
color: #74AC00;
}
#list-summaries li,
#list-summaries .totalcount {
display: block;
position: relative;
padding-left: 3em;
}
#list-summaries li .count,
#list-summaries .totalcount .count {
display: block;
position: absolute;
left: 0;
width: 2.6em;
text-align: right;
}
.totalcount {
font-weight: bold;
}
#list-titles p {
margin-bottom: 0.4em;
}
/* Taxonomic Tree Styles */
.taxonomic_tree {
list-style: none;
}
.taxonomic_tree li .node {
color: #999;
font-size: 80%;
}
.taxonomic_tree .node img {
float: left;
margin-right: 1em;
}
.taxonomic_tree .terminal.node {
font-family: Georgia, serif;
font-size: 100%;
}
.taxonomic_tree .terminal.node .taxon {
font-size: 120%;
}
.taxonomic_tree .terminal.node .observation {
font-size: 80%;
}
.button.checklist {
padding-left: 25px;
background: 5px 4px url('/images/checklist-icon.png') no-repeat;
}
.button.taxonomy {
padding-left: 25px;
background: 5px 4px url('/images/taxonomy-icon.png') no-repeat;
}
#summary {
margin: 1em 0;
}
#summary #total {
font-size: 220%;
}
.listed_taxon .column.image {
width: 50px;
height: 50px;
background-image: url('/images/iconic_taxa/unknown-32px.png');
background-color: white;
background-position: 50% 50%;
background-repeat: no-repeat;
}
.listed_taxon .column.image a {
border: 1px solid #eee;
display: block;
width: 50px;
height: 50px;
}
.listed_taxon .column.image img {
width: 50px;
height: 50px;
}
.listed_taxon .column.image img.zoom_icon {
width: 16px;
height: 16px;
top: 2px;
right: 2px;
}
.listed_taxon .column.image a:hover {
border: 1px solid #BACEF1;
}
.listed_taxon .seenitwrapper {
width: 165px;
}
.listed_taxon .has_seenit {
visibility: hidden;
}
.listed_taxon .has_seenit .button {
margin: 0;
}
.seenit.status {
padding: 0.5em;
}
.listed_taxon {
padding: 0.5em 0 0.5em 0.5em;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.listed_taxon:hover {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
background-color: #F7F7F7;
}
.Protozoa, .stat.Protozoa a { color: #691776; }
.Plantae, .stat.Plantae a { color: #73AC13; }
.Fungi, .stat.Fungi a { color: DeepPink; }
.Animalia, .stat.Animalia a { color: #1E90FF; }
.Mollusca, .stat.Mollusca a { color: #FF4500; }
.Arachnida, .stat.Arachnida a { color: #FF4500; }
.Insecta, .stat.Insecta a { color: #FF4500; }
.Amphibia, .stat.Amphibia a { color: #1E90FF; }
.Reptilia, .stat.Reptilia a { color: #1E90FF; }
.Aves, .stat.Aves a { color: #1E90FF; }
.Mammalia, .stat.Mammalia a { color: #1E90FF; }
.Actinopterygii, .stat.Actinopterygii a { color: #1E90FF; }
.Chromista, .stat.Chromista a { color: #993300; }
.Protozoa:hover { color: #691776; }
.Plantae:hover { color: #73AC13; }
.Fungi:hover { color: DeepPink; }
.Animalia:hover { color: #1E90FF; }
.Mollusca:hover { color: #FF4500; }
.Arachnida:hover { color: #FF4500; }
.Insecta:hover { color: #FF4500; }
.Amphibia:hover { color: #1E90FF; }
.Reptilia:hover { color: #1E90FF; }
.Aves:hover { color: #1E90FF; }
.Mammalia:hover { color: #1E90FF; }
.Actinopterygii:hover { color: #1E90FF; }
.Chromista:hover { color: #993300; }
.listed_taxon.Unknown .column.image { background-image: url('/images/iconic_taxa/unknown-32px.png'); }
.listed_taxon.Protozoa .column.image { background-image: url('/images/iconic_taxa/protozoa-32px.png'); }
.listed_taxon.Plantae .column.image { background-image: url('/images/iconic_taxa/plantae-32px.png'); }
.listed_taxon.Fungi .column.image { background-image: url('/images/iconic_taxa/fungi-32px.png'); }
.listed_taxon.Animalia .column.image { background-image: url('/images/iconic_taxa/animalia-32px.png'); }
.listed_taxon.Mollusca .column.image { background-image: url('/images/iconic_taxa/mollusca-32px.png'); }
.listed_taxon.Arachnida .column.image { background-image: url('/images/iconic_taxa/arachnida-32px.png'); }
.listed_taxon.Insecta .column.image { background-image: url('/images/iconic_taxa/insecta-32px.png'); }
.listed_taxon.Amphibia .column.image { background-image: url('/images/iconic_taxa/amphibia-32px.png'); }
.listed_taxon.Reptilia .column.image { background-image: url('/images/iconic_taxa/reptilia-32px.png'); }
.listed_taxon.Aves .column.image { background-image: url('/images/iconic_taxa/aves-32px.png'); }
.listed_taxon.Mammalia .column.image { background-image: url('/images/iconic_taxa/mammalia-32px.png'); }
.listed_taxon.Actinopterygii .column.image { background-image: url('/images/iconic_taxa/actinopterygii-32px.png'); }
.listed_taxon.Chromista .column.image { background-image: url('/images/iconic_taxa/chromista-32px.png'); }
.listed_taxa_group .title {
padding-left: 50px;
margin-bottom: 0.5em;
background-repeat: no-repeat;
background-position: 0px 50%;
}
.listed_taxa_group.Unknown .title { background-image: url('/images/iconic_taxa/unknown-32px.png'); }
.listed_taxa_group.Protozoa .title { color: #691776; background-image: url('/images/iconic_taxa/protozoa-32px.png'); padding-left: 40px; }
.listed_taxa_group.Plantae .title { color: #73AC13; background-image: url('/images/iconic_taxa/plantae-32px.png'); }
.listed_taxa_group.Fungi .title { color: DeepPink; background-image: url('/images/iconic_taxa/fungi-32px.png'); padding-left: 40px; }
.listed_taxa_group.Animalia .title { color: #1E90FF; background-image: url('/images/iconic_taxa/animalia-32px.png'); }
.listed_taxa_group.Mollusca .title { color: #FF4500; background-image: url('/images/iconic_taxa/mollusca-32px.png'); }
.listed_taxa_group.Arachnida .title { color: #FF4500; background-image: url('/images/iconic_taxa/arachnida-32px.png'); padding-left: 45px; }
.listed_taxa_group.Insecta .title { color: #FF4500; background-image: url('/images/iconic_taxa/insecta-32px.png'); padding-left: 60px; }
.listed_taxa_group.Amphibia .title { color: #1E90FF; background-image: url('/images/iconic_taxa/amphibia-32px.png'); }
.listed_taxa_group.Reptilia .title { color: #1E90FF; background-image: url('/images/iconic_taxa/reptilia-32px.png'); }
.listed_taxa_group.Aves .title { color: #1E90FF; background-image: url('/images/iconic_taxa/aves-32px.png'); }
.listed_taxa_group.Mammalia .title { color: #1E90FF; background-image: url('/images/iconic_taxa/mammalia-32px.png'); }
.listed_taxa_group.Actinopterygii .title { color: #1E90FF; background-image: url('/images/iconic_taxa/actinopterygii-32px.png'); }
.listed_taxa_group.Chromista .title { color: #993300; background-image: url('/images/iconic_taxa/chromista-32px.png'); }
.listed_taxa_group .title .small.description {
font-size: 60%;
}
.listed_taxon .taxon {
font-family: Georgia, serif;
font-size: 140%;
line-height: 1.2;
}
.stat .title {
padding-left: 25px;
background-repeat: no-repeat;
background-position: 0px 50%;
}
.stat .title { color: #74AC00; background-image: url('/images/logo-grey-15px.png'); }
.stat.Unknown .title { color: inherit; background-image: url('/images/iconic_taxa/unknown-15px.png'); }
.stat.Protozoa .title { color: #691776; background-image: url('/images/iconic_taxa/protozoa-15px.png'); }
.stat.Plantae .title { color: #73AC13; background-image: url('/images/iconic_taxa/plantae-15px.png'); }
.stat.Fungi .title { color: DeepPink; background-image: url('/images/iconic_taxa/fungi-15px.png'); }
.stat.Animalia .title { color: #1E90FF; background-image: url('/images/iconic_taxa/animalia-15px.png'); }
.stat.Mollusca .title { color: #FF4500; background-image: url('/images/iconic_taxa/mollusca-15px.png'); }
.stat.Arachnida .title { color: #FF4500; background-image: url('/images/iconic_taxa/arachnida-15px.png'); }
.stat.Insecta .title { color: #FF4500; background-image: url('/images/iconic_taxa/insecta-15px.png'); }
.stat.Amphibia .title { color: #1E90FF; background-image: url('/images/iconic_taxa/amphibia-15px.png'); }
.stat.Reptilia .title { color: #1E90FF; background-image: url('/images/iconic_taxa/reptilia-15px.png'); }
.stat.Aves .title { color: #1E90FF; background-image: url('/images/iconic_taxa/aves-15px.png'); }
.stat.Mammalia .title { color: #1E90FF; background-image: url('/images/iconic_taxa/mammalia-15px.png'); }
.stat.Actinopterygii .title { color: #1E90FF; background-image: url('/images/iconic_taxa/actinopterygii-15px.png'); }
.stat.Chromista .title { color: #993300; background-image: url('/images/iconic_taxa/chromista-15px.png'); }
.stat.Protozoa .barchart .value { background-color: #691776; }
.stat.Plantae .barchart .value { background-color: #73AC13; }
.stat.Fungi .barchart .value { background-color: DeepPink; }
.stat.Animalia .barchart .value { background-color: #1E90FF; }
.stat.Mollusca .barchart .value { background-color: #FF4500; }
.stat.Arachnida .barchart .value { background-color: #FF4500; }
.stat.Insecta .barchart .value { background-color: #FF4500; }
.stat.Amphibia .barchart .value { background-color: #1E90FF; }
.stat.Reptilia .barchart .value { background-color: #1E90FF; }
.stat.Aves .barchart .value { background-color: #1E90FF; }
.stat.Mammalia .barchart .value { background-color: #1E90FF; }
.stat.Actinopterygii .barchart .value { background-color: #1E90FF; }
.stat.Chromista .barchart .value { background-color: #993300; }
.pagination {
margin: 1em 0;
}
a.stat.total .remainder .label {
color: #888;
}
.life_list_taxon img {
vertical-align: middle;
height: 20px;
} | public/stylesheets/lists.css | font-family: Georgia, serif;
font-size: 110%;
}
#list-summaries h3 {
font-size: 180%;
margin-bottom: 0;
}
#list-summaries ul {
margin-right: 0;
margin-bottom: 0;
list-style: none;
margin-left: 0;
}
#list-summaries p.view {
margin-bottom: 0;
text-align: right;
}
#lifelist.box {
padding: 0.8em;
background-color: #ffc;
}
.count {
color: #74AC00;
}
#list-summaries li,
#list-summaries .totalcount {
display: block;
position: relative;
padding-left: 3em;
}
#list-summaries li .count,
#list-summaries .totalcount .count {
display: block;
position: absolute;
left: 0;
width: 2.6em;
text-align: right;
}
.totalcount {
font-weight: bold;
}
#list-titles p {
margin-bottom: 0.4em;
}
/* Taxonomic Tree Styles */
.taxonomic_tree {
list-style: none;
}
.taxonomic_tree li .node {
color: #999;
font-size: 80%;
}
.taxonomic_tree .node img {
float: left;
margin-right: 1em;
}
.taxonomic_tree .terminal.node {
font-family: Georgia, serif;
font-size: 100%;
}
.taxonomic_tree .terminal.node .taxon {
font-size: 120%;
}
.taxonomic_tree .terminal.node .observation {
font-size: 80%;
}
.button.checklist {
padding-left: 25px;
background: 5px 4px url('/images/checklist-icon.png') no-repeat;
}
.button.taxonomy {
padding-left: 25px;
background: 5px 4px url('/images/taxonomy-icon.png') no-repeat;
}
#summary {
margin: 1em 0;
}
#summary #total {
font-size: 220%;
}
.listed_taxon .column.image {
width: 50px;
height: 50px;
background-image: url('/images/iconic_taxa/unknown-32px.png');
background-color: white;
background-position: 50% 50%;
background-repeat: no-repeat;
}
.listed_taxon .column.image a {
border: 1px solid #eee;
display: block;
width: 50px;
height: 50px;
}
.listed_taxon .column.image img {
width: 50px;
height: 50px;
}
.listed_taxon .column.image img.zoom_icon {
width: 16px;
height: 16px;
top: 2px;
right: 2px;
}
.listed_taxon .column.image a:hover {
border: 1px solid #BACEF1;
}
.listed_taxon .seenitwrapper {
width: 165px;
}
.listed_taxon .has_seenit {
visibility: hidden;
}
.listed_taxon .has_seenit .button {
margin: 0;
}
.seenit.status {
padding: 0.5em;
}
.listed_taxon {
padding: 0.5em 0 0.5em 0.5em;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.listed_taxon:hover {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
background-color: #F7F7F7;
}
.Protozoa, .stat.Protozoa a { color: #691776; }
.Plantae, .stat.Plantae a { color: #73AC13; }
.Fungi, .stat.Fungi a { color: DeepPink; }
.Animalia, .stat.Animalia a { color: #1E90FF; }
.Mollusca, .stat.Mollusca a { color: #FF4500; }
.Arachnida, .stat.Arachnida a { color: #FF4500; }
.Insecta, .stat.Insecta a { color: #FF4500; }
.Amphibia, .stat.Amphibia a { color: #1E90FF; }
.Reptilia, .stat.Reptilia a { color: #1E90FF; }
.Aves, .stat.Aves a { color: #1E90FF; }
.Mammalia, .stat.Mammalia a { color: #1E90FF; }
.Actinopterygii, .stat.Actinopterygii a { color: #1E90FF; }
.Chromista, .stat.Chromista a { color: #993300; }
.Protozoa:hover { color: #691776; }
.Plantae:hover { color: #73AC13; }
.Fungi:hover { color: DeepPink; }
.Animalia:hover { color: #1E90FF; }
.Mollusca:hover { color: #FF4500; }
.Arachnida:hover { color: #FF4500; }
.Insecta:hover { color: #FF4500; }
.Amphibia:hover { color: #1E90FF; }
.Reptilia:hover { color: #1E90FF; }
.Aves:hover { color: #1E90FF; }
.Mammalia:hover { color: #1E90FF; }
.Actinopterygii:hover { color: #1E90FF; }
.Chromista:hover { color: #993300; }
.listed_taxon.Unknown .column.image { background-image: url('/images/iconic_taxa/unknown-32px.png'); }
.listed_taxon.Protozoa .column.image { background-image: url('/images/iconic_taxa/protozoa-32px.png'); }
.listed_taxon.Plantae .column.image { background-image: url('/images/iconic_taxa/plantae-32px.png'); }
.listed_taxon.Fungi .column.image { background-image: url('/images/iconic_taxa/fungi-32px.png'); }
.listed_taxon.Animalia .column.image { background-image: url('/images/iconic_taxa/animalia-32px.png'); }
.listed_taxon.Mollusca .column.image { background-image: url('/images/iconic_taxa/mollusca-32px.png'); }
.listed_taxon.Arachnida .column.image { background-image: url('/images/iconic_taxa/arachnida-32px.png'); }
.listed_taxon.Insecta .column.image { background-image: url('/images/iconic_taxa/insecta-32px.png'); }
.listed_taxon.Amphibia .column.image { background-image: url('/images/iconic_taxa/amphibia-32px.png'); }
.listed_taxon.Reptilia .column.image { background-image: url('/images/iconic_taxa/reptilia-32px.png'); }
.listed_taxon.Aves .column.image { background-image: url('/images/iconic_taxa/aves-32px.png'); }
.listed_taxon.Mammalia .column.image { background-image: url('/images/iconic_taxa/mammalia-32px.png'); }
.listed_taxon.Actinopterygii .column.image { background-image: url('/images/iconic_taxa/actinopterygii-32px.png'); }
.listed_taxon.Chromista .column.image { background-image: url('/images/iconic_taxa/chromista-32px.png'); }
.listed_taxa_group .title {
padding-left: 50px;
margin-bottom: 0.5em;
background-repeat: no-repeat;
background-position: 0px 50%;
}
.listed_taxa_group.Unknown .title { background-image: url('/images/iconic_taxa/unknown-32px.png'); }
.listed_taxa_group.Protozoa .title { color: #691776; background-image: url('/images/iconic_taxa/protozoa-32px.png'); padding-left: 40px; }
.listed_taxa_group.Plantae .title { color: #73AC13; background-image: url('/images/iconic_taxa/plantae-32px.png'); }
.listed_taxa_group.Fungi .title { color: DeepPink; background-image: url('/images/iconic_taxa/fungi-32px.png'); padding-left: 40px; }
.listed_taxa_group.Animalia .title { color: #1E90FF; background-image: url('/images/iconic_taxa/animalia-32px.png'); }
.listed_taxa_group.Mollusca .title { color: #FF4500; background-image: url('/images/iconic_taxa/mollusca-32px.png'); }
.listed_taxa_group.Arachnida .title { color: #FF4500; background-image: url('/images/iconic_taxa/arachnida-32px.png'); padding-left: 45px; }
.listed_taxa_group.Insecta .title { color: #FF4500; background-image: url('/images/iconic_taxa/insecta-32px.png'); padding-left: 60px; }
.listed_taxa_group.Amphibia .title { color: #1E90FF; background-image: url('/images/iconic_taxa/amphibia-32px.png'); }
.listed_taxa_group.Reptilia .title { color: #1E90FF; background-image: url('/images/iconic_taxa/reptilia-32px.png'); }
.listed_taxa_group.Aves .title { color: #1E90FF; background-image: url('/images/iconic_taxa/aves-32px.png'); }
.listed_taxa_group.Mammalia .title { color: #1E90FF; background-image: url('/images/iconic_taxa/mammalia-32px.png'); }
.listed_taxa_group.Actinopterygii .title { color: #1E90FF; background-image: url('/images/iconic_taxa/actinopterygii-32px.png'); }
.listed_taxa_group.Chromista .title { color: #993300; background-image: url('/images/iconic_taxa/chromista-32px.png'); }
.listed_taxa_group .title .small.description {
font-size: 60%;
}
.listed_taxon .taxon {
font-family: Georgia, serif;
font-size: 140%;
line-height: 1.2;
}
.stat .title {
padding-left: 25px;
background-repeat: no-repeat;
background-position: 0px 50%;
}
.stat .title { color: #74AC00; background-image: url('/images/logo-grey-15px.png'); }
.stat.Unknown .title { color: inherit; background-image: url('/images/iconic_taxa/unknown-15px.png'); }
.stat.Protozoa .title { color: #691776; background-image: url('/images/iconic_taxa/protozoa-15px.png'); }
.stat.Plantae .title { color: #73AC13; background-image: url('/images/iconic_taxa/plantae-15px.png'); }
.stat.Fungi .title { color: DeepPink; background-image: url('/images/iconic_taxa/fungi-15px.png'); }
.stat.Animalia .title { color: #1E90FF; background-image: url('/images/iconic_taxa/animalia-15px.png'); }
.stat.Mollusca .title { color: #FF4500; background-image: url('/images/iconic_taxa/mollusca-15px.png'); }
.stat.Arachnida .title { color: #FF4500; background-image: url('/images/iconic_taxa/arachnida-15px.png'); }
.stat.Insecta .title { color: #FF4500; background-image: url('/images/iconic_taxa/insecta-15px.png'); }
.stat.Amphibia .title { color: #1E90FF; background-image: url('/images/iconic_taxa/amphibia-15px.png'); }
.stat.Reptilia .title { color: #1E90FF; background-image: url('/images/iconic_taxa/reptilia-15px.png'); }
.stat.Aves .title { color: #1E90FF; background-image: url('/images/iconic_taxa/aves-15px.png'); }
.stat.Mammalia .title { color: #1E90FF; background-image: url('/images/iconic_taxa/mammalia-15px.png'); }
.stat.Actinopterygii .title { color: #1E90FF; background-image: url('/images/iconic_taxa/actinopterygii-15px.png'); }
.stat.Chromista .title { color: #993300; background-image: url('/images/iconic_taxa/chromista-15px.png'); }
.stat.Protozoa .barchart .value { background-color: #691776; }
.stat.Plantae .barchart .value { background-color: #73AC13; }
.stat.Fungi .barchart .value { background-color: DeepPink; }
.stat.Animalia .barchart .value { background-color: #1E90FF; }
.stat.Mollusca .barchart .value { background-color: #FF4500; }
.stat.Arachnida .barchart .value { background-color: #FF4500; }
.stat.Insecta .barchart .value { background-color: #FF4500; }
.stat.Amphibia .barchart .value { background-color: #1E90FF; }
.stat.Reptilia .barchart .value { background-color: #1E90FF; }
.stat.Aves .barchart .value { background-color: #1E90FF; }
.stat.Mammalia .barchart .value { background-color: #1E90FF; }
.stat.Actinopterygii .barchart .value { background-color: #1E90FF; }
.stat.Chromista .barchart .value { background-color: #993300; }
.pagination {
margin: 1em 0;
}
a.stat.total .remainder .label {
color: #888;
}
.life_list_taxon img {
vertical-align: middle;
height: 20px;
} | 0.371479 | 0.133868 |
body {
font-family: 'Poppins', sans-serif;
color: white;
background-image: url('./../img/background.jpg');
background-size: cover;
}
a {
display: flex;
color: whitesmoke;
align-content: center;
justify-content: center;
}
a:hover {
color: whitesmoke;
text-decoration: none;
}
form {
display: flex;
color: whitesmoke;
align-content: center;
justify-content: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Satisfy', sans-serif;
text-align: center;
}
#header {
top: 50px;
height: 70px;
z-index: 997;
transition: all 0.5s;
padding: 10px 0;
background: rgba(26, 24, 22, 0.85);
}
#header.header-transparent {
background: transparent;
}
#header.header-scrolled {
top: 0;
background: rgba(26, 24, 22, 0.85);
}
#header .logo h1 {
font-size: 28px;
margin: 0;
line-height: 1;
font-weight: 400;
letter-spacing: 3px;
}
#header .logo h1 a,
#header .logo h1 a:hover {
color: #fff;
text-decoration: none;
}
#header .logo img {
padding: 0;
margin: 0;
max-height: 40px;
}
@media (max-width: 992px) {
#header {
top: 0;
background: rgba(26, 24, 22, 0.85);
}
}
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.nav-menu > ul > li {
position: relative;
white-space: nowrap;
float: left;
}
.nav-menu a {
display: block;
position: relative;
color: white;
padding: 9px 14px;
transition: 0.3s;
font-size: 15px;
font-weight: 500;
font-family: 'Poppins', sans-serif;
}
.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
color: #ffb03b;
text-decoration: none;
}
.nav-menu .book-a-table a {
background: #ffb03b;
color: #fff;
border-radius: 50px;
margin: 0 0 0 20px;
padding: 10px 25px;
text-transform: uppercase;
font-size: 13px;
font-weight: 500;
letter-spacing: 1px;
transition: 0.3s;
}
.nav-menu .book-a-table a:hover {
background: #ffa012;
color: #fff;
}
@media (max-width: 1366px) {
.nav-menu .drop-down .drop-down ul {
left: -90%;
}
.nav-menu .drop-down .drop-down:hover > ul {
left: -100%;
}
.nav-menu .drop-down .drop-down > a:after {
content: '\ea9d';
}
}
.form-control {
max-width: 25%;
opacity: 60%;
}
.btn {
background: black;
color: grey;
}
.modal-header {
background-color: grey;
}
.modal-title {
text-align: left;
}
.modal-body {
background-color: grey;
}
.modal-footer {
background-color: grey;
}
#size,
#toppings,
#vegan-crust,
#quantity,
#address {
padding-bottom: 2%;
}
#animation {
-webkit-animation: 2s linear 0s infinite reverse slide;
animation: 2s linear 0s infinite reverse slide;
}
@-webkit-keyframes slide {
from {
margin-left: 70%;
}
to {
margin-right: 80%;
}
}
@keyframes slide {
from {
margin-left: 80%;
}
to {
margin-right: 70%;
}
} | OrderTracker/wwwroot/css/styles.css | body {
font-family: 'Poppins', sans-serif;
color: white;
background-image: url('./../img/background.jpg');
background-size: cover;
}
a {
display: flex;
color: whitesmoke;
align-content: center;
justify-content: center;
}
a:hover {
color: whitesmoke;
text-decoration: none;
}
form {
display: flex;
color: whitesmoke;
align-content: center;
justify-content: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Satisfy', sans-serif;
text-align: center;
}
#header {
top: 50px;
height: 70px;
z-index: 997;
transition: all 0.5s;
padding: 10px 0;
background: rgba(26, 24, 22, 0.85);
}
#header.header-transparent {
background: transparent;
}
#header.header-scrolled {
top: 0;
background: rgba(26, 24, 22, 0.85);
}
#header .logo h1 {
font-size: 28px;
margin: 0;
line-height: 1;
font-weight: 400;
letter-spacing: 3px;
}
#header .logo h1 a,
#header .logo h1 a:hover {
color: #fff;
text-decoration: none;
}
#header .logo img {
padding: 0;
margin: 0;
max-height: 40px;
}
@media (max-width: 992px) {
#header {
top: 0;
background: rgba(26, 24, 22, 0.85);
}
}
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.nav-menu > ul > li {
position: relative;
white-space: nowrap;
float: left;
}
.nav-menu a {
display: block;
position: relative;
color: white;
padding: 9px 14px;
transition: 0.3s;
font-size: 15px;
font-weight: 500;
font-family: 'Poppins', sans-serif;
}
.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
color: #ffb03b;
text-decoration: none;
}
.nav-menu .book-a-table a {
background: #ffb03b;
color: #fff;
border-radius: 50px;
margin: 0 0 0 20px;
padding: 10px 25px;
text-transform: uppercase;
font-size: 13px;
font-weight: 500;
letter-spacing: 1px;
transition: 0.3s;
}
.nav-menu .book-a-table a:hover {
background: #ffa012;
color: #fff;
}
@media (max-width: 1366px) {
.nav-menu .drop-down .drop-down ul {
left: -90%;
}
.nav-menu .drop-down .drop-down:hover > ul {
left: -100%;
}
.nav-menu .drop-down .drop-down > a:after {
content: '\ea9d';
}
}
.form-control {
max-width: 25%;
opacity: 60%;
}
.btn {
background: black;
color: grey;
}
.modal-header {
background-color: grey;
}
.modal-title {
text-align: left;
}
.modal-body {
background-color: grey;
}
.modal-footer {
background-color: grey;
}
#size,
#toppings,
#vegan-crust,
#quantity,
#address {
padding-bottom: 2%;
}
#animation {
-webkit-animation: 2s linear 0s infinite reverse slide;
animation: 2s linear 0s infinite reverse slide;
}
@-webkit-keyframes slide {
from {
margin-left: 70%;
}
to {
margin-right: 80%;
}
}
@keyframes slide {
from {
margin-left: 80%;
}
to {
margin-right: 70%;
}
} | 0.382949 | 0.078219 |
.main_lay_cont .ly_items{
width: 95%;
margin: 0 auto;
}
.main_lay_cont .layouts_row{
margin-top: 45px;
}
.main_lay_cont .for_title_row {
margin: 37px 0 27px 0;
}
.main_lay_cont h1 {
width: 50%;
color: #555;
text-transform: uppercase;
font-size: 32px;
line-height: 32px;
font-family: Lato, Arial, Helvetica, sans-serif;
font-weight: 700;
font-style: normal;
margin: 0 0 15px;
border-bottom: 1px solid #ddd;
margin: 0 auto;
padding-bottom: 30px;
}
.main_lay_cont .ly_items:hover h3 {
transform: translateY(100px);
-moz-transform: translateY(100px);
-o-transform: translateY(100px);
-webkit-transform: translateY(100px);
transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
}
.main_lay_cont h3 {
color: #555555 !important;
text-transform: uppercase;
position: relative;
transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
font-size: 20px;
font-weight: bold;
font-family: Lato, Arial, Helvetica, sans-serif;
}
.main_lay_cont .ly_items {
margin: 0 10px !important;
display: inline-block;
text-align: center;
vertical-align: top;
padding: 10px 20px !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #fbfbfb;
border: 1px solid #d8d8d8;
}
.main_lay_cont .ly_items:hover{
text-decoration: none!important;
transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
background-color: #eeeeee;
}
.main_lay_cont .ly_items:hover h2{
color: #369ad0!important;
}
.main_lay_cont .ly_items:hover h2 {
cursor: pointer;
transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
transform: translateY(-50px);
-moz-transform: translateY(-50px);
-o-transform: translateY(-50px);
-webkit-transform: translateY(-50px);
}
.main_lay_cont .ly_items h2 {
color: #499bc7;
font-size: 50px;
margin: 25px 0;
display: inline-block;
width: 80px;
line-height: 80px;
height: 80px;
border-radius: 50%;
transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
position: relative;
}
.main_lay_cont .items_links{
margin-bottom: 20px;
}
@media (max-width: 765px) {
.main_lay_cont h1 {
font-size: 21px;
}
} | public/css/backend_layouts_style.css | .main_lay_cont .ly_items{
width: 95%;
margin: 0 auto;
}
.main_lay_cont .layouts_row{
margin-top: 45px;
}
.main_lay_cont .for_title_row {
margin: 37px 0 27px 0;
}
.main_lay_cont h1 {
width: 50%;
color: #555;
text-transform: uppercase;
font-size: 32px;
line-height: 32px;
font-family: Lato, Arial, Helvetica, sans-serif;
font-weight: 700;
font-style: normal;
margin: 0 0 15px;
border-bottom: 1px solid #ddd;
margin: 0 auto;
padding-bottom: 30px;
}
.main_lay_cont .ly_items:hover h3 {
transform: translateY(100px);
-moz-transform: translateY(100px);
-o-transform: translateY(100px);
-webkit-transform: translateY(100px);
transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
}
.main_lay_cont h3 {
color: #555555 !important;
text-transform: uppercase;
position: relative;
transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
font-size: 20px;
font-weight: bold;
font-family: Lato, Arial, Helvetica, sans-serif;
}
.main_lay_cont .ly_items {
margin: 0 10px !important;
display: inline-block;
text-align: center;
vertical-align: top;
padding: 10px 20px !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #fbfbfb;
border: 1px solid #d8d8d8;
}
.main_lay_cont .ly_items:hover{
text-decoration: none!important;
transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
background-color: #eeeeee;
}
.main_lay_cont .ly_items:hover h2{
color: #369ad0!important;
}
.main_lay_cont .ly_items:hover h2 {
cursor: pointer;
transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
transform: translateY(-50px);
-moz-transform: translateY(-50px);
-o-transform: translateY(-50px);
-webkit-transform: translateY(-50px);
}
.main_lay_cont .ly_items h2 {
color: #499bc7;
font-size: 50px;
margin: 25px 0;
display: inline-block;
width: 80px;
line-height: 80px;
height: 80px;
border-radius: 50%;
transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
position: relative;
}
.main_lay_cont .items_links{
margin-bottom: 20px;
}
@media (max-width: 765px) {
.main_lay_cont h1 {
font-size: 21px;
}
} | 0.372619 | 0.058426 |
.navbar{
padding-top: 0px;
padding-bottom: 0px;
padding-right: 40px;
}
.navbar-brand{
background-color:rgb(60, 69, 78);
color: white;
padding: 10px 20px;
margin-left: 40px;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-menu{
display: none;
position: absolute;
background-color: rgba(0, 0, 0, 0.377);
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(95, 91, 91, 0.2);
padding: 10px 10px;
z-index: 1;
margin-top: 0; /*To remove the miniscule space between the menu and the menu element*/
}
/* Change color of dropdown links on hover */
.dropdown-menu a:hover {
background-color: lightgray
}
/*Font color of dropdown menu on smaller screens*/
.dropdown-menu a{
color: white;
}
/*On larger screens*/
@media only screen and (min-width:991px){
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {
display: block;
}
.dropdown-menu{
background-color: #f9f9f9;
}
.dropdown-menu a{
color: black;
}
}
/*Add transparent border to prevent the images on landing page from changing size on hover*/
.figure-img.menu{
width:100%;
border-color: #eee;
border: 1px solid transparent;
}
/*Add a colored border to images on landing page on hover*/
.figure-img.menu:hover {
border: 1px solid;
border-color:rgb(1, 56, 129);
}
/*Add a colored border to visualization image when on its page*/
.figure-img.active{
border: 2px solid;
border-color: #DBE1EA;
}
/*Customize the text of the caption*/
.figure-caption{
font-size: 14.5px;
color: rgb(1, 56, 129);
}
/*Specify parameters of images on the comparison page*/
.comparison{
width: 75%;
margin: auto;
display: block;
}
/*Create a scrollable table on the "Data" page*/
.tableFixHead{
overflow-y: auto;
height: 600px;
}
/*Fix the first row of the table on "Data"*/
.tableFixHead thead th{
position: sticky;
top: 0;
}
/*Specify parameters for the container*/
.container-fluid{
width: 90%;
padding: 30px;
}
/*Add a background color and padding to the md columns*/
.col-md-12, .col-md-6{
background-color: white;
padding-top: 20px;
padding-bottom: 10px;
}
/*Specify parameters for headings*/
h1, h3{
padding-left: 1%;
color: rgb(4, 37, 80);
}
h2{
text-align: center;
color: rgba(0, 18, 41, 0.733);
}
/*Add background color to body*/
body{
background-color:rgba(187, 187, 187, 0.315);
}
/*Customize text in a paragraph*/
p{
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 15px;
padding-left: 1%;
}
/*Specify parameters for images centered*/
img.center {
display: block;
margin: 0 auto;
width: 65%;
height:auto;
}
/*Add min-height calculation in section for footer positioning*/
section {
min-height: calc(100vh - 109px); /* 100vh (100% of height) minus div heights*/
}
/*Specify footer parameters*/
footer{
position: static;
bottom: 0px;
width: 100%;
background-color:lightslategray;
padding: 15px;
color: white;
font-size: 16px;
text-align: center;
border-top-style: solid;
border-top-color: lightblue;
border-top-width: 5px;
}
/*To prevent image on landing page from breaking out of div*/
/*Code consulted: https://www.sitepoint.com/community/t/images-breaking-out-of-div/1868/11*/
.property {
background-color: #DBE1EA;
padding: 20px;
margin-top: 5px;
margin-bottom: 10px;
border: thin solid #6699CC;
clear: left;
}
.clearer{
height:1px;
overflow:hidden;
margin-top:-1px;
clear: left;
} | style.css | .navbar{
padding-top: 0px;
padding-bottom: 0px;
padding-right: 40px;
}
.navbar-brand{
background-color:rgb(60, 69, 78);
color: white;
padding: 10px 20px;
margin-left: 40px;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-menu{
display: none;
position: absolute;
background-color: rgba(0, 0, 0, 0.377);
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(95, 91, 91, 0.2);
padding: 10px 10px;
z-index: 1;
margin-top: 0; /*To remove the miniscule space between the menu and the menu element*/
}
/* Change color of dropdown links on hover */
.dropdown-menu a:hover {
background-color: lightgray
}
/*Font color of dropdown menu on smaller screens*/
.dropdown-menu a{
color: white;
}
/*On larger screens*/
@media only screen and (min-width:991px){
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {
display: block;
}
.dropdown-menu{
background-color: #f9f9f9;
}
.dropdown-menu a{
color: black;
}
}
/*Add transparent border to prevent the images on landing page from changing size on hover*/
.figure-img.menu{
width:100%;
border-color: #eee;
border: 1px solid transparent;
}
/*Add a colored border to images on landing page on hover*/
.figure-img.menu:hover {
border: 1px solid;
border-color:rgb(1, 56, 129);
}
/*Add a colored border to visualization image when on its page*/
.figure-img.active{
border: 2px solid;
border-color: #DBE1EA;
}
/*Customize the text of the caption*/
.figure-caption{
font-size: 14.5px;
color: rgb(1, 56, 129);
}
/*Specify parameters of images on the comparison page*/
.comparison{
width: 75%;
margin: auto;
display: block;
}
/*Create a scrollable table on the "Data" page*/
.tableFixHead{
overflow-y: auto;
height: 600px;
}
/*Fix the first row of the table on "Data"*/
.tableFixHead thead th{
position: sticky;
top: 0;
}
/*Specify parameters for the container*/
.container-fluid{
width: 90%;
padding: 30px;
}
/*Add a background color and padding to the md columns*/
.col-md-12, .col-md-6{
background-color: white;
padding-top: 20px;
padding-bottom: 10px;
}
/*Specify parameters for headings*/
h1, h3{
padding-left: 1%;
color: rgb(4, 37, 80);
}
h2{
text-align: center;
color: rgba(0, 18, 41, 0.733);
}
/*Add background color to body*/
body{
background-color:rgba(187, 187, 187, 0.315);
}
/*Customize text in a paragraph*/
p{
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 15px;
padding-left: 1%;
}
/*Specify parameters for images centered*/
img.center {
display: block;
margin: 0 auto;
width: 65%;
height:auto;
}
/*Add min-height calculation in section for footer positioning*/
section {
min-height: calc(100vh - 109px); /* 100vh (100% of height) minus div heights*/
}
/*Specify footer parameters*/
footer{
position: static;
bottom: 0px;
width: 100%;
background-color:lightslategray;
padding: 15px;
color: white;
font-size: 16px;
text-align: center;
border-top-style: solid;
border-top-color: lightblue;
border-top-width: 5px;
}
/*To prevent image on landing page from breaking out of div*/
/*Code consulted: https://www.sitepoint.com/community/t/images-breaking-out-of-div/1868/11*/
.property {
background-color: #DBE1EA;
padding: 20px;
margin-top: 5px;
margin-bottom: 10px;
border: thin solid #6699CC;
clear: left;
}
.clearer{
height:1px;
overflow:hidden;
margin-top:-1px;
clear: left;
} | 0.448185 | 0.120129 |
.navbar-brand {
font-family: 'Tangerine', cursive;
}
li {
list-style: none;
}
.navbar .disp-none {
display: none;
}
.navbar .dropdown-menu {
transform: translateY(-20px);
}
.search {
color: #000;
}
.input-group-append,
.search-input {
display: none;
}
#basic-addon2 {
height: 32px
}
.input-group-append {
height: 31px;
cursor: pointer;
}
.input-group-text {
border-radius: 0 5px 5px 0;
}
.search-input {
border-radius: 5px 0px 0px 5px;
border: 1px solid gray;
}
.customers {
margin-top: -20px;
}
@media screen and (max-width: 992px) {
.nav-elements {
margin-left: -1px !important;
line-height: 45px;
}
}
/*======================================slider=============================*/
@media screen and (max-width: 992px) {
.one-forth .text {
margin: 0 auto;
color: #000;
}
.one-forth .text2 .subheading,
.one-forth .text2 .black {
color: #000 !important;
}
}
/*======================================FEATURES=============================*/
.features-box .single-box-item {
position: relative;
}
.features-box .single-box-item.first-box {
margin-bottom: 35px;
}
.features-box .classForPadding {
padding-left: 35px;
}
.features-box .single-box-item.first-box .box-text {
position: absolute;
right: 10px;
top: 106px;
}
.features-box .single-box-item.first-box .box-text .trend-alert {
color: #1e1e1e;
display: block;
font-size: 22px;
font-family: "FuturaBT-Book";
letter-spacing: 2px;
line-height: 45px;
text-transform: uppercase;
margin-bottom: 38px;
}
.features-box .single-box-item.first-box .box-text .primary-btn {
border-color: #D0D7DB;
color: #1e1e1e;
}
.features-box .single-box-item.second-box {
margin-bottom: 35px;
}
.features-box .single-box-item.second-box .box-text {
position: absolute;
left: 25px;
top: 90px;
}
.features-box .single-box-item.second-box .box-text .trend-year {
color: #fff;
opacity: 1;
}
.features-box .single-box-item.second-box .box-text .trend-alert {
color: #5b5b5b;
display: inline-block;
font-size: 16px;
font-family: "FuturaBT-Book";
text-transform: uppercase;
letter-spacing: 4px;
line-height: 45px;
}
.features-box .single-box-item.large-box .box-text {
position: absolute;
left: 125px;
top: 60px;
}
.features-box .single-box-item.large-box .box-text .trend-year {
color: #838383;
opacity: 1;
}
.features-box .single-box-item.large-box .box-text h2 {
font-size: 60px;
font-weight: 700;
line-height: 56px;
}
.features-box .single-box-item.large-box .box-text .trend-alert {
color: #5b5b5b;
display: inline-block;
font-size: 22px;
font-family: "FuturaBT-Book";
letter-spacing: 2px;
line-height: 36px;
text-transform: uppercase;
}
.features-box .single-box-item img {
min-width: 100%;
}
.features-box .single-box-item .box-text .trend-year {
color: #1e1e1e;
font-size: 22px;
font-weight: 700;
opacity: 0.32;
display: inline-block;
}
.features-box .single-box-item .box-text h2 {
color: #1e1e1e;
font-size: 48px;
font-weight: 600;
line-height: 38px;
}
.features-box h2 {
font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 992px) {
.features-box .single-box-item.first-box .box-text {
right: 0
}
}
@media screen and (max-width: 767px) {
.features-box .single-box-item.first-box .box-text {
right: 0px;
}
.features-box .classForPadding {
padding-left: 15px
}
.features-box .single-box-item.large-box .box-text {
left: 60px;
}
}
@media screen and (max-width: 670px) {
.features-box {
transform: translateX(-25px)
}
}
@media screen and (max-width: 576px) {
.features-box {
transform: translateX(-10px)
}
}
@media screen and (max-width: 545px) {
.first-box .box-text h2 {
font-size: 37px !important;
line-height: 10px !important;
}
.first-box .box-text .btn {
transform: translateY(-40px);
}
.first-box .box-text {
transform: translateY(-90px);
right: 60px;
}
}
@media screen and (max-width: 500px) {
.large-box h2 {
font-size: 40px !important;
}
.large-box img {
transform: translateX(-50px)
}
}
@media screen and (max-width: 480px) {
.second-box img {
transform: translateX(-90px)
}
.second-box .box-text h2 {
font-size: 27px !important;
line-height: 3px !important;
}
.second-box .box-text {
transform: translate3d(20px, -70px, 0);
}
.features-box .single-box-item.second-box .box-text {
position: absolute;
left: 0;
top: 90px;
}
}
@media screen and (max-width: 440px) {
.first-box .box-text {
transform: translateY(140px);
color: gray;
}
.first-box .box-text h2,
.first-box .box-text span {
text-shadow: 2px 2px 4px #000000;
color: gray !important
}
}
/*========PRODUCTS============*/
.products .sidenav-sub li:hover {
background-color: #5b5b5b;
color: #fff;
}
.item .sidenav-sub li:hover {
background-color: #5b5b5b;
color: #fff;
}
.height {
min-height: 68px;
}
/*@media screen and (max-width: 467px) {
.bottom-area {
height: 40px
}
}
@media screen and (max-width: 545px) {
.products .add-to-cart span {
font-size: 10px;
padding: 0;
}
}*/
@media screen and (max-width: 801px) and (min-width: 768px) {
.products .add-to-cart span {
font-size: 12px;
}
}
/*=======================ITEM===========================*/
.item .size {
margin: 0 10px 0 10px;
border: 1px solid rgb(184, 184, 184);
text-align: center;
padding: 5px 10px 5px 10px;
}
.item .one-letter {
padding: 5px 16px 5px 16px;
}
.item .m-size {
padding: 5px 13px 5px 13px;
}
.item .clickable {
cursor: pointer;
}
.item .clickable:hover {
background-color: rgb(82, 97, 82);
}
.item .clickable:active {
background-color: rgb(126, 126, 126);
}
.item .clicked {
background-color: #FFA45C;
}
.item .choose-size {
display: none;
}
.item .item-img {
max-width: 90%;
height: auto;
}
.pagination li a {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
transition: background-color .3s;
}
.page-item.active .page-link {
border-color: #FFA45C;
background-color: #FFA45C;
color: white;
}
@media screen and (max-width: 992px) {
.item .item-img {
max-width: 100%;
height: auto;
}
.item {
margin: 0 !important;
padding: 15px 0 0 0 !important;
}
}
/*==================================LOGIN===========================*/
.login .row .col-md-6:nth-child(2) {
border-left: 2px solid black;
}
@media screen and (max-width: 768px) {
.login .row .col-md-6:nth-child(2) {
border-left: none;
border-top: 2px solid black;
}
.login .create {
margin-top: 20px;
}
}
/*===========================404==============================*/
#img-404 {
width: 400px;
height: 400px;
}
/*======MEDIA================*/
@media (max-width: 991px) {
.navbar .disp-none {
display: block;
}
.navbar .cta {
display: none;
}
} | public/css/myStyle.css | .navbar-brand {
font-family: 'Tangerine', cursive;
}
li {
list-style: none;
}
.navbar .disp-none {
display: none;
}
.navbar .dropdown-menu {
transform: translateY(-20px);
}
.search {
color: #000;
}
.input-group-append,
.search-input {
display: none;
}
#basic-addon2 {
height: 32px
}
.input-group-append {
height: 31px;
cursor: pointer;
}
.input-group-text {
border-radius: 0 5px 5px 0;
}
.search-input {
border-radius: 5px 0px 0px 5px;
border: 1px solid gray;
}
.customers {
margin-top: -20px;
}
@media screen and (max-width: 992px) {
.nav-elements {
margin-left: -1px !important;
line-height: 45px;
}
}
/*======================================slider=============================*/
@media screen and (max-width: 992px) {
.one-forth .text {
margin: 0 auto;
color: #000;
}
.one-forth .text2 .subheading,
.one-forth .text2 .black {
color: #000 !important;
}
}
/*======================================FEATURES=============================*/
.features-box .single-box-item {
position: relative;
}
.features-box .single-box-item.first-box {
margin-bottom: 35px;
}
.features-box .classForPadding {
padding-left: 35px;
}
.features-box .single-box-item.first-box .box-text {
position: absolute;
right: 10px;
top: 106px;
}
.features-box .single-box-item.first-box .box-text .trend-alert {
color: #1e1e1e;
display: block;
font-size: 22px;
font-family: "FuturaBT-Book";
letter-spacing: 2px;
line-height: 45px;
text-transform: uppercase;
margin-bottom: 38px;
}
.features-box .single-box-item.first-box .box-text .primary-btn {
border-color: #D0D7DB;
color: #1e1e1e;
}
.features-box .single-box-item.second-box {
margin-bottom: 35px;
}
.features-box .single-box-item.second-box .box-text {
position: absolute;
left: 25px;
top: 90px;
}
.features-box .single-box-item.second-box .box-text .trend-year {
color: #fff;
opacity: 1;
}
.features-box .single-box-item.second-box .box-text .trend-alert {
color: #5b5b5b;
display: inline-block;
font-size: 16px;
font-family: "FuturaBT-Book";
text-transform: uppercase;
letter-spacing: 4px;
line-height: 45px;
}
.features-box .single-box-item.large-box .box-text {
position: absolute;
left: 125px;
top: 60px;
}
.features-box .single-box-item.large-box .box-text .trend-year {
color: #838383;
opacity: 1;
}
.features-box .single-box-item.large-box .box-text h2 {
font-size: 60px;
font-weight: 700;
line-height: 56px;
}
.features-box .single-box-item.large-box .box-text .trend-alert {
color: #5b5b5b;
display: inline-block;
font-size: 22px;
font-family: "FuturaBT-Book";
letter-spacing: 2px;
line-height: 36px;
text-transform: uppercase;
}
.features-box .single-box-item img {
min-width: 100%;
}
.features-box .single-box-item .box-text .trend-year {
color: #1e1e1e;
font-size: 22px;
font-weight: 700;
opacity: 0.32;
display: inline-block;
}
.features-box .single-box-item .box-text h2 {
color: #1e1e1e;
font-size: 48px;
font-weight: 600;
line-height: 38px;
}
.features-box h2 {
font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 992px) {
.features-box .single-box-item.first-box .box-text {
right: 0
}
}
@media screen and (max-width: 767px) {
.features-box .single-box-item.first-box .box-text {
right: 0px;
}
.features-box .classForPadding {
padding-left: 15px
}
.features-box .single-box-item.large-box .box-text {
left: 60px;
}
}
@media screen and (max-width: 670px) {
.features-box {
transform: translateX(-25px)
}
}
@media screen and (max-width: 576px) {
.features-box {
transform: translateX(-10px)
}
}
@media screen and (max-width: 545px) {
.first-box .box-text h2 {
font-size: 37px !important;
line-height: 10px !important;
}
.first-box .box-text .btn {
transform: translateY(-40px);
}
.first-box .box-text {
transform: translateY(-90px);
right: 60px;
}
}
@media screen and (max-width: 500px) {
.large-box h2 {
font-size: 40px !important;
}
.large-box img {
transform: translateX(-50px)
}
}
@media screen and (max-width: 480px) {
.second-box img {
transform: translateX(-90px)
}
.second-box .box-text h2 {
font-size: 27px !important;
line-height: 3px !important;
}
.second-box .box-text {
transform: translate3d(20px, -70px, 0);
}
.features-box .single-box-item.second-box .box-text {
position: absolute;
left: 0;
top: 90px;
}
}
@media screen and (max-width: 440px) {
.first-box .box-text {
transform: translateY(140px);
color: gray;
}
.first-box .box-text h2,
.first-box .box-text span {
text-shadow: 2px 2px 4px #000000;
color: gray !important
}
}
/*========PRODUCTS============*/
.products .sidenav-sub li:hover {
background-color: #5b5b5b;
color: #fff;
}
.item .sidenav-sub li:hover {
background-color: #5b5b5b;
color: #fff;
}
.height {
min-height: 68px;
}
/*@media screen and (max-width: 467px) {
.bottom-area {
height: 40px
}
}
@media screen and (max-width: 545px) {
.products .add-to-cart span {
font-size: 10px;
padding: 0;
}
}*/
@media screen and (max-width: 801px) and (min-width: 768px) {
.products .add-to-cart span {
font-size: 12px;
}
}
/*=======================ITEM===========================*/
.item .size {
margin: 0 10px 0 10px;
border: 1px solid rgb(184, 184, 184);
text-align: center;
padding: 5px 10px 5px 10px;
}
.item .one-letter {
padding: 5px 16px 5px 16px;
}
.item .m-size {
padding: 5px 13px 5px 13px;
}
.item .clickable {
cursor: pointer;
}
.item .clickable:hover {
background-color: rgb(82, 97, 82);
}
.item .clickable:active {
background-color: rgb(126, 126, 126);
}
.item .clicked {
background-color: #FFA45C;
}
.item .choose-size {
display: none;
}
.item .item-img {
max-width: 90%;
height: auto;
}
.pagination li a {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
transition: background-color .3s;
}
.page-item.active .page-link {
border-color: #FFA45C;
background-color: #FFA45C;
color: white;
}
@media screen and (max-width: 992px) {
.item .item-img {
max-width: 100%;
height: auto;
}
.item {
margin: 0 !important;
padding: 15px 0 0 0 !important;
}
}
/*==================================LOGIN===========================*/
.login .row .col-md-6:nth-child(2) {
border-left: 2px solid black;
}
@media screen and (max-width: 768px) {
.login .row .col-md-6:nth-child(2) {
border-left: none;
border-top: 2px solid black;
}
.login .create {
margin-top: 20px;
}
}
/*===========================404==============================*/
#img-404 {
width: 400px;
height: 400px;
}
/*======MEDIA================*/
@media (max-width: 991px) {
.navbar .disp-none {
display: block;
}
.navbar .cta {
display: none;
}
} | 0.488527 | 0.105833 |
@font-face
{
font-family: 'RobotoBold';
src: url('fonts/RobotoCondensed-Bold.ttf');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'RobotoLight';
src: url('fonts/RobotoCondensed-Light.ttf');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'RobotoRegular';
src: url('fonts/RobotoCondensed-Regular.ttf');
font-weight: normal;
font-style: normal;
line-height: 0.6;
}
@font-face
{
font-family: 'LobsterRegular';
src: url('fonts/Lobster-Regular.ttf');
font-weight: normal;
font-style: normal;
}
html, body
{
padding: 0;
margin: 0;
font-family: 'RobotoRegular';
color:#212121;
background-image:url();
background-color:#ffffff;
}
a
{
text-decoration:none;
-webkit-tap-highlight-color: transparent;
}
.mainmenu_conteiner/*контейнер пунктов главного меню*/
{
min-width:100/*150*/px;
width:100%;
padding:0;
margin:0px 0 0 0;
}
.mainmenu_conteiner a
{
position: relative;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mainmenu_image/*фон у контейнеров пунктов главного меню*/
{
/*padding:10px 0px;
margin-left:15%;
*/ width:100%;
border-radius:0px;
}
.mainmenu_ribbon/*нижняя полоса контейнеров пунктов главного меню*/
{
width:100%;
font-family: 'RobotoBold';
font-size: 20px;
font-weight: bold;
text-align: center;
padding:6px 0 0 0;
position: absolute;
height: 50px;
bottom: 4px;
color:#654696;
text-transform: uppercase;
background-color: rgba(255, 255, 255, 0.7);
border-radius:0px 0px 0px 0px;
line-height: 0.8;
}
.mainmenu_ribbon span
{
font-family: 'RobotoLight';
font-size: 14px;
color:#654696;
text-transform: uppercase;
}
.line/*Горизонтальная линия*/
{
width: 60%;
border-top: 1px solid #654696;
margin-left: 20%;
margin-top: 7px;
margin-bottom: 0px;
}
.inpage_conteiner/*контейнер пунктов главного меню*/
{
min-width:100/*150*/px;
width:100%;
padding:0;
margin:0 0 4px 0;
background: url(images/bg3.jpg) 100% 100% no-repeat;
/* Добавляем фон */ background-size: cover;
/* Масштабируем фон */
}
.inpage_conteiner a
{
position: relative;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.inpage_conteiner img
{
width:50%;
margin-left:48%;
padding: 40px 0px 0px 0;
}
.inpage_button/*кнопки*/
{
width:70%;
font-family: 'RobotoBold';
font-size: 28px;
text-align: center;
padding:0px 0 0px 0;
/*position: relative;
*/ /*height: 50px;
*/ /*bottom: 0px;
*/ color:#654696;
text-transform: uppercase;
background-color: rgba(255, 255, 255, 1.0);
border-radius:10px 10px;
margin-left:15%;
margin-right:15%;
margin-top:7px;
margin-bottom:7px;
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
}
/*.inpage_ribbon/*нижняя полоса контейнеров пунктов главного меню*//*
{
width:100%;
font-family: 'RobotoBold';
font-size: 20px;
text-align: center;
padding:3px 0 4px 0;
position: relative;
bottom: 0px;
z-index: 110;
height: 25px;
/*bottom: 0px;
*//* color:#654696;
text-transform: uppercase;
background-color: rgba(255, 255, 255, 1.0);
border-radius:0px 0px 0px 0px;
}
*/.inpage_ribbon /* Кнопка подарить */
{
width:100px;
font-family: 'RobotoBold';
font-size: 16px;
text-align: center;
padding:5px 20px 5px 20px;
position: relative;
left: 10px;
bottom: 15px;
z-index: 110;
height: 20px;
color:#654696;
text-transform: uppercase;
background-color: rgba(255, 255, 255, 1.0);
border-radius:10px 2px 10px 2px;
}
.inpage_ribbon:active
{
color:#ffffff;
background-color: #654696;
box-shadow: inset 0 0 0 1px #ffffff;
}
.up_ribbon/*лента вверху*/
{
position: absolute;
z-index: 100;
width: 90%;
padding: 0px 0 0 12px;
margin-top:-5px;
background-color: rgba(255, 255, 255, 0.0);
}
.name /* название */
{
font-family: 'RobotoLight';
font-size: 20px;
text-transform: uppercase;
color:#ffffff;
}
.description /* описание */
{
width: 45%;
font-family: 'RobotoLight';
font-size: 14px;
line-height: 1.0;
color:#ffffff;
}
.cost /* цена */
{
font-family: 'RobotoLight';
font-size: 20px;
color:#ffffff;
}
.pages_head/*шапка*/
{
width:100%;
height:50px;
position:fixed;
left:0px;
top:0px;
background:#ffffff;
z-index:1001;
background: -webkit-gradient(linear, center top, center bottom, from(#f5f5f5), color-stop(25%, #f0f0f0), color-stop(50%, #ebebeb), color-stop(75%, #f0f0f0), to(#f5f5f5));
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.pages_header/* Шапка */
{
width:100%;
height:100px;
position:fixed;
left:0px;
top:0px;
background:#ffffff;
z-index: 1000;
-webkit-tap-highlight-color: transparent;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.pages_header_text
{
color:#654696;
font-family: 'RobotoRegular';
text-transform:uppercase;
text-shadow: none;
font-size:24px;
line-height:1.1;
height: 50px;
text-align:center;
margin-top:14px;
}
#footer
{
position: fixed;
/* Фиксированное положение */ left: 0;
bottom: 0;
/* Левый нижний угол */ /*padding: 10px;
/* Поля вокруг текста */ background: -webkit-gradient(linear, center top, center bottom, from(#f5f5f5), color-stop(25%, #f0f0f0), color-stop(50%, #ebebeb), color-stop(75%, #f0f0f0), to(#f5f5f5));
color: #fff;
/* Цвет текста */ width: 100%;
/* Ширина слоя */ z-index:1001;
}
.table/*Таблица для иконок контактов и социальных сетей*/
{
display:table;
}
.row
{
display:table-row;
}
.col
{
display:table-cell;
text-align: center;
}
.col_img
{
width:40px;
}
span.round
{
font-size: 10px;
background: #654696;
border-radius: 0.8em;
-moz-border-radius: 0.8em;
-webkit-border-radius: 0.8em;
color: #ffffff;
display: inline-block;
font-weight: bold;
line-height: 1.6em;
/*margin-right: 15px;
*/ text-align: center;
width: 1.6em;
}
.form_search
{
border: 1px solid #ddd;
border-radius: 30px;
width:96%;
margin:6px 2% 0 2%;
position:fixed;
z-index:2999;
border: solid 1px #d2d2d2;
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
box-shadow: 0 1px 0px rgba(0,0,0,.1);
background: #f1f1f1;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
background: -moz-linear-gradient(top, #fff, #ededed);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.form_search img
{
width: 32px;
}
.card_body
{
margin-bottom:3px;
background-color:#ffffff;
border:0px solid #f5f5f5;
box-shadow: 0px 2px 15px 3px #f5f5f5;
-webkit-box-shadow: 0px 4px 15px 1px #bbbbbb;
-webkit-tap-highlight-color: transparent;
}
.cell_info
{
background:#ffffff;
color:#212121;
font-family: 'RobotoRegular';
font-size:14px;
text-align:left;
text-shadow: none;
text-align:justify;
padding:5px 5px 5px 5px;
/*vertical-align: middle;
*/
}
.c100
{
width:100%;
}
.cell_txt
{
color:#ffffff;
font-size:12px;
text-align:center;
/*vertical-align: middle;
*/
}
.cell_img
{
width:50px;
height:50px;
padding: 7px 7px 0 7px;
background:#ffffff;
/*box-shadow: 0px 0px 15px -5px #5b5b5b;
*/
}
/* Хит продаж */.wrapper
{
/*margin: 50px auto;
*/ width: 100%;
height: 0px;
/*background: white;
*/ border-radius: 10px;
-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
position: relative;
z-index: 0;
}
.ribbon-wrapper-red
{
width: 120px;
height: 120px;
overflow: hidden;
position: absolute;
top: 0px;
right: 0px;
}
.ribbon-red
{
font-family: 'RobotoLight';
text-align: center;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
position: relative;
padding: 5px 5px;
left: 0px;
top: 25px;
width: 150px;
background-color: rgba(197, 5, 255, 0.7);
/*#c505ff;
*/ color: #ffffff;
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.ribbon-red:before, .ribbon-green:after
{
content: "";
border-top: 3px solid #c505ff;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
position:absolute;
bottom: -3px;
}
.ribbon-red:before
{
left: 0;
}
.ribbon-red:after
{
right: 0;
} | m/sale2/style.css | @font-face
{
font-family: 'RobotoBold';
src: url('fonts/RobotoCondensed-Bold.ttf');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'RobotoLight';
src: url('fonts/RobotoCondensed-Light.ttf');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'RobotoRegular';
src: url('fonts/RobotoCondensed-Regular.ttf');
font-weight: normal;
font-style: normal;
line-height: 0.6;
}
@font-face
{
font-family: 'LobsterRegular';
src: url('fonts/Lobster-Regular.ttf');
font-weight: normal;
font-style: normal;
}
html, body
{
padding: 0;
margin: 0;
font-family: 'RobotoRegular';
color:#212121;
background-image:url();
background-color:#ffffff;
}
a
{
text-decoration:none;
-webkit-tap-highlight-color: transparent;
}
.mainmenu_conteiner/*контейнер пунктов главного меню*/
{
min-width:100/*150*/px;
width:100%;
padding:0;
margin:0px 0 0 0;
}
.mainmenu_conteiner a
{
position: relative;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mainmenu_image/*фон у контейнеров пунктов главного меню*/
{
/*padding:10px 0px;
margin-left:15%;
*/ width:100%;
border-radius:0px;
}
.mainmenu_ribbon/*нижняя полоса контейнеров пунктов главного меню*/
{
width:100%;
font-family: 'RobotoBold';
font-size: 20px;
font-weight: bold;
text-align: center;
padding:6px 0 0 0;
position: absolute;
height: 50px;
bottom: 4px;
color:#654696;
text-transform: uppercase;
background-color: rgba(255, 255, 255, 0.7);
border-radius:0px 0px 0px 0px;
line-height: 0.8;
}
.mainmenu_ribbon span
{
font-family: 'RobotoLight';
font-size: 14px;
color:#654696;
text-transform: uppercase;
}
.line/*Горизонтальная линия*/
{
width: 60%;
border-top: 1px solid #654696;
margin-left: 20%;
margin-top: 7px;
margin-bottom: 0px;
}
.inpage_conteiner/*контейнер пунктов главного меню*/
{
min-width:100/*150*/px;
width:100%;
padding:0;
margin:0 0 4px 0;
background: url(images/bg3.jpg) 100% 100% no-repeat;
/* Добавляем фон */ background-size: cover;
/* Масштабируем фон */
}
.inpage_conteiner a
{
position: relative;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.inpage_conteiner img
{
width:50%;
margin-left:48%;
padding: 40px 0px 0px 0;
}
.inpage_button/*кнопки*/
{
width:70%;
font-family: 'RobotoBold';
font-size: 28px;
text-align: center;
padding:0px 0 0px 0;
/*position: relative;
*/ /*height: 50px;
*/ /*bottom: 0px;
*/ color:#654696;
text-transform: uppercase;
background-color: rgba(255, 255, 255, 1.0);
border-radius:10px 10px;
margin-left:15%;
margin-right:15%;
margin-top:7px;
margin-bottom:7px;
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
}
/*.inpage_ribbon/*нижняя полоса контейнеров пунктов главного меню*//*
{
width:100%;
font-family: 'RobotoBold';
font-size: 20px;
text-align: center;
padding:3px 0 4px 0;
position: relative;
bottom: 0px;
z-index: 110;
height: 25px;
/*bottom: 0px;
*//* color:#654696;
text-transform: uppercase;
background-color: rgba(255, 255, 255, 1.0);
border-radius:0px 0px 0px 0px;
}
*/.inpage_ribbon /* Кнопка подарить */
{
width:100px;
font-family: 'RobotoBold';
font-size: 16px;
text-align: center;
padding:5px 20px 5px 20px;
position: relative;
left: 10px;
bottom: 15px;
z-index: 110;
height: 20px;
color:#654696;
text-transform: uppercase;
background-color: rgba(255, 255, 255, 1.0);
border-radius:10px 2px 10px 2px;
}
.inpage_ribbon:active
{
color:#ffffff;
background-color: #654696;
box-shadow: inset 0 0 0 1px #ffffff;
}
.up_ribbon/*лента вверху*/
{
position: absolute;
z-index: 100;
width: 90%;
padding: 0px 0 0 12px;
margin-top:-5px;
background-color: rgba(255, 255, 255, 0.0);
}
.name /* название */
{
font-family: 'RobotoLight';
font-size: 20px;
text-transform: uppercase;
color:#ffffff;
}
.description /* описание */
{
width: 45%;
font-family: 'RobotoLight';
font-size: 14px;
line-height: 1.0;
color:#ffffff;
}
.cost /* цена */
{
font-family: 'RobotoLight';
font-size: 20px;
color:#ffffff;
}
.pages_head/*шапка*/
{
width:100%;
height:50px;
position:fixed;
left:0px;
top:0px;
background:#ffffff;
z-index:1001;
background: -webkit-gradient(linear, center top, center bottom, from(#f5f5f5), color-stop(25%, #f0f0f0), color-stop(50%, #ebebeb), color-stop(75%, #f0f0f0), to(#f5f5f5));
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.pages_header/* Шапка */
{
width:100%;
height:100px;
position:fixed;
left:0px;
top:0px;
background:#ffffff;
z-index: 1000;
-webkit-tap-highlight-color: transparent;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.pages_header_text
{
color:#654696;
font-family: 'RobotoRegular';
text-transform:uppercase;
text-shadow: none;
font-size:24px;
line-height:1.1;
height: 50px;
text-align:center;
margin-top:14px;
}
#footer
{
position: fixed;
/* Фиксированное положение */ left: 0;
bottom: 0;
/* Левый нижний угол */ /*padding: 10px;
/* Поля вокруг текста */ background: -webkit-gradient(linear, center top, center bottom, from(#f5f5f5), color-stop(25%, #f0f0f0), color-stop(50%, #ebebeb), color-stop(75%, #f0f0f0), to(#f5f5f5));
color: #fff;
/* Цвет текста */ width: 100%;
/* Ширина слоя */ z-index:1001;
}
.table/*Таблица для иконок контактов и социальных сетей*/
{
display:table;
}
.row
{
display:table-row;
}
.col
{
display:table-cell;
text-align: center;
}
.col_img
{
width:40px;
}
span.round
{
font-size: 10px;
background: #654696;
border-radius: 0.8em;
-moz-border-radius: 0.8em;
-webkit-border-radius: 0.8em;
color: #ffffff;
display: inline-block;
font-weight: bold;
line-height: 1.6em;
/*margin-right: 15px;
*/ text-align: center;
width: 1.6em;
}
.form_search
{
border: 1px solid #ddd;
border-radius: 30px;
width:96%;
margin:6px 2% 0 2%;
position:fixed;
z-index:2999;
border: solid 1px #d2d2d2;
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
box-shadow: 0 1px 0px rgba(0,0,0,.1);
background: #f1f1f1;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
background: -moz-linear-gradient(top, #fff, #ededed);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.form_search img
{
width: 32px;
}
.card_body
{
margin-bottom:3px;
background-color:#ffffff;
border:0px solid #f5f5f5;
box-shadow: 0px 2px 15px 3px #f5f5f5;
-webkit-box-shadow: 0px 4px 15px 1px #bbbbbb;
-webkit-tap-highlight-color: transparent;
}
.cell_info
{
background:#ffffff;
color:#212121;
font-family: 'RobotoRegular';
font-size:14px;
text-align:left;
text-shadow: none;
text-align:justify;
padding:5px 5px 5px 5px;
/*vertical-align: middle;
*/
}
.c100
{
width:100%;
}
.cell_txt
{
color:#ffffff;
font-size:12px;
text-align:center;
/*vertical-align: middle;
*/
}
.cell_img
{
width:50px;
height:50px;
padding: 7px 7px 0 7px;
background:#ffffff;
/*box-shadow: 0px 0px 15px -5px #5b5b5b;
*/
}
/* Хит продаж */.wrapper
{
/*margin: 50px auto;
*/ width: 100%;
height: 0px;
/*background: white;
*/ border-radius: 10px;
-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
position: relative;
z-index: 0;
}
.ribbon-wrapper-red
{
width: 120px;
height: 120px;
overflow: hidden;
position: absolute;
top: 0px;
right: 0px;
}
.ribbon-red
{
font-family: 'RobotoLight';
text-align: center;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
position: relative;
padding: 5px 5px;
left: 0px;
top: 25px;
width: 150px;
background-color: rgba(197, 5, 255, 0.7);
/*#c505ff;
*/ color: #ffffff;
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.ribbon-red:before, .ribbon-green:after
{
content: "";
border-top: 3px solid #c505ff;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
position:absolute;
bottom: -3px;
}
.ribbon-red:before
{
left: 0;
}
.ribbon-red:after
{
right: 0;
} | 0.233357 | 0.051344 |
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
* {
margin: 0;
}
body {
color: #111827;
font-family: 'Inter', sans-serif;
line-height: 1.5;
scroll-behavior: smooth;
text-rendering: optimizeSpeed;
}
a:not([class]) {
text-decoration-skip-ink: auto;
}
.container {
display: flex;
flex-direction: column;
margin: 0 auto;
padding: 0 2rem;
max-width: 64rem;
min-height: 100vh;
}
.header {
align-items: center;
display: flex;
justify-content: space-between;
padding-top: 3rem;
}
.header > .logo > img {
height: 32px;
}
@media (max-width: 640px) {
header > .logo {
overflow: hidden;
width: 32px;
}
}
.content {
align-items: center;
display: flex;
flex-grow: 1;
}
.hero {
margin: 0 auto;
max-width: 54rem;
opacity: 1;
text-align: center;
transition: opacity ease-in 500ms;
}
.hero.loading {
opacity: 0;
}
.hero .logo {
margin-bottom: 2rem;
width: 5rem;
}
.hero h1 {
font-size: 3.75rem;
line-height: 1;
}
.hero .subtitle {
color: #6B7280;
font-size: 1.4rem;
line-height: 2rem;
margin: 1.5rem auto;
max-width: 32rem;
}
@media (max-width: 640px) {
.hero h1 {
font-size: 2.5rem;
}
.hero .subtitle {
font-size: 1.125rem;
line-height: 1.75rem;
}
}
.cta {
background-color: #4F46E5;
border-radius: 0.375rem;
color: #fff;
display: inline-flex;
font-size: 1rem;
font-weight: 500;
line-height: 1.5rem;
padding: 0.75rem 1.5rem;
text-align: center;
text-decoration: none;
}
.cta:hover {
background-color: #4338CA;
}
.persona-selector {
color: #6B7280;
display: flex;
position: relative;
}
.persona-selector select {
appearance: none;
border-radius: .375rem;
border: 1px solid #e5e7eb;
box-sizing: border-box;
display: inline-block;
font-family: inherit;
font-size: .875rem;
font-weight: 500;
height: 2.25rem;
line-height: 1.25rem;
padding: 0 2rem 0 .875rem;
}
.persona-selector .icon-arrow {
height: 100%;
position: absolute;
right: .875rem;
} | examples/next-ssr-app/styles/globals.css | @import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
* {
margin: 0;
}
body {
color: #111827;
font-family: 'Inter', sans-serif;
line-height: 1.5;
scroll-behavior: smooth;
text-rendering: optimizeSpeed;
}
a:not([class]) {
text-decoration-skip-ink: auto;
}
.container {
display: flex;
flex-direction: column;
margin: 0 auto;
padding: 0 2rem;
max-width: 64rem;
min-height: 100vh;
}
.header {
align-items: center;
display: flex;
justify-content: space-between;
padding-top: 3rem;
}
.header > .logo > img {
height: 32px;
}
@media (max-width: 640px) {
header > .logo {
overflow: hidden;
width: 32px;
}
}
.content {
align-items: center;
display: flex;
flex-grow: 1;
}
.hero {
margin: 0 auto;
max-width: 54rem;
opacity: 1;
text-align: center;
transition: opacity ease-in 500ms;
}
.hero.loading {
opacity: 0;
}
.hero .logo {
margin-bottom: 2rem;
width: 5rem;
}
.hero h1 {
font-size: 3.75rem;
line-height: 1;
}
.hero .subtitle {
color: #6B7280;
font-size: 1.4rem;
line-height: 2rem;
margin: 1.5rem auto;
max-width: 32rem;
}
@media (max-width: 640px) {
.hero h1 {
font-size: 2.5rem;
}
.hero .subtitle {
font-size: 1.125rem;
line-height: 1.75rem;
}
}
.cta {
background-color: #4F46E5;
border-radius: 0.375rem;
color: #fff;
display: inline-flex;
font-size: 1rem;
font-weight: 500;
line-height: 1.5rem;
padding: 0.75rem 1.5rem;
text-align: center;
text-decoration: none;
}
.cta:hover {
background-color: #4338CA;
}
.persona-selector {
color: #6B7280;
display: flex;
position: relative;
}
.persona-selector select {
appearance: none;
border-radius: .375rem;
border: 1px solid #e5e7eb;
box-sizing: border-box;
display: inline-block;
font-family: inherit;
font-size: .875rem;
font-weight: 500;
height: 2.25rem;
line-height: 1.25rem;
padding: 0 2rem 0 .875rem;
}
.persona-selector .icon-arrow {
height: 100%;
position: absolute;
right: .875rem;
} | 0.570212 | 0.093637 |
.tim-row {
margin-bottom: 20px;
}
.tim-white-buttons {
background-color: #777777;
}
.typography-line {
padding-left: 25%;
margin-bottom: 35px;
position: relative;
display: block;
width: 100%;
}
.typography-line span {
bottom: 10px;
color: #c0c1c2;
display: block;
font-weight: 400;
font-size: 13px;
line-height: 13px;
left: 0;
position: absolute;
width: 260px;
text-transform: none;
}
.tim-row {
padding-top: 60px;
}
.tim-row h3 {
margin-top: 0;
}
.offline-doc .page-header {
display: flex;
align-items: center;
}
.offline-doc .footer {
position: absolute;
width: 100%;
background: transparent;
bottom: 0;
color: #fff;
z-index: 1;
}
@media all and (min-width: 992px) {
.sidebar .nav>li.active-pro {
position: absolute;
width: 100%;
bottom: 10px;
}
}
.card.card-upgrade .card-category {
max-width: 530px;
margin: 0 auto;
}
/* Nucleo Style */
.demo-iconshtml {
font-size: 62.5%;
}
.demo-icons body {
font-size: 1.6rem;
font-family: sans-serif;
color: #333333;
background: white;
}
.demo-icons a {
color: #608CEE;
text-decoration: none;
}
.demo-icons header {
text-align: center;
padding: 100px 0 0;
}
.demo-icons header h1 {
font-size: 2.8rem;
}
.demo-icons header p {
font-size: 1.4rem;
margin-top: 1em;
}
.demo-icons header a:hover {
text-decoration: underline;
}
.demo-icons .nc-icon {
font-size: 34px;
}
.demo-icons section h2 {
border-bottom: 1px solid #e2e2e2;
padding: 0 0 1em .2em;
margin-bottom: 1em;
}
.demo-icons ul {
padding-left: 0;
}
.demo-icons ul::after {
clear: both;
content: "";
display: table;
}
.demo-icons ul li {
width: 20%;
float: left;
padding: 16px 0;
text-align: center;
border-radius: .25em;
-webkit-transition: background 0.2s;
-moz-transition: background 0.2s;
transition: background 0.2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: hidden;
}
.demo-icons ul li:hover {
background: #f4f4f4;
}
.demo-icons ul p,
.demo-icons ul em,
.demo-icons ul input {
display: inline-block;
font-size: 1rem;
color: #999999;
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
}
.demo-icons ul p {
padding: 20px 0 0;
font-size: 12px;
margin: 0;
}
.demo-icons ul p::selection,
.demo-icons ul em::selection {
background: #608CEE;
color: #efefef;
}
.demo-icons ul em {
font-size: 12px;
}
.demo-icons ul em::before {
content: '[';
}
.demo-icons ul em::after {
content: ']';
}
.demo-icons ul input {
text-align: center;
background: transparent;
border: none;
box-shadow: none;
outline: none;
display: none;
}
.profile img {
margin: 15px auto;
display: block;
width: 120px;
border: 8px solid #2c2f3f;
}
.profile h1 {
font-size: 24px;
margin: 0;
padding: 0;
font-weight: 600;
-moz-text-align-last: center;
text-align-last: center;
font-family: "Poppins", sans-serif;
}
.profile h1 a, .profile h1 a:hover {
/* color: #fff; */
text-decoration: none;
}
.profile .social-links a {
font-size: 18px;
display: inline-block;
background: #212431;
color: #fff;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 50%;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}
.profile .social-links a:hover {
background: #149ddd;
color: #fff;
text-decoration: none;
}
#hero {
width: 100%;
height: 100vh;
background: url("../../assets/img/home-eu.jpg") top right;
background-size: cover;
}
section.resume-section {
padding-top: 30px !important;
padding-bottom: 30px !important;
max-width: 100rem;
}
#hero:before {
content: "";
background: rgba(5, 13, 24, 0.425);
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
z-index: 1;
height: 100vh;
}
#hero .hero-container {
position: relative;
z-index: 2;
min-width: 300px;
}
#hero h1 {
margin: 0 0 10px 0;
font-size: 64px;
font-weight: 700;
line-height: 56px;
color: #fff;
}
#hero p {
color: #fff;
margin-bottom: 50px;
font-size: 26px;
font-family: "Poppins", sans-serif;
}
#hero p span {
color: #fff;
padding-bottom: 4px;
letter-spacing: 1px;
border-bottom: 3px solid #149ddd;
}
section {
padding: 20px 0;
overflow: hidden;
}
.section-bg {
background: #f5f8fd;
}
.section-title h2 {
font-size: 32px;
font-weight: bold;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
color: #173b6c;
}
.section-title h2::after {
content: '';
position: absolute;
display: block;
width: 50px;
height: 3px;
background: #149ddd;
bottom: 0;
left: 0;
}
.section-title p {
margin-bottom: 0;
}
.about .content h3 {
font-weight: 700;
font-size: 26px;
color: #173b6c;
}
.about .content ul {
list-style: none;
padding: 0;
}
.about .content ul li {
padding-bottom: 10px;
}
.about .content ul i {
font-size: 20px;
padding-right: 2px;
color: #149ddd;
}
.about .content p:last-child {
margin-bottom: 0;
}
.skills .progress {
height: 50px;
display: block;
background: none;
}
.skills .progress .skill {
padding: 0;
margin: 0 0 6px 0;
text-transform: uppercase;
display: block;
font-weight: 600;
font-family: "Poppins", sans-serif;
color: #050d18;
}
.skills .progress .skill .val {
float: right;
font-style: normal;
}
.skills .progress-bar-wrap {
background: #dce8f8;
}
.skills .progress-bar {
width: 1px;
height: 10px;
transition: .9s;
background-color: #149ddd;
}
#footer {
background: #212120;
padding: 0 0 30px 0;
color: #fff;
font-size: 14px;
}
#footer .footer-top {
background: #212120;
border-top: 1px solid #768fa6;
border-bottom: 1px solid #67839c;
padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
font-size: 24px;
margin: 0 0 20px 0;
padding: 2px 0 2px 0;
line-height: 1;
font-weight: 700;
}
#footer .footer-top .footer-info p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
font-family: "Raleway", sans-serif;
color: #fff;
}
#footer .footer-top .social-links a {
font-size: 18px;
display: inline-block;
background: #212120;
color: #fff;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 50%;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
background: #428bca;
color: #fff;
text-decoration: none;
}
#footer .footer-top img {
width: 100%;
position: relative;
padding-bottom: 12px;
}
#footer .footer-top .footer-links {
margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}
#footer .footer-top .footer-links ul i {
padding-right: 2px;
color: #9eccf4;
font-size: 18px;
line-height: 1;
}
#footer .footer-top .footer-links ul li {
padding: 10px 0;
display: flex;
align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}
#footer .footer-top .footer-links ul a {
color: #fff;
transition: 0.3s;
display: inline-block;
line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
color: #9eccf4;
}
#footer .footer-top .footer-newsletter form {
margin-top: 30px;
background: #fff;
padding: 6px 10px;
position: relative;
border-radius: 4;
}
#footer .footer-top .footer-newsletter form input[type="email"] {
border: 0;
padding: 4px;
width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type="submit"] {
position: absolute;
top: 0;
right: 0;
bottom: 0;
border: 0;
background: none;
font-size: 16px;
padding: 0 20px;
background: #428bca;
color: #fff;
transition: 0.3s;
border-radius: 4;
}
#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
background: #5295ce;
}
#footer .copyright {
text-align: center;
padding-top: 30px;
}
#footer .credits {
padding-top: 10px;
text-align: center;
font-size: 13px;
color: #fff;
}
#footer .credits a {
color: #9eccf4;
} | src/assets/css/demo.css | .tim-row {
margin-bottom: 20px;
}
.tim-white-buttons {
background-color: #777777;
}
.typography-line {
padding-left: 25%;
margin-bottom: 35px;
position: relative;
display: block;
width: 100%;
}
.typography-line span {
bottom: 10px;
color: #c0c1c2;
display: block;
font-weight: 400;
font-size: 13px;
line-height: 13px;
left: 0;
position: absolute;
width: 260px;
text-transform: none;
}
.tim-row {
padding-top: 60px;
}
.tim-row h3 {
margin-top: 0;
}
.offline-doc .page-header {
display: flex;
align-items: center;
}
.offline-doc .footer {
position: absolute;
width: 100%;
background: transparent;
bottom: 0;
color: #fff;
z-index: 1;
}
@media all and (min-width: 992px) {
.sidebar .nav>li.active-pro {
position: absolute;
width: 100%;
bottom: 10px;
}
}
.card.card-upgrade .card-category {
max-width: 530px;
margin: 0 auto;
}
/* Nucleo Style */
.demo-iconshtml {
font-size: 62.5%;
}
.demo-icons body {
font-size: 1.6rem;
font-family: sans-serif;
color: #333333;
background: white;
}
.demo-icons a {
color: #608CEE;
text-decoration: none;
}
.demo-icons header {
text-align: center;
padding: 100px 0 0;
}
.demo-icons header h1 {
font-size: 2.8rem;
}
.demo-icons header p {
font-size: 1.4rem;
margin-top: 1em;
}
.demo-icons header a:hover {
text-decoration: underline;
}
.demo-icons .nc-icon {
font-size: 34px;
}
.demo-icons section h2 {
border-bottom: 1px solid #e2e2e2;
padding: 0 0 1em .2em;
margin-bottom: 1em;
}
.demo-icons ul {
padding-left: 0;
}
.demo-icons ul::after {
clear: both;
content: "";
display: table;
}
.demo-icons ul li {
width: 20%;
float: left;
padding: 16px 0;
text-align: center;
border-radius: .25em;
-webkit-transition: background 0.2s;
-moz-transition: background 0.2s;
transition: background 0.2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: hidden;
}
.demo-icons ul li:hover {
background: #f4f4f4;
}
.demo-icons ul p,
.demo-icons ul em,
.demo-icons ul input {
display: inline-block;
font-size: 1rem;
color: #999999;
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
}
.demo-icons ul p {
padding: 20px 0 0;
font-size: 12px;
margin: 0;
}
.demo-icons ul p::selection,
.demo-icons ul em::selection {
background: #608CEE;
color: #efefef;
}
.demo-icons ul em {
font-size: 12px;
}
.demo-icons ul em::before {
content: '[';
}
.demo-icons ul em::after {
content: ']';
}
.demo-icons ul input {
text-align: center;
background: transparent;
border: none;
box-shadow: none;
outline: none;
display: none;
}
.profile img {
margin: 15px auto;
display: block;
width: 120px;
border: 8px solid #2c2f3f;
}
.profile h1 {
font-size: 24px;
margin: 0;
padding: 0;
font-weight: 600;
-moz-text-align-last: center;
text-align-last: center;
font-family: "Poppins", sans-serif;
}
.profile h1 a, .profile h1 a:hover {
/* color: #fff; */
text-decoration: none;
}
.profile .social-links a {
font-size: 18px;
display: inline-block;
background: #212431;
color: #fff;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 50%;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}
.profile .social-links a:hover {
background: #149ddd;
color: #fff;
text-decoration: none;
}
#hero {
width: 100%;
height: 100vh;
background: url("../../assets/img/home-eu.jpg") top right;
background-size: cover;
}
section.resume-section {
padding-top: 30px !important;
padding-bottom: 30px !important;
max-width: 100rem;
}
#hero:before {
content: "";
background: rgba(5, 13, 24, 0.425);
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
z-index: 1;
height: 100vh;
}
#hero .hero-container {
position: relative;
z-index: 2;
min-width: 300px;
}
#hero h1 {
margin: 0 0 10px 0;
font-size: 64px;
font-weight: 700;
line-height: 56px;
color: #fff;
}
#hero p {
color: #fff;
margin-bottom: 50px;
font-size: 26px;
font-family: "Poppins", sans-serif;
}
#hero p span {
color: #fff;
padding-bottom: 4px;
letter-spacing: 1px;
border-bottom: 3px solid #149ddd;
}
section {
padding: 20px 0;
overflow: hidden;
}
.section-bg {
background: #f5f8fd;
}
.section-title h2 {
font-size: 32px;
font-weight: bold;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
color: #173b6c;
}
.section-title h2::after {
content: '';
position: absolute;
display: block;
width: 50px;
height: 3px;
background: #149ddd;
bottom: 0;
left: 0;
}
.section-title p {
margin-bottom: 0;
}
.about .content h3 {
font-weight: 700;
font-size: 26px;
color: #173b6c;
}
.about .content ul {
list-style: none;
padding: 0;
}
.about .content ul li {
padding-bottom: 10px;
}
.about .content ul i {
font-size: 20px;
padding-right: 2px;
color: #149ddd;
}
.about .content p:last-child {
margin-bottom: 0;
}
.skills .progress {
height: 50px;
display: block;
background: none;
}
.skills .progress .skill {
padding: 0;
margin: 0 0 6px 0;
text-transform: uppercase;
display: block;
font-weight: 600;
font-family: "Poppins", sans-serif;
color: #050d18;
}
.skills .progress .skill .val {
float: right;
font-style: normal;
}
.skills .progress-bar-wrap {
background: #dce8f8;
}
.skills .progress-bar {
width: 1px;
height: 10px;
transition: .9s;
background-color: #149ddd;
}
#footer {
background: #212120;
padding: 0 0 30px 0;
color: #fff;
font-size: 14px;
}
#footer .footer-top {
background: #212120;
border-top: 1px solid #768fa6;
border-bottom: 1px solid #67839c;
padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
font-size: 24px;
margin: 0 0 20px 0;
padding: 2px 0 2px 0;
line-height: 1;
font-weight: 700;
}
#footer .footer-top .footer-info p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
font-family: "Raleway", sans-serif;
color: #fff;
}
#footer .footer-top .social-links a {
font-size: 18px;
display: inline-block;
background: #212120;
color: #fff;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 50%;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
background: #428bca;
color: #fff;
text-decoration: none;
}
#footer .footer-top img {
width: 100%;
position: relative;
padding-bottom: 12px;
}
#footer .footer-top .footer-links {
margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}
#footer .footer-top .footer-links ul i {
padding-right: 2px;
color: #9eccf4;
font-size: 18px;
line-height: 1;
}
#footer .footer-top .footer-links ul li {
padding: 10px 0;
display: flex;
align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}
#footer .footer-top .footer-links ul a {
color: #fff;
transition: 0.3s;
display: inline-block;
line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
color: #9eccf4;
}
#footer .footer-top .footer-newsletter form {
margin-top: 30px;
background: #fff;
padding: 6px 10px;
position: relative;
border-radius: 4;
}
#footer .footer-top .footer-newsletter form input[type="email"] {
border: 0;
padding: 4px;
width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type="submit"] {
position: absolute;
top: 0;
right: 0;
bottom: 0;
border: 0;
background: none;
font-size: 16px;
padding: 0 20px;
background: #428bca;
color: #fff;
transition: 0.3s;
border-radius: 4;
}
#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
background: #5295ce;
}
#footer .copyright {
text-align: center;
padding-top: 30px;
}
#footer .credits {
padding-top: 10px;
text-align: center;
font-size: 13px;
color: #fff;
}
#footer .credits a {
color: #9eccf4;
} | 0.504883 | 0.100437 |
.rc-tree {
margin: 0;
padding: 5px;
}
.rc-tree li {
padding: 0;
margin: 0;
list-style: none;
white-space: nowrap;
outline: 0;
}
.rc-tree li ul {
margin: 0;
padding: 0 0 0 18px;
}
.rc-tree li ul.rc-tree-line {
background: url("https://t.alipayobjects.com/images/T13BtfXl0mXXXXXXXX.gif") 0 0 repeat-y;
}
.rc-tree li a {
display: inline-block;
padding: 1px 3px 0 0;
margin: 0;
cursor: pointer;
height: 17px;
text-decoration: none;
vertical-align: top;
}
.rc-tree li span.rc-tree-switcher-noop,
.rc-tree li span.rc-tree-switcher,
.rc-tree li span.rc-tree-checkbox,
.rc-tree li span.rc-tree-iconEle {
line-height: 16px;
margin-right: 2px;
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
border: 0 none;
cursor: pointer;
outline: none;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-image: url("https://t.alipayobjects.com/images/T1.ANfXhXtXXXXXXXX.png");
}
.rc-tree li span.rc-tree-icon_loading {
margin-right: 2px;
vertical-align: top;
background: url(https://t.alipayobjects.com/images/rmsweb/T1YxhiXgJbXXXXXXXX.gif) no-repeat scroll 0 0 transparent;
}
.rc-tree li span.rc-tree-switcher-noop {
background-image: none;
}
.rc-tree li span.rc-tree-switcher-disabled {
background: #fff;
position: relative;
}
.rc-tree li span.rc-tree-switcher-disabled:after {
content: '-';
position: absolute;
top: 8px;
left: 6px;
color: gray;
}
.rc-tree li span.rc-tree-switcher.rc-tree-roots_open {
background-position: -92px 0;
}
.rc-tree li span.rc-tree-switcher.rc-tree-roots_close {
background-position: -74px 0;
}
.rc-tree li span.rc-tree-switcher.rc-tree-center_open {
background-position: -92px -18px;
}
.rc-tree li span.rc-tree-switcher.rc-tree-center_close {
background-position: -74px -18px;
}
.rc-tree li span.rc-tree-switcher.rc-tree-bottom_open {
background-position: -92px -36px;
}
.rc-tree li span.rc-tree-switcher.rc-tree-bottom_close {
background-position: -74px -36px;
}
.rc-tree li span.rc-tree-switcher.rc-tree-noline_open {
background-position: -92px -72px;
}
.rc-tree li span.rc-tree-switcher.rc-tree-noline_close {
background-position: -74px -72px;
}
.rc-tree li span.rc-tree-checkbox {
width: 13px;
height: 13px;
margin: 0 3px;
background-position: 0 0;
}
.rc-tree li span.rc-tree-checkbox.rc-tree-checkbox-checked {
background-position: -14px 0;
}
.rc-tree li span.rc-tree-checkbox.rc-tree-checkbox-indeterminate {
background-position: -14px -28px;
}
.rc-tree li span.rc-tree-checkbox-disabled {
background-position: 0 -28px !important;
}
.rc-tree-child-tree {
display: none;
}
.rc-tree-child-tree-open {
display: block;
}
.rc-tree-treenode-disabled > span,
.rc-tree-treenode-disabled > a {
color: gray;
}
.rc-tree-node-selected {
background-color: #ffe6b0;
border: 1px #ffb951 solid;
opacity: 0.8;
}
.rc-tree-icon__open {
margin-right: 2px;
background-position: -110px -16px;
vertical-align: top;
}
.rc-tree-icon__close {
margin-right: 2px;
background-position: -110px 0;
vertical-align: top;
} | node_modules/antd/node_modules/rc-tree/assets/index.css | .rc-tree {
margin: 0;
padding: 5px;
}
.rc-tree li {
padding: 0;
margin: 0;
list-style: none;
white-space: nowrap;
outline: 0;
}
.rc-tree li ul {
margin: 0;
padding: 0 0 0 18px;
}
.rc-tree li ul.rc-tree-line {
background: url("https://t.alipayobjects.com/images/T13BtfXl0mXXXXXXXX.gif") 0 0 repeat-y;
}
.rc-tree li a {
display: inline-block;
padding: 1px 3px 0 0;
margin: 0;
cursor: pointer;
height: 17px;
text-decoration: none;
vertical-align: top;
}
.rc-tree li span.rc-tree-switcher-noop,
.rc-tree li span.rc-tree-switcher,
.rc-tree li span.rc-tree-checkbox,
.rc-tree li span.rc-tree-iconEle {
line-height: 16px;
margin-right: 2px;
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
border: 0 none;
cursor: pointer;
outline: none;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-image: url("https://t.alipayobjects.com/images/T1.ANfXhXtXXXXXXXX.png");
}
.rc-tree li span.rc-tree-icon_loading {
margin-right: 2px;
vertical-align: top;
background: url(https://t.alipayobjects.com/images/rmsweb/T1YxhiXgJbXXXXXXXX.gif) no-repeat scroll 0 0 transparent;
}
.rc-tree li span.rc-tree-switcher-noop {
background-image: none;
}
.rc-tree li span.rc-tree-switcher-disabled {
background: #fff;
position: relative;
}
.rc-tree li span.rc-tree-switcher-disabled:after {
content: '-';
position: absolute;
top: 8px;
left: 6px;
color: gray;
}
.rc-tree li span.rc-tree-switcher.rc-tree-roots_open {
background-position: -92px 0;
}
.rc-tree li span.rc-tree-switcher.rc-tree-roots_close {
background-position: -74px 0;
}
.rc-tree li span.rc-tree-switcher.rc-tree-center_open {
background-position: -92px -18px;
}
.rc-tree li span.rc-tree-switcher.rc-tree-center_close {
background-position: -74px -18px;
}
.rc-tree li span.rc-tree-switcher.rc-tree-bottom_open {
background-position: -92px -36px;
}
.rc-tree li span.rc-tree-switcher.rc-tree-bottom_close {
background-position: -74px -36px;
}
.rc-tree li span.rc-tree-switcher.rc-tree-noline_open {
background-position: -92px -72px;
}
.rc-tree li span.rc-tree-switcher.rc-tree-noline_close {
background-position: -74px -72px;
}
.rc-tree li span.rc-tree-checkbox {
width: 13px;
height: 13px;
margin: 0 3px;
background-position: 0 0;
}
.rc-tree li span.rc-tree-checkbox.rc-tree-checkbox-checked {
background-position: -14px 0;
}
.rc-tree li span.rc-tree-checkbox.rc-tree-checkbox-indeterminate {
background-position: -14px -28px;
}
.rc-tree li span.rc-tree-checkbox-disabled {
background-position: 0 -28px !important;
}
.rc-tree-child-tree {
display: none;
}
.rc-tree-child-tree-open {
display: block;
}
.rc-tree-treenode-disabled > span,
.rc-tree-treenode-disabled > a {
color: gray;
}
.rc-tree-node-selected {
background-color: #ffe6b0;
border: 1px #ffb951 solid;
opacity: 0.8;
}
.rc-tree-icon__open {
margin-right: 2px;
background-position: -110px -16px;
vertical-align: top;
}
.rc-tree-icon__close {
margin-right: 2px;
background-position: -110px 0;
vertical-align: top;
} | 0.487307 | 0.122078 |
.collection-container{
margin: 0;
padding: 0;
display: flex;
}
.collection-table-container{
padding:0;
width: 80%;
position: relative;
max-height: 90vh;
overflow-y: auto;
}
.collection-table{
width: 100%;
overflow-y: scroll;
}
th.mat-sort-header-sorted {
color: black;
}
.collection-table th{
font-size: 14px!important;
color: gray;
}
.header-date{
margin:0px 20px 0px 10px;
}
.cell-date{
margin:0px 20px 0px 8px;
color: #c2c2c2;
font-size: 13px;
}
.cell-no-date{
margin:0px 16px;
color:#353647;
opacity: 0.8;
font-size: 18px;
}
.collection-table th:nth-child(2){
width:45%;
}
.cell-list-name{
font-size: 16px!important;
font-weight: 600;
}
.header-entities{
margin:0px 0px 0px 40px;
}
.collection-table td:nth-child(3){
text-align: right;
font-weight: 400;
font-size:12px;
}
.header-actions{
margin:0px 32px;
}
.cell-action-icons{
padding-top: 4px;
}
.action-icons{
margin-right: 16px!important;
color: gray;
}
.action-icons:nth-child(1){
margin-left:32px;
}
.action-svg{
overflow: hidden;
height: 18px;
vertical-align: baseline;
}
.detail-btn{
float: right;
color:#02466b;
margin-right: 24px;
font-size: 12px;
font-weight: 400;
padding: 6px 16px;
cursor: pointer;
user-select: none;
text-decoration: none;
border-bottom: 3px solid #ffffff;
}
.mat-row.highlighted .detail-btn{
background: #ffffff;
color: #002b42;
font-weight: bold;
border-bottom: 3px solid #02466b;
}
.mat-row.highlighted mat-icon{
color: black;
}
.mat-row.highlighted {
background: #f5f5f5;
}
mat-cell.mat-cell, mat-header-cell.mat-header-cell {
overflow: visible;
}
tr.mat-row, tr.mat-footer-row {
height: 60px;
}
.description-container{
padding:0;
width: 20%;
position: relative;
max-height: 90vh;
overflow: auto;
}
.description-header{
background: #f5f5f5!important;
padding: 16px;
font-size: 12px;
color: black;
text-align: left;
font-weight: 200;
margin: 18px 16px 30px 16px;
}
.description-header a{
font-weight: 600;
margin-left: 8px;
color: #02466b;
}
.description-header + ul{
padding: 0px 0px 0px 24px;
font-size: 12px;
list-style: none;
}
.description-item{
color: #4471a3;
margin-bottom: 16px;
}
.collection-table-container::-webkit-scrollbar {
width: 12px;
height: 8px;
border-radius: 10px;
background-color: lightgray;
}
.collection-table-container::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: gray;
}
.collection-table-container::-webkit-scrollbar-button,
.collection-table-container::-webkit-scrollbar-track,
.collection-table-container::-webkit-scrollbar-track-piece,
.collection-table-container::-webkit-scrollbar-corner,
.collection-table-container::-webkit-resizer {
display: none;
}
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
padding: 0;
border-bottom: 1px solid lightgray;
} | src/app/data-table/data-table.component.css | .collection-container{
margin: 0;
padding: 0;
display: flex;
}
.collection-table-container{
padding:0;
width: 80%;
position: relative;
max-height: 90vh;
overflow-y: auto;
}
.collection-table{
width: 100%;
overflow-y: scroll;
}
th.mat-sort-header-sorted {
color: black;
}
.collection-table th{
font-size: 14px!important;
color: gray;
}
.header-date{
margin:0px 20px 0px 10px;
}
.cell-date{
margin:0px 20px 0px 8px;
color: #c2c2c2;
font-size: 13px;
}
.cell-no-date{
margin:0px 16px;
color:#353647;
opacity: 0.8;
font-size: 18px;
}
.collection-table th:nth-child(2){
width:45%;
}
.cell-list-name{
font-size: 16px!important;
font-weight: 600;
}
.header-entities{
margin:0px 0px 0px 40px;
}
.collection-table td:nth-child(3){
text-align: right;
font-weight: 400;
font-size:12px;
}
.header-actions{
margin:0px 32px;
}
.cell-action-icons{
padding-top: 4px;
}
.action-icons{
margin-right: 16px!important;
color: gray;
}
.action-icons:nth-child(1){
margin-left:32px;
}
.action-svg{
overflow: hidden;
height: 18px;
vertical-align: baseline;
}
.detail-btn{
float: right;
color:#02466b;
margin-right: 24px;
font-size: 12px;
font-weight: 400;
padding: 6px 16px;
cursor: pointer;
user-select: none;
text-decoration: none;
border-bottom: 3px solid #ffffff;
}
.mat-row.highlighted .detail-btn{
background: #ffffff;
color: #002b42;
font-weight: bold;
border-bottom: 3px solid #02466b;
}
.mat-row.highlighted mat-icon{
color: black;
}
.mat-row.highlighted {
background: #f5f5f5;
}
mat-cell.mat-cell, mat-header-cell.mat-header-cell {
overflow: visible;
}
tr.mat-row, tr.mat-footer-row {
height: 60px;
}
.description-container{
padding:0;
width: 20%;
position: relative;
max-height: 90vh;
overflow: auto;
}
.description-header{
background: #f5f5f5!important;
padding: 16px;
font-size: 12px;
color: black;
text-align: left;
font-weight: 200;
margin: 18px 16px 30px 16px;
}
.description-header a{
font-weight: 600;
margin-left: 8px;
color: #02466b;
}
.description-header + ul{
padding: 0px 0px 0px 24px;
font-size: 12px;
list-style: none;
}
.description-item{
color: #4471a3;
margin-bottom: 16px;
}
.collection-table-container::-webkit-scrollbar {
width: 12px;
height: 8px;
border-radius: 10px;
background-color: lightgray;
}
.collection-table-container::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: gray;
}
.collection-table-container::-webkit-scrollbar-button,
.collection-table-container::-webkit-scrollbar-track,
.collection-table-container::-webkit-scrollbar-track-piece,
.collection-table-container::-webkit-scrollbar-corner,
.collection-table-container::-webkit-resizer {
display: none;
}
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
padding: 0;
border-bottom: 1px solid lightgray;
} | 0.33372 | 0.067701 |
body{
padding: 100px;
position:absolute;
left: 25%;
background: black;
}
.con-input{
background: rgb(242, 243, 247);
display: flex;
align-items: center;
justify-content:center;
padding: 5px;
border-radius: 12px;
position: relative;
width: 240px;
}
.con-input input {
border: 0px;
background: transparent;
outline: none;
font-size:-9rem;
font-family: 'Poppins', sans-serif;
margin-left: 8px;
width: 200px;
transition: all .25s ease;
}
.con-input input:facus{
padding-left: 5px;
padding-right: 0px;
}
.con-input input:focus ~ .bg{
border: 2px solid #000;
}
.con-input input:focus ~ i{
transform: translate(0, -8px);
box-shodow: 0px 8px 20px 0px
rgb(0,0,0, .15);
}
.con-input i.icon{
order: -1;
background: #fff;
border-radius: 12px;
display:flex;
align-items: center;
justify-content: center;
width: 31px;
height: 31px;
z-index:20;
transition:all .25 ease;
}
.bg{
background: transparent;
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
left: 0px;
top: 0px;
pointer-events: none;
border-radius: inherit;
box-sizing: border-box;
border: 2px solid transparent;
transition: all .25 ease;
}
.div{
background: #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
padding: 57px 65px;
padding-bottom: 65px;
}
.btn{
padding: 0.6rem;
width: 5rem;
border-radius: 0.3rem;
background: #fff;
border: 1px solid #ccc;
position: absolute;
right: 45%;
}
.btn:hover{
border-color: black;
}
h1 {
text-align: center;
}
.btn-face,
.btn-github,
.btn-linkedin,
.btn-google {
font-family: Raleway-Bold;
font-size: 16px;
line-height: 1.2;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
width: calc((100% - 10px) / 2);
height: 40px;
border-radius: 3px;
border: 1px solid #e6e6e6;
background-color: #fff;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.btn-face {
color: #3b5998;
}
.btn-face i {
font-size: 20px;
margin-right: 10px;
padding-bottom: 1px;
}
.btn-google {
color: #555555;
}
.btn-github {
color: #000000;
}
.btn-linkedin {
color: #0e76a8;
}
.btn-google img {
width: 19px;
margin-right: 10px;
padding-bottom: 1px;
}
.btn-github img {
width: 19px;
margin-right: 10px;
padding-bottom: 1px;
}
.btn-linkedin img {
width: 19px;
margin-right: 10px;
padding-bottom: 1px;
}
.btn-face:hover,
.btn-github:hover,
.btn-linkedin:hover,
.btn-google:hover {
border-color: #d33f8d;
}
.m-b-10 {
margin-bottom: 10px;
}
a {
font-family: Poppins-Regular;
font-size: 14px;
line-height: 1.7;
color: #666666;
margin: 0px;
transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
}
[role=button], a, area, button, input, label, select, summary, textarea {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
*, ::after, ::before {
box-sizing: inherit;
}
user agent stylesheet
a:-webkit-any-link {
color: -webkit-link;
cursor: pointer;
text-decoration: underline;
}
.btn-linkedin{
position: absolute;
top: 53.4%;
left: 290px;
width:120px;
}
.btn-github{
position: absolute;
top: 62.1%;
left: 290px;
width:120px
} | Projetos/Dia_17/style.css | body{
padding: 100px;
position:absolute;
left: 25%;
background: black;
}
.con-input{
background: rgb(242, 243, 247);
display: flex;
align-items: center;
justify-content:center;
padding: 5px;
border-radius: 12px;
position: relative;
width: 240px;
}
.con-input input {
border: 0px;
background: transparent;
outline: none;
font-size:-9rem;
font-family: 'Poppins', sans-serif;
margin-left: 8px;
width: 200px;
transition: all .25s ease;
}
.con-input input:facus{
padding-left: 5px;
padding-right: 0px;
}
.con-input input:focus ~ .bg{
border: 2px solid #000;
}
.con-input input:focus ~ i{
transform: translate(0, -8px);
box-shodow: 0px 8px 20px 0px
rgb(0,0,0, .15);
}
.con-input i.icon{
order: -1;
background: #fff;
border-radius: 12px;
display:flex;
align-items: center;
justify-content: center;
width: 31px;
height: 31px;
z-index:20;
transition:all .25 ease;
}
.bg{
background: transparent;
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
left: 0px;
top: 0px;
pointer-events: none;
border-radius: inherit;
box-sizing: border-box;
border: 2px solid transparent;
transition: all .25 ease;
}
.div{
background: #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
padding: 57px 65px;
padding-bottom: 65px;
}
.btn{
padding: 0.6rem;
width: 5rem;
border-radius: 0.3rem;
background: #fff;
border: 1px solid #ccc;
position: absolute;
right: 45%;
}
.btn:hover{
border-color: black;
}
h1 {
text-align: center;
}
.btn-face,
.btn-github,
.btn-linkedin,
.btn-google {
font-family: Raleway-Bold;
font-size: 16px;
line-height: 1.2;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
width: calc((100% - 10px) / 2);
height: 40px;
border-radius: 3px;
border: 1px solid #e6e6e6;
background-color: #fff;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.btn-face {
color: #3b5998;
}
.btn-face i {
font-size: 20px;
margin-right: 10px;
padding-bottom: 1px;
}
.btn-google {
color: #555555;
}
.btn-github {
color: #000000;
}
.btn-linkedin {
color: #0e76a8;
}
.btn-google img {
width: 19px;
margin-right: 10px;
padding-bottom: 1px;
}
.btn-github img {
width: 19px;
margin-right: 10px;
padding-bottom: 1px;
}
.btn-linkedin img {
width: 19px;
margin-right: 10px;
padding-bottom: 1px;
}
.btn-face:hover,
.btn-github:hover,
.btn-linkedin:hover,
.btn-google:hover {
border-color: #d33f8d;
}
.m-b-10 {
margin-bottom: 10px;
}
a {
font-family: Poppins-Regular;
font-size: 14px;
line-height: 1.7;
color: #666666;
margin: 0px;
transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
}
[role=button], a, area, button, input, label, select, summary, textarea {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
*, ::after, ::before {
box-sizing: inherit;
}
user agent stylesheet
a:-webkit-any-link {
color: -webkit-link;
cursor: pointer;
text-decoration: underline;
}
.btn-linkedin{
position: absolute;
top: 53.4%;
left: 290px;
width:120px;
}
.btn-github{
position: absolute;
top: 62.1%;
left: 290px;
width:120px
} | 0.40486 | 0.075278 |
* {
font-family: Quicksand;
font-size: 16px;
color: #333;
}
body {
margin: 0;
height: 100vh;
padding: 0;
border: 0;
background: linear-gradient(to bottom right, #F1F2B5, #eef2f3);
}
.form {
background-color: #fff;
height: 240px;
width: 450px;
border-radius: 20px;
margin: 20px auto 20px auto;
display: block;
border: solid 1px #289df6;
box-shadow: 0 0 40px 0 #ddd;
}
.form:hover {
box-shadow: 0 0 60px 0 #ccc;
transition: .4s;
transform: scale(1.02);
}
.row-one {
padding: 20px;
}
.row-two {
padding: 20px;
}
.text-input {
width: 60px;
height: 30px;
border-radius: 10px;
background-color: #dbeffe;
border: none;
outline: none;
padding: 5px 10px;
cursor: pointer;
}
.text-input:last-child {
margin-bottom: 35px;
}
.text-input:hover {
background-color: #cbe7fd;
}
#submit {
border: none;
border-radius: 10px;
height: 40px;
width: 140px;
background-color: #289df6;
color: #fff;
margin: auto;
display: block;
outline: none;
cursor: pointer;
}
#submit:hover {
background-color: #0a8ef2;
}
.text {
display: inline-block;
margin: 5px 20px 5px 8px;
;
}
.row-one {
padding: 30px 20px 15px 20px;
}
.row-two {
padding: 15px 20px 30px 20px;
}
.container {
display: inline-block;
position: relative;
padding-left: 30px;
cursor: pointer;
user-select: none;
}
.container input {
position: absolute;
opacity: 0;
}
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #dbeffe;
border-radius: 50%;
}
.container:hover input~.checkmark {
background-color: #cbe7fd;
}
.container input:checked~.checkmark {
background-color: #289df6;
}
h1 {
font-size: 30px;
font-weight: 300;
text-align: center;
color: #289df6;
padding-top: 15px;
display: block;
}
h2 {
font-size: 22px;
font-weight: 300;
text-align: center;
}
h3 {
font-size: 24px;
font-weight: 300;
text-align: center;
padding: 15px;
}
h3 b {
font-size: 32px;
font-weight: 300;
color: #289df6;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.container input:checked~.checkmark:after {
display: block;
}
.container .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
} | page/BMI/stylesheet.css |
* {
font-family: Quicksand;
font-size: 16px;
color: #333;
}
body {
margin: 0;
height: 100vh;
padding: 0;
border: 0;
background: linear-gradient(to bottom right, #F1F2B5, #eef2f3);
}
.form {
background-color: #fff;
height: 240px;
width: 450px;
border-radius: 20px;
margin: 20px auto 20px auto;
display: block;
border: solid 1px #289df6;
box-shadow: 0 0 40px 0 #ddd;
}
.form:hover {
box-shadow: 0 0 60px 0 #ccc;
transition: .4s;
transform: scale(1.02);
}
.row-one {
padding: 20px;
}
.row-two {
padding: 20px;
}
.text-input {
width: 60px;
height: 30px;
border-radius: 10px;
background-color: #dbeffe;
border: none;
outline: none;
padding: 5px 10px;
cursor: pointer;
}
.text-input:last-child {
margin-bottom: 35px;
}
.text-input:hover {
background-color: #cbe7fd;
}
#submit {
border: none;
border-radius: 10px;
height: 40px;
width: 140px;
background-color: #289df6;
color: #fff;
margin: auto;
display: block;
outline: none;
cursor: pointer;
}
#submit:hover {
background-color: #0a8ef2;
}
.text {
display: inline-block;
margin: 5px 20px 5px 8px;
;
}
.row-one {
padding: 30px 20px 15px 20px;
}
.row-two {
padding: 15px 20px 30px 20px;
}
.container {
display: inline-block;
position: relative;
padding-left: 30px;
cursor: pointer;
user-select: none;
}
.container input {
position: absolute;
opacity: 0;
}
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #dbeffe;
border-radius: 50%;
}
.container:hover input~.checkmark {
background-color: #cbe7fd;
}
.container input:checked~.checkmark {
background-color: #289df6;
}
h1 {
font-size: 30px;
font-weight: 300;
text-align: center;
color: #289df6;
padding-top: 15px;
display: block;
}
h2 {
font-size: 22px;
font-weight: 300;
text-align: center;
}
h3 {
font-size: 24px;
font-weight: 300;
text-align: center;
padding: 15px;
}
h3 b {
font-size: 32px;
font-weight: 300;
color: #289df6;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.container input:checked~.checkmark:after {
display: block;
}
.container .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
} | 0.538741 | 0.146545 |
/* Define the top level grid layout for full screen, filled, and portrait view states */
.appGrid {
display: -ms-grid;
-ms-grid-columns: 120px 1fr;
-ms-grid-rows: 120px 1fr;
width: 100%;
height: 100%;
background-color: #405687;
}
header[role=banner] {
-ms-grid-column: 1;
-ms-grid-row: 1;
-ms-grid-column-span: 2;
display: -ms-grid;
-ms-grid-columns: 120px 1fr;
-ms-grid-rows: 1fr;
}
header[role=banner] .win-backbutton {
-ms-grid-column: 1;
-ms-grid-row: 1;
margin-left: 39px;
margin-top: 59px;
}
header[role=banner] .titlearea {
-ms-grid-column: 2;
-ms-grid-row: 1;
margin-top: 37px;
}
header[role=banner] .titlearea .chevron {
vertical-align: 8px;
}
header[role=banner] .titlecontainer:hover {
color: #fe9500;
}
header[role=banner] .titlecontainer:active {
color: #fe9500;
}
header[role=banner] .pagesubtitle {
margin-left: 0px;
}
header[role=banner] .chevron {
font-family: "Segoe UI Symbol";
margin-left: 12px;
}
#headerFlyout {
width: 300px;
}
.appViewContentMask {
-ms-grid-column: 2;
-ms-grid-row: 2;
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.appViewContent {
width: 100%;
height: 100%;
display: -ms-grid;
-ms-grid-columns: 1fr;
-ms-grid-rows: 1fr;
}
.page {
width: 100%;
height: 100%;
-ms-grid-column: 1;
-ms-grid-row: 1;
}
.appbar {
background-color: #fe9500;
}
/* Define the app grid for snapped */
@media (-ms-view-state: snapped) {
.appGrid {
display: -ms-grid;
-ms-grid-columns: 1fr;
-ms-grid-rows: 120px 1fr;
width: 100%;
height: 100%;
}
header[role=banner] {
-ms-grid-column: 1;
-ms-grid-row: 1;
-ms-grid-columns: 60px 1fr;
-ms-grid-rows: 1fr;
display: -ms-grid;
}
header[role=banner] .win-backbutton {
-ms-grid-column: 1;
-ms-grid-row: 1;
margin-left: 20px;
margin-top: 75px;
}
header[role=banner] .titlearea {
-ms-grid-column: 2;
-ms-grid-row: 1;
margin-top: 69px;
max-width: 260px;
}
.appViewContentMask {
-ms-grid-column: 1;
-ms-grid-row: 2;
}
#current {
visibility: hidden;
}
} | Official Windows Platform Sample/Windows 8 app samples/[JavaScript]-Windows 8 app samples/JavaScript/Windows 8 app samples/Adaptive layout with CSS sample (Windows 8)/JavaScript/css/app.css | /* Define the top level grid layout for full screen, filled, and portrait view states */
.appGrid {
display: -ms-grid;
-ms-grid-columns: 120px 1fr;
-ms-grid-rows: 120px 1fr;
width: 100%;
height: 100%;
background-color: #405687;
}
header[role=banner] {
-ms-grid-column: 1;
-ms-grid-row: 1;
-ms-grid-column-span: 2;
display: -ms-grid;
-ms-grid-columns: 120px 1fr;
-ms-grid-rows: 1fr;
}
header[role=banner] .win-backbutton {
-ms-grid-column: 1;
-ms-grid-row: 1;
margin-left: 39px;
margin-top: 59px;
}
header[role=banner] .titlearea {
-ms-grid-column: 2;
-ms-grid-row: 1;
margin-top: 37px;
}
header[role=banner] .titlearea .chevron {
vertical-align: 8px;
}
header[role=banner] .titlecontainer:hover {
color: #fe9500;
}
header[role=banner] .titlecontainer:active {
color: #fe9500;
}
header[role=banner] .pagesubtitle {
margin-left: 0px;
}
header[role=banner] .chevron {
font-family: "Segoe UI Symbol";
margin-left: 12px;
}
#headerFlyout {
width: 300px;
}
.appViewContentMask {
-ms-grid-column: 2;
-ms-grid-row: 2;
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.appViewContent {
width: 100%;
height: 100%;
display: -ms-grid;
-ms-grid-columns: 1fr;
-ms-grid-rows: 1fr;
}
.page {
width: 100%;
height: 100%;
-ms-grid-column: 1;
-ms-grid-row: 1;
}
.appbar {
background-color: #fe9500;
}
/* Define the app grid for snapped */
@media (-ms-view-state: snapped) {
.appGrid {
display: -ms-grid;
-ms-grid-columns: 1fr;
-ms-grid-rows: 120px 1fr;
width: 100%;
height: 100%;
}
header[role=banner] {
-ms-grid-column: 1;
-ms-grid-row: 1;
-ms-grid-columns: 60px 1fr;
-ms-grid-rows: 1fr;
display: -ms-grid;
}
header[role=banner] .win-backbutton {
-ms-grid-column: 1;
-ms-grid-row: 1;
margin-left: 20px;
margin-top: 75px;
}
header[role=banner] .titlearea {
-ms-grid-column: 2;
-ms-grid-row: 1;
margin-top: 69px;
max-width: 260px;
}
.appViewContentMask {
-ms-grid-column: 1;
-ms-grid-row: 2;
}
#current {
visibility: hidden;
}
} | 0.603114 | 0.201892 |
:root {
--primary-color: #d61a66;
}
html,
body {
height: 100%;
font-family: cairo, sans-serif;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
color: #111;
font-weight: 400;
font-family: cairo, sans-serif
}
h1 {
font-size: 70px
}
h2 {
font-size: 36px
}
h3 {
font-size: 30px
}
h4 {
font-size: 24px
}
h5 {
font-size: 18px
}
h6 {
font-size: 16px
}
p {
font-size: 16px;
font-family: cairo, sans-serif;
color: #6f6f6f;
font-weight: 400;
line-height: 26px;
margin: 0 0 15px
}
img {
max-width: 100%;
margin: 5px 0;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
outline: none
}
a:hover,
a:focus {
text-decoration: none;
outline: none;
color: #fff
}
ul,
ol {
padding: 0;
margin: 0
}
.section-title {
margin-bottom: 50px;
text-align: center
}
.section-title h2 {
color: #1c1c1c;
font-weight: 700;
position: relative
}
.section-title h2:after {
position: absolute;
left: 0;
bottom: -15px;
right: 0;
height: 4px;
width: 80px;
background: var(--primary-color);
content: "";
margin: 0 auto
}
.set-bg {
background-repeat: no-repeat;
background-size: cover;
background-position: top center
}
.spad {
padding-top: 100px;
padding-bottom: 100px
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
color: #fff
}
.primary-btn {
display: inline-block;
font-size: 14px;
padding: 10px 28px;
color: #fff;
text-transform: uppercase;
font-weight: 700;
background: var(--primary-color);
letter-spacing: 2px;
transition: all linear .3s;
}
.site-btn {
font-size: 14px;
color: #fff;
font-weight: 800;
text-transform: uppercase;
display: inline-block;
padding: 13px 30px 12px;
background: var(--primary-color);
border: none
}
.header__top {
background: var(--primary-color);
}
.header__top__left {
padding: 10px 0 13px
}
.header__top__left ul li {
font-size: 14px;
color: white;
display: inline-block;
margin-right: 45px;
position: relative
}
.header__top__left ul li:after {
position: absolute;
right: -25px;
top: 1px;
height: 20px;
width: 1px;
background: #000;
opacity: .1;
content: ""
}
.header__top__left ul li:last-child {
margin-right: 0
}
.header__top__left ul li:last-child:after {
display: none
}
.header__top__left ul li i {
color: #ffffff;
margin-right: 5px
}
.header__top__right {
text-align: right;
padding: 10px 0 13px
}
.header__top__right__social {
position: relative;
display: inline-block;
margin-right: 35px;
color: #ffffff;
}
.header__top__right__social:after {
position: absolute;
right: -20px;
top: 1px;
height: 20px;
width: 1px;
background: #000;
opacity: .1;
content: ""
}
.header__top__right__social a {
font-size: 14px;
display: inline-block;
color: #ffffff;
margin-right: 20px
}
.header__top__right__social a:last-child {
margin-right: 0
}
.header__top__right__language {
position: relative;
display: inline-block;
margin-right: 40px;
cursor: pointer
}
.header__top__right__language:hover ul {
top: 23px;
opacity: 1;
visibility: visible
}
.header__top__right__language:after {
position: absolute;
right: -21px;
top: 1px;
height: 20px;
width: 1px;
background: #ffffff;
opacity: .1;
content: ""
}
.header__top__right__language img {
margin-right: 6px
}
.header__top__right__language div {
font-size: 14px;
color: #ffffff;
display: inline-block;
margin-right: 4px
}
.header__top__right__language span {
font-size: 14px;
color: #1c1c1c;
position: relative;
top: 2px
}
.header__top__right__language ul {
background: #222;
width: 100px;
text-align: left;
padding: 5px 0;
position: absolute;
left: 0;
top: 43px;
z-index: 9;
opacity: 0;
visibility: hidden;
-webkit-transition: all, .3s;
-moz-transition: all, .3s;
-ms-transition: all, .3s;
-o-transition: all, .3s;
transition: all, .3s
}
.header__top__right__language ul li {
list-style: none
}
.header__top__right__language ul li a {
font-size: 14px;
color: #fff;
padding: 5px 10px
}
.header__top__right__auth {
display: inline-block
}
.header__top__right__auth a {
display: block;
font-size: 14px;
color: #ffffff
}
.header__top__right__auth a i {
margin-right: 6px
}
.header__logo {
padding: 15px 0
}
.header__logo a {
display: inline-block
}
.header__menu {
padding: 24px 0
}
.header__menu ul li {
list-style: none;
display: inline-block;
margin-right: 30px;
position: relative;
}
.header__menu ul li a::before {
content: '';
position: absolute;
background-color: var(--primary-color);
width: 100%;
height: 2px;
bottom: 0;
opacity: 0;
transition: .2s;
}
.header__menu ul li a:hover::before {
opacity: 1;
}
.header__menu ul li .header__menu__dropdown {
position: absolute;
left: 0;
top: 50px;
background: #ffdddc;
width: 180px;
z-index: 9;
padding: 5px 0;
-webkit-transition: all, .3s;
-moz-transition: all, .3s;
-ms-transition: all, .3s;
-o-transition: all, .3s;
transition: all, .3s;
opacity: 0;
visibility: hidden
}
.header__menu ul li .header__menu__dropdown li {
margin-right: 0;
display: block
}
.header__menu ul li .header__menu__dropdown li:hover>a {
color: var(--primary-color)
}
.header__menu ul li .header__menu__dropdown li a {
text-transform: capitalize;
color: #000000;
font-weight: 400;
padding: 5px 15px
}
.header__menu ul li.active a {
color: var(--primary-color)
}
.header__menu ul li:hover .header__menu__dropdown {
top: 30px;
opacity: 1;
visibility: visible
}
.header__menu ul li:hover>a {
color: var(--primary-color)
}
.header__menu ul li:last-child {
margin-right: 0
}
.header__menu ul li a {
font-size: 14px;
color: #252525;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 2px;
-webkit-transition: all, .3s;
-moz-transition: all, .3s;
-ms-transition: all, .3s;
-o-transition: all, .3s;
transition: all, .3s;
padding: 5px 0;
display: block
}
.header__cart {
text-align: right;
padding: 24px 0
}
.header__cart ul {
display: inline-block;
margin-right: 25px
}
.header__cart ul li {
list-style: none;
display: inline-block;
margin-right: 15px
}
.header__cart ul li:last-child {
margin-right: 0
}
.header__cart ul li a {
position: relative
}
.header__cart ul li a i {
font-size: 18px;
color: var(--primary-color)
}
.header__cart ul li a span {
height: 13px;
width: 13px;
background: var(--primary-color);
font-size: 10px;
color: #fff;
line-height: 13px;
text-align: center;
font-weight: 700;
display: inline-block;
border-radius: 50%;
position: absolute;
top: 0;
right: -12px
}
.header__cart .header__cart__price {
font-size: 14px;
color: #6f6f6f;
display: inline-block
}
.header__cart .header__cart__price span {
color: #252525;
font-weight: 700
}
.humberger__menu__wrapper {
display: none
}
.humberger__open {
display: none
}
.hero {
padding-bottom: 50px
}
.hero.hero-normal {
padding-bottom: 30px
}
.hero.hero-normal .hero__categories {
position: relative
}
.hero.hero-normal .hero__categories ul {
display: none;
position: absolute;
left: 0;
top: 46px;
width: 100%;
z-index: 9;
background: #ffdddc
}
.hero.hero-normal .hero__search {
margin-bottom: 0
}
.hero__categories__all {
background: #d61a67;
position: relative;
padding: 10px 25px 10px 40px;
cursor: pointer
}
.hero__categories__all i {
font-size: 16px;
color: #fff;
margin-right: 10px
}
.hero__categories__all span {
font-size: 18px;
font-weight: 700;
color: #fff
}
.hero__categories__all:after {
position: absolute;
right: 18px;
top: 9px;
content: "3";
font-family: eleganticons;
font-size: 18px;
color: #d61a67;
}
.hero__categories ul {
background: #ffdddc;
border: 1px solid #ebebeb;
padding-left: 40px;
padding-top: 10px;
padding-bottom: 12px
}
.hero__categories ul li {
list-style: none
}
.hero__categories ul li a {
font-size: 16px;
color: #1c1c1c;
line-height: 39px;
display: block
}
.sidebar__categories__all {
background: #d61a67;
position: relative;
padding: 10px 25px 10px 40px;
cursor: pointer
}
.sidebar__categories__all i {
font-size: 16px;
color: #fff;
margin-right: 10px
}
.sidebar__categories__all span {
font-size: 18px;
font-weight: 700;
color: #fff
}
.sidebar__categories__all p {
font-size: 18px;
font-weight: 700;
color: #fff
}
.sidbar__categories__all:after {
position: absolute;
right: 18px;
top: 9px;
content: "3";
font-family: eleganticons;
font-size: 18px;
color: #fff
}
.sidebar__categories ul {
background: #ffdddc;
border: 1px solid #ebebeb;
padding-left: 40px;
padding-top: 10px;
padding-bottom: 12px
}
.sidebar__categories ul li {
list-style: none
}
.sidebar__categories ul li a {
font-size: 16px;
color: #1c1c1c;
line-height: 39px;
display: block
}
.hero__search {
overflow: hidden;
margin-bottom: 30px
}
.hero__search__form {
width: 610px;
height: 50px;
border: 1px solid #ebebeb;
position: relative;
float: left
}
.hero__search__form form .hero__search__categories {
width: 30%;
float: left;
font-size: 16px;
color: var(--primary-color);
font-weight: 700;
padding-left: 18px;
padding-top: 11px;
position: relative
}
.hero__search__form form .hero__search__categories:after {
position: absolute;
right: 0;
top: 14px;
height: 20px;
width: 1px;
background: #000;
opacity: .1;
content: ""
}
.hero__search__form form .hero__search__categories span {
position: absolute;
right: 14px;
top: 14px
}
.hero__search__form form input {
width: 70%;
border: none;
height: 48px;
font-size: 16px;
color: #b2b2b2;
padding-left: 20px
}
.hero__search__form form input::placeholder {
color: #b2b2b2
}
.hero__search__form form button {
position: absolute;
right: 0;
top: -1px;
height: 50px
}
.hero__search__phone {
float: right
}
.hero__search__phone__icon {
font-size: 18px;
color: var(--primary-color);
height: 50px;
width: 50px;
background: #f5f5f5;
line-height: 50px;
text-align: center;
border-radius: 50%;
float: left;
margin-right: 20px
}
.hero__search__phone__text {
overflow: hidden
}
.hero__search__phone__text h5 {
color: #1c1c1c;
font-weight: 700;
margin-bottom: 5px
}
.hero__search__phone__text span {
font-size: 14px;
color: #6f6f6f
}
.hero__item {
height: 431px;
display: flex;
align-items: center;
padding-left: 75px
}
.hero__text span {
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 4px;
color: var(--primary-color)
}
.hero__text h2 {
font-size: 46px;
color: #252525;
line-height: 52px;
font-weight: 700;
margin: 10px 0
}
.hero__text p {
margin-bottom: 35px
}
.categories__item {
height: 270px;
position: relative
}
.categories__item h5 {
position: absolute;
left: 0;
width: 100%;
padding: 0 20px;
bottom: 20px;
text-align: center
}
.categories__item h5 a {
font-size: 18px;
color: #1c1c1c;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
padding: 12px 0 10px;
background: #fff;
display: block
}
.categories__slider .col-lg-3 {
max-width: 100%
}
.categories__slider.owl-carousel .owl-nav button {
font-size: 18px;
color: #1c1c1c;
height: 70px;
width: 30px;
line-height: 70px;
text-align: center;
border: 1px solid #ebebeb;
position: absolute;
left: -35px;
top: 50%;
-webkit-transform: translateY(-35px);
background: #fff
}
.categories__slider.owl-carousel .owl-nav button.owl-next {
left: auto;
right: -35px
}
.featured {
padding-top: 80px;
padding-bottom: 40px
}
.featured__controls {
text-align: center;
margin-bottom: 50px
}
.featured__controls ul li {
list-style: none;
font-size: 18px;
color: #1c1c1c;
display: inline-block;
margin-right: 25px;
position: relative;
cursor: pointer
}
.featured__controls ul li.active:after {
opacity: 1
}
.featured__controls ul li:after {
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 2px;
background: #7fad39;
content: "";
opacity: 0
}
.featured__controls ul li:last-child {
margin-right: 0
}
.featured__item {
margin-bottom: 50px
}
.featured__item:hover .featured__item__pic .featured__item__pic__hover {
bottom: 20px
}
.featured__item__pic {
height: 270px;
position: relative;
overflow: hidden;
background-position: center center
}
.featured__item__pic__hover {
position: absolute;
left: 0;
bottom: -50px;
width: 100%;
text-align: center;
-webkit-transition: all, .5s;
-moz-transition: all, .5s;
-ms-transition: all, .5s;
-o-transition: all, .5s;
transition: all, .5s
}
.featured__item__pic__hover li {
list-style: none;
display: inline-block;
margin-right: 6px
}
.featured__item__pic__hover li:last-child {
margin-right: 0
}
.featured__item__pic__hover li:hover a {
background: var(--primary-color);
border-color: var(--primary-color);
}
.featured__item__pic__hover li:hover a i {
color: #fff;
transform: rotate(360deg)
}
.featured__item__pic__hover li a {
font-size: 16px;
color: var(--primary-color);
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
border: 1px solid #ebebeb;
background: #fff;
display: block;
border-radius: 50%;
-webkit-transition: all, .5s;
-moz-transition: all, .5s;
-ms-transition: all, .5s;
-o-transition: all, .5s;
transition: all, .5s
}
.featured__item__pic__hover li a i {
position: relative;
transform: rotate(0);
-webkit-transition: all, .3s;
-moz-transition: all, .3s;
-ms-transition: all, .3s;
-o-transition: all, .3s;
transition: all, .3s
}
.featured__item__text {
text-align: center;
padding-top: 15px
}
.featured__item__text h6 {
margin-bottom: 10px
}
.featured__item__text h6 a {
color: #252525
}
.featured__item__text h5 {
color: #252525;
font-weight: 700
}
.latest-product {
padding-top: 80px;
padding-bottom: 0
}
.latest-product__text h4 {
font-weight: 700;
color: #1c1c1c;
margin-bottom: 45px
}
.latest-product__slider.owl-carousel .owl-nav {
position: absolute;
right: 20px;
top: -75px
}
.latest-product__slider.owl-carousel .owl-nav button {
height: 40px;
width: 40px;
background: #f3f6fa;
border: 1px solid #e6e6e6;
font-size: 14px;
color: #636363;
margin-right: 10px;
line-height: 30px;
text-align: center
}
.latest-product__slider.owl-carousel .owl-nav button span {
font-weight: 700
}
.latest-product__slider.owl-carousel .owl-nav button:last-child {
margin-right: 0
}
.latest-product__item {
margin-bottom: 20px;
overflow: hidden;
display: block
}
.latest-product__item__pic {
float: left;
margin-right: 26px
}
.latest-product__item__pic img {
height: 110px;
width: 110px
}
.latest-product__item__text {
overflow: hidden;
padding-top: 10px
}
.latest-product__item__text h6 {
color: #252525;
margin-bottom: 8px
}
.latest-product__item__text span {
font-size: 18px;
display: block;
color: #252525;
font-weight: 700
}
.from-blog {
padding-top: 50px;
padding-bottom: 50px
}
.from-blog .blog__item {
margin-bottom: 30px
}
.from-blog__title {
margin-bottom: 70px
}
.breadcrumb-section {
display: flex;
align-items: center;
padding: 45px 0 40px;
background-color: var(--primary-color);
}
.breadcrumb__text h2 {
font-size: 46px;
color: #fff;
font-weight: 700
}
.breadcrumb__option a {
display: inline-block;
font-size: 16px;
color: #fff;
font-weight: 700;
margin-right: 20px;
position: relative
}
.breadcrumb__option a:after {
position: absolute;
right: -12px;
top: 13px;
height: 1px;
width: 10px;
background: #fff;
content: ""
}
.breadcrumb__option span {
display: inline-block;
font-size: 16px;
color: #fff
}
.sidebar__item {
margin-bottom: 35px
}
.sidebar__item.sidebar__item__color--option {
overflow: hidden
}
.sidebar__item h4 {
color: #1c1c1c;
font-weight: 700;
margin-bottom: 25px
}
.sidebar__item ul li {
list-style: none
}
.sidebar__item ul li a {
font-size: 16px;
color: #1c1c1c;
line-height: 39px;
display: block
}
.sidebar__item .latest-product__text {
position: relative
}
.sidebar__item .latest-product__text h4 {
margin-bottom: 45px
}
.sidebar__item .latest-product__text .owl-carousel .owl-nav {
right: 0
}
.price-range-wrap .range-slider {
margin-top: 20px
}
.price-range-wrap .range-slider .price-input {
position: relative
}
.price-range-wrap .range-slider .price-input:after {
position: absolute;
left: 38px;
top: 13px;
height: 1px;
width: 5px;
background: #d22;
content: ""
}
.price-range-wrap .range-slider .price-input input {
font-size: 16px;
color: #d22;
font-weight: 700;
max-width: 20%;
border: none;
display: inline-block
}
.price-range-wrap .price-range {
border-radius: 0
}
.price-range-wrap .price-range.ui-widget-content {
border: none;
background: #ebebeb;
height: 5px
}
.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
height: 13px;
width: 13px;
border-radius: 50%;
background: #fff;
border: none;
-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
outline: none;
cursor: pointer
}
.price-range-wrap .price-range .ui-slider-range {
background: #d22;
border-radius: 0
}
.price-range-wrap .price-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
background: #d22
}
.sidebar__item__color {
float: left;
width: 40%
}
.sidebar__item__color.sidebar__item__color--white label:after {
border: 2px solid #333;
background: 0 0
}
.sidebar__item__color.sidebar__item__color--gray label:after {
background: #e9a625
}
.sidebar__item__color.sidebar__item__color--red label:after {
background: #d62d2d
}
.sidebar__item__color.sidebar__item__color--black label:after {
background: #252525
}
.sidebar__item__color.sidebar__item__color--blue label:after {
background: #249bc8
}
.sidebar__item__color.sidebar__item__color--green label:after {
background: #3cc032
}
.sidebar__item__color label {
font-size: 16px;
color: #333;
position: relative;
padding-left: 32px;
cursor: pointer
}
.sidebar__item__color label input {
position: absolute;
visibility: hidden
}
.sidebar__item__color label:after {
position: absolute;
left: 0;
top: 5px;
height: 14px;
width: 14px;
background: #222;
content: "";
border-radius: 50%
}
.sidebar__item__size {
display: inline-block;
margin-right: 16px;
margin-bottom: 10px
}
.sidebar__item__size label {
font-size: 12px;
color: #6f6f6f;
display: inline-block;
padding: 8px 25px 6px;
background: #f5f5f5;
cursor: pointer;
margin-bottom: 0
}
.sidebar__item__size label input {
position: absolute;
visibility: hidden
}
/* BLOG */
.blog__item {
margin-bottom: 60px
}
.blog__item__pic img {
min-width: 100%
}
.blog__item__text {
padding-top: 25px
}
.blog__item__text ul {
margin-bottom: 15px
}
.blog__item__text ul li {
font-size: 16px;
color: #b2b2b2;
list-style: none;
display: inline-block;
margin-right: 15px
}
.blog__item__text ul li:last-child {
margin-right: 0
}
.blog__item__text h5 {
margin-bottom: 12px
}
.blog__item__text h5 a {
font-size: 20px;
color: #1c1c1c;
font-weight: 700
}
.blog__item__text p {
margin-bottom: 25px
}
.blog__item__text .blog__btn {
display: inline-block;
font-size: 14px;
color: #1c1c1c;
text-transform: uppercase;
letter-spacing: 1px;
border: 1px solid #b2b2b2;
padding: 14px 20px 12px;
border-radius: 25px
}
.blog__item__text .blog__btn span {
position: relative;
top: 1px;
margin-left: 5px
}
.blog__pagination {
padding-top: 5px;
position: relative
}
.blog__pagination:before {
position: absolute;
left: 0;
top: -29px;
height: 1px;
width: 100%;
background: #000;
opacity: .1;
content: ""
}
.blog__sidebar {
padding-top: 50px
}
.blog__sidebar__item {
margin-bottom: 50px
}
.blog__sidebar__item h4 {
color: #1c1c1c;
font-weight: 700;
margin-bottom: 25px
}
.blog__sidebar__item ul li {
list-style: none
}
.blog__sidebar__item ul li a {
font-size: 16px;
color: #666;
line-height: 48px;
-webkit-transition: all, .3s;
-moz-transition: all, .3s;
-ms-transition: all, .3s;
-o-transition: all, .3s;
transition: all, .3s
}
.blog__sidebar__item ul li a:hover {
color: #7fad39
}
.blog__sidebar__search {
margin-bottom: 50px
}
.blog__sidebar__search form {
position: relative
}
.blog__sidebar__search form input {
width: 100%;
height: 46px;
font-size: 16px;
color: #6f6f6f;
padding-left: 15px;
border: 1px solid #e1e1e1;
border-radius: 20px
}
.blog__sidebar__search form input::placeholder {
color: #6f6f6f
}
.blog__sidebar__search form button {
font-size: 16px;
color: #6f6f6f;
background: 0 0;
border: none;
position: absolute;
right: 0;
top: 0;
height: 100%;
padding: 0 18px
}
.blog__sidebar__recent .blog__sidebar__recent__item {
display: block
}
.blog__sidebar__recent .blog__sidebar__recent__item:last-child {
margin-bottom: 0
}
.blog__sidebar__recent__item {
overflow: hidden;
margin-bottom: 20px
}
.blog__sidebar__recent__item__pic {
float: left;
margin-right: 20px
}
.blog__sidebar__recent__item__text {
overflow: hidden
}
.blog__sidebar__recent__item__text h6 {
font-weight: 700;
color: #333;
line-height: 20px;
margin-bottom: 5px
}
.blog__sidebar__recent__item__text span {
font-size: 12px;
color: #999;
text-transform: uppercase
}
.blog__sidebar__item__tags a {
font-size: 16px;
color: #6f6f6f;
background: #f5f5f5;
display: inline-block;
padding: 7px 26px 5px;
margin-right: 6px;
margin-bottom: 10px
}
.blog-details-hero {
height: 350px;
display: flex;
align-items: center
}
.blog__details__hero__text {
text-align: center
}
.blog__details__hero__text h2 {
font-size: 46px;
color: #fff;
font-weight: 700;
margin-bottom: 10px
}
.blog__details__hero__text ul li {
font-size: 16px;
color: #fff;
list-style: none;
display: inline-block;
margin-right: 45px;
position: relative
}
.blog__details__hero__text ul li:after {
position: absolute;
right: -26px;
top: 0;
content: "|"
}
.blog__details__hero__text ul li:last-child {
margin-right: 0
}
.blog__details__hero__text ul li:last-child:after {
display: none
}
.related-blog {
padding-top: 70px;
padding-bottom: 10px
}
.related-blog-title {
margin-bottom: 70px
}
.blog-details {
padding-bottom: 75px;
border-bottom: 1px solid #e1e1e1
}
.blog__details__text {
margin-bottom: 45px
}
.blog__details__text img {
margin-bottom: 30px
}
.blog__details__text p {
font-size: 18px;
line-height: 30px
}
.blog__details__text h3 {
color: #333;
font-weight: 700;
line-height: 30px;
margin-bottom: 30px
}
.blog__details__author__pic {
float: left;
margin-right: 15px
}
.blog__details__author__pic img {
height: 92px;
width: 92px;
border-radius: 50%
}
.blog__details__author__text {
overflow: hidden;
padding-top: 30px
}
.blog__details__author__text h6 {
color: #1c1c1c;
font-weight: 700
}
.blog__details__author__text span {
font-size: 16px;
color: #6f6f6f
}
.blog__details__widget ul {
margin-bottom: 5px
}
.blog__details__widget ul li {
font-size: 16px;
color: #6f6f6f;
list-style: none;
line-height: 30px
}
.blog__details__widget ul li span {
color: #1c1c1c;
font-weight: 700
}
.blog__details__widget .blog__details__social a {
display: inline-block;
font-size: 20px;
color: #6f6f6f;
margin-right: 24px;
-webkit-transition: all, .3s;
-moz-transition: all, .3s;
-ms-transition: all, .3s;
-o-transition: all, .3s;
transition: all, .3s
}
.blog__details__widget .blog__details__social a:hover {
color: #7fad39
}
.blog__details__widget .blog__details__social a:last-child {
margin-right: 0
}
/* FOOTER SECTION */
.footer {
background: #d61a66;
padding-top: 70px;
padding-bottom: 0
}
.footer__about {
margin-bottom: 30px
}
.footer__about ul li {
font-size: 16px;
color: #fff;
line-height: 36px;
list-style: none
}
.footer__about__logo {
margin-bottom: 0px
}
.footer__about__logo a {
display: inline-block
}
.footer__widget {
margin-bottom: 30px;
overflow: hidden
}
.footer__widget h6 {
color: #fff;
font-weight: 700;
margin-bottom: 10px
}
.footer__widget ul {
width: 50%;
float: left
}
.footer__widget ul li {
list-style: none
}
.footer__widget ul li a {
color: #fff;
font-size: 14px;
line-height: 32px
}
.footer__widget p {
font-size: 14px;
color: #fff;
margin-bottom: 30px
}
.footer__widget form {
position: relative;
margin-bottom: 30px
}
.footer__widget form input {
width: 100%;
font-size: 16px;
padding-left: 20px;
color: #1c1c1c;
height: 46px;
border: 1px solid #ededed
}
.footer__widget form input::placeholder {
color: #1c1c1c
}
.footer__widget form button {
position: absolute;
right: 0;
top: 0;
padding: 0 26px;
height: 100%
}
.footer__widget .footer__widget__social a {
display: inline-block;
height: 41px;
width: 41px;
font-size: 16px;
color: #404040;
border: 1px solid #ededed;
border-radius: 50%;
line-height: 38px;
text-align: center;
background: #fff;
-webkit-transition: all, .3s;
-moz-transition: all, .3s;
-ms-transition: all, .3s;
-o-transition: all, .3s;
transition: all, .3s;
margin-right: 10px
}
.footer__widget .footer__widget__social a:last-child {
margin-right: 0
}
.footer__widget .footer__widget__social a:hover {
background: #d61a66;
color: #fff;
border-color: #fff
}
.footer__copyright {
border-top: 1px solid #ebebeb;
padding: 15px 0;
overflow: hidden;
margin-top: 20px
}
.footer__copyright__text {
font-size: 14px;
color: #ffffff !important;
float: left;
line-height: 25px
}
.footer__copyright__text p {
color: #ffffff !important;
}
.footer__copyright__text a {
color: #ffffff !important;
}
.footer__copyright__payment {
float: right
}
/* CONTACT SECTION */
.contact {
padding-top: 80px;
padding-bottom: 50px
}
.contact__widget {
margin-bottom: 30px
}
.contact__widget span {
font-size: 36px;
color: #7fad39
}
.contact__widget h4 {
color: #1c1c1c;
font-weight: 700;
margin-bottom: 6px;
margin-top: 18px
}
.contact__widget p {
color: #666;
margin-bottom: 0
}
.map {
height: 500px;
position: relative
}
.map iframe {
width: 100%
}
.map .map-inside {
position: absolute;
left: 50%;
top: 160px;
-webkit-transform: translateX(-175px);
-ms-transform: translateX(-175px);
transform: translateX(-175px)
}
.map .map-inside i {
font-size: 48px;
color: #7fad39;
position: absolute;
bottom: -75px;
left: 50%;
-webkit-transform: translateX(-18px);
-ms-transform: translateX(-18px);
transform: translateX(-18px)
}
.map .map-inside .inside-widget {
width: 350px;
background: #fff;
text-align: center;
padding: 23px 0;
position: relative;
z-index: 1;
-webkit-box-shadow: 0 0 20px 5px rgba(12, 7, 26, .15);
box-shadow: 0 0 20px 5px rgba(12, 7, 26, .15)
}
.map .map-inside .inside-widget:after {
position: absolute;
left: 50%;
bottom: -30px;
-webkit-transform: translateX(-6px);
-ms-transform: translateX(-6px);
transform: translateX(-6px);
border: 12px solid transparent;
border-top: 30px solid #fff;
content: "";
z-index: -1
}
.map .map-inside .inside-widget h4 {
font-size: 22px;
font-weight: 700;
color: #1c1c1c;
margin-bottom: 4px
}
.map .map-inside .inside-widget ul li {
list-style: none;
font-size: 16px;
color: #666;
line-height: 26px
}
.contact__form__title {
margin-bottom: 50px;
text-align: center
}
.contact__form__title h2 {
color: #1c1c1c;
font-weight: 700
}
.contact-form {
padding-top: 80px;
padding-bottom: 80px
}
.contact-form form input {
width: 100%;
height: 50px;
font-size: 16px;
color: #6f6f6f;
padding-left: 20px;
margin-bottom: 30px;
border: 1px solid #ebebeb;
border-radius: 4px
}
.contact-form form input::placeholder {
color: #6f6f6f
}
.contact-form form textarea {
width: 100%;
height: 150px;
font-size: 16px;
color: #6f6f6f;
padding-left: 20px;
margin-bottom: 24px;
border: 1px solid #ebebeb;
border-radius: 4px;
padding-top: 12px;
resize: none
}
.contact-form form textarea::placeholder {
color: #6f6f6f
}
.contact-form form button {
font-size: 18px;
letter-spacing: 2px
}
/* RESPONSIVE DESIGN */
@media only screen and (min-width:1200px) {
.container {
max-width: 1170px
}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.header__menu ul li {
margin-right: 45px
}
.hero__search__form {
width: 490px
}
.hero__categories__all {
padding: 10px 25px 10px 20px
}
.hero__categories ul {
padding-left: 20px
}
.latest-product__slider.owl-carousel .owl-nav {
right: 0
}
.product__details__tab .nav-tabs:before {
width: 265px
}
.product__details__tab .nav-tabs:after {
width: 265px
}
.shoping__discount form input {
width: 240px
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero__categories {
margin-bottom: 30px
}
.hero__search__form {
width: 485px
}
.categories__slider.owl-carousel .owl-nav button {
left: -20px
}
.categories__slider.owl-carousel .owl-nav button.owl-next {
right: -20px
}
.filter__sort .nice-select {
padding-left: 5px;
padding-right: 28px
}
.product__details__quantity {
margin-bottom: 10px
}
.product__details__text .primary-btn {
margin-bottom: 10px
}
.product__details__tab .nav-tabs:before {
width: 150px
}
.product__details__tab .nav-tabs:after {
width: 150px
}
.blog__details__author {
overflow: hidden;
margin-bottom: 25px
}
.humberger__open {
display: block;
font-size: 22px;
color: #1c1c1c;
height: 35px;
width: 35px;
line-height: 33px;
text-align: center;
border: 1px solid #1c1c1c;
cursor: pointer;
position: absolute;
right: 15px;
top: 22px
}
.header .container {
position: relative
}
.humberger__menu__wrapper {
width: 300px;
background: #fff;
position: fixed;
left: -300px;
top: 0;
height: 100%;
overflow-y: auto;
z-index: 99;
padding: 30px;
padding-top: 50px;
opacity: 0;
display: block;
-webkit-transition: all, .6s;
-moz-transition: all, .6s;
-ms-transition: all, .6s;
-o-transition: all, .6s;
transition: all, .6s
}
.humberger__menu__wrapper.show__humberger__menu__wrapper {
opacity: 1;
left: 0
}
.humberger__menu__logo {
margin-bottom: 30px
}
.humberger__menu__logo a {
display: inline-block
}
.humberger__menu__contact {
padding: 10px 0 13px
}
.humberger__menu__contact ul li {
font-size: 14px;
color: #1c1c1c;
position: relative;
line-height: 30px;
list-style: none
}
.humberger__menu__contact ul li i {
color: #252525;
margin-right: 5px
}
.humberger__menu__cart ul {
display: inline-block;
margin-right: 25px
}
.humberger__menu__cart ul li {
list-style: none;
display: inline-block;
margin-right: 15px
}
.humberger__menu__cart ul li:last-child {
margin-right: 0
}
.humberger__menu__cart ul li a {
position: relative
}
.humberger__menu__cart ul li a i {
font-size: 18px;
color: #1c1c1c
}
.humberger__menu__cart ul li a span {
height: 13px;
width: 13px;
background: #7fad39;
font-size: 10px;
color: #fff;
line-height: 13px;
text-align: center;
font-weight: 700;
display: inline-block;
border-radius: 50%;
position: absolute;
top: 0;
right: -12px
}
.humberger__menu__cart .header__cart__price {
font-size: 14px;
color: #6f6f6f;
display: inline-block
}
.humberger__menu__cart .header__cart__price span {
color: #252525;
font-weight: 700
}
.humberger__menu__cart {
margin-bottom: 25px
}
.humberger__menu__widget {
margin-bottom: 20px
}
.humberger__menu__widget .header__top__right__language {
margin-right: 20px
}
.humberger__menu__nav {
display: none
}
.humberger__menu__wrapper .header__top__right__social {
display: block;
margin-right: 0;
margin-bottom: 20px
}
.humberger__menu__wrapper .slicknav_btn {
display: none
}
.humberger__menu__wrapper .slicknav_nav .slicknav_item a {
border-bottom: none !important
}
.humberger__menu__wrapper .slicknav_nav {
display: block !important
}
.humberger__menu__wrapper .slicknav_menu {
background: 0 0;
padding: 0;
margin-bottom: 30px
}
.humberger__menu__wrapper .slicknav_nav ul {
margin: 0
}
.humberger__menu__wrapper .slicknav_nav a {
color: #1c1c1c;
font-size: 16px;
font-weight: 600;
margin: 0;
border-bottom: 1px solid #e1e1e1
}
.humberger__menu__wrapper .slicknav_nav a:hover {
-webkit-border-radius: 0;
border-radius: 0;
background: 0 0;
color: #7fad39
}
.humberger__menu__wrapper .slicknav_nav .slicknav_row,
.humberger__menu__wrapper .slicknav_nav a {
padding: 8px 0
}
.humberger__menu__overlay {
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, .5);
content: "";
z-index: 98;
visibility: hidden;
-webkit-transition: all, .6s;
-moz-transition: all, .6s;
-ms-transition: all, .6s;
-o-transition: all, .6s;
transition: all, .6s
}
.humberger__menu__overlay.active {
visibility: visible
}
.header__top {
display: none
}
.header__menu {
display: none
}
.header__cart {
text-align: center;
padding: 10px 0 24px
}
.over_hid {
overflow: hidden
}
}
@media only screen and (max-width:767px) {
.hero__categories {
margin-bottom: 30px
}
.hero__search {
margin-bottom: 30px
}
.hero__search__form {
width: 100%
}
.hero__search__form form input {
width: 100%
}
.hero__search__form form .hero__search__categories {
display: none
}
.hero__search__phone {
float: left;
margin-top: 30px
}
.categories__slider.owl-carousel .owl-nav {
text-align: center;
margin-top: 40px
}
.categories__slider.owl-carousel .owl-nav button {
position: relative;
left: 0;
top: 0;
-webkit-transform: translateY(0)
}
.categories__slider.owl-carousel .owl-nav button.owl-next {
right: -10px
}
.footer__copyright {
text-align: center
}
.footer__copyright__text {
float: none;
margin-bottom: 25px
}
.footer__copyright__payment {
float: none
}
.filter__item {
text-align: center
}
.filter__option {
text-align: center
}
.product__details__pic {
margin-bottom: 40px
}
.product__details__tab .nav-tabs:before {
display: none
}
.product__details__tab .nav-tabs:after {
display: none
}
.shoping__cart__table {
overflow-y: auto
}
.shoping__discount form input {
margin-bottom: 15px
}
.blog__details__author {
overflow: hidden;
margin-bottom: 25px
}
.humberger__open {
display: block;
font-size: 22px;
color: #1c1c1c;
height: 35px;
width: 35px;
line-height: 33px;
text-align: center;
border: 1px solid #1c1c1c;
cursor: pointer;
position: absolute;
right: 15px;
top: 22px
}
.header .container {
position: relative
}
.humberger__menu__wrapper {
width: 300px;
background: #fff;
position: fixed;
left: -300px;
top: 0;
height: 100%;
overflow-y: auto;
z-index: 99;
padding: 30px;
padding-top: 50px;
opacity: 0;
display: block;
-webkit-transition: all, .6s;
-moz-transition: all, .6s;
-ms-transition: all, .6s;
-o-transition: all, .6s;
transition: all, .6s
}
.humberger__menu__wrapper.show__humberger__menu__wrapper {
opacity: 1;
left: 0
}
.humberger__menu__logo {
margin-bottom: 30px
}
.humberger__menu__logo a {
display: inline-block
}
.humberger__menu__contact {
padding: 10px 0 13px
}
.humberger__menu__contact ul li {
font-size: 14px;
color: #1c1c1c;
position: relative;
line-height: 30px;
list-style: none
}
.humberger__menu__contact ul li i {
color: #252525;
margin-right: 5px
}
.humberger__menu__cart ul {
display: inline-block;
margin-right: 25px
}
.humberger__menu__cart ul li {
list-style: none;
display: inline-block;
margin-right: 15px
}
.humberger__menu__cart ul li:last-child {
margin-right: 0
}
.humberger__menu__cart ul li a {
position: relative
}
.humberger__menu__cart ul li a i {
font-size: 18px;
color: #1c1c1c
}
.humberger__menu__cart ul li a span {
height: 13px;
width: 13px;
background: #7fad39;
font-size: 10px;
color: #fff;
line-height: 13px;
text-align: center;
font-weight: 700;
display: inline-block;
border-radius: 50%;
position: absolute;
top: 0;
right: -12px
}
.humberger__menu__cart .header__cart__price {
font-size: 14px;
color: #6f6f6f;
display: inline-block
}
.humberger__menu__cart .header__cart__price span {
color: #252525;
font-weight: 700
}
.humberger__menu__cart {
margin-bottom: 25px
}
.humberger__menu__widget {
margin-bottom: 20px
}
.humberger__menu__widget .header__top__right__language {
margin-right: 20px
}
.humberger__menu__nav {
display: none
}
.humberger__menu__wrapper .header__top__right__social {
display: block;
margin-right: 0;
margin-bottom: 20px
}
.humberger__menu__wrapper .slicknav_btn {
display: none
}
.humberger__menu__wrapper .slicknav_nav .slicknav_item a {
border-bottom: none !important
}
.humberger__menu__wrapper .slicknav_nav {
display: block !important
}
.humberger__menu__wrapper .slicknav_menu {
background: 0 0;
padding: 0;
margin-bottom: 30px
}
.humberger__menu__wrapper .slicknav_nav ul {
margin: 0
}
.humberger__menu__wrapper .slicknav_nav a {
color: #1c1c1c;
font-size: 16px;
font-weight: 600;
margin: 0;
border-bottom: 1px solid #e1e1e1
}
.humberger__menu__wrapper .slicknav_nav a:hover {
-webkit-border-radius: 0;
border-radius: 0;
background: 0 0;
color: #7fad39
}
.humberger__menu__wrapper .slicknav_nav .slicknav_row,
.humberger__menu__wrapper .slicknav_nav a {
padding: 8px 0
}
.humberger__menu__overlay {
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, .5);
content: "";
z-index: 98;
visibility: hidden;
-webkit-transition: all, .6s;
-moz-transition: all, .6s;
-ms-transition: all, .6s;
-o-transition: all, .6s;
transition: all, .6s
}
.humberger__menu__overlay.active {
visibility: visible
}
.header__top {
display: none
}
.header__menu {
display: none
}
.header__cart {
text-align: center;
padding: 10px 0 24px
}
.over_hid {
overflow: hidden
}
}
/* preloader logo */
.preloader-main {
background-color: #d60e66;
width: 100vw;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
position: relative;
transition: all 5s linear;
}
.preloader-image {
position: relative;
}
.preloader-main img {
width: 21rem;
}
.loader {
position: absolute;
top: 41px;
left: 135px;
}
.loader>div {
width: 1rem;
height: 1rem;
background-color: #d60e66;
display: inline-block;
border-radius: 50%;
margin: .8px;
animation: anm 1.5s infinite ease-in-out both;
}
.loader .load1 {
animation-delay: -0.30s;
}
.loader .load2 {
animation-delay: -0.15s;
}
@keyframes anm {
0%,
80%,
100% {
transform: scale(0);
}
40% {
transform: scale(1)
}
}
/* dashboard */
.dashborad-grid {
display: grid;
grid-template-areas: 'dashboard-upper dashboard-upper dashboard-upper dashboard-upper'
'dashboard-side dashboard-body dashboard-body dashboard-body';
background-color: #fff;
padding: 0;
}
.dashboard-upper {
grid-area: dashboard-upper;
background-color: #f3f7f8;
height: 140px;
}
.dashboard-upper-flex {
display: flex;
align-items: center;
justify-content: center;
margin-top: 20px;
}
.dashboard-profile {
display: flex;
margin-right: 100px;
}
.dashboard-profile img {
width: 100px;
height: 100px;
border-radius: 50%;
}
.dashboard-profile-info {
margin-left: 15px;
margin-top: 26px;
}
.dashboard-profile-info h4 {
font-size: 1.2rem;
font-weight: 600;
}
.dashboard-profile-info h6 {
font-size: .8rem;
font-weight: 400;
}
.dashboard-header-button button {
background-color: #d61a66;
padding: 8px 37px;
color: #fff;
border: none;
border-radius: 5px;
margin: 0 5px;
}
.dashboard-header-button button:hover {
background-color: #fff;
color: #d61a66;
border: 1px solid #d61a66;
}
.dashboard-side {
background-color: #f3f7f8;
grid-area: dashboard-side;
/* width: 30vw; */
}
.dashboard-side ul {
margin-top: 2rem;
margin-bottom: 2rem;
list-style: none;
background: transparent;
float: right;
}
.dashboard-side ul li {
background-color: #d61a66;
text-align: center;
border-bottom: 1px solid #fff;
cursor: pointer;
transition: all .2s;
}
.dashboard-side ul li a {
display: block;
padding: 10px 20px;
color: #fff;
background-color: transparent;
transition: all .2s;
}
.dashboard-side ul li:last-child {
border: none;
}
.dashboard-side ul li a:hover {
color: #d61a66;
background-color: #fff;
}
.dashboard-body {
grid-area: dashboard-body;
display: flex;
justify-content: flex-start;
align-items: center;
}
.balence {
width: 200px;
height: 200px;
background: #f3f7f8;
border: 1px solid #d61a66;
border-radius: 10px;
box-shadow: 1px 2px 5px #f3f7f8;
text-align: center;
}
.balence:first-child {
margin-left: 150px;
margin-right: 10px;
}
/* responsive */
@media only screen and (max-width: 480px) {
.hero__search__form form .hero__search__categories {
display: none
}
.featured__controls ul li {
margin-bottom: 10px
}
.product__details__text ul li b {
width: 100px
}
.product__details__tab .nav-tabs li {
margin-right: 20px
}
.shoping__cart__btns {
text-align: center
}
.primary-btn.cart-btn.cart-btn-right {
float: none;
margin-top: 10px
}
.shoping__checkout .primary-btn {
display: block;
text-align: center;
padding: 10px 15px
}
.map .map-inside {
-webkit-transform: translateX(-125px);
-ms-transform: translateX(-125px);
transform: translateX(-125px)
}
.map .map-inside .inside-widget {
width: 250px
}
.product__details__tab .nav-tabs li {
margin-right: 15px
}
.shoping__discount form input {
width: 100%
}
.checkout__order {
padding: 20px
}
.blog__details__hero__text h2 {
font-size: 24px
}
.consultant-section .consultant-area-title h2::after {
left: 55px !important;
}
.hero__text h2 {
font-size: 33px;
color: #252713;
}
.hero__item {
padding-left: 24px;
}
.hero__text p {
color: black;
}
} | public/frontend_assets/css/style.css | :root {
--primary-color: #d61a66;
}
html,
body {
height: 100%;
font-family: cairo, sans-serif;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
color: #111;
font-weight: 400;
font-family: cairo, sans-serif
}
h1 {
font-size: 70px
}
h2 {
font-size: 36px
}
h3 {
font-size: 30px
}
h4 {
font-size: 24px
}
h5 {
font-size: 18px
}
h6 {
font-size: 16px
}
p {
font-size: 16px;
font-family: cairo, sans-serif;
color: #6f6f6f;
font-weight: 400;
line-height: 26px;
margin: 0 0 15px
}
img {
max-width: 100%;
margin: 5px 0;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
outline: none
}
a:hover,
a:focus {
text-decoration: none;
outline: none;
color: #fff
}
ul,
ol {
padding: 0;
margin: 0
}
.section-title {
margin-bottom: 50px;
text-align: center
}
.section-title h2 {
color: #1c1c1c;
font-weight: 700;
position: relative
}
.section-title h2:after {
position: absolute;
left: 0;
bottom: -15px;
right: 0;
height: 4px;
width: 80px;
background: var(--primary-color);
content: "";
margin: 0 auto
}
.set-bg {
background-repeat: no-repeat;
background-size: cover;
background-position: top center
}
.spad {
padding-top: 100px;
padding-bottom: 100px
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
color: #fff
}
.primary-btn {
display: inline-block;
font-size: 14px;
padding: 10px 28px;
color: #fff;
text-transform: uppercase;
font-weight: 700;
background: var(--primary-color);
letter-spacing: 2px;
transition: all linear .3s;
}
.site-btn {
font-size: 14px;
color: #fff;
font-weight: 800;
text-transform: uppercase;
display: inline-block;
padding: 13px 30px 12px;
background: var(--primary-color);
border: none
}
.header__top {
background: var(--primary-color);
}
.header__top__left {
padding: 10px 0 13px
}
.header__top__left ul li {
font-size: 14px;
color: white;
display: inline-block;
margin-right: 45px;
position: relative
}
.header__top__left ul li:after {
position: absolute;
right: -25px;
top: 1px;
height: 20px;
width: 1px;
background: #000;
opacity: .1;
content: ""
}
.header__top__left ul li:last-child {
margin-right: 0
}
.header__top__left ul li:last-child:after {
display: none
}
.header__top__left ul li i {
color: #ffffff;
margin-right: 5px
}
.header__top__right {
text-align: right;
padding: 10px 0 13px
}
.header__top__right__social {
position: relative;
display: inline-block;
margin-right: 35px;
color: #ffffff;
}
.header__top__right__social:after {
position: absolute;
right: -20px;
top: 1px;
height: 20px;
width: 1px;
background: #000;
opacity: .1;
content: ""
}
.header__top__right__social a {
font-size: 14px;
display: inline-block;
color: #ffffff;
margin-right: 20px
}
.header__top__right__social a:last-child {
margin-right: 0
}
.header__top__right__language {
position: relative;
display: inline-block;
margin-right: 40px;
cursor: pointer
}
.header__top__right__language:hover ul {
top: 23px;
opacity: 1;
visibility: visible
}
.header__top__right__language:after {
position: absolute;
right: -21px;
top: 1px;
height: 20px;
width: 1px;
background: #ffffff;
opacity: .1;
content: ""
}
.header__top__right__language img {
margin-right: 6px
}
.header__top__right__language div {
font-size: 14px;
color: #ffffff;
display: inline-block;
margin-right: 4px
}
.header__top__right__language span {
font-size: 14px;
color: #1c1c1c;
position: relative;
top: 2px
}
.header__top__right__language ul {
background: #222;
width: 100px;
text-align: left;
padding: 5px 0;
position: absolute;
left: 0;
top: 43px;
z-index: 9;
opacity: 0;
visibility: hidden;
-webkit-transition: all, .3s;
-moz-transition: all, .3s;
-ms-transition: all, .3s;
-o-transition: all, .3s;
transition: all, .3s
}
.header__top__right__language ul li {
list-style: none
}
.header__top__right__language ul li a {
font-size: 14px;
color: #fff;
padding: 5px 10px
}
.header__top__right__auth {
display: inline-block
}
.header__top__right__auth a {
display: block;
font-size: 14px;
color: #ffffff
}
.header__top__right__auth a i {
margin-right: 6px
}
.header__logo {
padding: 15px 0
}
.header__logo a {
display: inline-block
}
.header__menu {
padding: 24px 0
}
.header__menu ul li {
list-style: none;
display: inline-block;
margin-right: 30px;
position: relative;
}
.header__menu ul li a::before {
content: '';
position: absolute;
background-color: var(--primary-color);
width: 100%;
height: 2px;
bottom: 0;
opacity: 0;
transition: .2s;
}
.header__menu ul li a:hover::before {
opacity: 1;
}
.header__menu ul li .header__menu__dropdown {
position: absolute;
left: 0;
top: 50px;
background: #ffdddc;
width: 180px;
z-index: 9;
padding: 5px 0;
-webkit-transition: all, .3s;
-moz-transition: all, .3s;
-ms-transition: all, .3s;
-o-transition: all, .3s;
transition: all, .3s;
opacity: 0;
visibility: hidden
}
.header__menu ul li .header__menu__dropdown li {
margin-right: 0;
display: block
}
.header__menu ul li .header__menu__dropdown li:hover>a {
color: var(--primary-color)
}
.header__menu ul li .header__menu__dropdown li a {
text-transform: capitalize;
color: #000000;
font-weight: 400;
padding: 5px 15px
}
.header__menu ul li.active a {
color: var(--primary-color)
}
.header__menu ul li:hover .header__menu__dropdown {
top: 30px;
opacity: 1;
visibility: visible
}
.header__menu ul li:hover>a {
color: var(--primary-color)
}
.header__menu ul li:last-child {
margin-right: 0
}
.header__menu ul li a {
font-size: 14px;
color: #252525;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 2px;
-webkit-transition: all, .3s;
-moz-transition: all, .3s;
-ms-transition: all, .3s;
-o-transition: all, .3s;
transition: all, .3s;
padding: 5px 0;
display: block
}
.header__cart {
text-align: right;
padding: 24px 0
}
.header__cart ul {
display: inline-block;
margin-right: 25px
}
.header__cart ul li {
list-style: none;
display: inline-block;
margin-right: 15px
}
.header__cart ul li:last-child {
margin-right: 0
}
.header__cart ul li a {
position: relative
}
.header__cart ul li a i {
font-size: 18px;
color: var(--primary-color)
}
.header__cart ul li a span {
height: 13px;
width: 13px;
background: var(--primary-color);
font-size: 10px;
color: #fff;
line-height: 13px;
text-align: center;
font-weight: 700;
display: inline-block;
border-radius: 50%;
position: absolute;
top: 0;
right: -12px
}
.header__cart .header__cart__price {
font-size: 14px;
color: #6f6f6f;
display: inline-block
}
.header__cart .header__cart__price span {
color: #252525;
font-weight: 700
}
.humberger__menu__wrapper {
display: none
}
.humberger__open {
display: none
}
.hero {
padding-bottom: 50px
}
.hero.hero-normal {
padding-bottom: 30px
}
.hero.hero-normal .hero__categories {
position: relative
}
.hero.hero-normal .hero__categories ul {
display: none;
position: absolute;
left: 0;
top: 46px;
width: 100%;
z-index: 9;
background: #ffdddc
}
.hero.hero-normal .hero__search {
margin-bottom: 0
}
.hero__categories__all {
background: #d61a67;
position: relative;
padding: 10px 25px 10px 40px;
cursor: pointer
}
.hero__categories__all i {
font-size: 16px;
color: #fff;
margin-right: 10px
}
.hero__categories__all span {
font-size: 18px;
font-weight: 700;
color: #fff
}
.hero__categories__all:after {
position: absolute;
right: 18px;
top: 9px;
content: "3";
font-family: eleganticons;
font-size: 18px;
color: #d61a67;
}
.hero__categories ul {
background: #ffdddc;
border: 1px solid #ebebeb;
padding-left: 40px;
padding-top: 10px;
padding-bottom: 12px
}
.hero__categories ul li {
list-style: none
}
.hero__categories ul li a {
font-size: 16px;
color: #1c1c1c;
line-height: 39px;
display: block
}
.sidebar__categories__all {
background: #d61a67;
position: relative;
padding: 10px 25px 10px 40px;
cursor: pointer
}
.sidebar__categories__all i {
font-size: 16px;
color: #fff;
margin-right: 10px
}
.sidebar__categories__all span {
font-size: 18px;
font-weight: 700;
color: #fff
}
.sidebar__categories__all p {
font-size: 18px;
font-weight: 700;
color: #fff
}
.sidbar__categories__all:after {
position: absolute;
right: 18px;
top: 9px;
content: "3";
font-family: eleganticons;
font-size: 18px;
color: #fff
}
.sidebar__categories ul {
background: #ffdddc;
border: 1px solid #ebebeb;
padding-left: 40px;
padding-top: 10px;
padding-bottom: 12px
}
.sidebar__categories ul li {
list-style: none
}
.sidebar__categories ul li a {
font-size: 16px;
color: #1c1c1c;
line-height: 39px;
display: block
}
.hero__search {
overflow: hidden;
margin-bottom: 30px
}
.hero__search__form {
width: 610px;
height: 50px;
border: 1px solid #ebebeb;
position: relative;
float: left
}
.hero__search__form form .hero__search__categories {
width: 30%;
float: left;
font-size: 16px;
color: var(--primary-color);
font-weight: 700;
padding-left: 18px;
padding-top: 11px;
position: relative
}
.hero__search__form form .hero__search__categories:after {
position: absolute;
right: 0;
top: 14px;
height: 20px;
width: 1px;
background: #000;
opacity: .1;
content: ""
}
.hero__search__form form .hero__search__categories span {
position: absolute;
right: 14px;
top: 14px
}
.hero__search__form form input {
width: 70%;
border: none;
height: 48px;
font-size: 16px;
color: #b2b2b2;
padding-left: 20px
}
.hero__search__form form input::placeholder {
color: #b2b2b2
}
.hero__search__form form button {
position: absolute;
right: 0;
top: -1px;
height: 50px
}
.hero__search__phone {
float: right
}
.hero__search__phone__icon {
font-size: 18px;
color: var(--primary-color);
height: 50px;
width: 50px;
background: #f5f5f5;
line-height: 50px;
text-align: center;
border-radius: 50%;
float: left;
margin-right: 20px
}
.hero__search__phone__text {
overflow: hidden
}
.hero__search__phone__text h5 {
color: #1c1c1c;
font-weight: 700;
margin-bottom: 5px
}
.hero__search__phone__text span {
font-size: 14px;
color: #6f6f6f
}
.hero__item {
height: 431px;
display: flex;
align-items: center;
padding-left: 75px
}
.hero__text span {
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 4px;
color: var(--primary-color)
}
.hero__text h2 {
font-size: 46px;
color: #252525;
line-height: 52px;
font-weight: 700;
margin: 10px 0
}
.hero__text p {
margin-bottom: 35px
}
.categories__item {
height: 270px;
position: relative
}
.categories__item h5 {
position: absolute;
left: 0;
width: 100%;
padding: 0 20px;
bottom: 20px;
text-align: center
}
.categories__item h5 a {
font-size: 18px;
color: #1c1c1c;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
padding: 12px 0 10px;
background: #fff;
display: block
}
.categories__slider .col-lg-3 {
max-width: 100%
}
.categories__slider.owl-carousel .owl-nav button {
font-size: 18px;
color: #1c1c1c;
height: 70px;
width: 30px;
line-height: 70px;
text-align: center;
border: 1px solid #ebebeb;
position: absolute;
left: -35px;
top: 50%;
-webkit-transform: translateY(-35px);
background: #fff
}
.categories__slider.owl-carousel .owl-nav button.owl-next {
left: auto;
right: -35px
}
.featured {
padding-top: 80px;
padding-bottom: 40px
}
.featured__controls {
text-align: center;
margin-bottom: 50px
}
.featured__controls ul li {
list-style: none;
font-size: 18px;
color: #1c1c1c;
display: inline-block;
margin-right: 25px;
position: relative;
cursor: pointer
}
.featured__controls ul li.active:after {
opacity: 1
}
.featured__controls ul li:after {
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 2px;
background: #7fad39;
content: "";
opacity: 0
}
.featured__controls ul li:last-child {
margin-right: 0
}
.featured__item {
margin-bottom: 50px
}
.featured__item:hover .featured__item__pic .featured__item__pic__hover {
bottom: 20px
}
.featured__item__pic {
height: 270px;
position: relative;
overflow: hidden;
background-position: center center
}
.featured__item__pic__hover {
position: absolute;
left: 0;
bottom: -50px;
width: 100%;
text-align: center;
-webkit-transition: all, .5s;
-moz-transition: all, .5s;
-ms-transition: all, .5s;
-o-transition: all, .5s;
transition: all, .5s
}
.featured__item__pic__hover li {
list-style: none;
display: inline-block;
margin-right: 6px
}
.featured__item__pic__hover li:last-child {
margin-right: 0
}
.featured__item__pic__hover li:hover a {
background: var(--primary-color);
border-color: var(--primary-color);
}
.featured__item__pic__hover li:hover a i {
color: #fff;
transform: rotate(360deg)
}
.featured__item__pic__hover li a {
font-size: 16px;
color: var(--primary-color);
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
border: 1px solid #ebebeb;
background: #fff;
display: block;
border-radius: 50%;
-webkit-transition: all, .5s;
-moz-transition: all, .5s;
-ms-transition: all, .5s;
-o-transition: all, .5s;
transition: all, .5s
}
.featured__item__pic__hover li a i {
position: relative;
transform: rotate(0);
-webkit-transition: all, .3s;
-moz-transition: all, .3s;
-ms-transition: all, .3s;
-o-transition: all, .3s;
transition: all, .3s
}
.featured__item__text {
text-align: center;
padding-top: 15px
}
.featured__item__text h6 {
margin-bottom: 10px
}
.featured__item__text h6 a {
color: #252525
}
.featured__item__text h5 {
color: #252525;
font-weight: 700
}
.latest-product {
padding-top: 80px;
padding-bottom: 0
}
.latest-product__text h4 {
font-weight: 700;
color: #1c1c1c;
margin-bottom: 45px
}
.latest-product__slider.owl-carousel .owl-nav {
position: absolute;
right: 20px;
top: -75px
}
.latest-product__slider.owl-carousel .owl-nav button {
height: 40px;
width: 40px;
background: #f3f6fa;
border: 1px solid #e6e6e6;
font-size: 14px;
color: #636363;
margin-right: 10px;
line-height: 30px;
text-align: center
}
.latest-product__slider.owl-carousel .owl-nav button span {
font-weight: 700
}
.latest-product__slider.owl-carousel .owl-nav button:last-child {
margin-right: 0
}
.latest-product__item {
margin-bottom: 20px;
overflow: hidden;
display: block
}
.latest-product__item__pic {
float: left;
margin-right: 26px
}
.latest-product__item__pic img {
height: 110px;
width: 110px
}
.latest-product__item__text {
overflow: hidden;
padding-top: 10px
}
.latest-product__item__text h6 {
color: #252525;
margin-bottom: 8px
}
.latest-product__item__text span {
font-size: 18px;
display: block;
color: #252525;
font-weight: 700
}
.from-blog {
padding-top: 50px;
padding-bottom: 50px
}
.from-blog .blog__item {
margin-bottom: 30px
}
.from-blog__title {
margin-bottom: 70px
}
.breadcrumb-section {
display: flex;
align-items: center;
padding: 45px 0 40px;
background-color: var(--primary-color);
}
.breadcrumb__text h2 {
font-size: 46px;
color: #fff;
font-weight: 700
}
.breadcrumb__option a {
display: inline-block;
font-size: 16px;
color: #fff;
font-weight: 700;
margin-right: 20px;
position: relative
}
.breadcrumb__option a:after {
position: absolute;
right: -12px;
top: 13px;
height: 1px;
width: 10px;
background: #fff;
content: ""
}
.breadcrumb__option span {
display: inline-block;
font-size: 16px;
color: #fff
}
.sidebar__item {
margin-bottom: 35px
}
.sidebar__item.sidebar__item__color--option {
overflow: hidden
}
.sidebar__item h4 {
color: #1c1c1c;
font-weight: 700;
margin-bottom: 25px
}
.sidebar__item ul li {
list-style: none
}
.sidebar__item ul li a {
font-size: 16px;
color: #1c1c1c;
line-height: 39px;
display: block
}
.sidebar__item .latest-product__text {
position: relative
}
.sidebar__item .latest-product__text h4 {
margin-bottom: 45px
}
.sidebar__item .latest-product__text .owl-carousel .owl-nav {
right: 0
}
.price-range-wrap .range-slider {
margin-top: 20px
}
.price-range-wrap .range-slider .price-input {
position: relative
}
.price-range-wrap .range-slider .price-input:after {
position: absolute;
left: 38px;
top: 13px;
height: 1px;
width: 5px;
background: #d22;
content: ""
}
.price-range-wrap .range-slider .price-input input {
font-size: 16px;
color: #d22;
font-weight: 700;
max-width: 20%;
border: none;
display: inline-block
}
.price-range-wrap .price-range {
border-radius: 0
}
.price-range-wrap .price-range.ui-widget-content {
border: none;
background: #ebebeb;
height: 5px
}
.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
height: 13px;
width: 13px;
border-radius: 50%;
background: #fff;
border: none;
-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
outline: none;
cursor: pointer
}
.price-range-wrap .price-range .ui-slider-range {
background: #d22;
border-radius: 0
}
.price-range-wrap .price-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
background: #d22
}
.sidebar__item__color {
float: left;
width: 40%
}
.sidebar__item__color.sidebar__item__color--white label:after {
border: 2px solid #333;
background: 0 0
}
.sidebar__item__color.sidebar__item__color--gray label:after {
background: #e9a625
}
.sidebar__item__color.sidebar__item__color--red label:after {
background: #d62d2d
}
.sidebar__item__color.sidebar__item__color--black label:after {
background: #252525
}
.sidebar__item__color.sidebar__item__color--blue label:after {
background: #249bc8
}
.sidebar__item__color.sidebar__item__color--green label:after {
background: #3cc032
}
.sidebar__item__color label {
font-size: 16px;
color: #333;
position: relative;
padding-left: 32px;
cursor: pointer
}
.sidebar__item__color label input {
position: absolute;
visibility: hidden
}
.sidebar__item__color label:after {
position: absolute;
left: 0;
top: 5px;
height: 14px;
width: 14px;
background: #222;
content: "";
border-radius: 50%
}
.sidebar__item__size {
display: inline-block;
margin-right: 16px;
margin-bottom: 10px
}
.sidebar__item__size label {
font-size: 12px;
color: #6f6f6f;
display: inline-block;
padding: 8px 25px 6px;
background: #f5f5f5;
cursor: pointer;
margin-bottom: 0
}
.sidebar__item__size label input {
position: absolute;
visibility: hidden
}
/* BLOG */
.blog__item {
margin-bottom: 60px
}
.blog__item__pic img {
min-width: 100%
}
.blog__item__text {
padding-top: 25px
}
.blog__item__text ul {
margin-bottom: 15px
}
.blog__item__text ul li {
font-size: 16px;
color: #b2b2b2;
list-style: none;
display: inline-block;
margin-right: 15px
}
.blog__item__text ul li:last-child {
margin-right: 0
}
.blog__item__text h5 {
margin-bottom: 12px
}
.blog__item__text h5 a {
font-size: 20px;
color: #1c1c1c;
font-weight: 700
}
.blog__item__text p {
margin-bottom: 25px
}
.blog__item__text .blog__btn {
display: inline-block;
font-size: 14px;
color: #1c1c1c;
text-transform: uppercase;
letter-spacing: 1px;
border: 1px solid #b2b2b2;
padding: 14px 20px 12px;
border-radius: 25px
}
.blog__item__text .blog__btn span {
position: relative;
top: 1px;
margin-left: 5px
}
.blog__pagination {
padding-top: 5px;
position: relative
}
.blog__pagination:before {
position: absolute;
left: 0;
top: -29px;
height: 1px;
width: 100%;
background: #000;
opacity: .1;
content: ""
}
.blog__sidebar {
padding-top: 50px
}
.blog__sidebar__item {
margin-bottom: 50px
}
.blog__sidebar__item h4 {
color: #1c1c1c;
font-weight: 700;
margin-bottom: 25px
}
.blog__sidebar__item ul li {
list-style: none
}
.blog__sidebar__item ul li a {
font-size: 16px;
color: #666;
line-height: 48px;
-webkit-transition: all, .3s;
-moz-transition: all, .3s;
-ms-transition: all, .3s;
-o-transition: all, .3s;
transition: all, .3s
}
.blog__sidebar__item ul li a:hover {
color: #7fad39
}
.blog__sidebar__search {
margin-bottom: 50px
}
.blog__sidebar__search form {
position: relative
}
.blog__sidebar__search form input {
width: 100%;
height: 46px;
font-size: 16px;
color: #6f6f6f;
padding-left: 15px;
border: 1px solid #e1e1e1;
border-radius: 20px
}
.blog__sidebar__search form input::placeholder {
color: #6f6f6f
}
.blog__sidebar__search form button {
font-size: 16px;
color: #6f6f6f;
background: 0 0;
border: none;
position: absolute;
right: 0;
top: 0;
height: 100%;
padding: 0 18px
}
.blog__sidebar__recent .blog__sidebar__recent__item {
display: block
}
.blog__sidebar__recent .blog__sidebar__recent__item:last-child {
margin-bottom: 0
}
.blog__sidebar__recent__item {
overflow: hidden;
margin-bottom: 20px
}
.blog__sidebar__recent__item__pic {
float: left;
margin-right: 20px
}
.blog__sidebar__recent__item__text {
overflow: hidden
}
.blog__sidebar__recent__item__text h6 {
font-weight: 700;
color: #333;
line-height: 20px;
margin-bottom: 5px
}
.blog__sidebar__recent__item__text span {
font-size: 12px;
color: #999;
text-transform: uppercase
}
.blog__sidebar__item__tags a {
font-size: 16px;
color: #6f6f6f;
background: #f5f5f5;
display: inline-block;
padding: 7px 26px 5px;
margin-right: 6px;
margin-bottom: 10px
}
.blog-details-hero {
height: 350px;
display: flex;
align-items: center
}
.blog__details__hero__text {
text-align: center
}
.blog__details__hero__text h2 {
font-size: 46px;
color: #fff;
font-weight: 700;
margin-bottom: 10px
}
.blog__details__hero__text ul li {
font-size: 16px;
color: #fff;
list-style: none;
display: inline-block;
margin-right: 45px;
position: relative
}
.blog__details__hero__text ul li:after {
position: absolute;
right: -26px;
top: 0;
content: "|"
}
.blog__details__hero__text ul li:last-child {
margin-right: 0
}
.blog__details__hero__text ul li:last-child:after {
display: none
}
.related-blog {
padding-top: 70px;
padding-bottom: 10px
}
.related-blog-title {
margin-bottom: 70px
}
.blog-details {
padding-bottom: 75px;
border-bottom: 1px solid #e1e1e1
}
.blog__details__text {
margin-bottom: 45px
}
.blog__details__text img {
margin-bottom: 30px
}
.blog__details__text p {
font-size: 18px;
line-height: 30px
}
.blog__details__text h3 {
color: #333;
font-weight: 700;
line-height: 30px;
margin-bottom: 30px
}
.blog__details__author__pic {
float: left;
margin-right: 15px
}
.blog__details__author__pic img {
height: 92px;
width: 92px;
border-radius: 50%
}
.blog__details__author__text {
overflow: hidden;
padding-top: 30px
}
.blog__details__author__text h6 {
color: #1c1c1c;
font-weight: 700
}
.blog__details__author__text span {
font-size: 16px;
color: #6f6f6f
}
.blog__details__widget ul {
margin-bottom: 5px
}
.blog__details__widget ul li {
font-size: 16px;
color: #6f6f6f;
list-style: none;
line-height: 30px
}
.blog__details__widget ul li span {
color: #1c1c1c;
font-weight: 700
}
.blog__details__widget .blog__details__social a {
display: inline-block;
font-size: 20px;
color: #6f6f6f;
margin-right: 24px;
-webkit-transition: all, .3s;
-moz-transition: all, .3s;
-ms-transition: all, .3s;
-o-transition: all, .3s;
transition: all, .3s
}
.blog__details__widget .blog__details__social a:hover {
color: #7fad39
}
.blog__details__widget .blog__details__social a:last-child {
margin-right: 0
}
/* FOOTER SECTION */
.footer {
background: #d61a66;
padding-top: 70px;
padding-bottom: 0
}
.footer__about {
margin-bottom: 30px
}
.footer__about ul li {
font-size: 16px;
color: #fff;
line-height: 36px;
list-style: none
}
.footer__about__logo {
margin-bottom: 0px
}
.footer__about__logo a {
display: inline-block
}
.footer__widget {
margin-bottom: 30px;
overflow: hidden
}
.footer__widget h6 {
color: #fff;
font-weight: 700;
margin-bottom: 10px
}
.footer__widget ul {
width: 50%;
float: left
}
.footer__widget ul li {
list-style: none
}
.footer__widget ul li a {
color: #fff;
font-size: 14px;
line-height: 32px
}
.footer__widget p {
font-size: 14px;
color: #fff;
margin-bottom: 30px
}
.footer__widget form {
position: relative;
margin-bottom: 30px
}
.footer__widget form input {
width: 100%;
font-size: 16px;
padding-left: 20px;
color: #1c1c1c;
height: 46px;
border: 1px solid #ededed
}
.footer__widget form input::placeholder {
color: #1c1c1c
}
.footer__widget form button {
position: absolute;
right: 0;
top: 0;
padding: 0 26px;
height: 100%
}
.footer__widget .footer__widget__social a {
display: inline-block;
height: 41px;
width: 41px;
font-size: 16px;
color: #404040;
border: 1px solid #ededed;
border-radius: 50%;
line-height: 38px;
text-align: center;
background: #fff;
-webkit-transition: all, .3s;
-moz-transition: all, .3s;
-ms-transition: all, .3s;
-o-transition: all, .3s;
transition: all, .3s;
margin-right: 10px
}
.footer__widget .footer__widget__social a:last-child {
margin-right: 0
}
.footer__widget .footer__widget__social a:hover {
background: #d61a66;
color: #fff;
border-color: #fff
}
.footer__copyright {
border-top: 1px solid #ebebeb;
padding: 15px 0;
overflow: hidden;
margin-top: 20px
}
.footer__copyright__text {
font-size: 14px;
color: #ffffff !important;
float: left;
line-height: 25px
}
.footer__copyright__text p {
color: #ffffff !important;
}
.footer__copyright__text a {
color: #ffffff !important;
}
.footer__copyright__payment {
float: right
}
/* CONTACT SECTION */
.contact {
padding-top: 80px;
padding-bottom: 50px
}
.contact__widget {
margin-bottom: 30px
}
.contact__widget span {
font-size: 36px;
color: #7fad39
}
.contact__widget h4 {
color: #1c1c1c;
font-weight: 700;
margin-bottom: 6px;
margin-top: 18px
}
.contact__widget p {
color: #666;
margin-bottom: 0
}
.map {
height: 500px;
position: relative
}
.map iframe {
width: 100%
}
.map .map-inside {
position: absolute;
left: 50%;
top: 160px;
-webkit-transform: translateX(-175px);
-ms-transform: translateX(-175px);
transform: translateX(-175px)
}
.map .map-inside i {
font-size: 48px;
color: #7fad39;
position: absolute;
bottom: -75px;
left: 50%;
-webkit-transform: translateX(-18px);
-ms-transform: translateX(-18px);
transform: translateX(-18px)
}
.map .map-inside .inside-widget {
width: 350px;
background: #fff;
text-align: center;
padding: 23px 0;
position: relative;
z-index: 1;
-webkit-box-shadow: 0 0 20px 5px rgba(12, 7, 26, .15);
box-shadow: 0 0 20px 5px rgba(12, 7, 26, .15)
}
.map .map-inside .inside-widget:after {
position: absolute;
left: 50%;
bottom: -30px;
-webkit-transform: translateX(-6px);
-ms-transform: translateX(-6px);
transform: translateX(-6px);
border: 12px solid transparent;
border-top: 30px solid #fff;
content: "";
z-index: -1
}
.map .map-inside .inside-widget h4 {
font-size: 22px;
font-weight: 700;
color: #1c1c1c;
margin-bottom: 4px
}
.map .map-inside .inside-widget ul li {
list-style: none;
font-size: 16px;
color: #666;
line-height: 26px
}
.contact__form__title {
margin-bottom: 50px;
text-align: center
}
.contact__form__title h2 {
color: #1c1c1c;
font-weight: 700
}
.contact-form {
padding-top: 80px;
padding-bottom: 80px
}
.contact-form form input {
width: 100%;
height: 50px;
font-size: 16px;
color: #6f6f6f;
padding-left: 20px;
margin-bottom: 30px;
border: 1px solid #ebebeb;
border-radius: 4px
}
.contact-form form input::placeholder {
color: #6f6f6f
}
.contact-form form textarea {
width: 100%;
height: 150px;
font-size: 16px;
color: #6f6f6f;
padding-left: 20px;
margin-bottom: 24px;
border: 1px solid #ebebeb;
border-radius: 4px;
padding-top: 12px;
resize: none
}
.contact-form form textarea::placeholder {
color: #6f6f6f
}
.contact-form form button {
font-size: 18px;
letter-spacing: 2px
}
/* RESPONSIVE DESIGN */
@media only screen and (min-width:1200px) {
.container {
max-width: 1170px
}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.header__menu ul li {
margin-right: 45px
}
.hero__search__form {
width: 490px
}
.hero__categories__all {
padding: 10px 25px 10px 20px
}
.hero__categories ul {
padding-left: 20px
}
.latest-product__slider.owl-carousel .owl-nav {
right: 0
}
.product__details__tab .nav-tabs:before {
width: 265px
}
.product__details__tab .nav-tabs:after {
width: 265px
}
.shoping__discount form input {
width: 240px
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero__categories {
margin-bottom: 30px
}
.hero__search__form {
width: 485px
}
.categories__slider.owl-carousel .owl-nav button {
left: -20px
}
.categories__slider.owl-carousel .owl-nav button.owl-next {
right: -20px
}
.filter__sort .nice-select {
padding-left: 5px;
padding-right: 28px
}
.product__details__quantity {
margin-bottom: 10px
}
.product__details__text .primary-btn {
margin-bottom: 10px
}
.product__details__tab .nav-tabs:before {
width: 150px
}
.product__details__tab .nav-tabs:after {
width: 150px
}
.blog__details__author {
overflow: hidden;
margin-bottom: 25px
}
.humberger__open {
display: block;
font-size: 22px;
color: #1c1c1c;
height: 35px;
width: 35px;
line-height: 33px;
text-align: center;
border: 1px solid #1c1c1c;
cursor: pointer;
position: absolute;
right: 15px;
top: 22px
}
.header .container {
position: relative
}
.humberger__menu__wrapper {
width: 300px;
background: #fff;
position: fixed;
left: -300px;
top: 0;
height: 100%;
overflow-y: auto;
z-index: 99;
padding: 30px;
padding-top: 50px;
opacity: 0;
display: block;
-webkit-transition: all, .6s;
-moz-transition: all, .6s;
-ms-transition: all, .6s;
-o-transition: all, .6s;
transition: all, .6s
}
.humberger__menu__wrapper.show__humberger__menu__wrapper {
opacity: 1;
left: 0
}
.humberger__menu__logo {
margin-bottom: 30px
}
.humberger__menu__logo a {
display: inline-block
}
.humberger__menu__contact {
padding: 10px 0 13px
}
.humberger__menu__contact ul li {
font-size: 14px;
color: #1c1c1c;
position: relative;
line-height: 30px;
list-style: none
}
.humberger__menu__contact ul li i {
color: #252525;
margin-right: 5px
}
.humberger__menu__cart ul {
display: inline-block;
margin-right: 25px
}
.humberger__menu__cart ul li {
list-style: none;
display: inline-block;
margin-right: 15px
}
.humberger__menu__cart ul li:last-child {
margin-right: 0
}
.humberger__menu__cart ul li a {
position: relative
}
.humberger__menu__cart ul li a i {
font-size: 18px;
color: #1c1c1c
}
.humberger__menu__cart ul li a span {
height: 13px;
width: 13px;
background: #7fad39;
font-size: 10px;
color: #fff;
line-height: 13px;
text-align: center;
font-weight: 700;
display: inline-block;
border-radius: 50%;
position: absolute;
top: 0;
right: -12px
}
.humberger__menu__cart .header__cart__price {
font-size: 14px;
color: #6f6f6f;
display: inline-block
}
.humberger__menu__cart .header__cart__price span {
color: #252525;
font-weight: 700
}
.humberger__menu__cart {
margin-bottom: 25px
}
.humberger__menu__widget {
margin-bottom: 20px
}
.humberger__menu__widget .header__top__right__language {
margin-right: 20px
}
.humberger__menu__nav {
display: none
}
.humberger__menu__wrapper .header__top__right__social {
display: block;
margin-right: 0;
margin-bottom: 20px
}
.humberger__menu__wrapper .slicknav_btn {
display: none
}
.humberger__menu__wrapper .slicknav_nav .slicknav_item a {
border-bottom: none !important
}
.humberger__menu__wrapper .slicknav_nav {
display: block !important
}
.humberger__menu__wrapper .slicknav_menu {
background: 0 0;
padding: 0;
margin-bottom: 30px
}
.humberger__menu__wrapper .slicknav_nav ul {
margin: 0
}
.humberger__menu__wrapper .slicknav_nav a {
color: #1c1c1c;
font-size: 16px;
font-weight: 600;
margin: 0;
border-bottom: 1px solid #e1e1e1
}
.humberger__menu__wrapper .slicknav_nav a:hover {
-webkit-border-radius: 0;
border-radius: 0;
background: 0 0;
color: #7fad39
}
.humberger__menu__wrapper .slicknav_nav .slicknav_row,
.humberger__menu__wrapper .slicknav_nav a {
padding: 8px 0
}
.humberger__menu__overlay {
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, .5);
content: "";
z-index: 98;
visibility: hidden;
-webkit-transition: all, .6s;
-moz-transition: all, .6s;
-ms-transition: all, .6s;
-o-transition: all, .6s;
transition: all, .6s
}
.humberger__menu__overlay.active {
visibility: visible
}
.header__top {
display: none
}
.header__menu {
display: none
}
.header__cart {
text-align: center;
padding: 10px 0 24px
}
.over_hid {
overflow: hidden
}
}
@media only screen and (max-width:767px) {
.hero__categories {
margin-bottom: 30px
}
.hero__search {
margin-bottom: 30px
}
.hero__search__form {
width: 100%
}
.hero__search__form form input {
width: 100%
}
.hero__search__form form .hero__search__categories {
display: none
}
.hero__search__phone {
float: left;
margin-top: 30px
}
.categories__slider.owl-carousel .owl-nav {
text-align: center;
margin-top: 40px
}
.categories__slider.owl-carousel .owl-nav button {
position: relative;
left: 0;
top: 0;
-webkit-transform: translateY(0)
}
.categories__slider.owl-carousel .owl-nav button.owl-next {
right: -10px
}
.footer__copyright {
text-align: center
}
.footer__copyright__text {
float: none;
margin-bottom: 25px
}
.footer__copyright__payment {
float: none
}
.filter__item {
text-align: center
}
.filter__option {
text-align: center
}
.product__details__pic {
margin-bottom: 40px
}
.product__details__tab .nav-tabs:before {
display: none
}
.product__details__tab .nav-tabs:after {
display: none
}
.shoping__cart__table {
overflow-y: auto
}
.shoping__discount form input {
margin-bottom: 15px
}
.blog__details__author {
overflow: hidden;
margin-bottom: 25px
}
.humberger__open {
display: block;
font-size: 22px;
color: #1c1c1c;
height: 35px;
width: 35px;
line-height: 33px;
text-align: center;
border: 1px solid #1c1c1c;
cursor: pointer;
position: absolute;
right: 15px;
top: 22px
}
.header .container {
position: relative
}
.humberger__menu__wrapper {
width: 300px;
background: #fff;
position: fixed;
left: -300px;
top: 0;
height: 100%;
overflow-y: auto;
z-index: 99;
padding: 30px;
padding-top: 50px;
opacity: 0;
display: block;
-webkit-transition: all, .6s;
-moz-transition: all, .6s;
-ms-transition: all, .6s;
-o-transition: all, .6s;
transition: all, .6s
}
.humberger__menu__wrapper.show__humberger__menu__wrapper {
opacity: 1;
left: 0
}
.humberger__menu__logo {
margin-bottom: 30px
}
.humberger__menu__logo a {
display: inline-block
}
.humberger__menu__contact {
padding: 10px 0 13px
}
.humberger__menu__contact ul li {
font-size: 14px;
color: #1c1c1c;
position: relative;
line-height: 30px;
list-style: none
}
.humberger__menu__contact ul li i {
color: #252525;
margin-right: 5px
}
.humberger__menu__cart ul {
display: inline-block;
margin-right: 25px
}
.humberger__menu__cart ul li {
list-style: none;
display: inline-block;
margin-right: 15px
}
.humberger__menu__cart ul li:last-child {
margin-right: 0
}
.humberger__menu__cart ul li a {
position: relative
}
.humberger__menu__cart ul li a i {
font-size: 18px;
color: #1c1c1c
}
.humberger__menu__cart ul li a span {
height: 13px;
width: 13px;
background: #7fad39;
font-size: 10px;
color: #fff;
line-height: 13px;
text-align: center;
font-weight: 700;
display: inline-block;
border-radius: 50%;
position: absolute;
top: 0;
right: -12px
}
.humberger__menu__cart .header__cart__price {
font-size: 14px;
color: #6f6f6f;
display: inline-block
}
.humberger__menu__cart .header__cart__price span {
color: #252525;
font-weight: 700
}
.humberger__menu__cart {
margin-bottom: 25px
}
.humberger__menu__widget {
margin-bottom: 20px
}
.humberger__menu__widget .header__top__right__language {
margin-right: 20px
}
.humberger__menu__nav {
display: none
}
.humberger__menu__wrapper .header__top__right__social {
display: block;
margin-right: 0;
margin-bottom: 20px
}
.humberger__menu__wrapper .slicknav_btn {
display: none
}
.humberger__menu__wrapper .slicknav_nav .slicknav_item a {
border-bottom: none !important
}
.humberger__menu__wrapper .slicknav_nav {
display: block !important
}
.humberger__menu__wrapper .slicknav_menu {
background: 0 0;
padding: 0;
margin-bottom: 30px
}
.humberger__menu__wrapper .slicknav_nav ul {
margin: 0
}
.humberger__menu__wrapper .slicknav_nav a {
color: #1c1c1c;
font-size: 16px;
font-weight: 600;
margin: 0;
border-bottom: 1px solid #e1e1e1
}
.humberger__menu__wrapper .slicknav_nav a:hover {
-webkit-border-radius: 0;
border-radius: 0;
background: 0 0;
color: #7fad39
}
.humberger__menu__wrapper .slicknav_nav .slicknav_row,
.humberger__menu__wrapper .slicknav_nav a {
padding: 8px 0
}
.humberger__menu__overlay {
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, .5);
content: "";
z-index: 98;
visibility: hidden;
-webkit-transition: all, .6s;
-moz-transition: all, .6s;
-ms-transition: all, .6s;
-o-transition: all, .6s;
transition: all, .6s
}
.humberger__menu__overlay.active {
visibility: visible
}
.header__top {
display: none
}
.header__menu {
display: none
}
.header__cart {
text-align: center;
padding: 10px 0 24px
}
.over_hid {
overflow: hidden
}
}
/* preloader logo */
.preloader-main {
background-color: #d60e66;
width: 100vw;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
position: relative;
transition: all 5s linear;
}
.preloader-image {
position: relative;
}
.preloader-main img {
width: 21rem;
}
.loader {
position: absolute;
top: 41px;
left: 135px;
}
.loader>div {
width: 1rem;
height: 1rem;
background-color: #d60e66;
display: inline-block;
border-radius: 50%;
margin: .8px;
animation: anm 1.5s infinite ease-in-out both;
}
.loader .load1 {
animation-delay: -0.30s;
}
.loader .load2 {
animation-delay: -0.15s;
}
@keyframes anm {
0%,
80%,
100% {
transform: scale(0);
}
40% {
transform: scale(1)
}
}
/* dashboard */
.dashborad-grid {
display: grid;
grid-template-areas: 'dashboard-upper dashboard-upper dashboard-upper dashboard-upper'
'dashboard-side dashboard-body dashboard-body dashboard-body';
background-color: #fff;
padding: 0;
}
.dashboard-upper {
grid-area: dashboard-upper;
background-color: #f3f7f8;
height: 140px;
}
.dashboard-upper-flex {
display: flex;
align-items: center;
justify-content: center;
margin-top: 20px;
}
.dashboard-profile {
display: flex;
margin-right: 100px;
}
.dashboard-profile img {
width: 100px;
height: 100px;
border-radius: 50%;
}
.dashboard-profile-info {
margin-left: 15px;
margin-top: 26px;
}
.dashboard-profile-info h4 {
font-size: 1.2rem;
font-weight: 600;
}
.dashboard-profile-info h6 {
font-size: .8rem;
font-weight: 400;
}
.dashboard-header-button button {
background-color: #d61a66;
padding: 8px 37px;
color: #fff;
border: none;
border-radius: 5px;
margin: 0 5px;
}
.dashboard-header-button button:hover {
background-color: #fff;
color: #d61a66;
border: 1px solid #d61a66;
}
.dashboard-side {
background-color: #f3f7f8;
grid-area: dashboard-side;
/* width: 30vw; */
}
.dashboard-side ul {
margin-top: 2rem;
margin-bottom: 2rem;
list-style: none;
background: transparent;
float: right;
}
.dashboard-side ul li {
background-color: #d61a66;
text-align: center;
border-bottom: 1px solid #fff;
cursor: pointer;
transition: all .2s;
}
.dashboard-side ul li a {
display: block;
padding: 10px 20px;
color: #fff;
background-color: transparent;
transition: all .2s;
}
.dashboard-side ul li:last-child {
border: none;
}
.dashboard-side ul li a:hover {
color: #d61a66;
background-color: #fff;
}
.dashboard-body {
grid-area: dashboard-body;
display: flex;
justify-content: flex-start;
align-items: center;
}
.balence {
width: 200px;
height: 200px;
background: #f3f7f8;
border: 1px solid #d61a66;
border-radius: 10px;
box-shadow: 1px 2px 5px #f3f7f8;
text-align: center;
}
.balence:first-child {
margin-left: 150px;
margin-right: 10px;
}
/* responsive */
@media only screen and (max-width: 480px) {
.hero__search__form form .hero__search__categories {
display: none
}
.featured__controls ul li {
margin-bottom: 10px
}
.product__details__text ul li b {
width: 100px
}
.product__details__tab .nav-tabs li {
margin-right: 20px
}
.shoping__cart__btns {
text-align: center
}
.primary-btn.cart-btn.cart-btn-right {
float: none;
margin-top: 10px
}
.shoping__checkout .primary-btn {
display: block;
text-align: center;
padding: 10px 15px
}
.map .map-inside {
-webkit-transform: translateX(-125px);
-ms-transform: translateX(-125px);
transform: translateX(-125px)
}
.map .map-inside .inside-widget {
width: 250px
}
.product__details__tab .nav-tabs li {
margin-right: 15px
}
.shoping__discount form input {
width: 100%
}
.checkout__order {
padding: 20px
}
.blog__details__hero__text h2 {
font-size: 24px
}
.consultant-section .consultant-area-title h2::after {
left: 55px !important;
}
.hero__text h2 {
font-size: 33px;
color: #252713;
}
.hero__item {
padding-left: 24px;
}
.hero__text p {
color: black;
}
} | 0.417271 | 0.126407 |
.background{
width: 100vw;
height: 100vh;
background-image: url('../design/img/background.jpg');
background-size: cover;
background-color: black;
}
.secondaryTitle{
font-family: 'Poppins', sans-serif;
color: #f88b72;
font-weight: 700;
font-size: 20px;
}
.deleteText{
font-family: 'Poppins', sans-serif;
color: #f36f52;
font-weight: 500;
font-size: 20px;
}
.title{
font-family: 'Poppins', sans-serif;
color: #120788;
font-weight: 700;
font-size: 40px;
}
.form-label{
font-family: 'Poppins', sans-serif;
color: #b86fce;
font-weight: 600;
font-size: 15px;
}
.input{
padding: 5px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid rgb(160, 160, 160);
color: rgb(3, 28, 104);
font-family: 'Poppins', sans-serif;
font-weight: 700;
}
.input:focus{
outline:none;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 2px solid #b86fce;
}
.card{
position: relative;
z-index: 1;
border-radius: 5%;
}
.card-dashboard{
position: relative;
z-index: 1;
border-radius: 20px;
}
.btn-submit{
color: white;
background-color: #885199;
border: none;
padding: 10px 30px ;
font-family: 'Poppins', sans-serif;
font-weight: 700;
transition: 0.2s ease-in-out;
}
.btn-submit:hover{
transform: scale(0.9);
}
.btn-logout{
color: white;
background-color: #000000;
border: none;
padding: 25px 0px;
font-family: 'Poppins', sans-serif;
font-weight: 700;
transition: 0.2s ease-in-out;
display: block;
}
.btn-logout:hover{
text-decoration: none;
color: white;
transform: scale(0.9);
}
.btn-delete{
color: white;
background-color: #e04024;
border: none;
padding: 10px 30px ;
font-family: 'Poppins', sans-serif;
font-weight: 700;
transition: 0.2s ease-in-out;
display: block;
}
.btn-delete:hover{
text-decoration: none;
color: #e04024;
background-color: white;
border: 1px solid #e04024;
}
.btn-anulation{
color: white;
background-color: #32cf66;
border: none;
padding: 10px 30px ;
font-family: 'Poppins', sans-serif;
font-weight: 700;
transition: 0.2s ease-in-out;
display: block;
}
.btn-anulation:hover{
text-decoration: none;
color: #32cf66;
background-color: white;
border: 1px solid #32cf66;
}
.signup_text{
font-family: 'Poppins', sans-serif;
font-weight: 500;
font-size: 12px;
margin-right: 5px;
}
.signup_link{
font-family: 'Poppins', sans-serif;
font-weight: 500;
font-size: 12px;
color: #b86fce;
}
.signup_link:hover{
color: #b86fce;
text-decoration: underline #b86fce;
}
.overlay{
position: absolute;
z-index: 5;
} | assets/css/style.css |
.background{
width: 100vw;
height: 100vh;
background-image: url('../design/img/background.jpg');
background-size: cover;
background-color: black;
}
.secondaryTitle{
font-family: 'Poppins', sans-serif;
color: #f88b72;
font-weight: 700;
font-size: 20px;
}
.deleteText{
font-family: 'Poppins', sans-serif;
color: #f36f52;
font-weight: 500;
font-size: 20px;
}
.title{
font-family: 'Poppins', sans-serif;
color: #120788;
font-weight: 700;
font-size: 40px;
}
.form-label{
font-family: 'Poppins', sans-serif;
color: #b86fce;
font-weight: 600;
font-size: 15px;
}
.input{
padding: 5px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid rgb(160, 160, 160);
color: rgb(3, 28, 104);
font-family: 'Poppins', sans-serif;
font-weight: 700;
}
.input:focus{
outline:none;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 2px solid #b86fce;
}
.card{
position: relative;
z-index: 1;
border-radius: 5%;
}
.card-dashboard{
position: relative;
z-index: 1;
border-radius: 20px;
}
.btn-submit{
color: white;
background-color: #885199;
border: none;
padding: 10px 30px ;
font-family: 'Poppins', sans-serif;
font-weight: 700;
transition: 0.2s ease-in-out;
}
.btn-submit:hover{
transform: scale(0.9);
}
.btn-logout{
color: white;
background-color: #000000;
border: none;
padding: 25px 0px;
font-family: 'Poppins', sans-serif;
font-weight: 700;
transition: 0.2s ease-in-out;
display: block;
}
.btn-logout:hover{
text-decoration: none;
color: white;
transform: scale(0.9);
}
.btn-delete{
color: white;
background-color: #e04024;
border: none;
padding: 10px 30px ;
font-family: 'Poppins', sans-serif;
font-weight: 700;
transition: 0.2s ease-in-out;
display: block;
}
.btn-delete:hover{
text-decoration: none;
color: #e04024;
background-color: white;
border: 1px solid #e04024;
}
.btn-anulation{
color: white;
background-color: #32cf66;
border: none;
padding: 10px 30px ;
font-family: 'Poppins', sans-serif;
font-weight: 700;
transition: 0.2s ease-in-out;
display: block;
}
.btn-anulation:hover{
text-decoration: none;
color: #32cf66;
background-color: white;
border: 1px solid #32cf66;
}
.signup_text{
font-family: 'Poppins', sans-serif;
font-weight: 500;
font-size: 12px;
margin-right: 5px;
}
.signup_link{
font-family: 'Poppins', sans-serif;
font-weight: 500;
font-size: 12px;
color: #b86fce;
}
.signup_link:hover{
color: #b86fce;
text-decoration: underline #b86fce;
}
.overlay{
position: absolute;
z-index: 5;
} | 0.513668 | 0.075858 |
html, body {
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
font-family: 'Ropa Sans', sans-serif;
}
.fa {
color: #fff;
padding: 0 15px;
text-shadow: -.5px -.5px 0 #000,
.5px -.5px 0 #000,
-.5px .5px 0 #000,
.5px .5px 0 #000;
transition: all 0.2s;
}
.fa:hover {
transform: scale(1.2);
transition: all 0.2s;
color: #bbb;
}
.fa:active {
color: #000;
}
body{
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
margin: 0;
padding: 0;
background-repeat: no-repeat;
background-color: black;
background-position: center;
display: flex;
justify-content: space-between;
align-items: flex-end;
max-width: 100vw;
max-height: 100vh;
overflow: hidden;
flex-wrap: wrap;
}
img {
transition: all 0.2s;
margin: 5px;
height: 60px;
transform: scale(0.8);
background: 2px solid rgba(0, 0, 0, 0.3);
}
.infoImg {
transition: all 0s;
}
/*CSS for track-name display*/
#track-name{
width: auto;
height: auto;
background: aliceblue;
border-radius: 15px;
text-align: center;
opacity: 0.75;
font-size: 2em;
align-self: flex-end;
padding: 2px 10px;
display: flex;
align-items: center;
position: absolute;
top: 56%;
}
.track-name {
text-align: center;
opacity: 0;
}
.display-track {
display: flex;
width: 100vw;
justify-content: center;
}
/*CSS for top-bar and its elements follows*/
#top-left {
background-color: ghostwhite;
font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}
th {
text-align: center;
}
.table th, .table td {
border-top: none !important;
border-left: none !important;
}
.table-hover{
animation: fadeIn;
animation-duration: 1s;
text-align: center;
}
@keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}
.top-bar {
display: flex;
align-self: flex-start;
width: 100vw;
justify-content: flex-end;
padding: 10px 0px;
margin-top: 20px;
position: absolute;
}
#popover-body, #popover-title {
display: none;
}
.popover-body, .popover-title {
font-family: cairo;
font-size: 20px;
}
.popover-body {
display: flex;
flex-direction: column;
}
.popover-body > * {
flex: 1;
}
.opening, .ending, .ost {
display: flex;
align-items: center;
justify-content: space-between;
}
/*CSS for bottom-bar and its elements*/
.bottom-bar {
display: flex;
justify-content: space-between;
width: 100vw;
position: fixed;
bottom: 0px;
align-items: center;
margin-bottom: 10px
}
#player{
width: 100%;
border-radius: 15px;
opacity: 0.5;
transition: all 0.5s;
transform: translateY(100%) translateY(-15px);
}
#playTime {
font-size: medium;
font-weight: bold;
background-color: rgba(0,0,0,0.55);
color: #EEE;
text-align: center;
margin-bottom: -20px;
opacity: 0;
}
#wrapper{
display: flex;
justify-content: center;
transform: translateY(-60px);
top: 27px;
position: absolute;
width: 100%;
}
#player:hover {
opacity: 1;
transform: translateY(18px) ;
}
#player:hover #playTime {
opacity: 1;
}
/* Play/Pause Button */
#pButton{
border: none;
float:left;
margin: auto;
background: transparent;
width: 100%;
height: 100%;
}
#pButton i {
display: none;
}
#pButton .loader {
margin: 0 auto;
}
#timeline{
width: 100%;
height: 10px;
background: rgba(0,0,0,.3);
margin-top: 15px;
float: left;
display: flex;
}
/*Grabable Playhead*/
#playhead{
cursor: pointer;
width: 2px;
height: 15px;
margin-top: -15px;
background: red;
transition: all 0.5s;
}
#playedBar{
cursor: pointer;
height: 14px;
margin-top: -4px;
background: red;
transition: all 0.5s;
}
#buffered-bar {
height: 10px;
flex-basis: 0%;
background-color: rgba(255, 255, 255, 0.4);
transition: all .3s;
}
.botton-right, .bottom-left {
display: flex;
}
/* Track list css */
#modal-wrapper {
width: 100%;
height: 100%;
display: none;
}
.track-list {
width: 200px;
height: 100%;
background-color: rgba(0,0,0,0.55);
color: #EEE;
z-index: 1;
position: absolute;
overflow: auto;
transform: translateX(-200px);
transition: transform .5s ease;
}
.track-list::-webkit-scrollbar {
background-color: transparent;
width: 10px;
}
.track-list::-webkit-scrollbar-track {
background-color: rgba(0, 0, 0, 0.3);
}
.track-list::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.4);
border-radius: 60px;
}
.track-list ul {
padding: 0;
}
.track-list ul li {
cursor: pointer;
list-style-type: none;
padding: 10px;
-webkit-transition: background-color .5s;
-moz-transition: background-color .5s;
transition: background-color .5s;
}
.track-list ul li:hover {
background-color: rgba(255, 255, 255, 0.4);
}
.track-list-img {
margin-right: auto;
}
.open-track-list {
transform: translateX(0);
}
.close-track-list {
display: flex;
justify-content: flex-end;
}
.close-track-list button {
background: transparent;
font-size: 20px;
font-weight: bold;
border: none;
}
/* Checkbox css */
.toggle-btn {
width: 80px;
height: 40px;
margin: 10px;
border-radius: 50px;
display: inline-block;
position: relative;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAyklEQVQ4T42TaxHCQAyENw5wAhLACVUAUkABOCkSwEkdhNmbpHNckzv689L98toIAKjqGcAFwElEFr5ln6ruAMwA7iLyFBM/TPDuQSrxwf6fCKBoX2UMIYGYkg8BLOnVg2RiAEexGaQQq4w9e9klcxGLLAUwgDAcihlYAR1IvZA1sz/+AAaQjXhTQQVoe2Yo3E7UQiT2ijeQdojRtClOfVKvMVyVpU594kZK9zzySWTlcNqZY9tjCsUds00+A57z1e35xzlzJjee8xf0HYp+cOZQUQAAAABJRU5ErkJggg==") no-repeat 50px center #e74c3c;
cursor: pointer;
-webkit-transition: background-color .40s ease-in-out;
-moz-transition: background-color .40s ease-in-out;
-o-transition: background-color .40s ease-in-out;
transition: background-color .40s ease-in-out;
cursor: pointer;
}
.toggle-btn.active {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAmUlEQVQ4T6WT0RWDMAhFeZs4ipu0mawZpaO4yevBc6hUIWLNd+4NeQDk5sE/PMkZwFvZywKSTxF5iUgH0C4JHGyF97IggFVSqyCFga0CvQSg70Mdwd8QSSr4sGBMcgavAgdvwQCtApvA2uKr1x7Pu++06ItrF5LXPB/CP4M0kKTwYRIDyRAOR9lJTuF0F0hOAJbKopVHOZN9ACS0UgowIx8ZAAAAAElFTkSuQmCC") no-repeat 10px center #2ecc71;
}
.toggle-btn.active .round-btn {
left: 45px;
}
.toggle-btn .round-btn {
width: 30px;
height: 30px;
background-color: #fff;
border-radius: 50%;
display: inline-block;
position: absolute;
left: 5px;
top: 50%;
margin-top: -15px;
-webkit-transition: all .30s ease-in-out;
-moz-transition: all .30s ease-in-out;
-o-transition: all .30s ease-in-out;
transition: all .30s ease-in-out;
}
.toggle-btn .cb-value {
position: absolute;
left: 0;
right: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 9;
cursor: pointer;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/* Checkbox CSS end */
/* Tooltip CSS */
.tooltip .tooltip-inner {
background-color: #fff;
color: #555;
padding: 5px;
font-size: 18px;
}
.tooltip .tooltip-arrow {
display: none;
}
/* Tooltip CSS end */
/* Search box css */
.song-search {
width: 100%;
padding: 3px;
color: #555;
} | css/style.css | html, body {
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
font-family: 'Ropa Sans', sans-serif;
}
.fa {
color: #fff;
padding: 0 15px;
text-shadow: -.5px -.5px 0 #000,
.5px -.5px 0 #000,
-.5px .5px 0 #000,
.5px .5px 0 #000;
transition: all 0.2s;
}
.fa:hover {
transform: scale(1.2);
transition: all 0.2s;
color: #bbb;
}
.fa:active {
color: #000;
}
body{
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
margin: 0;
padding: 0;
background-repeat: no-repeat;
background-color: black;
background-position: center;
display: flex;
justify-content: space-between;
align-items: flex-end;
max-width: 100vw;
max-height: 100vh;
overflow: hidden;
flex-wrap: wrap;
}
img {
transition: all 0.2s;
margin: 5px;
height: 60px;
transform: scale(0.8);
background: 2px solid rgba(0, 0, 0, 0.3);
}
.infoImg {
transition: all 0s;
}
/*CSS for track-name display*/
#track-name{
width: auto;
height: auto;
background: aliceblue;
border-radius: 15px;
text-align: center;
opacity: 0.75;
font-size: 2em;
align-self: flex-end;
padding: 2px 10px;
display: flex;
align-items: center;
position: absolute;
top: 56%;
}
.track-name {
text-align: center;
opacity: 0;
}
.display-track {
display: flex;
width: 100vw;
justify-content: center;
}
/*CSS for top-bar and its elements follows*/
#top-left {
background-color: ghostwhite;
font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}
th {
text-align: center;
}
.table th, .table td {
border-top: none !important;
border-left: none !important;
}
.table-hover{
animation: fadeIn;
animation-duration: 1s;
text-align: center;
}
@keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}
.top-bar {
display: flex;
align-self: flex-start;
width: 100vw;
justify-content: flex-end;
padding: 10px 0px;
margin-top: 20px;
position: absolute;
}
#popover-body, #popover-title {
display: none;
}
.popover-body, .popover-title {
font-family: cairo;
font-size: 20px;
}
.popover-body {
display: flex;
flex-direction: column;
}
.popover-body > * {
flex: 1;
}
.opening, .ending, .ost {
display: flex;
align-items: center;
justify-content: space-between;
}
/*CSS for bottom-bar and its elements*/
.bottom-bar {
display: flex;
justify-content: space-between;
width: 100vw;
position: fixed;
bottom: 0px;
align-items: center;
margin-bottom: 10px
}
#player{
width: 100%;
border-radius: 15px;
opacity: 0.5;
transition: all 0.5s;
transform: translateY(100%) translateY(-15px);
}
#playTime {
font-size: medium;
font-weight: bold;
background-color: rgba(0,0,0,0.55);
color: #EEE;
text-align: center;
margin-bottom: -20px;
opacity: 0;
}
#wrapper{
display: flex;
justify-content: center;
transform: translateY(-60px);
top: 27px;
position: absolute;
width: 100%;
}
#player:hover {
opacity: 1;
transform: translateY(18px) ;
}
#player:hover #playTime {
opacity: 1;
}
/* Play/Pause Button */
#pButton{
border: none;
float:left;
margin: auto;
background: transparent;
width: 100%;
height: 100%;
}
#pButton i {
display: none;
}
#pButton .loader {
margin: 0 auto;
}
#timeline{
width: 100%;
height: 10px;
background: rgba(0,0,0,.3);
margin-top: 15px;
float: left;
display: flex;
}
/*Grabable Playhead*/
#playhead{
cursor: pointer;
width: 2px;
height: 15px;
margin-top: -15px;
background: red;
transition: all 0.5s;
}
#playedBar{
cursor: pointer;
height: 14px;
margin-top: -4px;
background: red;
transition: all 0.5s;
}
#buffered-bar {
height: 10px;
flex-basis: 0%;
background-color: rgba(255, 255, 255, 0.4);
transition: all .3s;
}
.botton-right, .bottom-left {
display: flex;
}
/* Track list css */
#modal-wrapper {
width: 100%;
height: 100%;
display: none;
}
.track-list {
width: 200px;
height: 100%;
background-color: rgba(0,0,0,0.55);
color: #EEE;
z-index: 1;
position: absolute;
overflow: auto;
transform: translateX(-200px);
transition: transform .5s ease;
}
.track-list::-webkit-scrollbar {
background-color: transparent;
width: 10px;
}
.track-list::-webkit-scrollbar-track {
background-color: rgba(0, 0, 0, 0.3);
}
.track-list::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.4);
border-radius: 60px;
}
.track-list ul {
padding: 0;
}
.track-list ul li {
cursor: pointer;
list-style-type: none;
padding: 10px;
-webkit-transition: background-color .5s;
-moz-transition: background-color .5s;
transition: background-color .5s;
}
.track-list ul li:hover {
background-color: rgba(255, 255, 255, 0.4);
}
.track-list-img {
margin-right: auto;
}
.open-track-list {
transform: translateX(0);
}
.close-track-list {
display: flex;
justify-content: flex-end;
}
.close-track-list button {
background: transparent;
font-size: 20px;
font-weight: bold;
border: none;
}
/* Checkbox css */
.toggle-btn {
width: 80px;
height: 40px;
margin: 10px;
border-radius: 50px;
display: inline-block;
position: relative;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAyklEQVQ4T42TaxHCQAyENw5wAhLACVUAUkABOCkSwEkdhNmbpHNckzv689L98toIAKjqGcAFwElEFr5ln6ruAMwA7iLyFBM/TPDuQSrxwf6fCKBoX2UMIYGYkg8BLOnVg2RiAEexGaQQq4w9e9klcxGLLAUwgDAcihlYAR1IvZA1sz/+AAaQjXhTQQVoe2Yo3E7UQiT2ijeQdojRtClOfVKvMVyVpU594kZK9zzySWTlcNqZY9tjCsUds00+A57z1e35xzlzJjee8xf0HYp+cOZQUQAAAABJRU5ErkJggg==") no-repeat 50px center #e74c3c;
cursor: pointer;
-webkit-transition: background-color .40s ease-in-out;
-moz-transition: background-color .40s ease-in-out;
-o-transition: background-color .40s ease-in-out;
transition: background-color .40s ease-in-out;
cursor: pointer;
}
.toggle-btn.active {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAmUlEQVQ4T6WT0RWDMAhFeZs4ipu0mawZpaO4yevBc6hUIWLNd+4NeQDk5sE/PMkZwFvZywKSTxF5iUgH0C4JHGyF97IggFVSqyCFga0CvQSg70Mdwd8QSSr4sGBMcgavAgdvwQCtApvA2uKr1x7Pu++06ItrF5LXPB/CP4M0kKTwYRIDyRAOR9lJTuF0F0hOAJbKopVHOZN9ACS0UgowIx8ZAAAAAElFTkSuQmCC") no-repeat 10px center #2ecc71;
}
.toggle-btn.active .round-btn {
left: 45px;
}
.toggle-btn .round-btn {
width: 30px;
height: 30px;
background-color: #fff;
border-radius: 50%;
display: inline-block;
position: absolute;
left: 5px;
top: 50%;
margin-top: -15px;
-webkit-transition: all .30s ease-in-out;
-moz-transition: all .30s ease-in-out;
-o-transition: all .30s ease-in-out;
transition: all .30s ease-in-out;
}
.toggle-btn .cb-value {
position: absolute;
left: 0;
right: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 9;
cursor: pointer;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/* Checkbox CSS end */
/* Tooltip CSS */
.tooltip .tooltip-inner {
background-color: #fff;
color: #555;
padding: 5px;
font-size: 18px;
}
.tooltip .tooltip-arrow {
display: none;
}
/* Tooltip CSS end */
/* Search box css */
.song-search {
width: 100%;
padding: 3px;
color: #555;
} | 0.411466 | 0.064506 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.site {
width: 100%;
max-width: 1600px;
margin: 0 auto;
background-color: #fff;
display: grid;
}
.right_site {
padding-left: 300px;
position: relative;
}
.left_site {
background-color: #212529;
width: 300px;
height: 100vh;
color: #c2c7d0;
position: fixed;
z-index: 100;
}
.logotip {
width: 100%;
padding: 15px 10px;
display: grid;
display: flex;
align-items: center;
border-bottom: 1px solid #c2c7d0;
}
.logotip .logo img {
width: 60px;
height: 60px;
margin-right: 20px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.logo {
overflow: hidden;
}
.logo h4 {
font-size: 28px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.user {
width: 100%;
padding: 15px 10px;
display: flex;
flex-direction: row;
align-items: center;
border-bottom: 1px solid #c2c7d0;
}
.user_img {
width: 50px;
height: 50px;
display: block;
background-color: rgb(73, 66, 66);
border: 2px solid #c2c7d0;
overflow: hidden;
margin-right: 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.user_img img {
width: 100%;
}
.user h5 {
margin: 0;
padding: 0;
font-size: 20px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.left_site form {
padding: 8px 15px;
display: grid;
grid-template-columns: 9fr 2fr;
margin: 0;
}
.left_site .l_search {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
background-color: rgba(255, 255, 255, 0.397);
color: #363636;
font-size: 50px;
height: 45px;
padding: 0 5px;
}
.left_site .l_btn {
margin: 0;
padding: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
background-color: rgba(255, 255, 255, 0.397);
color: #fff;
border-left: none;
}
.menu {
width: 100%;
margin-top: -13px;
padding: 0;
padding: 15px;
}
.menu li {
width: 100%;
height: 45px;
display: grid;
grid-template-columns: 1fr 8fr;
align-items: center;
padding: 0;
margin: 0;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
padding: 0 10px;
}
.menu li a {
width: 80%;
font-size: 17px;
font-weight: bold;
color: #c2c7d0;
text-transform: capitalize
}
.menu li a:hover {
2 text-decoration: none;
}
.active {
background-color: #ffffffe6;
}
.menu .active a {
color: rgba(0, 0, 0, 0.712);
}
.menu .aylana {
width: 18px;
height: 18px;
display: block;
margin-right: 10px;
border: 3px solid #c2c7d0;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.menu .active .aylana {
border-color: #212529;
}
.jad {} | public/css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.site {
width: 100%;
max-width: 1600px;
margin: 0 auto;
background-color: #fff;
display: grid;
}
.right_site {
padding-left: 300px;
position: relative;
}
.left_site {
background-color: #212529;
width: 300px;
height: 100vh;
color: #c2c7d0;
position: fixed;
z-index: 100;
}
.logotip {
width: 100%;
padding: 15px 10px;
display: grid;
display: flex;
align-items: center;
border-bottom: 1px solid #c2c7d0;
}
.logotip .logo img {
width: 60px;
height: 60px;
margin-right: 20px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.logo {
overflow: hidden;
}
.logo h4 {
font-size: 28px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.user {
width: 100%;
padding: 15px 10px;
display: flex;
flex-direction: row;
align-items: center;
border-bottom: 1px solid #c2c7d0;
}
.user_img {
width: 50px;
height: 50px;
display: block;
background-color: rgb(73, 66, 66);
border: 2px solid #c2c7d0;
overflow: hidden;
margin-right: 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.user_img img {
width: 100%;
}
.user h5 {
margin: 0;
padding: 0;
font-size: 20px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.left_site form {
padding: 8px 15px;
display: grid;
grid-template-columns: 9fr 2fr;
margin: 0;
}
.left_site .l_search {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
background-color: rgba(255, 255, 255, 0.397);
color: #363636;
font-size: 50px;
height: 45px;
padding: 0 5px;
}
.left_site .l_btn {
margin: 0;
padding: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
background-color: rgba(255, 255, 255, 0.397);
color: #fff;
border-left: none;
}
.menu {
width: 100%;
margin-top: -13px;
padding: 0;
padding: 15px;
}
.menu li {
width: 100%;
height: 45px;
display: grid;
grid-template-columns: 1fr 8fr;
align-items: center;
padding: 0;
margin: 0;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
padding: 0 10px;
}
.menu li a {
width: 80%;
font-size: 17px;
font-weight: bold;
color: #c2c7d0;
text-transform: capitalize
}
.menu li a:hover {
2 text-decoration: none;
}
.active {
background-color: #ffffffe6;
}
.menu .active a {
color: rgba(0, 0, 0, 0.712);
}
.menu .aylana {
width: 18px;
height: 18px;
display: block;
margin-right: 10px;
border: 3px solid #c2c7d0;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.menu .active .aylana {
border-color: #212529;
}
.jad {} | 0.525369 | 0.190347 |
body {
margin: 0px;
padding: 0px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Arial", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
header {
padding: 5px;
background-color: rgb(244, 244, 244);
border-bottom: 1px solid rgb(214, 214, 214);
box-shadow: 0px 2px 0px 0px rgba(107, 107, 107, 0.2);
}
header > div {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0px;
margin: 45px auto 15px;
width: 918px;
}
header button {
background-color: rgb(0, 111, 202);
border: none;
font-weight: bold;
color: white;
padding: 5px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
margin-right: 7px;
border-radius: 4px;
}
div.loupe {
display: inline-block;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
color: rgb(147, 147, 147);
margin-right: 5px;
}
.dropdown {
position: relative;
display: inline-block;
}
#dropdownList {
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
max-width: 210px;
max-height: 300px;
overflow-x: hidden;
overflow-y: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
margin-top: 15px;
padding: 12px 16px;
z-index: 1;
}
#dropdownList p {
white-space: nowrap;
text-overflow: clip;
}
nav {
display: flex;
flex-direction: row;
align-items: center;
width: 918px;
margin: 15px auto;
}
#monthYear {
width: 140px;
font-weight: normal;
font-size: 20px;
text-align: center;
}
#minus {
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
nav button {
padding: 0 4px;
}
button:hover {
cursor: pointer;
}
button#today {
margin-left: 13px;
}
.tooltip{
background: black;
font-family: "DejaVu Sans", sans-serif;
font-size: 13px;
color: white;
padding: 5px;
/* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 1);
border-radius: 10px; */
opacity: 0;
}
#calendar {
width: 918px;
line-height: 1.2em;
font-size: 12px;
color: rgb(153, 153, 153);
text-align: left;
border-collapse: collapse;
border: 1px solid rgb(238, 238, 238);
margin: auto;
}
#calendar thead th, td {
font-weight: normal;
border: 1px solid rgb(238, 238, 238);
}
#calendar thead th, tbody td {
width: 110px;
height: 110px;
padding: 10px;
vertical-align: top;
}
#calendar thead th.today, #calendar tbody td.today {
background: rgb(244, 244, 244);
}
#calendar thead th.event, #calendar tbody td.event {
background: rgb(193, 228, 255);
}
p.today, p.event {
color: #000000;
font-weight: bold;
}
p {
margin-top: 0;
margin-bottom: 0.5em;
}
p.event {
margin-bottom: 0.25em;
} | style.css | body {
margin: 0px;
padding: 0px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Arial", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
header {
padding: 5px;
background-color: rgb(244, 244, 244);
border-bottom: 1px solid rgb(214, 214, 214);
box-shadow: 0px 2px 0px 0px rgba(107, 107, 107, 0.2);
}
header > div {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0px;
margin: 45px auto 15px;
width: 918px;
}
header button {
background-color: rgb(0, 111, 202);
border: none;
font-weight: bold;
color: white;
padding: 5px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
margin-right: 7px;
border-radius: 4px;
}
div.loupe {
display: inline-block;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
color: rgb(147, 147, 147);
margin-right: 5px;
}
.dropdown {
position: relative;
display: inline-block;
}
#dropdownList {
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
max-width: 210px;
max-height: 300px;
overflow-x: hidden;
overflow-y: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
margin-top: 15px;
padding: 12px 16px;
z-index: 1;
}
#dropdownList p {
white-space: nowrap;
text-overflow: clip;
}
nav {
display: flex;
flex-direction: row;
align-items: center;
width: 918px;
margin: 15px auto;
}
#monthYear {
width: 140px;
font-weight: normal;
font-size: 20px;
text-align: center;
}
#minus {
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
nav button {
padding: 0 4px;
}
button:hover {
cursor: pointer;
}
button#today {
margin-left: 13px;
}
.tooltip{
background: black;
font-family: "DejaVu Sans", sans-serif;
font-size: 13px;
color: white;
padding: 5px;
/* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 1);
border-radius: 10px; */
opacity: 0;
}
#calendar {
width: 918px;
line-height: 1.2em;
font-size: 12px;
color: rgb(153, 153, 153);
text-align: left;
border-collapse: collapse;
border: 1px solid rgb(238, 238, 238);
margin: auto;
}
#calendar thead th, td {
font-weight: normal;
border: 1px solid rgb(238, 238, 238);
}
#calendar thead th, tbody td {
width: 110px;
height: 110px;
padding: 10px;
vertical-align: top;
}
#calendar thead th.today, #calendar tbody td.today {
background: rgb(244, 244, 244);
}
#calendar thead th.event, #calendar tbody td.event {
background: rgb(193, 228, 255);
}
p.today, p.event {
color: #000000;
font-weight: bold;
}
p {
margin-top: 0;
margin-bottom: 0.5em;
}
p.event {
margin-bottom: 0.25em;
} | 0.390243 | 0.104112 |
* {
box-sizing: border-box;
font-family: "Quicksand", sans-serif;
}
.event-title,
.function-title,
.selectors-title {
font-weight: bold;
text-align: center;
}
.main-event-section,
.main-functions-section,
.main-selectors-section {
width: 62%;
height: 100%;
display: flex;
flex-direction: column;
border-radius: 10px;
/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
margin: 0 auto;
}
.event-title-paragraph,
.function-title-paragraph,
.selector-title-paragraph {
text-align: center;
font-size: 1.2em;
padding-top: 1.2em;
}
hr {
opacity: 0.3;
}
.fas {
float: right;
cursor: pointer;
opacity: 0.6;
}
.fab {
float: left;
cursor: pointer;
opacity: 0.6;
}
/* Divs dropdown */
#firstDiv.hidden {
height: 0px;
width: 0%;
opacity: 0;
}
#firstDiv,
#firstDiv2,
#firstDiv3,
#firstDiv4,
#firstDiv5,
#firstDiv6,
#firstDiv7,
#firstDiv8,
#firstDiv9,
#firstDiv10,
#firstDiv13,
#firstDiv14,
#firstDiv15,
#firstDiv16,
#firstDiv18,
#firstDiv22,
#firstDiv28,
#firstDiv30,
#firstDiv32,
#firstDiv34,
#firstDiv36,
#firstDiv38,
#firstDiv40,
#firstDiv42,
#firstDiv44,
#firstDiv45,
#firstDiv46,
#firstDiv48,
#firstDiv52,
#firstDiv53,
#firstDiv54,
#firstDiv55,
#firstDiv56,
#firstDiv58,
#firstDiv60,
#firstDiv62,
#firstDiv65,
#firstDiv66,
#firstDiv68,
#firstDiv70,
#firstDiv72,
#firstDiv74,
#firstDiv75,
#firstDiv76,
#firstDiv78,
#firstDiv80,
#firstDiv82,
#firstDiv83,
#firstDiv84 {
height: 200px;
width: 100%;
border: 1px solid rgb(215, 215, 215);
border-radius: 5px;
}
#firstDiv11,
#firstDiv17,
#firstDiv19,
#firstDiv21,
#firstDiv27,
#firstDiv29,
#firstDiv31,
#firstDiv33,
#firstDiv35,
#firstDiv37,
#firstDiv39,
#firstDiv41,
#firstDiv43,
#firstDiv47,
#firstDiv51,
#firstDiv57,
#firstDiv59,
#firstDiv61,
#firstDiv71,
#firstDiv79,
#firstDiv81,
#firstDiv12,
#firstDiv20,
#firstDiv50 {
height: 300px;
width: 100%;
border: 1px solid rgb(215, 215, 215);
border-radius: 5px;
}
#firstDiv23,
#firstDiv25,
#firstDiv49,
#firstDiv67,
#firstDiv69,
#firstDiv73,
#firstDiv77,
#firstDiv24,
#firstDiv26,
#firstDiv64 {
height: 350px;
width: 100%;
border: 1px solid rgb(215, 215, 215);
border-radius: 5px;
}
#firstDiv63 {
height: 450px;
width: 100%;
border: 1px solid rgb(215, 215, 215);
border-radius: 5px;
}
#firstDiv2.hidden2,
#firstDiv3.hidden3,
#firstDiv4.hidden4,
#firstDiv5.hidden5,
#firstDiv6.hidden6,
#firstDiv7.hidden7,
#firstDiv8.hidden8,
#firstDiv9.hidden9,
#firstDiv10.hidden10,
#firstDiv11.hidden11,
#firstDiv12.hidden12,
#firstDiv13.hidden13,
#firstDiv14.hidden14,
#firstDiv15.hidden15,
#firstDiv16.hidden16,
#firstDiv17.hidden17,
#firstDiv18.hidden18,
#firstDiv19.hidden19,
#firstDiv20.hidden20,
#firstDiv21.hidden21,
#firstDiv22.hidden22,
#firstDiv23.hidden23,
#firstDiv24.hidden24,
#firstDiv25.hidden25,
#firstDiv26.hidden26,
#firstDiv27.hidden27,
#firstDiv28.hidden28,
#firstDiv29.hidden29,
#firstDiv30.hidden30,
#firstDiv31.hidden31,
#firstDiv32.hidden32,
#firstDiv33.hidden33,
#firstDiv34.hidden34,
#firstDiv35.hidden35,
#firstDiv36.hidden36,
#firstDiv37.hidden37,
#firstDiv38.hidden38,
#firstDiv39.hidden39,
#firstDiv40.hidden40,
#firstDiv41.hidden41,
#firstDiv42.hidden42,
#firstDiv43.hidden43,
#firstDiv44.hidden44,
#firstDiv45.hidden45,
#firstDiv46.hidden46,
#firstDiv47.hidden47,
#firstDiv48.hidden48,
#firstDiv49.hidden49,
#firstDiv50.hidden50,
#firstDiv51.hidden51,
#firstDiv52.hidden52,
#firstDiv53.hidden53,
#firstDiv54.hidden54,
#firstDiv55.hidden55,
#firstDiv56.hidden56,
#firstDiv57.hidden57,
#firstDiv58.hidden58,
#firstDiv59.hidden59,
#firstDiv60.hidden60,
#firstDiv61.hidden61,
#firstDiv62.hidden62,
#firstDiv63.hidden63,
#firstDiv64.hidden64,
#firstDiv65.hidden65,
#firstDiv66.hidden66,
#firstDiv67.hidden67,
#firstDiv68.hidden68,
#firstDiv69.hidden69,
#firstDiv70.hidden70,
#firstDiv71.hidden71,
#firstDiv72.hidden72,
#firstDiv73.hidden73,
#firstDiv74.hidden74,
#firstDiv75.hidden75,
#firstDiv76.hidden76,
#firstDiv77.hidden77,
#firstDiv78.hidden78,
#firstDiv79.hidden79,
#firstDiv80.hidden80,
#firstDiv81.hidden81,
#firstDiv82.hidden82,
#firstDiv83.hidden83,
#firstDiv84.hidden84 {
height: 0px;
width: 0%;
opacity: 0;
}
#btnx.hiddenx {
height: 0px;
width: 0%;
opacity: 0;
}
#btnx {
padding: 12px 30px;
border-radius: 4px;
border: none;
outline: none;
margin-top: 0.2em;
margin-left: 0.2em;
font-weight: bold;
cursor: pointer;
background-color: #f5df4d;
}
.btnUl {
padding: 12px 30px;
border-radius: 4px;
border: none;
outline: none;
margin-top: 0.2em;
margin-left: 0.2em;
font-weight: bold;
cursor: pointer;
background-color: #f5df4d;
}
.btn1,
.btn2,
.btn3,
.btn4 {
padding: 12px 30px;
border-radius: 4px;
border: none;
outline: none;
margin-top: 0.2em;
margin-left: 0.2em;
font-weight: bold;
cursor: pointer;
background-color: #f5df4d;
padding-left: 96%;
}
.large {
transform: scale(2);
}
.raspberry {
width: 10%;
float: left;
}
.formAnimals {
padding-left: 2em;
}
.btnToggle {
border: none;
padding: 12px 30px;
border-radius: 4px;
outline: none;
margin-top: 0.2em;
margin-left: 0.2em;
font-weight: bold;
cursor: pointer;
background-color: #010101;
color: white;
padding-left: 70%;
}
.show {
border: 2px solid;
padding: 12px 30px;
border-radius: 4px;
outline: none;
margin-top: 0.2em;
margin-left: 0.2em;
font-weight: bold;
cursor: pointer;
background-color: #f5df4d;
}
.prependScreenshot,
.afterScreenshot,
.beforeScreenshot,
.cloneScreenshoot,
.disabledScreenshoot,
.quitDisabledScreenshoot,
.srcScreenshoot {
width: 60%;
padding-top: 1.3em;
}
#textToFadeIn {
opacity: 1;
transition: opacity 0.3s;
}
#textToFadeIn.fade {
opacity: 0;
}
#textToFadeOut {
opacity: 0;
}
#textToFadeOut.fade-out {
opacity: 1;
transition: opacity 0.3s;
}
#textToFadeInJquery {
opacity: 1;
transition: opacity 0.3s;
}
#textToFadeInJquery.fade {
opacity: 0;
}
#textToFadeOutJquery {
opacity: 0;
}
#textToFadeOutJquery.fade-out {
opacity: 1;
transition: opacity 0.3s;
}
.text {
color: blue;
}
.displayNoneP {
display: none;
}
.formSelect {
padding-left: 90%;
}
.sayHello {
display: none;
}
.animateBtn {
background-color: blueviolet;
} | assets/styles/styles.css | * {
box-sizing: border-box;
font-family: "Quicksand", sans-serif;
}
.event-title,
.function-title,
.selectors-title {
font-weight: bold;
text-align: center;
}
.main-event-section,
.main-functions-section,
.main-selectors-section {
width: 62%;
height: 100%;
display: flex;
flex-direction: column;
border-radius: 10px;
/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
margin: 0 auto;
}
.event-title-paragraph,
.function-title-paragraph,
.selector-title-paragraph {
text-align: center;
font-size: 1.2em;
padding-top: 1.2em;
}
hr {
opacity: 0.3;
}
.fas {
float: right;
cursor: pointer;
opacity: 0.6;
}
.fab {
float: left;
cursor: pointer;
opacity: 0.6;
}
/* Divs dropdown */
#firstDiv.hidden {
height: 0px;
width: 0%;
opacity: 0;
}
#firstDiv,
#firstDiv2,
#firstDiv3,
#firstDiv4,
#firstDiv5,
#firstDiv6,
#firstDiv7,
#firstDiv8,
#firstDiv9,
#firstDiv10,
#firstDiv13,
#firstDiv14,
#firstDiv15,
#firstDiv16,
#firstDiv18,
#firstDiv22,
#firstDiv28,
#firstDiv30,
#firstDiv32,
#firstDiv34,
#firstDiv36,
#firstDiv38,
#firstDiv40,
#firstDiv42,
#firstDiv44,
#firstDiv45,
#firstDiv46,
#firstDiv48,
#firstDiv52,
#firstDiv53,
#firstDiv54,
#firstDiv55,
#firstDiv56,
#firstDiv58,
#firstDiv60,
#firstDiv62,
#firstDiv65,
#firstDiv66,
#firstDiv68,
#firstDiv70,
#firstDiv72,
#firstDiv74,
#firstDiv75,
#firstDiv76,
#firstDiv78,
#firstDiv80,
#firstDiv82,
#firstDiv83,
#firstDiv84 {
height: 200px;
width: 100%;
border: 1px solid rgb(215, 215, 215);
border-radius: 5px;
}
#firstDiv11,
#firstDiv17,
#firstDiv19,
#firstDiv21,
#firstDiv27,
#firstDiv29,
#firstDiv31,
#firstDiv33,
#firstDiv35,
#firstDiv37,
#firstDiv39,
#firstDiv41,
#firstDiv43,
#firstDiv47,
#firstDiv51,
#firstDiv57,
#firstDiv59,
#firstDiv61,
#firstDiv71,
#firstDiv79,
#firstDiv81,
#firstDiv12,
#firstDiv20,
#firstDiv50 {
height: 300px;
width: 100%;
border: 1px solid rgb(215, 215, 215);
border-radius: 5px;
}
#firstDiv23,
#firstDiv25,
#firstDiv49,
#firstDiv67,
#firstDiv69,
#firstDiv73,
#firstDiv77,
#firstDiv24,
#firstDiv26,
#firstDiv64 {
height: 350px;
width: 100%;
border: 1px solid rgb(215, 215, 215);
border-radius: 5px;
}
#firstDiv63 {
height: 450px;
width: 100%;
border: 1px solid rgb(215, 215, 215);
border-radius: 5px;
}
#firstDiv2.hidden2,
#firstDiv3.hidden3,
#firstDiv4.hidden4,
#firstDiv5.hidden5,
#firstDiv6.hidden6,
#firstDiv7.hidden7,
#firstDiv8.hidden8,
#firstDiv9.hidden9,
#firstDiv10.hidden10,
#firstDiv11.hidden11,
#firstDiv12.hidden12,
#firstDiv13.hidden13,
#firstDiv14.hidden14,
#firstDiv15.hidden15,
#firstDiv16.hidden16,
#firstDiv17.hidden17,
#firstDiv18.hidden18,
#firstDiv19.hidden19,
#firstDiv20.hidden20,
#firstDiv21.hidden21,
#firstDiv22.hidden22,
#firstDiv23.hidden23,
#firstDiv24.hidden24,
#firstDiv25.hidden25,
#firstDiv26.hidden26,
#firstDiv27.hidden27,
#firstDiv28.hidden28,
#firstDiv29.hidden29,
#firstDiv30.hidden30,
#firstDiv31.hidden31,
#firstDiv32.hidden32,
#firstDiv33.hidden33,
#firstDiv34.hidden34,
#firstDiv35.hidden35,
#firstDiv36.hidden36,
#firstDiv37.hidden37,
#firstDiv38.hidden38,
#firstDiv39.hidden39,
#firstDiv40.hidden40,
#firstDiv41.hidden41,
#firstDiv42.hidden42,
#firstDiv43.hidden43,
#firstDiv44.hidden44,
#firstDiv45.hidden45,
#firstDiv46.hidden46,
#firstDiv47.hidden47,
#firstDiv48.hidden48,
#firstDiv49.hidden49,
#firstDiv50.hidden50,
#firstDiv51.hidden51,
#firstDiv52.hidden52,
#firstDiv53.hidden53,
#firstDiv54.hidden54,
#firstDiv55.hidden55,
#firstDiv56.hidden56,
#firstDiv57.hidden57,
#firstDiv58.hidden58,
#firstDiv59.hidden59,
#firstDiv60.hidden60,
#firstDiv61.hidden61,
#firstDiv62.hidden62,
#firstDiv63.hidden63,
#firstDiv64.hidden64,
#firstDiv65.hidden65,
#firstDiv66.hidden66,
#firstDiv67.hidden67,
#firstDiv68.hidden68,
#firstDiv69.hidden69,
#firstDiv70.hidden70,
#firstDiv71.hidden71,
#firstDiv72.hidden72,
#firstDiv73.hidden73,
#firstDiv74.hidden74,
#firstDiv75.hidden75,
#firstDiv76.hidden76,
#firstDiv77.hidden77,
#firstDiv78.hidden78,
#firstDiv79.hidden79,
#firstDiv80.hidden80,
#firstDiv81.hidden81,
#firstDiv82.hidden82,
#firstDiv83.hidden83,
#firstDiv84.hidden84 {
height: 0px;
width: 0%;
opacity: 0;
}
#btnx.hiddenx {
height: 0px;
width: 0%;
opacity: 0;
}
#btnx {
padding: 12px 30px;
border-radius: 4px;
border: none;
outline: none;
margin-top: 0.2em;
margin-left: 0.2em;
font-weight: bold;
cursor: pointer;
background-color: #f5df4d;
}
.btnUl {
padding: 12px 30px;
border-radius: 4px;
border: none;
outline: none;
margin-top: 0.2em;
margin-left: 0.2em;
font-weight: bold;
cursor: pointer;
background-color: #f5df4d;
}
.btn1,
.btn2,
.btn3,
.btn4 {
padding: 12px 30px;
border-radius: 4px;
border: none;
outline: none;
margin-top: 0.2em;
margin-left: 0.2em;
font-weight: bold;
cursor: pointer;
background-color: #f5df4d;
padding-left: 96%;
}
.large {
transform: scale(2);
}
.raspberry {
width: 10%;
float: left;
}
.formAnimals {
padding-left: 2em;
}
.btnToggle {
border: none;
padding: 12px 30px;
border-radius: 4px;
outline: none;
margin-top: 0.2em;
margin-left: 0.2em;
font-weight: bold;
cursor: pointer;
background-color: #010101;
color: white;
padding-left: 70%;
}
.show {
border: 2px solid;
padding: 12px 30px;
border-radius: 4px;
outline: none;
margin-top: 0.2em;
margin-left: 0.2em;
font-weight: bold;
cursor: pointer;
background-color: #f5df4d;
}
.prependScreenshot,
.afterScreenshot,
.beforeScreenshot,
.cloneScreenshoot,
.disabledScreenshoot,
.quitDisabledScreenshoot,
.srcScreenshoot {
width: 60%;
padding-top: 1.3em;
}
#textToFadeIn {
opacity: 1;
transition: opacity 0.3s;
}
#textToFadeIn.fade {
opacity: 0;
}
#textToFadeOut {
opacity: 0;
}
#textToFadeOut.fade-out {
opacity: 1;
transition: opacity 0.3s;
}
#textToFadeInJquery {
opacity: 1;
transition: opacity 0.3s;
}
#textToFadeInJquery.fade {
opacity: 0;
}
#textToFadeOutJquery {
opacity: 0;
}
#textToFadeOutJquery.fade-out {
opacity: 1;
transition: opacity 0.3s;
}
.text {
color: blue;
}
.displayNoneP {
display: none;
}
.formSelect {
padding-left: 90%;
}
.sayHello {
display: none;
}
.animateBtn {
background-color: blueviolet;
} | 0.359926 | 0.125012 |
html {
color: #5b5b5b;
}
h2 {
display: block;
position: absolute;
font-size: 1.5rem;
padding-left: 30%;
margin-top: 100px;
}
a.back {
color: #000000;
}
div.post {
display: block;
padding-top: 220px;
padding-left: 30%;
}
div.users_posts {
position: absolute;
margin-top: -50px;
}
div.view-count {
font-size: 1rem;
padding-left: 550px;
margin-top: -35px;
}
div.username {
font-size: 1rem;
}
div.updated_at {
font-size: 0.7rem;
padding-left: 150px;
margin-top: -15px;
margin-bottom: 20px;
}
div.post_title {
font-size: 1.5rem;
padding-top: 50px;
}
div.post-detail {
padding-top: 50px;
padding-left: 30px;
}
div.subcategory {
padding-top: 30px;
}
div.comment {
padding-left: 550px;
margin-top: -15px;
}
div.like {
padding-left: 680px;
margin-top: -25px;
font-size: 25px;
}
div.comment_username {
padding-left: 50px;
}
div.comment_user {
display: block;
margin-top: 350px;
padding-left: 400px;
}
div.comment_date {
padding-left: 200px;
margin-top: -15px;
margin-bottom: 15px;
font-size: 0.7rem;
}
div.user_comment {
padding-top: 50px;
padding-bottom: 10px;
padding-left: 60px;
}
div.comment_like {
padding-left: 720px;
margin-top: 25px;
font-size: 25px;
}
div.comment_posts {
margin-left: -40px;
padding-top: 20px;
border-bottom: solid 1px #000000;
width:800px;
right: 18%;
}
div.comment_form_text {
padding-top: 150px;
padding-left: 425px;
}
input[type=text] {
height: 100px;
width: 700px;
}
input[type=submit] {
margin-left: 1000px;
margin-top: 30px;
background-color: #0075c2;
color: #fff;
border: none;
height: 30px;
width:100px;
}
a.edit_posts {
color: #fff;
background-color: #dc143c;
border: none;
position: absolute;
display: block;
margin-left: 550px;
margin-top: 50px;
padding-left: 40px;
padding-top: 10px;
height: 30px;
width:70px;
}
a.edit_comment {
color: #fff;
background-color: #dc143c;
border: none;
position: absolute;
display: block;
margin-left: 600px;
margin-top: 30px;
padding-left: 70px;
padding-top: 10px;
height: 30px;
width:100px;
}
div.likes {
position: absolute;
display: block;
padding-left: 700px;
margin-top: -20px;
z-index: 1;
}
.liked {
color: red;
}
.likes {
color:#000000;
border:none;
}
.like-counter {
display: block;
padding-left: 25px;
margin-top: -15px;
}
/* a.toggle_wish {
color: red;
}
.class.unlike {
color:#000000;
}
a.btn {
color: red;
}
p.unlike {
margin-top: 5px;
z-index: 1;
}
p.like {
margin-top: 5px;
z-index: 1;
} */
div.comment_like {
position: absolute;
display: block;
padding-left: 700px;
margin-top: -40px;
z-index: 1;
}
a.toggle_wish_comment {
color: red;
}
.subcategory_block {
display: block;
background-color: #0075c2;
color: #fff;
width: 150px;
height:20px;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
border-radius: 3px;
} | public/css/post_comment.css | html {
color: #5b5b5b;
}
h2 {
display: block;
position: absolute;
font-size: 1.5rem;
padding-left: 30%;
margin-top: 100px;
}
a.back {
color: #000000;
}
div.post {
display: block;
padding-top: 220px;
padding-left: 30%;
}
div.users_posts {
position: absolute;
margin-top: -50px;
}
div.view-count {
font-size: 1rem;
padding-left: 550px;
margin-top: -35px;
}
div.username {
font-size: 1rem;
}
div.updated_at {
font-size: 0.7rem;
padding-left: 150px;
margin-top: -15px;
margin-bottom: 20px;
}
div.post_title {
font-size: 1.5rem;
padding-top: 50px;
}
div.post-detail {
padding-top: 50px;
padding-left: 30px;
}
div.subcategory {
padding-top: 30px;
}
div.comment {
padding-left: 550px;
margin-top: -15px;
}
div.like {
padding-left: 680px;
margin-top: -25px;
font-size: 25px;
}
div.comment_username {
padding-left: 50px;
}
div.comment_user {
display: block;
margin-top: 350px;
padding-left: 400px;
}
div.comment_date {
padding-left: 200px;
margin-top: -15px;
margin-bottom: 15px;
font-size: 0.7rem;
}
div.user_comment {
padding-top: 50px;
padding-bottom: 10px;
padding-left: 60px;
}
div.comment_like {
padding-left: 720px;
margin-top: 25px;
font-size: 25px;
}
div.comment_posts {
margin-left: -40px;
padding-top: 20px;
border-bottom: solid 1px #000000;
width:800px;
right: 18%;
}
div.comment_form_text {
padding-top: 150px;
padding-left: 425px;
}
input[type=text] {
height: 100px;
width: 700px;
}
input[type=submit] {
margin-left: 1000px;
margin-top: 30px;
background-color: #0075c2;
color: #fff;
border: none;
height: 30px;
width:100px;
}
a.edit_posts {
color: #fff;
background-color: #dc143c;
border: none;
position: absolute;
display: block;
margin-left: 550px;
margin-top: 50px;
padding-left: 40px;
padding-top: 10px;
height: 30px;
width:70px;
}
a.edit_comment {
color: #fff;
background-color: #dc143c;
border: none;
position: absolute;
display: block;
margin-left: 600px;
margin-top: 30px;
padding-left: 70px;
padding-top: 10px;
height: 30px;
width:100px;
}
div.likes {
position: absolute;
display: block;
padding-left: 700px;
margin-top: -20px;
z-index: 1;
}
.liked {
color: red;
}
.likes {
color:#000000;
border:none;
}
.like-counter {
display: block;
padding-left: 25px;
margin-top: -15px;
}
/* a.toggle_wish {
color: red;
}
.class.unlike {
color:#000000;
}
a.btn {
color: red;
}
p.unlike {
margin-top: 5px;
z-index: 1;
}
p.like {
margin-top: 5px;
z-index: 1;
} */
div.comment_like {
position: absolute;
display: block;
padding-left: 700px;
margin-top: -40px;
z-index: 1;
}
a.toggle_wish_comment {
color: red;
}
.subcategory_block {
display: block;
background-color: #0075c2;
color: #fff;
width: 150px;
height:20px;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
border-radius: 3px;
} | 0.593491 | 0.101545 |
body {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
}
header {
background-color: black;
padding: 12px;
}
header,
header a,
footer,
footer a {
color: #eee;
text-decoration: none;
}
header a:hover,
footer a:hover {
color: #fff;
text-decoration: underline;
}
.logo {
font-size: 1.2em;
}
.logo a:hover {
text-decoration: none;
}
#header-sm {
align-items: center;
justify-content: space-between;
}
#header-lg {
align-items: center;
justify-content: space-between;
}
#hamburger {
margin: 0.1em;
font-size: 1.4em;
cursor: pointer;
}
header .fa {
margin: 0 12px;
font-size: 1.3em;
}
#top-nav {
margin: 0;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
list-style-type: none;
font-size: 1.1em;
}
#top-nav li {
margin: 0 1em;
}
#top-nav .fa {
display: none;
}
main {
width: 100%;
margin: 0 auto;
}
footer {
width: 100%;
background-color: black;
padding: 0.2em 0;
}
footer .container > div {
margin: 1em 0;
}
footer a {
text-decoration: underline;
}
.container {
background-color: inherit;
}
#slide-nav {
background-color: #555;
-webkit-box-shadow: 10px 0px 5px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 0px 5px -4px rgba(0,0,0,0.75);
box-shadow: 10px 0px 5px -4px rgba(0,0,0,0.75);
}
#slide-nav {
width: 0;
opacity: 0;
height: 100%;
top: 0;
left: 0;
position: fixed;
transition: 0.1s;
z-index: -1;
}
#slide-nav ul {
list-style-type: none;
padding: 12px;
}
#slide-nav li {
margin-bottom: 17px;
}
#slide-nav a {
color: #fff;
text-decoration: none;
font-size: 1.2em;
}
#slide-nav a:hover {
text-decoration: none;
}
#close-btn {
color: #fff;
font-size: 2.4rem;
margin-top: 7px;
margin-left: 12px;
}
.card.record-details > div.card-body > div {
padding: 0.6em;
border-bottom: 1px dotted var(--border);
}
.card.record-details > div.card-body > div:nth-last-child(1) {
border: 0;
}
.card.record-details > div.card-body > div > span:nth-child(odd) {
text-align: left;
font-weight: bold;
}
.card.record-details > div.card-body > div > span:nth-child(even) {
float: right;
}
@media (min-width: 1px) {
h1 {
font-size: 32px;
}
h2 {
font-size: 26px;
}
h3 {
font-size: 24px;
}
h1, h2, h3 {
text-align: center;
}
#header-sm {
display: flex;
}
#header-lg {
display: none;
}
}
@media (min-width: 860px) {
h1 {
margin-top: 0;
font-size: 4em;
margin-bottom: 0.2em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.8em;
}
h1, h2, h3 {
text-align: left;
}
#header-sm {
display: none;
}
#header-lg {
display: flex;
}
} | public/css/app.css | body {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
}
header {
background-color: black;
padding: 12px;
}
header,
header a,
footer,
footer a {
color: #eee;
text-decoration: none;
}
header a:hover,
footer a:hover {
color: #fff;
text-decoration: underline;
}
.logo {
font-size: 1.2em;
}
.logo a:hover {
text-decoration: none;
}
#header-sm {
align-items: center;
justify-content: space-between;
}
#header-lg {
align-items: center;
justify-content: space-between;
}
#hamburger {
margin: 0.1em;
font-size: 1.4em;
cursor: pointer;
}
header .fa {
margin: 0 12px;
font-size: 1.3em;
}
#top-nav {
margin: 0;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
list-style-type: none;
font-size: 1.1em;
}
#top-nav li {
margin: 0 1em;
}
#top-nav .fa {
display: none;
}
main {
width: 100%;
margin: 0 auto;
}
footer {
width: 100%;
background-color: black;
padding: 0.2em 0;
}
footer .container > div {
margin: 1em 0;
}
footer a {
text-decoration: underline;
}
.container {
background-color: inherit;
}
#slide-nav {
background-color: #555;
-webkit-box-shadow: 10px 0px 5px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 0px 5px -4px rgba(0,0,0,0.75);
box-shadow: 10px 0px 5px -4px rgba(0,0,0,0.75);
}
#slide-nav {
width: 0;
opacity: 0;
height: 100%;
top: 0;
left: 0;
position: fixed;
transition: 0.1s;
z-index: -1;
}
#slide-nav ul {
list-style-type: none;
padding: 12px;
}
#slide-nav li {
margin-bottom: 17px;
}
#slide-nav a {
color: #fff;
text-decoration: none;
font-size: 1.2em;
}
#slide-nav a:hover {
text-decoration: none;
}
#close-btn {
color: #fff;
font-size: 2.4rem;
margin-top: 7px;
margin-left: 12px;
}
.card.record-details > div.card-body > div {
padding: 0.6em;
border-bottom: 1px dotted var(--border);
}
.card.record-details > div.card-body > div:nth-last-child(1) {
border: 0;
}
.card.record-details > div.card-body > div > span:nth-child(odd) {
text-align: left;
font-weight: bold;
}
.card.record-details > div.card-body > div > span:nth-child(even) {
float: right;
}
@media (min-width: 1px) {
h1 {
font-size: 32px;
}
h2 {
font-size: 26px;
}
h3 {
font-size: 24px;
}
h1, h2, h3 {
text-align: center;
}
#header-sm {
display: flex;
}
#header-lg {
display: none;
}
}
@media (min-width: 860px) {
h1 {
margin-top: 0;
font-size: 4em;
margin-bottom: 0.2em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.8em;
}
h1, h2, h3 {
text-align: left;
}
#header-sm {
display: none;
}
#header-lg {
display: flex;
}
} | 0.42919 | 0.093058 |
/* ###Custom### */
html {
font-size: 14px;
}
body {
scroll-behavior: smooth;
background-color: #171819;
color: #eee;
font-family: 'Raleway', sans-serif;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
text-decoration: none;
color: #feda6a;
}
a:hover {
color: #feda6a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
}
textarea,
input {
background-color: rgba(255, 255, 255, 0.1);
resize: none;
color: #feda6a;
padding: .5rem;
font-size: 1rem;
transition: all .2s ease-in-out;
border: 2px solid transparent;
font-weight: 700;
border-radius: 10px;
}
blockquote {
border-left: 2px solid;
padding-left: 1rem;
}
/* ###Extra### */
/* Fade in while in view css */
.animateView {
transition: all 0.7s ease-out;
transform: translate(0, 10px);
}
.animateView.visible {
opacity: 1;
transform: translate(0, 0);
}
/* ###Common Component### */
/* Header */
.site-header .navbar {
position: absolute;
top: 0;
left: 0;
z-index: 99;
width: 100%;
}
/* Footer */
.site-footer {
background-color: #1e1e1e;
padding-top: 3rem;
padding-bottom: 3rem;
}
.site-footer .footer-social-link a {
display: inline-block;
opacity: .5;
}
.site-footer .footer-social-link a:hover {
opacity: 1;
}
.site-footer .site-info .copyright-text {
text-align: center;
}
/* Comment section */
.comments-area {
background: transparent;
}
.comment-list {
list-style-type: none;
}
.comment-form-comment label {
display: none;
}
.comment-form-comment #comment {
width: 100%;
}
.comment-form-comment .form-submit #submit {
width: 100%;
color: #212529;
background-color: #feda6a;
padding: 10px 16px;
border-radius: 4px;
border: 3px solid transparent;
}
/* Search */
.search-form .search-field {
background: #eee;
padding: 10px;
border-radius: 5px 0 0 5px;
border: 0 none;
}
.search-form .screen-reader-text {
display: none;
}
.search-form .search-submit {
background: #feda6a;
color: white;
padding: 10px 20px;
border-radius: 0 5px 5px 0;
border: 0 none;
font-weight: bold;
}
/* Social nav */
.nav-social-link svg {
fill: white;
width: 16px;
opacity: .8;
}
/* ###Custom Page### */
/* #Homepage# */
.home .home-section {
min-height: 100vh;
width: 100vw;
padding: 2rem 0 2rem 0;
position: relative;
}
.home .home-section.content-height {
min-height: unset;
}
.home .home-section .home-section-title {
font-size: 3rem;
font-weight: bold;
text-align: center;
}
.home .home-section .home-section-button {
font-size: 2rem;
margin-top: 2rem;
transition: all linear .1s;
opacity: .9;
background-color: #feda6a;
}
.home .home-section .home-section-button:hover {
opacity: 1;
}
/* Home header */
.home .home-header {
padding-top: 5rem;
}
.home .home-header .home-header-bg {
filter: grayscale(100%) brightness(25%);
object-fit: cover;
object-position: 50% 50%;
width: 100%;
height: 100%;
position: absolute;
top: 0;
}
.home .home-header .home-header-content h1 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.3em;
}
.home .home-header .home-header-content h1 span {
font-weight: 700;
}
.home .home-header .home-header-content {
align-items: center;
}
/* Home glance */
.home .home-glance {
padding-top: 5rem;
text-align: center;
}
.home .home-glance .home-glance-number span {
display: block;
font-size: 1.5rem;
text-align: center;
}
.home .home-glance .home-glance-number b {
display: block;
font-size: 7rem;
font-weight: bold;
text-align: center;
}
/* #Page type# */
.type-page {
color: #d4d4dc;
}
.type-page .entry-header {
position: relative;
margin-bottom: 2rem;
padding-top: 5rem;
}
.type-page .entry-header .entry-head {
width: 100%;
z-index: 9;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
}
.type-page .entry-header .entry-head .entry-title {
display: inline-block;
font-size: 4rem;
letter-spacing: 1rem;
font-weight: bold;
text-transform: uppercase;
}
.type-page .entry-header .entry-featureImage {
position: absolute;
height: 100%;
left: 0;
object-fit: cover;
top: 0;
transform: none;
width: 100%;
z-index: 1;
filter: grayscale(100%);
opacity: .9;
}
.type-page .entry-content {
line-height: 2;
padding-bottom: 5rem;
}
.type-page .entry-content a:not([class]):hover,
.entry-content a:not([class]):active {
color: #393f4d;
background-color: #feda6a;
}
/* #Post type# */
.type-post .entry-header {
position: relative;
min-height: 100vh;
}
.type-post .entry-header .entry-featureImage {
position: absolute;
height: 100%;
left: 0;
object-fit: cover;
top: 0;
transform: none;
width: 100%;
z-index: 1;
filter: grayscale(100%);
opacity: .9;
}
.type-post .entry-header .entry-head {
z-index: 9;
position: absolute;
margin-bottom: 6rem;
bottom: 0;
width: 100%;
}
.type-post .entry-header .entry-head .entry-meta .meta-item {
margin-right: 1rem;
color: #eee !important;
}
.type-post .entry-header .entry-head .entry-meta .meta-item a {
color: #eee;
text-decoration: none !important;
}
.type-post .entry-header .entry-head .entry-meta .meta-item a:hover {
color: #fff;
}
.type-post .entry-header .entry-head .entry-meta .meta-item .svg-icon {
fill: #eee;
}
.type-post .entry-content {
line-height: 2;
}
.type-post .entry-content p:first-child {
line-height: 2;
border-left: solid 3px;
padding-left: 1rem;
font-size: 1rem;
font-weight: bold;
}
.type-post .entry-content a:not([class]):hover,
.entry-content a:not([class]):active {
color: #393f4d;
background-color: #feda6a;
}
/* #Archieve type# */
.site-index {
color: #d4d4dc;
}
.page-index {
padding: 2rem 0 2rem 0;
}
.page-header {
padding: 5rem 0 0 0;
text-align: center;
position: relative;
}
.page-header .page-title {
font-size: 4rem;
letter-spacing: 1rem;
font-weight: bold;
text-transform: uppercase;
}
.page-header .archive-descriptions {
text-transform: uppercase;
}
.type-index {
position: relative;
overflow: hidden;
padding: 1rem;
}
.type-index .entry-image {
position: relative;
padding-top: 100%;
overflow: hidden;
border-radius: 8px;
}
.type-index .entry-image img {
width: 100%;
border-radius: 9px;
object-fit: cover;
height: 100%;
position: absolute;
transition: 400ms;
transform: scale(1, 1);
top: 0;
left: 0;
}
.type-index .entry-image img:hover {
transform: scale(1.1, 1.1);
}
.type-index .entry-meta {
position: relative;
padding: 0.5rem 0;
}
.type-index .entry-meta .entry-title {
font-size: 1.5rem;
margin: .5rem 0 .5rem 0;
font-weight: bold;
}
.type-index .entry-meta .entry-title a {
color: #d4d4dc !important;
}
.type-index .entry-meta .entry-category {
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2.2px;
font-size: .8rem;
margin: .5rem 0 .5rem 0;
}
.type-index .entry-meta .entry-category a {
color: #d4d4dc !important;
}
.type-index .entry-meta p {
font-size: 1.1rem;
line-height: 1.5rem;
opacity: .8;
}
/* Custom Post loop */
.square-item {
margin-bottom: 2rem;
}
.square-item .square-item-wrapper {
position: relative;
padding-top: 100%;
overflow: hidden;
border-radius: 8px;
}
.square-item .square-item-wrapper .square-item-meta {
padding: .5rem;
position: absolute;
width: 100%;
left: 0;
bottom: 0;
}
.square-item .square-item-wrapper .square-item-featureImage {
filter: brightness(50%);
width: 100%;
border-radius: 9px;
object-fit: cover;
height: 100%;
position: absolute;
transition: 400ms;
top: 0;
left: 0;
}
.square-item:hover .square-item-wrapper .square-item-featureImage {
filter: brightness(80%);
}
.square-item .square-item-wrapper .square-item-date {
padding: .5rem;
position: absolute;
right: 0;
top: 0;
font-weight: bold;
font-size: 1.5rem;
}
.square-item .square-item-wrapper .square-item-meta h3 {
font-size: 1rem;
font-weight: bold;
}
.square-item .square-item-wrapper .square-item-meta p {
font-size: .8rem;
opacity: .8;
} | style.css |
/* ###Custom### */
html {
font-size: 14px;
}
body {
scroll-behavior: smooth;
background-color: #171819;
color: #eee;
font-family: 'Raleway', sans-serif;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
text-decoration: none;
color: #feda6a;
}
a:hover {
color: #feda6a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
}
textarea,
input {
background-color: rgba(255, 255, 255, 0.1);
resize: none;
color: #feda6a;
padding: .5rem;
font-size: 1rem;
transition: all .2s ease-in-out;
border: 2px solid transparent;
font-weight: 700;
border-radius: 10px;
}
blockquote {
border-left: 2px solid;
padding-left: 1rem;
}
/* ###Extra### */
/* Fade in while in view css */
.animateView {
transition: all 0.7s ease-out;
transform: translate(0, 10px);
}
.animateView.visible {
opacity: 1;
transform: translate(0, 0);
}
/* ###Common Component### */
/* Header */
.site-header .navbar {
position: absolute;
top: 0;
left: 0;
z-index: 99;
width: 100%;
}
/* Footer */
.site-footer {
background-color: #1e1e1e;
padding-top: 3rem;
padding-bottom: 3rem;
}
.site-footer .footer-social-link a {
display: inline-block;
opacity: .5;
}
.site-footer .footer-social-link a:hover {
opacity: 1;
}
.site-footer .site-info .copyright-text {
text-align: center;
}
/* Comment section */
.comments-area {
background: transparent;
}
.comment-list {
list-style-type: none;
}
.comment-form-comment label {
display: none;
}
.comment-form-comment #comment {
width: 100%;
}
.comment-form-comment .form-submit #submit {
width: 100%;
color: #212529;
background-color: #feda6a;
padding: 10px 16px;
border-radius: 4px;
border: 3px solid transparent;
}
/* Search */
.search-form .search-field {
background: #eee;
padding: 10px;
border-radius: 5px 0 0 5px;
border: 0 none;
}
.search-form .screen-reader-text {
display: none;
}
.search-form .search-submit {
background: #feda6a;
color: white;
padding: 10px 20px;
border-radius: 0 5px 5px 0;
border: 0 none;
font-weight: bold;
}
/* Social nav */
.nav-social-link svg {
fill: white;
width: 16px;
opacity: .8;
}
/* ###Custom Page### */
/* #Homepage# */
.home .home-section {
min-height: 100vh;
width: 100vw;
padding: 2rem 0 2rem 0;
position: relative;
}
.home .home-section.content-height {
min-height: unset;
}
.home .home-section .home-section-title {
font-size: 3rem;
font-weight: bold;
text-align: center;
}
.home .home-section .home-section-button {
font-size: 2rem;
margin-top: 2rem;
transition: all linear .1s;
opacity: .9;
background-color: #feda6a;
}
.home .home-section .home-section-button:hover {
opacity: 1;
}
/* Home header */
.home .home-header {
padding-top: 5rem;
}
.home .home-header .home-header-bg {
filter: grayscale(100%) brightness(25%);
object-fit: cover;
object-position: 50% 50%;
width: 100%;
height: 100%;
position: absolute;
top: 0;
}
.home .home-header .home-header-content h1 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.3em;
}
.home .home-header .home-header-content h1 span {
font-weight: 700;
}
.home .home-header .home-header-content {
align-items: center;
}
/* Home glance */
.home .home-glance {
padding-top: 5rem;
text-align: center;
}
.home .home-glance .home-glance-number span {
display: block;
font-size: 1.5rem;
text-align: center;
}
.home .home-glance .home-glance-number b {
display: block;
font-size: 7rem;
font-weight: bold;
text-align: center;
}
/* #Page type# */
.type-page {
color: #d4d4dc;
}
.type-page .entry-header {
position: relative;
margin-bottom: 2rem;
padding-top: 5rem;
}
.type-page .entry-header .entry-head {
width: 100%;
z-index: 9;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
}
.type-page .entry-header .entry-head .entry-title {
display: inline-block;
font-size: 4rem;
letter-spacing: 1rem;
font-weight: bold;
text-transform: uppercase;
}
.type-page .entry-header .entry-featureImage {
position: absolute;
height: 100%;
left: 0;
object-fit: cover;
top: 0;
transform: none;
width: 100%;
z-index: 1;
filter: grayscale(100%);
opacity: .9;
}
.type-page .entry-content {
line-height: 2;
padding-bottom: 5rem;
}
.type-page .entry-content a:not([class]):hover,
.entry-content a:not([class]):active {
color: #393f4d;
background-color: #feda6a;
}
/* #Post type# */
.type-post .entry-header {
position: relative;
min-height: 100vh;
}
.type-post .entry-header .entry-featureImage {
position: absolute;
height: 100%;
left: 0;
object-fit: cover;
top: 0;
transform: none;
width: 100%;
z-index: 1;
filter: grayscale(100%);
opacity: .9;
}
.type-post .entry-header .entry-head {
z-index: 9;
position: absolute;
margin-bottom: 6rem;
bottom: 0;
width: 100%;
}
.type-post .entry-header .entry-head .entry-meta .meta-item {
margin-right: 1rem;
color: #eee !important;
}
.type-post .entry-header .entry-head .entry-meta .meta-item a {
color: #eee;
text-decoration: none !important;
}
.type-post .entry-header .entry-head .entry-meta .meta-item a:hover {
color: #fff;
}
.type-post .entry-header .entry-head .entry-meta .meta-item .svg-icon {
fill: #eee;
}
.type-post .entry-content {
line-height: 2;
}
.type-post .entry-content p:first-child {
line-height: 2;
border-left: solid 3px;
padding-left: 1rem;
font-size: 1rem;
font-weight: bold;
}
.type-post .entry-content a:not([class]):hover,
.entry-content a:not([class]):active {
color: #393f4d;
background-color: #feda6a;
}
/* #Archieve type# */
.site-index {
color: #d4d4dc;
}
.page-index {
padding: 2rem 0 2rem 0;
}
.page-header {
padding: 5rem 0 0 0;
text-align: center;
position: relative;
}
.page-header .page-title {
font-size: 4rem;
letter-spacing: 1rem;
font-weight: bold;
text-transform: uppercase;
}
.page-header .archive-descriptions {
text-transform: uppercase;
}
.type-index {
position: relative;
overflow: hidden;
padding: 1rem;
}
.type-index .entry-image {
position: relative;
padding-top: 100%;
overflow: hidden;
border-radius: 8px;
}
.type-index .entry-image img {
width: 100%;
border-radius: 9px;
object-fit: cover;
height: 100%;
position: absolute;
transition: 400ms;
transform: scale(1, 1);
top: 0;
left: 0;
}
.type-index .entry-image img:hover {
transform: scale(1.1, 1.1);
}
.type-index .entry-meta {
position: relative;
padding: 0.5rem 0;
}
.type-index .entry-meta .entry-title {
font-size: 1.5rem;
margin: .5rem 0 .5rem 0;
font-weight: bold;
}
.type-index .entry-meta .entry-title a {
color: #d4d4dc !important;
}
.type-index .entry-meta .entry-category {
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2.2px;
font-size: .8rem;
margin: .5rem 0 .5rem 0;
}
.type-index .entry-meta .entry-category a {
color: #d4d4dc !important;
}
.type-index .entry-meta p {
font-size: 1.1rem;
line-height: 1.5rem;
opacity: .8;
}
/* Custom Post loop */
.square-item {
margin-bottom: 2rem;
}
.square-item .square-item-wrapper {
position: relative;
padding-top: 100%;
overflow: hidden;
border-radius: 8px;
}
.square-item .square-item-wrapper .square-item-meta {
padding: .5rem;
position: absolute;
width: 100%;
left: 0;
bottom: 0;
}
.square-item .square-item-wrapper .square-item-featureImage {
filter: brightness(50%);
width: 100%;
border-radius: 9px;
object-fit: cover;
height: 100%;
position: absolute;
transition: 400ms;
top: 0;
left: 0;
}
.square-item:hover .square-item-wrapper .square-item-featureImage {
filter: brightness(80%);
}
.square-item .square-item-wrapper .square-item-date {
padding: .5rem;
position: absolute;
right: 0;
top: 0;
font-weight: bold;
font-size: 1.5rem;
}
.square-item .square-item-wrapper .square-item-meta h3 {
font-size: 1rem;
font-weight: bold;
}
.square-item .square-item-wrapper .square-item-meta p {
font-size: .8rem;
opacity: .8;
} | 0.343452 | 0.054424 |
.node--type-tp-testimonial .field--name-field-tp-testimonial-image {
margin: 0 0 20px;
}
.node--type-tp-testimonial .field--name-field-tp-testimonial-image img {
border-radius: 100%;
max-width: 200px;
}
.node--type-tp-testimonial .field--name-body,
.node--type-tp-testimonial .field--name-field-tp-subtitle,
.node--type-tp-testimonial .field--name-field-tp-testimonial-image,
.node--type-tp-testimonial .field--name-field-tp-testimonial-link {
padding: 0 0 0 55px;
}
.node--type-tp-testimonial .field--name-field-tp-subtitle {
padding-bottom: 15px;
}
.node--type-tp-testimonial .field--name-body {
font-size: 15px;
line-height: 1.5;
padding-bottom: 10px;
}
.node--type-tp-testimonial .field--name-body p {
padding: 0 0 10px;
position: relative;
}
.node--type-tp-testimonial .field--name-body p:first-child:after {
position: absolute;
font-family: Georgia, Times New Roman, Serif;
content: "“";
left: -60px;
top: 0px;
font-size: 96px;
font-style: normal;
line-height: 1;
}
/*testimonial link field*/
.node--type-tp-testimonial .field--name-field-tp-testimonial-link a {
font-size: 16px;
font-weight: 400;
padding: 15px 23px;
text-decoration: none;
display: inline-block;
line-height: 1;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
margin: 10px 0;
text-align: center;
color: #ffffff;
}
.headings-wide-spacing-enabled .node--type-tp-testimonial .field--name-field-tp-testimonial-link a {
letter-spacing: 0.25em;
text-transform: uppercase;
}
.node--type-tp-testimonial .field--name-field-tp-testimonial-link a:hover {
color: #ffffff;
}
.region--light-typography .node--type-tp-testimonial .field--name-field-tp-testimonial-link a {
color: #ffffff;
text-decoration: none;
background-color: transparent;
border-style: solid;
border-width: 1px;
border-color: #ffffff;
}
.region--light-typography .node--type-tp-testimonial .field--name-field-tp-testimonial-link a:hover {
background-color: #ffffff;
border-color: #ffffff;
} | web/themes/custom/visitsalone/css/components/node-testimonial.css | .node--type-tp-testimonial .field--name-field-tp-testimonial-image {
margin: 0 0 20px;
}
.node--type-tp-testimonial .field--name-field-tp-testimonial-image img {
border-radius: 100%;
max-width: 200px;
}
.node--type-tp-testimonial .field--name-body,
.node--type-tp-testimonial .field--name-field-tp-subtitle,
.node--type-tp-testimonial .field--name-field-tp-testimonial-image,
.node--type-tp-testimonial .field--name-field-tp-testimonial-link {
padding: 0 0 0 55px;
}
.node--type-tp-testimonial .field--name-field-tp-subtitle {
padding-bottom: 15px;
}
.node--type-tp-testimonial .field--name-body {
font-size: 15px;
line-height: 1.5;
padding-bottom: 10px;
}
.node--type-tp-testimonial .field--name-body p {
padding: 0 0 10px;
position: relative;
}
.node--type-tp-testimonial .field--name-body p:first-child:after {
position: absolute;
font-family: Georgia, Times New Roman, Serif;
content: "“";
left: -60px;
top: 0px;
font-size: 96px;
font-style: normal;
line-height: 1;
}
/*testimonial link field*/
.node--type-tp-testimonial .field--name-field-tp-testimonial-link a {
font-size: 16px;
font-weight: 400;
padding: 15px 23px;
text-decoration: none;
display: inline-block;
line-height: 1;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
margin: 10px 0;
text-align: center;
color: #ffffff;
}
.headings-wide-spacing-enabled .node--type-tp-testimonial .field--name-field-tp-testimonial-link a {
letter-spacing: 0.25em;
text-transform: uppercase;
}
.node--type-tp-testimonial .field--name-field-tp-testimonial-link a:hover {
color: #ffffff;
}
.region--light-typography .node--type-tp-testimonial .field--name-field-tp-testimonial-link a {
color: #ffffff;
text-decoration: none;
background-color: transparent;
border-style: solid;
border-width: 1px;
border-color: #ffffff;
}
.region--light-typography .node--type-tp-testimonial .field--name-field-tp-testimonial-link a:hover {
background-color: #ffffff;
border-color: #ffffff;
} | 0.327561 | 0.242935 |
@import url('https://fonts.googleapis.com/css?family=Comfortaa:400,500&display=swap');
.navigation-bar.boxed.homepage.fixto-fixed {
padding-top: 1px;
padding-bottom: 1px;
}
div.header-homepage {
background-size: cover;
height: 700px;
}
ul.dropdown-menu.simple-menu-items>.current_page_item>a {
color: white;
background-color: #f26d6d;
border-radius: 50px;
padding: 15px 40px;
}
h1.hero-title {
font-weight: 600;
}
.button.big.white.round:hover ,ul.dropdown-menu.simple-menu-items>.current_page_item>a:hover {
background-color:rgb(255, 180, 63);
}
.button.big.white.round, a.button.blue {
margin-top: 2%;
background-color: #f26d6d;
font-size: 1.1rem;
border: none;
border-radius: 50px;
padding: 20px 66px;
color: white;
}
a.button.blue:hover {
background-color: rgb(255, 180, 63);
}
h3, h2 {
font-family: 'Comfortaa';
font-style: normal; font-variant: normal;
}
.content-2.content-section.content-section-spacing {
background-image: url("http://easylang.app/development/wp-content/uploads/2019/05/LandingEasylang2-1.png");
background-size: 76%;
background-position: right bottom;
background-repeat: no-repeat;
}
.col-sm-5.bg-image.shadow-large-black {
box-shadow: none;
border: none;
background-size: 80%;
background-repeat: no-repeat;
background-position: left center;
}
.col-md-12.col-sm-6.col-xs-12 a.button.blue {
background-color: white;
border: 2px solid ;
color: #f26d6d;
border-radius: 50px;
font-size: 1rem;
padding: 10px 35px;
margin-left: 4%;
}
.col-md-12.col-sm-6.col-xs-12 a.button.blue:hover {
background: #f26d6d;
color: white;
}
.overlappable-4-mc.content-section.content-section-spacing {
background: url("http://easylang.app/development/wp-content/uploads/2019/05/LandingEasylang4.1.png");
background-size: 95%;
background-repeat: no-repeat;
background-position: right bottom;
}
.col-padding.col-sm-6.col-md-6:last-child p{
display: inline-block;
padding: 2.5%;
margin-left: 1%;
width: 265px;
height: 120px;
line-height: 22px;
background-color: white;
color: #59a3e5;
border: 2px solid lightblue;
border-radius: 50px;
font-family: 'Comfortaa';
}
.col-sm-8.space-bottom-xs, .footer-content {
display: none;
}
.row.middle-xs {
justify-content:center;
}
@media(max-width: 1240px) {
h1.hero-title {
font-size: 2.4rem;
}
div.header-homepage {
background-size: cover;
height: auto;
}
div.main_menu_col {
display:none;
}
.col-sm-5.bg-image.shadow-large-black {
background-size: 120%;
background-repeat: no-repeat;
background-position: left center;
}
.overlappable-4-mc.content-section.content-section-spacing {
background-size: 110%;
}
}
@media(max-width: 1080px){
div.header-homepage{
background-size: 140%;
margin-bottom: 10%;
}
.content-2.content-section.content-section-spacing{
padding-top: 0;
}
#page div .shadow-large-black{
top: 0 !important;
}
.col-sm-5.bg-image.shadow-large-black{
background-size: 120%;
}
.content-section>div:not(.gridContainer)>.row:not(.no-spacing)>div:not(.no-gutter-col) {
padding-top:0;
padding-bottom:0;
}
.col-padding.col-sm-6.col-md-6:last-child p{
width: 310px;
height: auto;
line-height: 24px;
font-size: 1.3rem;
}
@media(max-width: 1024px){
.overlappable-4-mc.content-section.content-section-spacing {
background-size: 170%;
}
.content-section-spacing, .content-section-spacing-bottom {
padding-top: 20px;
padding-bottom: 20px;
}
}
@media(max-width: 768px) {
.col-padding.col-sm-6.col-md-6:last-child p{
width: 310px;
height: auto;
}
div.header-homepage{
background-size: cover;
}
a.button.big.white.round.outline {
padding: 12px 30px;
margin-top: 2%;
margin-bottom: 15%;
}
a.button.blue {
padding: 12px 30px;
font-size: 1.1rem;
}
}
@media(max-width: 425px) {
body {
font-size: 1rem;
}
div.logo_col{
max-width: 100%;
}
.logo_col img{
display:block;
margin-left: 65%;
}
div.main_menu_col {
display:none;
}
div.header-homepage{
background-size: cover;
margin-bottom: 0;
}
h1.hero-title, h2 {
font-size: 1.6rem;
margin-left: 2%;
margin-right: 2%;
}
h2 {
line-height: 2rem;
}
p.header-subtitle {
display: none;
}
div.header-homepage {
background-position: bottom;
}
.col-sm-5.bg-image.shadow-large-black {
background-size: 110%;
background-repeat: no-repeat;
background-position: left bottom;
}
.overlappable-4-mc.content-section.content-section-spacing {
background-size: 260%;
}
} | css/style.css | @import url('https://fonts.googleapis.com/css?family=Comfortaa:400,500&display=swap');
.navigation-bar.boxed.homepage.fixto-fixed {
padding-top: 1px;
padding-bottom: 1px;
}
div.header-homepage {
background-size: cover;
height: 700px;
}
ul.dropdown-menu.simple-menu-items>.current_page_item>a {
color: white;
background-color: #f26d6d;
border-radius: 50px;
padding: 15px 40px;
}
h1.hero-title {
font-weight: 600;
}
.button.big.white.round:hover ,ul.dropdown-menu.simple-menu-items>.current_page_item>a:hover {
background-color:rgb(255, 180, 63);
}
.button.big.white.round, a.button.blue {
margin-top: 2%;
background-color: #f26d6d;
font-size: 1.1rem;
border: none;
border-radius: 50px;
padding: 20px 66px;
color: white;
}
a.button.blue:hover {
background-color: rgb(255, 180, 63);
}
h3, h2 {
font-family: 'Comfortaa';
font-style: normal; font-variant: normal;
}
.content-2.content-section.content-section-spacing {
background-image: url("http://easylang.app/development/wp-content/uploads/2019/05/LandingEasylang2-1.png");
background-size: 76%;
background-position: right bottom;
background-repeat: no-repeat;
}
.col-sm-5.bg-image.shadow-large-black {
box-shadow: none;
border: none;
background-size: 80%;
background-repeat: no-repeat;
background-position: left center;
}
.col-md-12.col-sm-6.col-xs-12 a.button.blue {
background-color: white;
border: 2px solid ;
color: #f26d6d;
border-radius: 50px;
font-size: 1rem;
padding: 10px 35px;
margin-left: 4%;
}
.col-md-12.col-sm-6.col-xs-12 a.button.blue:hover {
background: #f26d6d;
color: white;
}
.overlappable-4-mc.content-section.content-section-spacing {
background: url("http://easylang.app/development/wp-content/uploads/2019/05/LandingEasylang4.1.png");
background-size: 95%;
background-repeat: no-repeat;
background-position: right bottom;
}
.col-padding.col-sm-6.col-md-6:last-child p{
display: inline-block;
padding: 2.5%;
margin-left: 1%;
width: 265px;
height: 120px;
line-height: 22px;
background-color: white;
color: #59a3e5;
border: 2px solid lightblue;
border-radius: 50px;
font-family: 'Comfortaa';
}
.col-sm-8.space-bottom-xs, .footer-content {
display: none;
}
.row.middle-xs {
justify-content:center;
}
@media(max-width: 1240px) {
h1.hero-title {
font-size: 2.4rem;
}
div.header-homepage {
background-size: cover;
height: auto;
}
div.main_menu_col {
display:none;
}
.col-sm-5.bg-image.shadow-large-black {
background-size: 120%;
background-repeat: no-repeat;
background-position: left center;
}
.overlappable-4-mc.content-section.content-section-spacing {
background-size: 110%;
}
}
@media(max-width: 1080px){
div.header-homepage{
background-size: 140%;
margin-bottom: 10%;
}
.content-2.content-section.content-section-spacing{
padding-top: 0;
}
#page div .shadow-large-black{
top: 0 !important;
}
.col-sm-5.bg-image.shadow-large-black{
background-size: 120%;
}
.content-section>div:not(.gridContainer)>.row:not(.no-spacing)>div:not(.no-gutter-col) {
padding-top:0;
padding-bottom:0;
}
.col-padding.col-sm-6.col-md-6:last-child p{
width: 310px;
height: auto;
line-height: 24px;
font-size: 1.3rem;
}
@media(max-width: 1024px){
.overlappable-4-mc.content-section.content-section-spacing {
background-size: 170%;
}
.content-section-spacing, .content-section-spacing-bottom {
padding-top: 20px;
padding-bottom: 20px;
}
}
@media(max-width: 768px) {
.col-padding.col-sm-6.col-md-6:last-child p{
width: 310px;
height: auto;
}
div.header-homepage{
background-size: cover;
}
a.button.big.white.round.outline {
padding: 12px 30px;
margin-top: 2%;
margin-bottom: 15%;
}
a.button.blue {
padding: 12px 30px;
font-size: 1.1rem;
}
}
@media(max-width: 425px) {
body {
font-size: 1rem;
}
div.logo_col{
max-width: 100%;
}
.logo_col img{
display:block;
margin-left: 65%;
}
div.main_menu_col {
display:none;
}
div.header-homepage{
background-size: cover;
margin-bottom: 0;
}
h1.hero-title, h2 {
font-size: 1.6rem;
margin-left: 2%;
margin-right: 2%;
}
h2 {
line-height: 2rem;
}
p.header-subtitle {
display: none;
}
div.header-homepage {
background-position: bottom;
}
.col-sm-5.bg-image.shadow-large-black {
background-size: 110%;
background-repeat: no-repeat;
background-position: left bottom;
}
.overlappable-4-mc.content-section.content-section-spacing {
background-size: 260%;
}
} | 0.323166 | 0.082846 |
/*.reg_form {display: table;margin: 56px auto 0;}*/
.reg_form .profile-fullname {font-size: 58px;font-weight: 300;line-height: 60px;text-transform: capitalize;}
.reg_form .italic_font.about_font {font-size: 22px;font-weight: bold;}
.user_profiles ul{margin:0; padding:0;}
.reg_form .user_profile li {border-right: 1px solid #cccccc;float: left;line-height: 30px;min-height: 100px;padding: 0 20px;}
.reg_form .user_profile .student_color {color: #99cc00;font-size: 25px;font-weight: 700;line-height: 35px;text-align: center;}
.reg_form .user_profile .student_course {color: #999fa3;font-size: 14px;padding: 0 4px;}
.reg_form .user_profile .student_course i {padding: 0 2px;}
.reg_form .user_profile.clearfix a {background: none repeat scroll 0 0 #4985b8;color: #fff;display: table;margin: 0 auto;padding: 0 20px;outline: 0 none;}
.reg_form.new_regform.container.blogpages .new_blog_right .pagination a:hover {color: #428bca;}
.user_profile .course_color {color: #d33737;font-size: 25px;font-weight: 700;line-height: 35px;text-align: center;}
.HomeScroll .nav.nav-tabs.usernavbar.newusernav {margin: 25px 0;text-align: center;}
.HomeScroll .nav.nav-tabs.usernavbar.newusernav > li {display: inline-block;float: none;padding: 0 10px;margin-bottom: -1px;}
.nav-tabs.usernavbar > .active > a, .nav-tabs.usernavbar > .active > a:hover, .nav-tabs.usernavbar > .active > a:focus {-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;background: none repeat scroll 0 0 rgba(0, 0, 0, 0);border-color: -moz-use-text-color -moz-use-text-color #4dba4d;border-image: none;border-style: none none solid;border-width: medium medium 5px;color: #4dba4d;font-size: 22px;}
.HomeScroll .nav.nav-tabs.usernavbar.newusernav > li a i{display:none;}
.reg_form.new_reg_form {display: block;margin: 0;}
.reg_form.new_reg_form .under_line {border-bottom: 1px solid #dddddd;}
.reg_form.new_reg_form .new_h2 h2 {font-size: 30px;line-height: 60px;margin: 0 4px;}
.nav.nav-tabs.usernavbar.price_align.post {border: medium none;margin: 0;float:right;}
.nav.nav-tabs.usernavbar.price_align.post > li {padding: 0 0 0 30px;}
.nav.nav-tabs.usernavbar.price_align.post a {font-size: 20px;line-height: 40px; outline:0 none;}
.nav-tabs.usernavbar > li > a:hover, .nav-tabs .usernavbar > li > a:focus {-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;background: none repeat scroll 0 0 rgba(0, 0, 0, 0);border-color: -moz-use-text-color -moz-use-text-color #4dba4d;border-image: none;border-style: none none solid;border-width: medium medium 5px;color: #4dba4d;}
.selectpicker.select_mrg { background:#f4f4f4;border: 1px solid #cccccc;border-radius: 0;height: auto;margin: 15px;padding: 4px 6px;width: 220px; float:right;}
#LearningCourse .mycourse_learning{float: right;width: 100%;}
.HomeScroll.tab-content #WishlistCourse {padding-top: 50px;}
.reg_form.new_regform.container.blogpages .span3.form_left {margin-top: 10px;border: 1px solid #d8d8d8;}
.span3.form_left > h4 {background: none repeat scroll 0 0 #e4e4e4;font-family: roboto,serif;font-size: 18px;margin: 0 0 10px;padding: 12px;text-transform: capitalize;}
.span3.form_left li {color: #646464;font-family: "Open Sans",sans-serif;font-size: 13px;margin-bottom: 15px;}
.icon_forum {padding: 0 12px 0 18px;}
.reg_form.new_regform.container.blogpages {margin: 20px auto;}
.span3.form_left ul{padding:0;}
.reg_form.new_regform.container .span9 {padding: 5px 15px;}
.reg_form.new_regform.container .span9 .forum_btns {background: none repeat scroll 0 0 #4985b8;border: medium none;border-radius: 0;font-family: "Roboto",sans-serif;margin: 12px 0 0 5px;padding: 5px 20px;color: #fff;text-shadow: none;font-size: 15px;}
.bloglist.forum_right.description.new_des.new_para {margin: 0;}
.blog_para.clearfix {border-bottom: 1px solid #d8d8d8;padding: 12px 0;}
.posttext_title {color: #000000;font-family: "roboto",sans-serif;font-size: 18px;font-weight: 500;line-height: 35px;}
.posttext_title > a {color: #2f3945;outline:0 none;}
.warning_btns .btn.btn-info.padding_width {font-size: 15px;padding: 5px 10px;}
.warning_btns .btn.btn-danger.padding_width {font-size: 15px;padding: 5px 10px;}
.reg_form.new_regform.container.blogpages a:hover {color: #fff;}
.reg_form.new_regform.container.blogpages a {outline:0 none; font-style:normal;}
.reg_form.new_regform.container.blogpages .form_left ul li a:hover { color:#000; }
.reg_form.new_regform.container.blogpages .posttext_title a {color: #2f3945;}
.reg_form.new_regform.container.blogpages .blog_menu.clearfix a {color: #989898;}
.reg_form.new_regform.container.blogpages .blog_color a {color: #ff8c20;}
.blog_menu.clearfix li:first-child {padding: 0 10px 0 0;}
.blog_menu li {float: left;line-height: 38px;padding: 0 10px;}
.fa-user::before {line-height: 35px;padding: 0 5px;}
#expert_plus_main .fa-user::before {line-height:17px;padding: 0 0px;}
.fa.fa-user.blog_icon {padding: 0;font-size: 14px;}
.blog_color {color: #ff8c20;}
.blog_menu.clearfix a {color: #989898;font-size: 14px;}
.blog_para ul {padding:0;}
.blog_icon {font-size: 14px;padding: 0 5px 0 0;}
.blog_menu.clearfix {color: #989898;}
.bloglist.forum_right.description.new_des.new_para p {font-weight: 600;line-height: 22px;margin: 0; color: #646464;font-family: "Open Sans",sans-serif;font-size: 13px;}
.blog_color a {color: #ff8c20;}
.modal-header {background: none repeat scroll 0 0 #f1f1f1;padding: 5px;}
.modal-header .close {background: none repeat scroll 0 0 #333333;border:1px solid #333;color:#ffffff;width:30px;margin-top:8px;}
.modal-title {color:#333333;font-size:22px;font-weight:400;text-align:center;font-family:Open Sans;margin-bottom:5px;}
.modal-body {max-height: 400px;overflow-y: auto;padding: 15px;position: relative;}
.modal-body a {color:#000;}
.modal-dialog {border: 8px solid #333333;}
.usergallery .btn.course_create {background: none repeat scroll 0 0 #70afdb;border: medium none;border-radius: 0;box-shadow: none;color: #fff;margin: 20px 0 20px;padding-left: 22px;padding-right: 18px;text-shadow: none;font-size: 14px;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; float:right}
.TeachingCourse_create {float: right;width: 100%;}
.btn.favoritebtn.heart_align {background: none;outline: 0 none;}
.user_thumb_blocks .thumbnail:hover {border: 1px solid #ddd;}
.price_second_section .wish_list_section .wisth_list{background:none;color: #636363;font-family: open sans;font-size: 14px;font-style: normal;padding: 0 5px;}
.blog_para ul.blog_menu {margin: 0;}
.posttext_title.new_posttitle > h4 {margin: 35px 0 0;}
.profile.new_profile.clearfix.new_brd {margin: 10px 0 0;padding: 0;}
.clearfix.new_line.new_lines:first-child {border: medium none;padding: 10px 0 4px;}
.clearfix.new_line {-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-color: #e4e4e4 -moz-use-text-color -moz-use-text-color;border-image: none;border-style: solid none none;border-width: 1px medium medium;padding: 10px 0 4px;}
.clearfix.new_line:last-child {border-bottom: 1px solid #e4e4e4;margin-bottom: 25px !important;}
.profile li span.pull-left.new_profile_image {display: block;}
.new_profile_image img {border: 1px solid #e4e4e4;border-radius: 3px;padding: 1px;}
.pull-left.span11.new_mgr {margin: 0 0 0 17px;}
.profile_title {color: #333333;font-family: "Roboto",sans-serif;font-size: 15px;text-shadow: none;}
.profile_title.new_ptitle > a {color: #333333;font-weight: 600;text-decoration: none;text-transform: capitalize;}
.profile_content {color: #777777;font-family: "Open Sans",sans-serif;font-size: 13px;font-weight: 600;line-height: 20px; margin: 5px 0;}
.profile.new_profile.clearfix p {margin: 0;}
.about_hours {color: #a6a6a6;float: left;font-family: "Open Sans",sans-serif;font-size: 13px;margin: 5px 0;text-transform: lowercase;}
.business_office .pot_lik span.Publish{ color: #fff;padding: 5px 10px;position: absolute;right: 10px;top: 10px; background-color:#62cf65;}
.business_office .pot_lik span.DraftCourse{background: none repeat scroll 0 0 #f9a530;color: #fff;padding: 5px 10px;position: absolute;right: 10px;top: 10px;z-index: 1;}
.newuser_list .users_list{background-color: #fff;box-shadow: 0 0 5px #aaa;margin-right: 15px;margin-top: 20px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;width: 15%;}
.newuser_list .users-list_content span{ float: none;font-family: Open Sans;font-size: 12px;font-weight: 700;margin-top: 13px;}
.newuser_list .users-list_content p {color: #4d4d4d;font-family: Open Sans;font-size: 12px;min-height: 35px;}
.users_list_img{position:relative;}
.newuser_list .users_list_img img {margin: 10px 0;width: 100%;}
.newuser_list .users-list_content span a:hover{color:#000;}
.ui-state-default.curriculum_ul_li.sub_li_curriculum span.col-lg-10{ background: url("../images/play.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);padding: 0 0 0 40px;}
.ui-state-default.curriculum_ul_li.change_bg.ul_newpadd.sub_li_curriculum.change_bg{ border-bottom: 1px solid #ebebeb; margin: 8px 20px;padding: 5px 0;}
.ui-state-default.curriculum_ul_li.change_bg.ul_newpadd.sub_li_curriculum.change_bg:last-child{border-bottom:none; margin-bottom:0px;}
.ui-state-default.curriculum_ul_li.sub_li_curriculum span.lecture_time.col-lg-2{ background: url("../images/minutes.png") no-repeat scroll 2px 4px rgba(0, 0, 0, 0);height: 22px;padding-left: 30px; padding-right:0px;}
.response.response_margin.close_new{ color: #fff;margin: 15px 0;border-bottom: 1px solid #d8d8d8;font-family: "Open Sans",sans-serif;padding-bottom: 12px;}
.media.profile.clsClearfix{border-bottom: 1px solid #d8d8d8;margin-top: 20px;}
.media.profile .profile_image {
float: left;
min-height: 65px;
}
.media.profile .profile_image img {
border: 1px solid #e4e4e4;
border-radius: 3px;
margin: 0 15px 0 0;
padding: 1px;
width: 35px;
}
.media.profile .profile_title.change_font.name_title.newname
{
width: 96%;
color: #fff;
font-family: "Roboto",sans-serif;
font-size: 15px;
font-weight: normal;
text-shadow: none;
}
.media.profile .profile_content.font_media.name_cont.span9 {margin-left: 0;word-wrap: break-word;font-weight: 700;color: #777777;font-family: "Open Sans",sans-serif;font-size: 13px;}
.media.profile .about_hours.hours_mrg{float: right;margin: 0;color: #a6a6a6;font-family: "Open Sans",sans-serif;font-size: 13px;}
.media.media_space {clear: both;}
.media, .media .media {margin-top: 15px;}
.media_space {margin: 0 0 0 0px}
.media, .media-body {overflow: hidden;}
.hr_margin {
margin: 0 0 15px;
}
.msg-time {
color: rgb(119, 119, 119);
display: block;
font-size: 13px;
font-weight: bolder;
padding:10px 0px;
}
.media-heading {
margin: 0 0 5px;
}
.about_space {
float: right;
font-weight: normal;
margin: 3px 0 5px;
}
.msg-time .glyphicon.glyphicon-time {
display: none;
}
.media-body a.profile_title {
color: #fff;
font-family: "Roboto",sans-serif;
font-size: 15px;
text-shadow: none;
}
.media.profile .profile_title.change_font.name_title.newname a
{
color: #fff;
font-family: "Roboto",sans-serif;
font-size: 15px;
text-shadow: none;
}
.video_align .file_input_div{float:right;}
.file_input_div #vbutton{background: linear-gradient(to bottom, rgba(255, 215, 120, 1) 0%, rgba(255, 135, 26, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);border: medium none;border-radius: 3px;color: #c05c00;cursor: pointer;font-weight: bold;left: -1px;padding: 2px 16px;position: relative;text-shadow: 0 1px #fff;top: -1px;}
.file_input_div #photoimg {cursor: pointer;top: 10px;}
.media-preview-wrapper .media-preview .media .notes-table {height: auto !important;padding: 0 !important;}
.cropControls.cropControlsCrop {display: table;margin: 0 auto;position: relative;top: 10px;}
/*.cropImgWrapper > img {display: table;height: 175px !important;left: 0 !important;margin: 0 auto;top: 23px !important;width: 230px !important;}*/
#cropContaineroutput > img {height: 223px !important;left: 0 !important;top: -30px !important;width: 398px !important;}
.under_line .container.new_h2 h2 {font-size: 30px;line-height: 60px;margin: 0 4px;}
.reg_form.reg_form_new .under_line {border-bottom: 1px solid #dddddd;}
.media, .media .media {margin-top: 15px;}
.media, .media-body {overflow: hidden;}
.reg_form.reg_form_new .media.container a.pull-left{display:block;}
.noti_padd {padding: 10px 0 0;}
.media-body.noti_padd .media-heading.black.span11 {font-size: 16px;font-weight: bold;color: #2c3e50;}
.media-body.noti_padd span.msg-time.pull-right{font-size: 12px; padding:0;}
.media-body.noti_padd > p {clear: both;float: left;}
.noti_padd p {color: #333;font-size: 14px;}
.media-body.noti_padd a:hover{color:#000;}
.business_trend.clearfix a:hover {color: #000;}
.first_time_return.clearfix .richard_man{padding-left:15px;}
.first_time_return.clearfix .richard_man a:hover{color:#000;}
button.mot{border:none;}
.dasky_ul {list-style: outside none none; margin:0;}
.MakeItButton {background: none repeat scroll 0 0 rgba(0, 0, 0, 0);border: medium none;font-size: 24px;margin: 21px;}
.commentReplyBox.replymargin {display: none;}
.tabs_space {margin: 0 20px;padding: 28px 0;}
.profile_view {display: block;}
.response.remove_margin.response_color{color: #777777;margin: 0;font-family: "Open Sans",sans-serif;padding-bottom: 12px;}
.form-control.text_top.textarea_height{height: 76px !important;margin-top: 5px;border-radius: 0 !important;width: 95%;margin-bottom: 5px; float:left;}
.btn.btn-info.CommentMainButton {font-size: 14px;}
.hours a {color: #777;}
.dsk-supported .active .dsk-circle-title {top:-40px;}
.replybutton.reply_top {/*margin: 60px 0 25px;*/ float:right;}
.replybutton {color: rgb(119, 119, 119);cursor: pointer;font-size: 12px;}
.new_hours {width: 100%;}
.hours {display: block;}
.about_hours.hours_mrg.newhours_mrg.span8 {float: right; text-align:center;}
.btn.btn-info.replyMainButton {font-size: 14px;margin-bottom: 10px;padding: 2px 10px;}
.media_space {margin: 0 0 0 50px !important;}
.pull-left.bla.profile_image {color: #999999;display: block;line-height: 35px;min-width: 35px;text-transform: capitalize;}
.about_hours.about_space.space_hours.span6 {float: right;word-wrap: break-word;}
.closebutton.color_btn.close_new {color: #fff;}
.new_file {margin: 10px 0 0 10px;width: 75%;}
.file_text {border-radius: 0 !important;border-width: 0;padding: 5px;text-indent: 5px;}
.add_newbtn {background: none repeat scroll 0 0 #4985b8;border: medium none;border-radius: 3px;color: #fff;float: right;margin: 10px 8px;padding: 5px 20px;}
.price_dollar_span {margin-left: 0;padding-right: 7px;padding-top: 6px;}
.course_publish_trigger.course_publish {position: absolute;top: 0;padding-top: 11px;}
#mcTooltipWrapper > div#mcTooltip{width: 330px !important; height: 55px !important; padding:10px 15px !important;}
/*end*/
.blog-sidebar .icon_forum {padding: 0 7px 0 5px;} | public/backend/curriculum/css/front/sub-style.css |
/*.reg_form {display: table;margin: 56px auto 0;}*/
.reg_form .profile-fullname {font-size: 58px;font-weight: 300;line-height: 60px;text-transform: capitalize;}
.reg_form .italic_font.about_font {font-size: 22px;font-weight: bold;}
.user_profiles ul{margin:0; padding:0;}
.reg_form .user_profile li {border-right: 1px solid #cccccc;float: left;line-height: 30px;min-height: 100px;padding: 0 20px;}
.reg_form .user_profile .student_color {color: #99cc00;font-size: 25px;font-weight: 700;line-height: 35px;text-align: center;}
.reg_form .user_profile .student_course {color: #999fa3;font-size: 14px;padding: 0 4px;}
.reg_form .user_profile .student_course i {padding: 0 2px;}
.reg_form .user_profile.clearfix a {background: none repeat scroll 0 0 #4985b8;color: #fff;display: table;margin: 0 auto;padding: 0 20px;outline: 0 none;}
.reg_form.new_regform.container.blogpages .new_blog_right .pagination a:hover {color: #428bca;}
.user_profile .course_color {color: #d33737;font-size: 25px;font-weight: 700;line-height: 35px;text-align: center;}
.HomeScroll .nav.nav-tabs.usernavbar.newusernav {margin: 25px 0;text-align: center;}
.HomeScroll .nav.nav-tabs.usernavbar.newusernav > li {display: inline-block;float: none;padding: 0 10px;margin-bottom: -1px;}
.nav-tabs.usernavbar > .active > a, .nav-tabs.usernavbar > .active > a:hover, .nav-tabs.usernavbar > .active > a:focus {-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;background: none repeat scroll 0 0 rgba(0, 0, 0, 0);border-color: -moz-use-text-color -moz-use-text-color #4dba4d;border-image: none;border-style: none none solid;border-width: medium medium 5px;color: #4dba4d;font-size: 22px;}
.HomeScroll .nav.nav-tabs.usernavbar.newusernav > li a i{display:none;}
.reg_form.new_reg_form {display: block;margin: 0;}
.reg_form.new_reg_form .under_line {border-bottom: 1px solid #dddddd;}
.reg_form.new_reg_form .new_h2 h2 {font-size: 30px;line-height: 60px;margin: 0 4px;}
.nav.nav-tabs.usernavbar.price_align.post {border: medium none;margin: 0;float:right;}
.nav.nav-tabs.usernavbar.price_align.post > li {padding: 0 0 0 30px;}
.nav.nav-tabs.usernavbar.price_align.post a {font-size: 20px;line-height: 40px; outline:0 none;}
.nav-tabs.usernavbar > li > a:hover, .nav-tabs .usernavbar > li > a:focus {-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;background: none repeat scroll 0 0 rgba(0, 0, 0, 0);border-color: -moz-use-text-color -moz-use-text-color #4dba4d;border-image: none;border-style: none none solid;border-width: medium medium 5px;color: #4dba4d;}
.selectpicker.select_mrg { background:#f4f4f4;border: 1px solid #cccccc;border-radius: 0;height: auto;margin: 15px;padding: 4px 6px;width: 220px; float:right;}
#LearningCourse .mycourse_learning{float: right;width: 100%;}
.HomeScroll.tab-content #WishlistCourse {padding-top: 50px;}
.reg_form.new_regform.container.blogpages .span3.form_left {margin-top: 10px;border: 1px solid #d8d8d8;}
.span3.form_left > h4 {background: none repeat scroll 0 0 #e4e4e4;font-family: roboto,serif;font-size: 18px;margin: 0 0 10px;padding: 12px;text-transform: capitalize;}
.span3.form_left li {color: #646464;font-family: "Open Sans",sans-serif;font-size: 13px;margin-bottom: 15px;}
.icon_forum {padding: 0 12px 0 18px;}
.reg_form.new_regform.container.blogpages {margin: 20px auto;}
.span3.form_left ul{padding:0;}
.reg_form.new_regform.container .span9 {padding: 5px 15px;}
.reg_form.new_regform.container .span9 .forum_btns {background: none repeat scroll 0 0 #4985b8;border: medium none;border-radius: 0;font-family: "Roboto",sans-serif;margin: 12px 0 0 5px;padding: 5px 20px;color: #fff;text-shadow: none;font-size: 15px;}
.bloglist.forum_right.description.new_des.new_para {margin: 0;}
.blog_para.clearfix {border-bottom: 1px solid #d8d8d8;padding: 12px 0;}
.posttext_title {color: #000000;font-family: "roboto",sans-serif;font-size: 18px;font-weight: 500;line-height: 35px;}
.posttext_title > a {color: #2f3945;outline:0 none;}
.warning_btns .btn.btn-info.padding_width {font-size: 15px;padding: 5px 10px;}
.warning_btns .btn.btn-danger.padding_width {font-size: 15px;padding: 5px 10px;}
.reg_form.new_regform.container.blogpages a:hover {color: #fff;}
.reg_form.new_regform.container.blogpages a {outline:0 none; font-style:normal;}
.reg_form.new_regform.container.blogpages .form_left ul li a:hover { color:#000; }
.reg_form.new_regform.container.blogpages .posttext_title a {color: #2f3945;}
.reg_form.new_regform.container.blogpages .blog_menu.clearfix a {color: #989898;}
.reg_form.new_regform.container.blogpages .blog_color a {color: #ff8c20;}
.blog_menu.clearfix li:first-child {padding: 0 10px 0 0;}
.blog_menu li {float: left;line-height: 38px;padding: 0 10px;}
.fa-user::before {line-height: 35px;padding: 0 5px;}
#expert_plus_main .fa-user::before {line-height:17px;padding: 0 0px;}
.fa.fa-user.blog_icon {padding: 0;font-size: 14px;}
.blog_color {color: #ff8c20;}
.blog_menu.clearfix a {color: #989898;font-size: 14px;}
.blog_para ul {padding:0;}
.blog_icon {font-size: 14px;padding: 0 5px 0 0;}
.blog_menu.clearfix {color: #989898;}
.bloglist.forum_right.description.new_des.new_para p {font-weight: 600;line-height: 22px;margin: 0; color: #646464;font-family: "Open Sans",sans-serif;font-size: 13px;}
.blog_color a {color: #ff8c20;}
.modal-header {background: none repeat scroll 0 0 #f1f1f1;padding: 5px;}
.modal-header .close {background: none repeat scroll 0 0 #333333;border:1px solid #333;color:#ffffff;width:30px;margin-top:8px;}
.modal-title {color:#333333;font-size:22px;font-weight:400;text-align:center;font-family:Open Sans;margin-bottom:5px;}
.modal-body {max-height: 400px;overflow-y: auto;padding: 15px;position: relative;}
.modal-body a {color:#000;}
.modal-dialog {border: 8px solid #333333;}
.usergallery .btn.course_create {background: none repeat scroll 0 0 #70afdb;border: medium none;border-radius: 0;box-shadow: none;color: #fff;margin: 20px 0 20px;padding-left: 22px;padding-right: 18px;text-shadow: none;font-size: 14px;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; float:right}
.TeachingCourse_create {float: right;width: 100%;}
.btn.favoritebtn.heart_align {background: none;outline: 0 none;}
.user_thumb_blocks .thumbnail:hover {border: 1px solid #ddd;}
.price_second_section .wish_list_section .wisth_list{background:none;color: #636363;font-family: open sans;font-size: 14px;font-style: normal;padding: 0 5px;}
.blog_para ul.blog_menu {margin: 0;}
.posttext_title.new_posttitle > h4 {margin: 35px 0 0;}
.profile.new_profile.clearfix.new_brd {margin: 10px 0 0;padding: 0;}
.clearfix.new_line.new_lines:first-child {border: medium none;padding: 10px 0 4px;}
.clearfix.new_line {-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-color: #e4e4e4 -moz-use-text-color -moz-use-text-color;border-image: none;border-style: solid none none;border-width: 1px medium medium;padding: 10px 0 4px;}
.clearfix.new_line:last-child {border-bottom: 1px solid #e4e4e4;margin-bottom: 25px !important;}
.profile li span.pull-left.new_profile_image {display: block;}
.new_profile_image img {border: 1px solid #e4e4e4;border-radius: 3px;padding: 1px;}
.pull-left.span11.new_mgr {margin: 0 0 0 17px;}
.profile_title {color: #333333;font-family: "Roboto",sans-serif;font-size: 15px;text-shadow: none;}
.profile_title.new_ptitle > a {color: #333333;font-weight: 600;text-decoration: none;text-transform: capitalize;}
.profile_content {color: #777777;font-family: "Open Sans",sans-serif;font-size: 13px;font-weight: 600;line-height: 20px; margin: 5px 0;}
.profile.new_profile.clearfix p {margin: 0;}
.about_hours {color: #a6a6a6;float: left;font-family: "Open Sans",sans-serif;font-size: 13px;margin: 5px 0;text-transform: lowercase;}
.business_office .pot_lik span.Publish{ color: #fff;padding: 5px 10px;position: absolute;right: 10px;top: 10px; background-color:#62cf65;}
.business_office .pot_lik span.DraftCourse{background: none repeat scroll 0 0 #f9a530;color: #fff;padding: 5px 10px;position: absolute;right: 10px;top: 10px;z-index: 1;}
.newuser_list .users_list{background-color: #fff;box-shadow: 0 0 5px #aaa;margin-right: 15px;margin-top: 20px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;width: 15%;}
.newuser_list .users-list_content span{ float: none;font-family: Open Sans;font-size: 12px;font-weight: 700;margin-top: 13px;}
.newuser_list .users-list_content p {color: #4d4d4d;font-family: Open Sans;font-size: 12px;min-height: 35px;}
.users_list_img{position:relative;}
.newuser_list .users_list_img img {margin: 10px 0;width: 100%;}
.newuser_list .users-list_content span a:hover{color:#000;}
.ui-state-default.curriculum_ul_li.sub_li_curriculum span.col-lg-10{ background: url("../images/play.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);padding: 0 0 0 40px;}
.ui-state-default.curriculum_ul_li.change_bg.ul_newpadd.sub_li_curriculum.change_bg{ border-bottom: 1px solid #ebebeb; margin: 8px 20px;padding: 5px 0;}
.ui-state-default.curriculum_ul_li.change_bg.ul_newpadd.sub_li_curriculum.change_bg:last-child{border-bottom:none; margin-bottom:0px;}
.ui-state-default.curriculum_ul_li.sub_li_curriculum span.lecture_time.col-lg-2{ background: url("../images/minutes.png") no-repeat scroll 2px 4px rgba(0, 0, 0, 0);height: 22px;padding-left: 30px; padding-right:0px;}
.response.response_margin.close_new{ color: #fff;margin: 15px 0;border-bottom: 1px solid #d8d8d8;font-family: "Open Sans",sans-serif;padding-bottom: 12px;}
.media.profile.clsClearfix{border-bottom: 1px solid #d8d8d8;margin-top: 20px;}
.media.profile .profile_image {
float: left;
min-height: 65px;
}
.media.profile .profile_image img {
border: 1px solid #e4e4e4;
border-radius: 3px;
margin: 0 15px 0 0;
padding: 1px;
width: 35px;
}
.media.profile .profile_title.change_font.name_title.newname
{
width: 96%;
color: #fff;
font-family: "Roboto",sans-serif;
font-size: 15px;
font-weight: normal;
text-shadow: none;
}
.media.profile .profile_content.font_media.name_cont.span9 {margin-left: 0;word-wrap: break-word;font-weight: 700;color: #777777;font-family: "Open Sans",sans-serif;font-size: 13px;}
.media.profile .about_hours.hours_mrg{float: right;margin: 0;color: #a6a6a6;font-family: "Open Sans",sans-serif;font-size: 13px;}
.media.media_space {clear: both;}
.media, .media .media {margin-top: 15px;}
.media_space {margin: 0 0 0 0px}
.media, .media-body {overflow: hidden;}
.hr_margin {
margin: 0 0 15px;
}
.msg-time {
color: rgb(119, 119, 119);
display: block;
font-size: 13px;
font-weight: bolder;
padding:10px 0px;
}
.media-heading {
margin: 0 0 5px;
}
.about_space {
float: right;
font-weight: normal;
margin: 3px 0 5px;
}
.msg-time .glyphicon.glyphicon-time {
display: none;
}
.media-body a.profile_title {
color: #fff;
font-family: "Roboto",sans-serif;
font-size: 15px;
text-shadow: none;
}
.media.profile .profile_title.change_font.name_title.newname a
{
color: #fff;
font-family: "Roboto",sans-serif;
font-size: 15px;
text-shadow: none;
}
.video_align .file_input_div{float:right;}
.file_input_div #vbutton{background: linear-gradient(to bottom, rgba(255, 215, 120, 1) 0%, rgba(255, 135, 26, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);border: medium none;border-radius: 3px;color: #c05c00;cursor: pointer;font-weight: bold;left: -1px;padding: 2px 16px;position: relative;text-shadow: 0 1px #fff;top: -1px;}
.file_input_div #photoimg {cursor: pointer;top: 10px;}
.media-preview-wrapper .media-preview .media .notes-table {height: auto !important;padding: 0 !important;}
.cropControls.cropControlsCrop {display: table;margin: 0 auto;position: relative;top: 10px;}
/*.cropImgWrapper > img {display: table;height: 175px !important;left: 0 !important;margin: 0 auto;top: 23px !important;width: 230px !important;}*/
#cropContaineroutput > img {height: 223px !important;left: 0 !important;top: -30px !important;width: 398px !important;}
.under_line .container.new_h2 h2 {font-size: 30px;line-height: 60px;margin: 0 4px;}
.reg_form.reg_form_new .under_line {border-bottom: 1px solid #dddddd;}
.media, .media .media {margin-top: 15px;}
.media, .media-body {overflow: hidden;}
.reg_form.reg_form_new .media.container a.pull-left{display:block;}
.noti_padd {padding: 10px 0 0;}
.media-body.noti_padd .media-heading.black.span11 {font-size: 16px;font-weight: bold;color: #2c3e50;}
.media-body.noti_padd span.msg-time.pull-right{font-size: 12px; padding:0;}
.media-body.noti_padd > p {clear: both;float: left;}
.noti_padd p {color: #333;font-size: 14px;}
.media-body.noti_padd a:hover{color:#000;}
.business_trend.clearfix a:hover {color: #000;}
.first_time_return.clearfix .richard_man{padding-left:15px;}
.first_time_return.clearfix .richard_man a:hover{color:#000;}
button.mot{border:none;}
.dasky_ul {list-style: outside none none; margin:0;}
.MakeItButton {background: none repeat scroll 0 0 rgba(0, 0, 0, 0);border: medium none;font-size: 24px;margin: 21px;}
.commentReplyBox.replymargin {display: none;}
.tabs_space {margin: 0 20px;padding: 28px 0;}
.profile_view {display: block;}
.response.remove_margin.response_color{color: #777777;margin: 0;font-family: "Open Sans",sans-serif;padding-bottom: 12px;}
.form-control.text_top.textarea_height{height: 76px !important;margin-top: 5px;border-radius: 0 !important;width: 95%;margin-bottom: 5px; float:left;}
.btn.btn-info.CommentMainButton {font-size: 14px;}
.hours a {color: #777;}
.dsk-supported .active .dsk-circle-title {top:-40px;}
.replybutton.reply_top {/*margin: 60px 0 25px;*/ float:right;}
.replybutton {color: rgb(119, 119, 119);cursor: pointer;font-size: 12px;}
.new_hours {width: 100%;}
.hours {display: block;}
.about_hours.hours_mrg.newhours_mrg.span8 {float: right; text-align:center;}
.btn.btn-info.replyMainButton {font-size: 14px;margin-bottom: 10px;padding: 2px 10px;}
.media_space {margin: 0 0 0 50px !important;}
.pull-left.bla.profile_image {color: #999999;display: block;line-height: 35px;min-width: 35px;text-transform: capitalize;}
.about_hours.about_space.space_hours.span6 {float: right;word-wrap: break-word;}
.closebutton.color_btn.close_new {color: #fff;}
.new_file {margin: 10px 0 0 10px;width: 75%;}
.file_text {border-radius: 0 !important;border-width: 0;padding: 5px;text-indent: 5px;}
.add_newbtn {background: none repeat scroll 0 0 #4985b8;border: medium none;border-radius: 3px;color: #fff;float: right;margin: 10px 8px;padding: 5px 20px;}
.price_dollar_span {margin-left: 0;padding-right: 7px;padding-top: 6px;}
.course_publish_trigger.course_publish {position: absolute;top: 0;padding-top: 11px;}
#mcTooltipWrapper > div#mcTooltip{width: 330px !important; height: 55px !important; padding:10px 15px !important;}
/*end*/
.blog-sidebar .icon_forum {padding: 0 7px 0 5px;} | 0.221687 | 0.056522 |
html{
font-family: 'Noto Sans JP', sans-serif;
font-size: 10px;
padding: 0;
margin: 0;
width: 100%;
height: 100vh;
overflow: hidden;
background-image: url('bg.jpg');
background-size: cover;
background-color: black;
}
body{
width: 100%;
height: 80vh;
margin: 0;
}
.container *{
outline: 0px solid black;
}
.container{
width: 60%;
height: 90%;
margin: 5vh auto auto auto;
border: 1px solid black;
border-radius: 5px;
box-shadow: 0 0 5px rgba(39, 60, 117,1.0);
}
/* titile */
.container .title{
height: 9%;
display: block;
text-align: center;
background-color: #192a56;
color: #fff;
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container .title span{
float: center;
font-size: 2.5rem;
}
/* game container */
.game-container{
height: 80%;
display: grid;
grid-template-columns: 25% 25% 25% 25%;
grid-template-rows: 25% 25% 25% 25%;
grid-gap: 0rem;
}
.game-container .block{
outline: 0.5px solid rgba(25, 42, 86,1.0);
}
.game-container .block img{
display: none;
}
.game-container .tom img{
display: block;
}
/* tom */
img{
width: 100%;
height: 100%;
}
/* result conatiner */
.result-container{
height: 11%;
display: flex;
flex-direction: row;
justify-content: space-around;
font-size: 2.5rem;
text-align: center;
background-color: #192a56;
color: #fff;
}
.result-container .score, .time-left{
align-self: center;
flex: 1;
}
/* controls */
.controls{
margin-top: 1rem;
width: 100%;
height: 4rem;
font-size: 2rem;
background-color: #27ae60;
border: 0.5px solid #1e8d4c;
color: #fff;
display: flex;
flex-direction: row;
justify-content: space-around;
}
#play{
flex:2;
}
#play__text{
margin-top: 0.55rem;
text-align: center;
letter-spacing: 0.125em;
}
#play:hover{
background-color: #2ecc71;
font-weight: 600;
cursor: pointer;
}
/* speed */
.speed{
padding-top: 0.55rem;
background-color: #c0392b;
flex:1;
text-align: center;
}
/* duraiont */
.duration{
background-color: #c0392b ;
flex:1;
text-align: center;
cursor: pointer;
}
.duration #dur__drop{
background-color: #c0392b ;
color: #FFF;
font-size: 2rem;
padding: 0;
height: 100%;
margin: 0;
width: 60%;
border: 0;
-webkit-appearance: none;
text-align: center;
cursor: pointer;
}
/* media queries */
@media screen and (max-width: 768px) {
/* For mobile phones: */
[class='container'] {
width: 95%;
margin: 20;
}
#myModal .modal-content {
width: 80%; /* Could be more or less, depending on screen size */
font-size: 1.5rem;
margin: 30% auto;
}
}
/* modal */
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
background-color: #1abc9c;
margin: 10% auto; /* 15% from the top and centered */
padding: 1rem;
border: 1px solid #888;
width: 30%; /* Could be more or less, depending on screen size */
font-size: 2rem;
color: white;
text-align: center;
font-weight: 600;
}
/* The Close Button */
.close {
color: #fff;
float: right;
font-size: 1em;
font-weight: bold;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
/* select menu */
.controls .speed__div.box{
width: 30%;
height: 100%;
background-color: #c0392b ;
cursor: pointer;
}
.box select {
background-color: #c0392b ;
color: white;
font-size: 2rem;
-webkit-appearance: none;
appearance: button;
outline: none;
width: 70%;
border: 0;
cursor: pointer;
height: 100%;
padding-left: 1rem;
}
.speed__div .box i {
background-color: #c0392b ;
padding: 0;
margin: 0;
padding-left: 0.1rem;
}
.box::before {
top: 0;
right: 0;
width: 20%;
height: 100%;
text-align: center;
font-size: 28px;
line-height: 45px;
color: rgba(255, 255, 255, 0.5);
background-color: #c0392b ;
background-color: rgba(255, 255, 255, 0.1);
pointer-events: none;
}
.box:hover::before {
color: rgba(255, 255, 255, 0.6);
background-color: rgba(255, 255, 255, 0.2);
}
.box select option {
padding: 30px;
} | whackamole/style.css | html{
font-family: 'Noto Sans JP', sans-serif;
font-size: 10px;
padding: 0;
margin: 0;
width: 100%;
height: 100vh;
overflow: hidden;
background-image: url('bg.jpg');
background-size: cover;
background-color: black;
}
body{
width: 100%;
height: 80vh;
margin: 0;
}
.container *{
outline: 0px solid black;
}
.container{
width: 60%;
height: 90%;
margin: 5vh auto auto auto;
border: 1px solid black;
border-radius: 5px;
box-shadow: 0 0 5px rgba(39, 60, 117,1.0);
}
/* titile */
.container .title{
height: 9%;
display: block;
text-align: center;
background-color: #192a56;
color: #fff;
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container .title span{
float: center;
font-size: 2.5rem;
}
/* game container */
.game-container{
height: 80%;
display: grid;
grid-template-columns: 25% 25% 25% 25%;
grid-template-rows: 25% 25% 25% 25%;
grid-gap: 0rem;
}
.game-container .block{
outline: 0.5px solid rgba(25, 42, 86,1.0);
}
.game-container .block img{
display: none;
}
.game-container .tom img{
display: block;
}
/* tom */
img{
width: 100%;
height: 100%;
}
/* result conatiner */
.result-container{
height: 11%;
display: flex;
flex-direction: row;
justify-content: space-around;
font-size: 2.5rem;
text-align: center;
background-color: #192a56;
color: #fff;
}
.result-container .score, .time-left{
align-self: center;
flex: 1;
}
/* controls */
.controls{
margin-top: 1rem;
width: 100%;
height: 4rem;
font-size: 2rem;
background-color: #27ae60;
border: 0.5px solid #1e8d4c;
color: #fff;
display: flex;
flex-direction: row;
justify-content: space-around;
}
#play{
flex:2;
}
#play__text{
margin-top: 0.55rem;
text-align: center;
letter-spacing: 0.125em;
}
#play:hover{
background-color: #2ecc71;
font-weight: 600;
cursor: pointer;
}
/* speed */
.speed{
padding-top: 0.55rem;
background-color: #c0392b;
flex:1;
text-align: center;
}
/* duraiont */
.duration{
background-color: #c0392b ;
flex:1;
text-align: center;
cursor: pointer;
}
.duration #dur__drop{
background-color: #c0392b ;
color: #FFF;
font-size: 2rem;
padding: 0;
height: 100%;
margin: 0;
width: 60%;
border: 0;
-webkit-appearance: none;
text-align: center;
cursor: pointer;
}
/* media queries */
@media screen and (max-width: 768px) {
/* For mobile phones: */
[class='container'] {
width: 95%;
margin: 20;
}
#myModal .modal-content {
width: 80%; /* Could be more or less, depending on screen size */
font-size: 1.5rem;
margin: 30% auto;
}
}
/* modal */
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
background-color: #1abc9c;
margin: 10% auto; /* 15% from the top and centered */
padding: 1rem;
border: 1px solid #888;
width: 30%; /* Could be more or less, depending on screen size */
font-size: 2rem;
color: white;
text-align: center;
font-weight: 600;
}
/* The Close Button */
.close {
color: #fff;
float: right;
font-size: 1em;
font-weight: bold;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
/* select menu */
.controls .speed__div.box{
width: 30%;
height: 100%;
background-color: #c0392b ;
cursor: pointer;
}
.box select {
background-color: #c0392b ;
color: white;
font-size: 2rem;
-webkit-appearance: none;
appearance: button;
outline: none;
width: 70%;
border: 0;
cursor: pointer;
height: 100%;
padding-left: 1rem;
}
.speed__div .box i {
background-color: #c0392b ;
padding: 0;
margin: 0;
padding-left: 0.1rem;
}
.box::before {
top: 0;
right: 0;
width: 20%;
height: 100%;
text-align: center;
font-size: 28px;
line-height: 45px;
color: rgba(255, 255, 255, 0.5);
background-color: #c0392b ;
background-color: rgba(255, 255, 255, 0.1);
pointer-events: none;
}
.box:hover::before {
color: rgba(255, 255, 255, 0.6);
background-color: rgba(255, 255, 255, 0.2);
}
.box select option {
padding: 30px;
} | 0.486088 | 0.065217 |
.session {
background: #fff;
padding: 0 30px 80px 30px;
margin-left: 50px;
margin-top: 10px;
margin-right: 20px;
}
.session-content {
max-width: 1000px;
}
.session .status-bar {
width: 465px;
height: 54px;
padding: 10px 20px;
background: #5D6165;
color: #fff;
margin-left: -30px;
}
.session .status-bar img {
border-radius: 50%;
margin-top: -22px;
margin-right: 10px;
}
.session .status-bar .time {
display: inline-block;
width: 30px;
margin-right: 30px;
line-height: 13px;
}
.session .status-bar .r-hvalue {
font-size: 30px;
display: inline-block;
}
.session .status-bar .r-description {
width: 70px;
display: inline-block;
margin: 0 10px;
line-height: 13px;
}
session .status-bar .m-hvalue {
font-size: 30px;
display: inline-block;
}
.session .status-bar .m-description {
margin-left: 10px;
width: 70px;
display: inline-block;
line-height: 13px;
}
.session .hrt-value {
width: 100%;
padding: 0px 20px;
float: right;
}
.session .graph {
/*margin: 10px;*/
/*border: #000 solid 2px;*/
/*border-radius: 20px;*/
padding-bottom: 0;
background: #fff;
}
.hrt-comment {
border-bottom: 1px gray solid;
/*padding-left: 15px;*/
margin-bottom: 35px;
}
.hrt1-comment {
border-bottom: 1px gray solid;
margin-top: -20px;
}
.hrt2-comment {
border-bottom: 1px gray solid;
margin-top: 30px;
margin-bottom: 30px;
}
.ht-zone {
width: 435px;
float: left;
}
@media screen and (max-width: 1100px) {
.hidden-1100 {
display: none;
}
.show-1100 {
display: inline;
}
.session .graph .timezone .value {
width: 30px;
}
}
.session .closebtn {
font-size: 25px;
line-height: 28px;
text-align: center;
cursor: pointer;
border-radius: 50%;
/*display: inline-block;*/
float: right;
background-color: #009DED;
color: #fff;
width: 28px;
height: 28px;
margin-bottom: 5px;
margin-right: 5px;
}
.session .closebtn:hover {
background: #B8E5FB;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.ecg-plot {
/*width: 800px;*/
background: rebeccapurple;
/*max-width: 910px;*/
}
.heart-rate {
width: calc(100% - 465px);
}
.heart-rate .h-graph {
background: indigo;
} | src/app/page/data/session/sleep-analysis/sleep-analysis.component.css | .session {
background: #fff;
padding: 0 30px 80px 30px;
margin-left: 50px;
margin-top: 10px;
margin-right: 20px;
}
.session-content {
max-width: 1000px;
}
.session .status-bar {
width: 465px;
height: 54px;
padding: 10px 20px;
background: #5D6165;
color: #fff;
margin-left: -30px;
}
.session .status-bar img {
border-radius: 50%;
margin-top: -22px;
margin-right: 10px;
}
.session .status-bar .time {
display: inline-block;
width: 30px;
margin-right: 30px;
line-height: 13px;
}
.session .status-bar .r-hvalue {
font-size: 30px;
display: inline-block;
}
.session .status-bar .r-description {
width: 70px;
display: inline-block;
margin: 0 10px;
line-height: 13px;
}
session .status-bar .m-hvalue {
font-size: 30px;
display: inline-block;
}
.session .status-bar .m-description {
margin-left: 10px;
width: 70px;
display: inline-block;
line-height: 13px;
}
.session .hrt-value {
width: 100%;
padding: 0px 20px;
float: right;
}
.session .graph {
/*margin: 10px;*/
/*border: #000 solid 2px;*/
/*border-radius: 20px;*/
padding-bottom: 0;
background: #fff;
}
.hrt-comment {
border-bottom: 1px gray solid;
/*padding-left: 15px;*/
margin-bottom: 35px;
}
.hrt1-comment {
border-bottom: 1px gray solid;
margin-top: -20px;
}
.hrt2-comment {
border-bottom: 1px gray solid;
margin-top: 30px;
margin-bottom: 30px;
}
.ht-zone {
width: 435px;
float: left;
}
@media screen and (max-width: 1100px) {
.hidden-1100 {
display: none;
}
.show-1100 {
display: inline;
}
.session .graph .timezone .value {
width: 30px;
}
}
.session .closebtn {
font-size: 25px;
line-height: 28px;
text-align: center;
cursor: pointer;
border-radius: 50%;
/*display: inline-block;*/
float: right;
background-color: #009DED;
color: #fff;
width: 28px;
height: 28px;
margin-bottom: 5px;
margin-right: 5px;
}
.session .closebtn:hover {
background: #B8E5FB;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.ecg-plot {
/*width: 800px;*/
background: rebeccapurple;
/*max-width: 910px;*/
}
.heart-rate {
width: calc(100% - 465px);
}
.heart-rate .h-graph {
background: indigo;
} | 0.402275 | 0.07703 |
.x-accordion-hd {
background:#f1f1f1 none;
}
/* End: accordion */
/* Begin: button */
.x-btn-left {
background:url(../images/vistablack/button/btn-sprite.gif) no-repeat 0 0;
}
.x-btn-right {
background:url(../images/vistablack/button/btn-sprite.gif) no-repeat 0 -21px;
}
.x-btn-center {
background:url(../images/vistablack/button/btn-sprite.gif) repeat-x 0 -42px;
}
/* End: button */
/* Begin: layout */
.x-layout-collapsed {
border:0 none;
}
.x-layout-split {
background-color:#222;
}
.x-layout-collapsed {
background-color:#222;
}
/* End: layout */
/* Begin: message box */
.x-window-dlg .desktop-download {
background:transparent url(../images/vistablack/icons/download.gif) no-repeat top left;
height:46px;
}
.x-window-dlg .x-window-body {
background:#44474b none !important;
color:#ccc;
}
/* End: message box */
/* Begin: quickstart button */
#ux-quickstart-panel .x-btn-left{
background:url(../images/vistablack/taskbar/quickstart-button.gif) no-repeat 0 0;
}
#ux-quickstart-panel .x-btn-right{
background:url(../images/vistablack/taskbar/quickstart-button.gif) no-repeat 0 0;
}
#ux-quickstart-panel .x-btn-center{
background:url(../images/vistablack/taskbar/quickstart-button.gif) repeat-x 0 0;
}
/* End: quickstart button */
/* Begin: tray area */
#ux-tray-panel .x-btn-left{
background:url(../images/vistablack/taskbar/quickstart-button.gif) no-repeat 0 0;
}
#ux-tray-panel .x-btn-right{
background:url(../images/vistablack/taskbar/quickstart-button.gif) no-repeat 0 0;
}
#ux-tray-panel .x-btn-center{
background:url(../images/vistablack/taskbar/quickstart-button.gif) repeat-x 0 0;
}
/* End: tray area */
/* Begin: panel */
/*
.x-panel-tl .x-panel-icon, .x-window-tl .x-panel-icon {
background-position:0 4px;
}
.x-panel-header {
background:#000 url(../images/vistablack/panel/header-bg.gif) repeat-x;
border:0px none;
color:#fff;
padding:5px 3px 5px 5px;
}
.x-panel-body {
border-color:#a0a0a0;
}
.x-panel-footer {
background-color:#f1f1f1;
border-top:1px solid #ccc;
}
*/
.x-panel {
border-style: solid;
border-color: #000000;
}
.x-panel-header {
color:#eeeef0;
border:1px solid #000000;
background-image:url(../images/vistablack/black/panel/white-top-bottom.gif);
}
.x-panel-body {
border-color:#000000;
}
.x-panel-bbar .x-toolbar {
border-color:#000000;
}
.x-panel-tbar .x-toolbar {
border-color:#000000;
}
.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
border-color:#000000;
}
.x-panel-body-noheader, .x-panel-mc .x-panel-body {
border-color:#000000;
}
.x-panel-tl .x-panel-header {
color:#eeeef0;
}
.x-panel-tc {
background-image:url(../images/vistablack/black/panel/top-bottom.gif);
}
.x-panel-tl {
background-image:url(../images/vistablack/black/panel/corners-sprite.gif);
border-color:#000000;
}
.x-panel-tr {
background-image:url(../images/vistablack/black/panel/corners-sprite.gif);
}
.x-panel-bc {
background-image:url(../images/vistablack/black/panel/top-bottom.gif);
}
.x-panel-bl {
background-image:url(../images/vistablack/black/panel/corners-sprite.gif);
}
.x-panel-br {
background-image:url(../images/vistablack/black/panel/corners-sprite.gif);
}
.x-panel-mc {
background:#363636;
color:#eeeeee;
}
.x-panel-mc .x-panel-body {
background:transparent;
border: 0 none;
}
.x-panel-ml {
background-image:url(../images/vistablack/black/panel/left-right.gif);
}
.x-panel-mr {
background-image:url(../images/vistablack/black/panel/left-right.gif);
}
/* End: panel */
/* Begin: startbutton */
.start {
background-image: url(../images/vistablack/taskbar/startbutton-icon.gif) !important;
}
#ux-taskbar-start .x-btn-left{
background:url(../images/vistablack/taskbar/startbutton.gif) no-repeat 0 0;
}
#ux-taskbar-start .x-btn-right{
background:url(../images/vistablack/taskbar/startbutton.gif) no-repeat 0 -30px;
}
#ux-taskbar-start .x-btn-center{
background:url(../images/vistablack/taskbar/startbutton.gif) repeat-x 0 -60px;
}
#ux-taskbar-start .active-win .x-btn-right{
background:url(../images/vistablack/taskbar/startbutton.gif) no-repeat 0 -120px;
}
#ux-taskbar-start .active-win .x-btn-center{
background:url(../images/vistablack/taskbar/startbutton.gif) repeat-x 0 -150px;
}
/* End: startbutton */
/* Begin: startmenu */
.ux-start-menu-tl {
background: transparent url(../images/vistablack/startmenu/left-corners.png) no-repeat 0 0;
}
.ux-start-menu-tr {
background: transparent url(../images/vistablack/startmenu/right-corners.png) no-repeat right 0;
}
.ux-start-menu-tc {
background: transparent url(../images/vistablack/startmenu/top-bottom.png) repeat-x 0 0;
}
.ux-start-menu-ml {
background: transparent url(../images/vistablack/startmenu/left-right.png) repeat-y 0 0;
}
.ux-start-menu-bc {
background: transparent url(../images/vistablack/startmenu/top-bottom.png) repeat-x 0 bottom;
}
.ux-start-menu-bl {
background: transparent url(../images/vistablack/startmenu/left-corners.png) no-repeat 0 bottom;
}
.ux-start-menu-br {
background: transparent url(../images/vistablack/startmenu/right-corners.png) no-repeat right bottom;
}
.ux-start-menu-tools-panel {
background:transparent url(../images/vistablack/startmenu/right.png) repeat-y scroll right 0pt;
}
.ux-start-menu-apps-panel {
border:1px solid #1e2124;
}
.ux-start-menu-apps-panel .x-menu-item-active {
background: #f5f8fb url(../images/vistablack/startmenu/app-item-over.gif) repeat-x left bottom !important;
border:
}
/* End: startmenu */
/* Begin: startmenu tool */
/*
.ux-start-menu-tools-panel .x-btn-left{
background:url(../images/vistablack/startmenu/tool.png) no-repeat 0 -81px;
}
.ux-start-menu-tools-panel .x-btn-right{
background:url(../images/vistablack/startmenu/tool.png) no-repeat 0 -81px;
}
.ux-start-menu-tools-panel .x-btn-center{
background:url(../images/vistablack/startmenu/tool.png) repeat-x 0 -81px;
}
*/
.ux-start-menu-tools-panel .x-menu-item-active {
background:transparent url(../images/vistablack/startmenu/tool.png) repeat-x;
border:1px solid #999;
}
/* End: startmenu tool */
/* Begin: tabs from xtheme-black */
.x-tab-panel-header, .x-tab-panel-footer {
background: #363636;
border-color:#000000;
}
.x-tab-panel-header {
border-color:#000000;
}
.x-tab-panel-footer {
border-color:#000000;
}
ul.x-tab-strip-top{
background:#353535 url(../images/vistablack/tabs/tab-strip-bg.gif) repeat-x left top;
border-color:#000000;
}
ul.x-tab-strip-bottom{
background-image:url(../images/vistablack/tabs/tab-strip-btm-bg.gif);
border-color:#000000;
}
.x-tab-strip span.x-tab-strip-text {
color:#cccccc;
}
.x-tab-strip-over span.x-tab-strip-text {
color:#ffffff;
}
.x-tab-strip-active span.x-tab-strip-text {
color:#eeeef0;
}
.x-tab-strip-top .x-tab-right {
background-image:url(../images/vistablack/tabs/tabs-sprite.gif);
}
.x-tab-strip-top .x-tab-left {
background-image:url(../images/vistablack/tabs/tabs-sprite.gif);
}
.x-tab-strip-top .x-tab-strip-inner {
background-image:url(../images/vistablack/tabs/tabs-sprite.gif);
}
.x-tab-strip-bottom .x-tab-right {
background-image:url(../images/vistablack/tabs/tab-btm-inactive-right-bg.gif);
}
.x-tab-strip-bottom .x-tab-left {
background-image:url(../images/vistablack/tabs/tab-btm-inactive-left-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
background-image:url(../images/vistablack/tabs/tab-btm-right-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
background-image:url(../images/vistablack/tabs/tab-btm-left-bg.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
background-image:url(../images/vistablack/tabs/tab-close.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
background-image:url(../images/vistablack/tabs/tab-close.gif);
}
.x-tab-panel-body {
border-color:#000000;
background:#eeeeee;
}
.x-tab-panel-bbar .x-toolbar {
border-color: #000000;
}
.x-tab-panel-tbar .x-toolbar {
border-color: #000000;
}
.x-tab-panel-header-plain .x-tab-strip-spacer {
border-color:#000000;
background: #353535;
}
.x-tab-scroller-left {
background-image: url(../images/vistablack/tabs/scroll-left.gif);
border-color:#000000;
}
.x-tab-scroller-right {
background-image: url(../images/vistablack/tabs/scroll-right.gif);
border-color:#000000;
}
/* original tabs
.x-tab-panel-header {
border:0px none;
border-bottom:1px solid #a0a0a0;
}
.x-tab-panel-header, .x-tab-panel-footer {
background:#ececec none;
}
ul.x-tab-strip-top {
background:#ececec url(../images/vistablack/tabs/tab-strip-bg.gif) repeat-x;
border-bottom:1px solid #a0a0a0;
}
.x-tab-strip-top .x-tab-right {
background:transparent url(../images/vistablack/tabs/tabs-sprite.gif) no-repeat 0 -51px;padding-left:10px;
}
.x-tab-strip-top .x-tab-left {
background:transparent url(../images/vistablack/tabs/tabs-sprite.gif) no-repeat right -351px;
padding-right:18px;
}
.x-tab-strip-top .x-tab-strip-inner {
background:transparent url(../images/vistablack/tabs/tabs-sprite.gif) repeat-x 0 -201px;
}
.x-tab-strip span.x-tab-strip-text {
color:#fff;
}
.x-tab-strip-active span.x-tab-strip-text {
color:#000;
}
.x-tab-panel-body {
border-color:#ccc;
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
background-image:url(../images/vistablack/tabs/tab-close.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover {
background-image:url(../images/vistablack/tabs/tab-close.gif);
}
*/
/* End: tabs */
/* Begin: taskbar */
#ux-taskbar-start {
background:transparent url(../images/vistablack/taskbar/taskbar-start-panel-bg.gif) repeat-x left top;
}
#ux-quickstart-panel {
background:transparent url(../images/vistablack/taskbar/taskbar-start-panel-bg.gif) repeat-x left top;
}
#ux-tray-panel {
background:transparent url(../images/vistablack/taskbar/taskbar-start-panel-bg.gif) repeat-x left top;
}
#ux-taskbuttons-panel {
background:transparent url(../images/vistablack/taskbar/taskbuttons-panel-bg.gif) repeat-x left top;
}
#ux-taskbar .x-splitbar-h {
background:transparent url(../images/vistablack/taskbar/taskbar-split-h.gif) no-repeat 0 0;
width:14px;
}
/* End: taskbar */
/* Begin: taskbutton */
#ux-taskbuttons-panel .x-btn-left{
background:url(../images/vistablack/taskbar/taskbutton.gif) no-repeat 0 0;
}
#ux-taskbuttons-panel .x-btn-right{
background:url(../images/vistablack/taskbar/taskbutton.gif) no-repeat 0 -28px;
}
#ux-taskbuttons-panel .x-btn-center{
background:url(../images/vistablack/taskbar/taskbutton.gif) repeat-x 0 -56px;
}
/* End: taskbutton */
/* Begin: toolbar */
.x-toolbar {
background:#ececec url(../images/vistablack/toolbar/gray-bg.gif) repeat-x !important;
}
.x-window-bbar .x-toolbar {
border:1px solid #222;
border-top:1px solid #a0a0a0 !important;
}
.x-panel-bbar .x-toolbar {
border:1px solid #999;
border-top:1px solid #a0a0a0 !important;
}
.x-window-tbar .x-toolbar {
border:1px solid #222;
border-bottom:1px solid #a0a0a0 !important;
}
.x-panel-tbar .x-toolbar {
border-bottom:1px solid #a0a0a0 !important;
border-left:0 none;
border-right:0 none;
}
.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
border-bottom:0 none;
border-top:1px solid #222;
}
.x-toolbar .x-btn-over .x-btn-left{
/* background:url(../images/vistablack/toolbar/tb-btn-sprite.gif) no-repeat 0 0px; */
background:#3399ff none;
}
.x-toolbar .x-btn-over .x-btn-right{
/* background:url(../images/vistablack/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px; */
background:#3399ff none;
}
.x-toolbar .x-btn-over .x-btn-center{
/* background:url(../images/vistablack/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px; */
background:#3399ff none;
}
.x-toolbar .x-btn-over .x-btn-text {
color:#fff;
}
/*.x-window-tbar .x-toolbar {
background:#a5acb4 url(../images/vistablack/toolbar/bg.gif) repeat-x !important;
border:1px solid #222;
border-bottom:0px none !important;
}
.x-window-bbar .x-toolbar {
background:#a5acb4 url(../images/vistablack/toolbar/bg.gif) repeat-x !important;
border:1px solid #222;
border-top:0px none !important;
}*/
.x-toolbar .ytb-sep {
background-image:url(../images/vistablack/grid/grid-split.gif);
}
/* End: toolbar */
/* Begin: window */
.x-tool {
background-image:url(../images/vistablack/panel/tool-sprites.gif);
}
.x-window-tl .x-window-header {
color:#ffffff;
}
.x-window-tl {
background: transparent url(../images/vistablack/window/left-corners.png) no-repeat 0 0;
padding-left:6px;
zoom:1;
z-index:1;
position:relative;
}
.x-window-tl .x-window-header {
padding-bottom:2px;
padding-top:1px;
}
.x-window-header-text {
color: #fff;
line-height:21px;;
}
.x-window-tc {
background: transparent url(../images/vistablack/window/top-bottom.png) repeat-x 0 0;
overflow:hidden;
zoom:1;
}
.x-window-tr {
background: transparent url(../images/vistablack/window/right-corners.png) no-repeat right 0;
padding-right:6px;
}
.x-window-bl {
background: transparent url(../images/vistablack/window/left-corners.png) no-repeat 0 bottom;
padding-left:6px;
zoom:1;
}
.x-window-bc {
background: transparent url(../images/vistablack/window/top-bottom.png) repeat-x 0 bottom;
zoom:1;
}
.x-window-br {
background: transparent url(../images/vistablack/window/right-corners.png) no-repeat right bottom;
padding-right:6px;
zoom:1;
}
.x-window-ml {
background: transparent url(../images/vistablack/window/left-right.png) repeat-y 0 0;
padding-left:6px;
zoom:1;
}
.x-window-mr {
background: transparent url(../images/vistablack/window/left-right.png) repeat-y right 0;
padding-right:6px;
zoom:1;
}
.x-window-mc, .x-window-plain .x-window-mc {
background:#fff none !important;
border:1px solid #999;
}
.x-window-body {
border:1px solid #222 !important;
}
.x-window-maximized .x-window-mc {
border-bottom:0 none !important;
border-left:0 none !important;
border-right:0 none !important;
}
.x-window-proxy {
background:#333 none;
}
.x-window-header .x-tool {
background:transparent url(../images/vistablack/panel/tool-sprites.gif) no-repeat;
margin-left:0;
}
/* toggle */
.x-window-header .x-tool-toggle {
background-position:-38px -72px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-toggle-over { background-position:-63px -72px; }
.x-panel-collapsed .x-tool-toggle {
background-position:-38px -90px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-panel-collapsed .x-tool-toggle-over { background-position:-63px -90px; }
/* 1 */
.x-window-header .x-tool-close {
background-position:0 -0;
height:18px;
width:44px;
}
.x-window-header .x-tool-close-over { background-position:-44px 0; }
/* 2 */
.x-window-header .x-tool-minimize {
background-position:-36px -18px;
height:18px;
width:26px;
}
.x-window-header .x-tool-minimize-over { background-position:-62px -18px; }
/* 3 */
.x-window-header .x-tool-maximize {
background-position:-38px -36px;
height:18px;
width:25px;
}
.x-window-header .x-tool-maximize-over { background-position:-63px -36px; }
/* 4 */
.x-window-header .x-tool-restore {
background-position:-38px -54px;
height:18px;
width:25px;
}
.x-window-header .x-tool-restore-over { background-position:-63px -54px; }
/* 5 */
.x-window-header .x-tool-up {
background-position:-38px -72px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-up-over { background-position:-63px -72px; }
/* 6 */
.x-window-header .x-tool-down {
background-position:-38px -90px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-down-over { background-position:-63px -90px; }
/* 7 */
.x-window-header .x-tool-gear {
background-position:-38px -108px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-gear-over { background-position:-63px -108px; }
/* 8 */
.x-window-header .x-tool-left {
background-position:-38px -126px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-left-over { background-position:-63px -126px; }
/* 9 */
.x-window-header .x-tool-right {
background-position:-38px -144px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-right-over { background-position:-63px -144px; }
/* 10 */
.x-window-header .x-tool-pin {
background-position:-38px -162px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-pin-over { background-position:-63px -162px; }
/* 11 */
.x-window-header .x-tool-unpin {
background-position:-38px -180px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-unpin-over { background-position:-63px -180px; }
/* 16 */
.x-window-header .x-tool-refresh {
background-position:-38px -270px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-refresh-over { background-position:-63px -270px; }
/* 17 */
.x-window-header .x-tool-plus {
background-position:-38px -288px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-plus-over { background-position:-63px -288px; }
/* 18 */
.x-window-header .x-tool-minus {
background-position:-38px -306px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-minus-over { background-position:-63px -306px; }
/* 19 */
.x-window-header .x-tool-search {
background-position:-38px -324px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-search-over { background-position:-63px -324px; }
/* 20 */
.x-window-header .x-tool-save {
background-position:-38px -342px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-save-over { background-position:-63px -342px; }
/* 21 */
.x-window-header .x-tool-help {
background-position:-38px -360px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-help-over { background-position:-63px -360px; }
/* 22 */
.x-window-header .x-tool-print {
background-position:-38px -378px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-print-over { background-position:-63px -378px; }
.x-panel-ghost {
background:#333;
z-index:12000;
overflow:hidden;
position:absolute;
left:0;top:0;
opacity:.65;
-moz-opacity:.65;
filter:alpha(opacity=65);
}
.x-panel-ghost .x-window-tl {
border-bottom:1px solid #222;
}
.x-panel-ghost ul {
border:1px solid #222;
border-top:0 none;
}
/* End: window */ | WebContent/extjs/resources/css/xtheme-vistablack.css | .x-accordion-hd {
background:#f1f1f1 none;
}
/* End: accordion */
/* Begin: button */
.x-btn-left {
background:url(../images/vistablack/button/btn-sprite.gif) no-repeat 0 0;
}
.x-btn-right {
background:url(../images/vistablack/button/btn-sprite.gif) no-repeat 0 -21px;
}
.x-btn-center {
background:url(../images/vistablack/button/btn-sprite.gif) repeat-x 0 -42px;
}
/* End: button */
/* Begin: layout */
.x-layout-collapsed {
border:0 none;
}
.x-layout-split {
background-color:#222;
}
.x-layout-collapsed {
background-color:#222;
}
/* End: layout */
/* Begin: message box */
.x-window-dlg .desktop-download {
background:transparent url(../images/vistablack/icons/download.gif) no-repeat top left;
height:46px;
}
.x-window-dlg .x-window-body {
background:#44474b none !important;
color:#ccc;
}
/* End: message box */
/* Begin: quickstart button */
#ux-quickstart-panel .x-btn-left{
background:url(../images/vistablack/taskbar/quickstart-button.gif) no-repeat 0 0;
}
#ux-quickstart-panel .x-btn-right{
background:url(../images/vistablack/taskbar/quickstart-button.gif) no-repeat 0 0;
}
#ux-quickstart-panel .x-btn-center{
background:url(../images/vistablack/taskbar/quickstart-button.gif) repeat-x 0 0;
}
/* End: quickstart button */
/* Begin: tray area */
#ux-tray-panel .x-btn-left{
background:url(../images/vistablack/taskbar/quickstart-button.gif) no-repeat 0 0;
}
#ux-tray-panel .x-btn-right{
background:url(../images/vistablack/taskbar/quickstart-button.gif) no-repeat 0 0;
}
#ux-tray-panel .x-btn-center{
background:url(../images/vistablack/taskbar/quickstart-button.gif) repeat-x 0 0;
}
/* End: tray area */
/* Begin: panel */
/*
.x-panel-tl .x-panel-icon, .x-window-tl .x-panel-icon {
background-position:0 4px;
}
.x-panel-header {
background:#000 url(../images/vistablack/panel/header-bg.gif) repeat-x;
border:0px none;
color:#fff;
padding:5px 3px 5px 5px;
}
.x-panel-body {
border-color:#a0a0a0;
}
.x-panel-footer {
background-color:#f1f1f1;
border-top:1px solid #ccc;
}
*/
.x-panel {
border-style: solid;
border-color: #000000;
}
.x-panel-header {
color:#eeeef0;
border:1px solid #000000;
background-image:url(../images/vistablack/black/panel/white-top-bottom.gif);
}
.x-panel-body {
border-color:#000000;
}
.x-panel-bbar .x-toolbar {
border-color:#000000;
}
.x-panel-tbar .x-toolbar {
border-color:#000000;
}
.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
border-color:#000000;
}
.x-panel-body-noheader, .x-panel-mc .x-panel-body {
border-color:#000000;
}
.x-panel-tl .x-panel-header {
color:#eeeef0;
}
.x-panel-tc {
background-image:url(../images/vistablack/black/panel/top-bottom.gif);
}
.x-panel-tl {
background-image:url(../images/vistablack/black/panel/corners-sprite.gif);
border-color:#000000;
}
.x-panel-tr {
background-image:url(../images/vistablack/black/panel/corners-sprite.gif);
}
.x-panel-bc {
background-image:url(../images/vistablack/black/panel/top-bottom.gif);
}
.x-panel-bl {
background-image:url(../images/vistablack/black/panel/corners-sprite.gif);
}
.x-panel-br {
background-image:url(../images/vistablack/black/panel/corners-sprite.gif);
}
.x-panel-mc {
background:#363636;
color:#eeeeee;
}
.x-panel-mc .x-panel-body {
background:transparent;
border: 0 none;
}
.x-panel-ml {
background-image:url(../images/vistablack/black/panel/left-right.gif);
}
.x-panel-mr {
background-image:url(../images/vistablack/black/panel/left-right.gif);
}
/* End: panel */
/* Begin: startbutton */
.start {
background-image: url(../images/vistablack/taskbar/startbutton-icon.gif) !important;
}
#ux-taskbar-start .x-btn-left{
background:url(../images/vistablack/taskbar/startbutton.gif) no-repeat 0 0;
}
#ux-taskbar-start .x-btn-right{
background:url(../images/vistablack/taskbar/startbutton.gif) no-repeat 0 -30px;
}
#ux-taskbar-start .x-btn-center{
background:url(../images/vistablack/taskbar/startbutton.gif) repeat-x 0 -60px;
}
#ux-taskbar-start .active-win .x-btn-right{
background:url(../images/vistablack/taskbar/startbutton.gif) no-repeat 0 -120px;
}
#ux-taskbar-start .active-win .x-btn-center{
background:url(../images/vistablack/taskbar/startbutton.gif) repeat-x 0 -150px;
}
/* End: startbutton */
/* Begin: startmenu */
.ux-start-menu-tl {
background: transparent url(../images/vistablack/startmenu/left-corners.png) no-repeat 0 0;
}
.ux-start-menu-tr {
background: transparent url(../images/vistablack/startmenu/right-corners.png) no-repeat right 0;
}
.ux-start-menu-tc {
background: transparent url(../images/vistablack/startmenu/top-bottom.png) repeat-x 0 0;
}
.ux-start-menu-ml {
background: transparent url(../images/vistablack/startmenu/left-right.png) repeat-y 0 0;
}
.ux-start-menu-bc {
background: transparent url(../images/vistablack/startmenu/top-bottom.png) repeat-x 0 bottom;
}
.ux-start-menu-bl {
background: transparent url(../images/vistablack/startmenu/left-corners.png) no-repeat 0 bottom;
}
.ux-start-menu-br {
background: transparent url(../images/vistablack/startmenu/right-corners.png) no-repeat right bottom;
}
.ux-start-menu-tools-panel {
background:transparent url(../images/vistablack/startmenu/right.png) repeat-y scroll right 0pt;
}
.ux-start-menu-apps-panel {
border:1px solid #1e2124;
}
.ux-start-menu-apps-panel .x-menu-item-active {
background: #f5f8fb url(../images/vistablack/startmenu/app-item-over.gif) repeat-x left bottom !important;
border:
}
/* End: startmenu */
/* Begin: startmenu tool */
/*
.ux-start-menu-tools-panel .x-btn-left{
background:url(../images/vistablack/startmenu/tool.png) no-repeat 0 -81px;
}
.ux-start-menu-tools-panel .x-btn-right{
background:url(../images/vistablack/startmenu/tool.png) no-repeat 0 -81px;
}
.ux-start-menu-tools-panel .x-btn-center{
background:url(../images/vistablack/startmenu/tool.png) repeat-x 0 -81px;
}
*/
.ux-start-menu-tools-panel .x-menu-item-active {
background:transparent url(../images/vistablack/startmenu/tool.png) repeat-x;
border:1px solid #999;
}
/* End: startmenu tool */
/* Begin: tabs from xtheme-black */
.x-tab-panel-header, .x-tab-panel-footer {
background: #363636;
border-color:#000000;
}
.x-tab-panel-header {
border-color:#000000;
}
.x-tab-panel-footer {
border-color:#000000;
}
ul.x-tab-strip-top{
background:#353535 url(../images/vistablack/tabs/tab-strip-bg.gif) repeat-x left top;
border-color:#000000;
}
ul.x-tab-strip-bottom{
background-image:url(../images/vistablack/tabs/tab-strip-btm-bg.gif);
border-color:#000000;
}
.x-tab-strip span.x-tab-strip-text {
color:#cccccc;
}
.x-tab-strip-over span.x-tab-strip-text {
color:#ffffff;
}
.x-tab-strip-active span.x-tab-strip-text {
color:#eeeef0;
}
.x-tab-strip-top .x-tab-right {
background-image:url(../images/vistablack/tabs/tabs-sprite.gif);
}
.x-tab-strip-top .x-tab-left {
background-image:url(../images/vistablack/tabs/tabs-sprite.gif);
}
.x-tab-strip-top .x-tab-strip-inner {
background-image:url(../images/vistablack/tabs/tabs-sprite.gif);
}
.x-tab-strip-bottom .x-tab-right {
background-image:url(../images/vistablack/tabs/tab-btm-inactive-right-bg.gif);
}
.x-tab-strip-bottom .x-tab-left {
background-image:url(../images/vistablack/tabs/tab-btm-inactive-left-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
background-image:url(../images/vistablack/tabs/tab-btm-right-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
background-image:url(../images/vistablack/tabs/tab-btm-left-bg.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
background-image:url(../images/vistablack/tabs/tab-close.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
background-image:url(../images/vistablack/tabs/tab-close.gif);
}
.x-tab-panel-body {
border-color:#000000;
background:#eeeeee;
}
.x-tab-panel-bbar .x-toolbar {
border-color: #000000;
}
.x-tab-panel-tbar .x-toolbar {
border-color: #000000;
}
.x-tab-panel-header-plain .x-tab-strip-spacer {
border-color:#000000;
background: #353535;
}
.x-tab-scroller-left {
background-image: url(../images/vistablack/tabs/scroll-left.gif);
border-color:#000000;
}
.x-tab-scroller-right {
background-image: url(../images/vistablack/tabs/scroll-right.gif);
border-color:#000000;
}
/* original tabs
.x-tab-panel-header {
border:0px none;
border-bottom:1px solid #a0a0a0;
}
.x-tab-panel-header, .x-tab-panel-footer {
background:#ececec none;
}
ul.x-tab-strip-top {
background:#ececec url(../images/vistablack/tabs/tab-strip-bg.gif) repeat-x;
border-bottom:1px solid #a0a0a0;
}
.x-tab-strip-top .x-tab-right {
background:transparent url(../images/vistablack/tabs/tabs-sprite.gif) no-repeat 0 -51px;padding-left:10px;
}
.x-tab-strip-top .x-tab-left {
background:transparent url(../images/vistablack/tabs/tabs-sprite.gif) no-repeat right -351px;
padding-right:18px;
}
.x-tab-strip-top .x-tab-strip-inner {
background:transparent url(../images/vistablack/tabs/tabs-sprite.gif) repeat-x 0 -201px;
}
.x-tab-strip span.x-tab-strip-text {
color:#fff;
}
.x-tab-strip-active span.x-tab-strip-text {
color:#000;
}
.x-tab-panel-body {
border-color:#ccc;
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
background-image:url(../images/vistablack/tabs/tab-close.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover {
background-image:url(../images/vistablack/tabs/tab-close.gif);
}
*/
/* End: tabs */
/* Begin: taskbar */
#ux-taskbar-start {
background:transparent url(../images/vistablack/taskbar/taskbar-start-panel-bg.gif) repeat-x left top;
}
#ux-quickstart-panel {
background:transparent url(../images/vistablack/taskbar/taskbar-start-panel-bg.gif) repeat-x left top;
}
#ux-tray-panel {
background:transparent url(../images/vistablack/taskbar/taskbar-start-panel-bg.gif) repeat-x left top;
}
#ux-taskbuttons-panel {
background:transparent url(../images/vistablack/taskbar/taskbuttons-panel-bg.gif) repeat-x left top;
}
#ux-taskbar .x-splitbar-h {
background:transparent url(../images/vistablack/taskbar/taskbar-split-h.gif) no-repeat 0 0;
width:14px;
}
/* End: taskbar */
/* Begin: taskbutton */
#ux-taskbuttons-panel .x-btn-left{
background:url(../images/vistablack/taskbar/taskbutton.gif) no-repeat 0 0;
}
#ux-taskbuttons-panel .x-btn-right{
background:url(../images/vistablack/taskbar/taskbutton.gif) no-repeat 0 -28px;
}
#ux-taskbuttons-panel .x-btn-center{
background:url(../images/vistablack/taskbar/taskbutton.gif) repeat-x 0 -56px;
}
/* End: taskbutton */
/* Begin: toolbar */
.x-toolbar {
background:#ececec url(../images/vistablack/toolbar/gray-bg.gif) repeat-x !important;
}
.x-window-bbar .x-toolbar {
border:1px solid #222;
border-top:1px solid #a0a0a0 !important;
}
.x-panel-bbar .x-toolbar {
border:1px solid #999;
border-top:1px solid #a0a0a0 !important;
}
.x-window-tbar .x-toolbar {
border:1px solid #222;
border-bottom:1px solid #a0a0a0 !important;
}
.x-panel-tbar .x-toolbar {
border-bottom:1px solid #a0a0a0 !important;
border-left:0 none;
border-right:0 none;
}
.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
border-bottom:0 none;
border-top:1px solid #222;
}
.x-toolbar .x-btn-over .x-btn-left{
/* background:url(../images/vistablack/toolbar/tb-btn-sprite.gif) no-repeat 0 0px; */
background:#3399ff none;
}
.x-toolbar .x-btn-over .x-btn-right{
/* background:url(../images/vistablack/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px; */
background:#3399ff none;
}
.x-toolbar .x-btn-over .x-btn-center{
/* background:url(../images/vistablack/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px; */
background:#3399ff none;
}
.x-toolbar .x-btn-over .x-btn-text {
color:#fff;
}
/*.x-window-tbar .x-toolbar {
background:#a5acb4 url(../images/vistablack/toolbar/bg.gif) repeat-x !important;
border:1px solid #222;
border-bottom:0px none !important;
}
.x-window-bbar .x-toolbar {
background:#a5acb4 url(../images/vistablack/toolbar/bg.gif) repeat-x !important;
border:1px solid #222;
border-top:0px none !important;
}*/
.x-toolbar .ytb-sep {
background-image:url(../images/vistablack/grid/grid-split.gif);
}
/* End: toolbar */
/* Begin: window */
.x-tool {
background-image:url(../images/vistablack/panel/tool-sprites.gif);
}
.x-window-tl .x-window-header {
color:#ffffff;
}
.x-window-tl {
background: transparent url(../images/vistablack/window/left-corners.png) no-repeat 0 0;
padding-left:6px;
zoom:1;
z-index:1;
position:relative;
}
.x-window-tl .x-window-header {
padding-bottom:2px;
padding-top:1px;
}
.x-window-header-text {
color: #fff;
line-height:21px;;
}
.x-window-tc {
background: transparent url(../images/vistablack/window/top-bottom.png) repeat-x 0 0;
overflow:hidden;
zoom:1;
}
.x-window-tr {
background: transparent url(../images/vistablack/window/right-corners.png) no-repeat right 0;
padding-right:6px;
}
.x-window-bl {
background: transparent url(../images/vistablack/window/left-corners.png) no-repeat 0 bottom;
padding-left:6px;
zoom:1;
}
.x-window-bc {
background: transparent url(../images/vistablack/window/top-bottom.png) repeat-x 0 bottom;
zoom:1;
}
.x-window-br {
background: transparent url(../images/vistablack/window/right-corners.png) no-repeat right bottom;
padding-right:6px;
zoom:1;
}
.x-window-ml {
background: transparent url(../images/vistablack/window/left-right.png) repeat-y 0 0;
padding-left:6px;
zoom:1;
}
.x-window-mr {
background: transparent url(../images/vistablack/window/left-right.png) repeat-y right 0;
padding-right:6px;
zoom:1;
}
.x-window-mc, .x-window-plain .x-window-mc {
background:#fff none !important;
border:1px solid #999;
}
.x-window-body {
border:1px solid #222 !important;
}
.x-window-maximized .x-window-mc {
border-bottom:0 none !important;
border-left:0 none !important;
border-right:0 none !important;
}
.x-window-proxy {
background:#333 none;
}
.x-window-header .x-tool {
background:transparent url(../images/vistablack/panel/tool-sprites.gif) no-repeat;
margin-left:0;
}
/* toggle */
.x-window-header .x-tool-toggle {
background-position:-38px -72px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-toggle-over { background-position:-63px -72px; }
.x-panel-collapsed .x-tool-toggle {
background-position:-38px -90px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-panel-collapsed .x-tool-toggle-over { background-position:-63px -90px; }
/* 1 */
.x-window-header .x-tool-close {
background-position:0 -0;
height:18px;
width:44px;
}
.x-window-header .x-tool-close-over { background-position:-44px 0; }
/* 2 */
.x-window-header .x-tool-minimize {
background-position:-36px -18px;
height:18px;
width:26px;
}
.x-window-header .x-tool-minimize-over { background-position:-62px -18px; }
/* 3 */
.x-window-header .x-tool-maximize {
background-position:-38px -36px;
height:18px;
width:25px;
}
.x-window-header .x-tool-maximize-over { background-position:-63px -36px; }
/* 4 */
.x-window-header .x-tool-restore {
background-position:-38px -54px;
height:18px;
width:25px;
}
.x-window-header .x-tool-restore-over { background-position:-63px -54px; }
/* 5 */
.x-window-header .x-tool-up {
background-position:-38px -72px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-up-over { background-position:-63px -72px; }
/* 6 */
.x-window-header .x-tool-down {
background-position:-38px -90px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-down-over { background-position:-63px -90px; }
/* 7 */
.x-window-header .x-tool-gear {
background-position:-38px -108px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-gear-over { background-position:-63px -108px; }
/* 8 */
.x-window-header .x-tool-left {
background-position:-38px -126px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-left-over { background-position:-63px -126px; }
/* 9 */
.x-window-header .x-tool-right {
background-position:-38px -144px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-right-over { background-position:-63px -144px; }
/* 10 */
.x-window-header .x-tool-pin {
background-position:-38px -162px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-pin-over { background-position:-63px -162px; }
/* 11 */
.x-window-header .x-tool-unpin {
background-position:-38px -180px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-unpin-over { background-position:-63px -180px; }
/* 16 */
.x-window-header .x-tool-refresh {
background-position:-38px -270px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-refresh-over { background-position:-63px -270px; }
/* 17 */
.x-window-header .x-tool-plus {
background-position:-38px -288px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-plus-over { background-position:-63px -288px; }
/* 18 */
.x-window-header .x-tool-minus {
background-position:-38px -306px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-minus-over { background-position:-63px -306px; }
/* 19 */
.x-window-header .x-tool-search {
background-position:-38px -324px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-search-over { background-position:-63px -324px; }
/* 20 */
.x-window-header .x-tool-save {
background-position:-38px -342px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-save-over { background-position:-63px -342px; }
/* 21 */
.x-window-header .x-tool-help {
background-position:-38px -360px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-help-over { background-position:-63px -360px; }
/* 22 */
.x-window-header .x-tool-print {
background-position:-38px -378px;
height:18px;
width:25px;
margin-right: 3px;
}
.x-window-header .x-tool-print-over { background-position:-63px -378px; }
.x-panel-ghost {
background:#333;
z-index:12000;
overflow:hidden;
position:absolute;
left:0;top:0;
opacity:.65;
-moz-opacity:.65;
filter:alpha(opacity=65);
}
.x-panel-ghost .x-window-tl {
border-bottom:1px solid #222;
}
.x-panel-ghost ul {
border:1px solid #222;
border-top:0 none;
}
/* End: window */ | 0.149407 | 0.064979 |
Base styles: opinionated defaults
========================================================================== */
html,
button,
input,
select,
textarea {
color: #111;
}
body {
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
color: #000;
}
/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/
img {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Chrome Frame prompt
========================================================================== */
.chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
h1 {
margin-top: 0.2em;
margin-bottom: 0.2em;
}
h2 {
margin-top: 0.1em;
margin-bottom: 0.1em;
font-size: 1.3em;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
}
/*#Comments {
break-before: page;
break-after: page;
margin: 0.5em;
width: 600px;
height: 250px;
}*/
body {
background: #000;
background-image: url("triangles.png");
padding: 1em;
margin: 0;
font-size: 16px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #CF4335;
}
button {
background: #822;
padding: 6.5px 13px;
-webkit-border-radius: 11px;
-moz-border-radius: 11px;
border-radius: 5px;
color: #999;
font-size: 14px;
text-decoration: none;
vertical-align: middle;
cursor:pointer;
}
button:hover {
background: #782828;
color: #ccc;
}
button:active {
background: #5c1b1b;
}
button:disabled {
background: #582828;
color: #555;
}
input[type="text"], input[type="tel"], input[type="number"], input[type="checkbox"], textarea, select {
border: 1px solid #111;
padding: 0.5em;
font-size: 15px;
line-height: 1.2em;
background: #444;
color: #fff;
background: #222
}
input[type="checkbox"]:disabled{
background: #777777
}
textarea {
width: 80%;
height: 200px;
margin: 5px;
}
select {
padding: 0.5em 1em 0.5em 0.75em;
background: #444;
-webkit-background-size: 1600px 32px;
-moz-background-size: 1600px 32px;
-o-background-size: 1600px 32px;
background-size: 1600px 32px;
}
select:focus, input:focus, textarea:focus { outline-color: #c00 }
input[type="number"], button {
margin-bottom: 12px;
}
#slider {
width: 400px;
height: 17px;
position: relative;
margin: 20px;
background: #10171D;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
-moz-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
}
#slider .bar {
width: 388px;
height: 5px;
background: #333;
position: relative;
top: -4px;
left: 4px;
background: #1d2e38;
background: -moz-linear-gradient(left, #1d2e38 0%, #2b4254 50%, #2b4254 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1d2e38), color-stop(50%,#2b4254), color-stop(100%,#2b4254));
background: -webkit-linear-gradient(left, #1d2e38 0%,#2b4254 50%,#2b4254 100%);
background: -o-linear-gradient(left, #1d2e38 0%,#2b4254 50%,#2b4254 100%);
background: -ms-linear-gradient(left, #1d2e38 0%,#2b4254 50%,#2b4254 100%);
background: linear-gradient(left, #1d2e38 0%,#2b4254 50%,#2b4254 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2e38', endColorstr='#2b4254',GradientType=1 );
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
#slider .highlight {
height: 2px;
position: absolute;
width: 388px;
top: 6px;
left: 6px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: rgba(255, 255, 255, 0.25);
}
#shortslider {
width: 200px;
height: 17px;
position: relative;
margin: 20px;
background: #10171D;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
-moz-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
}
#shortslider .bar {
width: 190px;
height: 5px;
background: #333;
position: relative;
top: -4px;
left: 4px;
background: #1d2e38;
background: -moz-linear-gradient(left, #1d2e38 0%, #2b4254 50%, #2b4254 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1d2e38), color-stop(50%,#2b4254), color-stop(100%,#2b4254));
background: -webkit-linear-gradient(left, #1d2e38 0%,#2b4254 50%,#2b4254 100%);
background: -o-linear-gradient(left, #1d2e38 0%,#2b4254 50%,#2b4254 100%);
background: -ms-linear-gradient(left, #1d2e38 0%,#2b4254 50%,#2b4254 100%);
background: linear-gradient(left, #1d2e38 0%,#2b4254 50%,#2b4254 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2e38', endColorstr='#2b4254',GradientType=1 );
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
#shortslider .highlight {
height: 2px;
position: absolute;
width: 190px;
top: 6px;
left: 6px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
background: rgba(255, 255, 255, 0.25);
}
input[type="range"] {
-webkit-appearance: none;
background-color: black;
height: 2px;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
position: relative;
top: 0px;
z-index: 1;
width: 15px;
height: 15px;
cursor: auto;
-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.6);
box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.6);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c00), color-stop(50%,#610000), color-stop(100%,#c00));
}
input[type="number"] {
width: 4.0em;
}
#Comments {
margin-top: 25px;
}
.tabs a.active {
background: #c00;
color: #999;
}
.tabs a {
padding: 5px 10px;
display: inline-block;
background: #666;
color: #fff;
text-decoration: none;
}
li {
display: inline-block;
}
#crossingTable {
border-spacing: 30px 10px;
}
.cross_counter {
font-size: 20px;
}
#BallsAndPoints, #StartLocation, #ShootingData, #TeleopSliders,
#MatchDataStrings, #MatchDataValues, #EndButtons, #EndSliders,
#frm_loading_location, #frm_shooting_location{
display: inline-block;
vertical-align: top;
}
#StartLocation, #TeleopSliders, #EndSliders, #frm_loading_location {
margin-left: 40px;
}
#MatchDataStrings {
line-height: 2.4em;
}
#About {
width: 750px;
}
#CtrlMapAllTables {
border-collapse: collapse;
width: 100%;
}
th, td{
padding: 8px;
text-align: left;
border-bottom: 1px solid #ddd;
}
/* Common Nav-bar look */
#navbar {
background: #622;
}
a:link{
color: #777;
}
a:visited{
color: #777;
}
a:hover{
color: #F55;
}
a:active{
color: #F55;
}
.downloadLink {font-size:1.5em; color: #610000; font-weight: bold;}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Image replacement
*/
.ir {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px;
}
.ir:before {
content: "";
display: block;
width: 0;
height: 100%;
}
/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
display: none !important;
visibility: hidden;
}
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
*zoom: 1;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
Theses examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
* {
background: transparent !important;
color: #000 !important; /* Black prints faster: h5bp.com/s */
box-shadow:none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links for images, or javascript/internal links
*/
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group; /* h5bp.com/t */
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | RobotCasserole2018/resources/main.css | Base styles: opinionated defaults
========================================================================== */
html,
button,
input,
select,
textarea {
color: #111;
}
body {
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
color: #000;
}
/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/
img {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Chrome Frame prompt
========================================================================== */
.chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
h1 {
margin-top: 0.2em;
margin-bottom: 0.2em;
}
h2 {
margin-top: 0.1em;
margin-bottom: 0.1em;
font-size: 1.3em;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
}
/*#Comments {
break-before: page;
break-after: page;
margin: 0.5em;
width: 600px;
height: 250px;
}*/
body {
background: #000;
background-image: url("triangles.png");
padding: 1em;
margin: 0;
font-size: 16px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #CF4335;
}
button {
background: #822;
padding: 6.5px 13px;
-webkit-border-radius: 11px;
-moz-border-radius: 11px;
border-radius: 5px;
color: #999;
font-size: 14px;
text-decoration: none;
vertical-align: middle;
cursor:pointer;
}
button:hover {
background: #782828;
color: #ccc;
}
button:active {
background: #5c1b1b;
}
button:disabled {
background: #582828;
color: #555;
}
input[type="text"], input[type="tel"], input[type="number"], input[type="checkbox"], textarea, select {
border: 1px solid #111;
padding: 0.5em;
font-size: 15px;
line-height: 1.2em;
background: #444;
color: #fff;
background: #222
}
input[type="checkbox"]:disabled{
background: #777777
}
textarea {
width: 80%;
height: 200px;
margin: 5px;
}
select {
padding: 0.5em 1em 0.5em 0.75em;
background: #444;
-webkit-background-size: 1600px 32px;
-moz-background-size: 1600px 32px;
-o-background-size: 1600px 32px;
background-size: 1600px 32px;
}
select:focus, input:focus, textarea:focus { outline-color: #c00 }
input[type="number"], button {
margin-bottom: 12px;
}
#slider {
width: 400px;
height: 17px;
position: relative;
margin: 20px;
background: #10171D;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
-moz-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
}
#slider .bar {
width: 388px;
height: 5px;
background: #333;
position: relative;
top: -4px;
left: 4px;
background: #1d2e38;
background: -moz-linear-gradient(left, #1d2e38 0%, #2b4254 50%, #2b4254 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1d2e38), color-stop(50%,#2b4254), color-stop(100%,#2b4254));
background: -webkit-linear-gradient(left, #1d2e38 0%,#2b4254 50%,#2b4254 100%);
background: -o-linear-gradient(left, #1d2e38 0%,#2b4254 50%,#2b4254 100%);
background: -ms-linear-gradient(left, #1d2e38 0%,#2b4254 50%,#2b4254 100%);
background: linear-gradient(left, #1d2e38 0%,#2b4254 50%,#2b4254 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2e38', endColorstr='#2b4254',GradientType=1 );
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
#slider .highlight {
height: 2px;
position: absolute;
width: 388px;
top: 6px;
left: 6px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: rgba(255, 255, 255, 0.25);
}
#shortslider {
width: 200px;
height: 17px;
position: relative;
margin: 20px;
background: #10171D;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
-moz-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
}
#shortslider .bar {
width: 190px;
height: 5px;
background: #333;
position: relative;
top: -4px;
left: 4px;
background: #1d2e38;
background: -moz-linear-gradient(left, #1d2e38 0%, #2b4254 50%, #2b4254 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1d2e38), color-stop(50%,#2b4254), color-stop(100%,#2b4254));
background: -webkit-linear-gradient(left, #1d2e38 0%,#2b4254 50%,#2b4254 100%);
background: -o-linear-gradient(left, #1d2e38 0%,#2b4254 50%,#2b4254 100%);
background: -ms-linear-gradient(left, #1d2e38 0%,#2b4254 50%,#2b4254 100%);
background: linear-gradient(left, #1d2e38 0%,#2b4254 50%,#2b4254 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2e38', endColorstr='#2b4254',GradientType=1 );
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
#shortslider .highlight {
height: 2px;
position: absolute;
width: 190px;
top: 6px;
left: 6px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
background: rgba(255, 255, 255, 0.25);
}
input[type="range"] {
-webkit-appearance: none;
background-color: black;
height: 2px;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
position: relative;
top: 0px;
z-index: 1;
width: 15px;
height: 15px;
cursor: auto;
-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.6);
box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.6);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c00), color-stop(50%,#610000), color-stop(100%,#c00));
}
input[type="number"] {
width: 4.0em;
}
#Comments {
margin-top: 25px;
}
.tabs a.active {
background: #c00;
color: #999;
}
.tabs a {
padding: 5px 10px;
display: inline-block;
background: #666;
color: #fff;
text-decoration: none;
}
li {
display: inline-block;
}
#crossingTable {
border-spacing: 30px 10px;
}
.cross_counter {
font-size: 20px;
}
#BallsAndPoints, #StartLocation, #ShootingData, #TeleopSliders,
#MatchDataStrings, #MatchDataValues, #EndButtons, #EndSliders,
#frm_loading_location, #frm_shooting_location{
display: inline-block;
vertical-align: top;
}
#StartLocation, #TeleopSliders, #EndSliders, #frm_loading_location {
margin-left: 40px;
}
#MatchDataStrings {
line-height: 2.4em;
}
#About {
width: 750px;
}
#CtrlMapAllTables {
border-collapse: collapse;
width: 100%;
}
th, td{
padding: 8px;
text-align: left;
border-bottom: 1px solid #ddd;
}
/* Common Nav-bar look */
#navbar {
background: #622;
}
a:link{
color: #777;
}
a:visited{
color: #777;
}
a:hover{
color: #F55;
}
a:active{
color: #F55;
}
.downloadLink {font-size:1.5em; color: #610000; font-weight: bold;}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Image replacement
*/
.ir {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px;
}
.ir:before {
content: "";
display: block;
width: 0;
height: 100%;
}
/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
display: none !important;
visibility: hidden;
}
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
*zoom: 1;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
Theses examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
* {
background: transparent !important;
color: #000 !important; /* Black prints faster: h5bp.com/s */
box-shadow:none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links for images, or javascript/internal links
*/
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group; /* h5bp.com/t */
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | 0.318167 | 0.075995 |
.logo-container{
left: 50px;
position: absolute;
top: 20px;
z-index: 3;
}
.logo-container .logo{
overflow: hidden;
border-radius: 50%;
border: 1px solid #333333;
width: 60px;
float: left;
}
.logo-container .brand{
font-size: 18px;
color: #000000;
line-height: 20px;
float: left;
margin-left: 10px;
margin-top: 20px;
width: 80px;
color: #ffffff;
font-weight: bold;
}
.wizard-card{
min-height: 600px;
background-color: #1386f0;
}
.clearfix{
clear: both;
}
.margin-top-50{
margin-top: 50px;
}
.inside-image-background{
min-height: 400px;
margin: 10px;
background-size: contain;
background-repeat: no-repeat;
background-position: bottom;
}
.user-image{
height: 100px;
}
.user-image img{
border: 1px solid black;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
max-width: 110px;
}
.sign-in{
padding: 20px;
}
.header-for-page{
color: #ffffff;
text-transform: uppercase;
}
.forgot-password,.already_sign_in_button{
float: right;
padding: 10px;
color: #ffffff;
transition: .3s;
}
.forgot-password:hover,.create-account-group a:hover,.already_sign_in_button:hover,.already_sign_in_button:focus{
color: #000;
text-decoration: none;
}
.create-account-group{
margin-top: 40px;
}
.create-account-group a{
color: #ffffff;
transition: .3s;
}
.form-control{
background-color: #ffffff;
}
.footer-item{
list-style-type: none;
color: #ffffff;
font-size: 20px;
float: left;
margin: 20px;
}
.footer-item a{
color: #ffffff;
text-decoration: none;
}
.footer-item a:hover{
color: #1386f0;
font-weight: bold;
}
.navbar .navbar-nav > li > a.btn.btn-warning, .btn-warning{
border-color: #ffffff;
color: #ffffff;
}
.navbar .navbar-nav > li > a.btn.btn-warning, .btn-warning:hover{
border-color: #ffffff;
color: #1386f0;
background-color: #ffffff;
}
.display-none{
display: none;
}
#forgot_password:active,#forgot_password:focus{
color: #ffffff;
}
@media (max-width: 768px) {
.xs-hidden{
display: none;
}
} | public/css/home/home.css | .logo-container{
left: 50px;
position: absolute;
top: 20px;
z-index: 3;
}
.logo-container .logo{
overflow: hidden;
border-radius: 50%;
border: 1px solid #333333;
width: 60px;
float: left;
}
.logo-container .brand{
font-size: 18px;
color: #000000;
line-height: 20px;
float: left;
margin-left: 10px;
margin-top: 20px;
width: 80px;
color: #ffffff;
font-weight: bold;
}
.wizard-card{
min-height: 600px;
background-color: #1386f0;
}
.clearfix{
clear: both;
}
.margin-top-50{
margin-top: 50px;
}
.inside-image-background{
min-height: 400px;
margin: 10px;
background-size: contain;
background-repeat: no-repeat;
background-position: bottom;
}
.user-image{
height: 100px;
}
.user-image img{
border: 1px solid black;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
max-width: 110px;
}
.sign-in{
padding: 20px;
}
.header-for-page{
color: #ffffff;
text-transform: uppercase;
}
.forgot-password,.already_sign_in_button{
float: right;
padding: 10px;
color: #ffffff;
transition: .3s;
}
.forgot-password:hover,.create-account-group a:hover,.already_sign_in_button:hover,.already_sign_in_button:focus{
color: #000;
text-decoration: none;
}
.create-account-group{
margin-top: 40px;
}
.create-account-group a{
color: #ffffff;
transition: .3s;
}
.form-control{
background-color: #ffffff;
}
.footer-item{
list-style-type: none;
color: #ffffff;
font-size: 20px;
float: left;
margin: 20px;
}
.footer-item a{
color: #ffffff;
text-decoration: none;
}
.footer-item a:hover{
color: #1386f0;
font-weight: bold;
}
.navbar .navbar-nav > li > a.btn.btn-warning, .btn-warning{
border-color: #ffffff;
color: #ffffff;
}
.navbar .navbar-nav > li > a.btn.btn-warning, .btn-warning:hover{
border-color: #ffffff;
color: #1386f0;
background-color: #ffffff;
}
.display-none{
display: none;
}
#forgot_password:active,#forgot_password:focus{
color: #ffffff;
}
@media (max-width: 768px) {
.xs-hidden{
display: none;
}
} | 0.317109 | 0.196017 |
.gurps {
/* Sheet Tabs */
/* Items List */
/* Attributes */
}
.gcs-input-ta {
border-width: 0px !important;
border: none !important;
height: 1em !important;
padding: 1px !important;
}
.gcs-input {
border-width: 0px !important;
border: none !important;
height: 100% !important;
padding: 1px !important;
}
.gcs-input-sm2 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
max-width: 2em;
padding: 1px !important;
}
.gcs-input-sm3 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
max-width: 3em;
padding: 1px !important;
}
.gcs-input-sm4 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
max-width: 4em;
padding: 1px !important;
}
.gcs-input-sm5 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
max-width: 5em;
padding: 1px !important;
}
.gcs-input-sm8 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
max-width: 8em;
padding: 1px !important;
}
.gcs-input-sm10 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
max-width: 10em;
padding: 1px !important;
}
.gcs-input-sm25 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
max-width: 25em;
padding: 1px !important;
}
.gcs-input-2 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
min-width: 2em !important;
padding: 1px !important;
}
.gcs-input-3 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
min-width: 3em !important;
padding: 1px !important;
}
.gcs-input-4 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
min-width: 4em !important;
padding: 1px !important;
}
.gcs-input-5 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
min-width: 5em !important;
padding: 1px !important;
}
.gcs-input-10 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
min-width: 10em !important;
padding: 1px !important;
}
.gcs-input-25 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
min-width: 25em !important;
padding: 1px !important;
}
.gcs-input-30 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
min-width: 30em !important;
padding: 1px !important;
}
#threed6 {
/*border: 5px solid rgb(255, 123, 0);*/
position: fixed;
bottom: 10px;
left: 880px;
width: 52px;
height: 52px;
margin: 0px;
padding: 0px;
cursor: pointer;
display: inline-block;
}
#testdialog {
left: 940px;
}
#threed6 #threed6dicerot {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 105;
}
#threed6 #threed6dicerotactive {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 105;
}
#threed6:hover #threed6dicerot {
display: inline;
}
#threed6:active #threed6dicerotactive {
display: inline;
}
.gurpstippable {
position: relative;
}
.gurpstippable:hover::before {
content: attr(data-tooltip);
position: absolute;
bottom: 130%;
left: -50%;
min-width: 20px;
border-radius: 6px;
padding: 8px;
color: #fff;
background-color: #555;
z-index: 102;
}
.gurpstippable:hover::after {
content: '';
position: absolute;
top: -30%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
z-index: 102;
}
.pdflink {
text-shadow: none;
color: blue;
text-decoration: underline;
}
#sheet.gurpsactorsheet .pdflink {
font-size: 80%;
}
.pdflink:hover {
/*font-size: 115%;
font-weight: bold;*/
text-shadow: none;
color: red;
text-decoration: underline;
overflow: visible;
z-index: 99;
cursor: pointer;
}
.rollable:hover {
cursor: pointer;
text-decoration: none;
background-color: rgb(255, 255, 128) !important;
color: black;
padding: 1px 1px 1px 1px;
border-top: 2px solid #cccccc;
border-right: 2px solid #333333;
border-bottom: 2px solid #333333;
border-left: 2px solid #cccccc;
border-radius: 8px;
margin: -2px 2px -3px -2px;
overflow: visible;
z-index: 99;
}
.rollable {
color: black;
/* text-shadow: 2px 2px rgb(255, 255, 128); */
background-color: rgb(255, 255, 190) !important;
}
.rollable:active {
cursor: pointer;
text-decoration: none;
color: black;
background-color: rgb(255, 255, 128) !important;
padding: 2px 3px 2px 3px;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #333333;
border-top: 1px solid #333333;
border-right: 1px solid #cccccc;
border-radius: 8px;
margin: -2px -2px -3px -2px;
}
.gmod:hover {
cursor: pointer;
text-decoration: none;
background-image: none;
background-color: rgb(255, 128, 100) !important;
color: black;
padding: 1px 1px 1px 1px;
border-top: 2px solid #cccccc;
border-right: 2px solid #333333;
border-bottom: 2px solid #333333;
border-left: 2px solid #cccccc;
border-radius: 8px;
margin: -2px 0px -2px 2px;
text-align: center;
}
.gmod {
color: black;
/*text-shadow: 2px 2px 8px rgb(255, 0, 0);*/
background-color: rgb(255, 230, 190) !important;
/* background-image: linear-gradient(to right, white , rgb(255, 200, 128)); */
}
.gmod:active {
cursor: pointer;
text-decoration: none;
color: black;
background-image: none;
background-color: rgb(255, 128, 100) !important;
padding: 1px 1em 1px 1px;
border-bottom: 2px solid #cccccc;
border-left: 2px solid #333333;
border-top: 2px solid #333333;
border-right: 2px solid #cccccc;
border-radius: 8px;
margin: -1px -6px -2px 4px;
overflow: visible;
z-index: 99;
}
.glinkmod:hover {
cursor: pointer;
text-decoration: none;
background-image: none;
background-color: rgb(255, 128, 64) !important;
color: black;
padding: 1px 1px 1px 1px;
border-top: 2px solid #cccccc;
border-right: 2px solid #333333;
border-bottom: 2px solid #333333;
border-left: 2px solid #cccccc;
border-radius: 8px;
margin: -1px -2px -1px -4px;
}
.glinkmod {
color: black;
background-color: rgb(255, 230, 190) !important;
}
.glinkmod:active {
cursor: pointer;
text-decoration: none;
color: black;
background-image: none;
background-color: rgb(255, 128, 64) !important;
padding: 1px 1px 1px 1px;
border-bottom: 2px solid #cccccc;
border-left: 2px solid #333333;
border-top: 2px solid #333333;
border-right: 2px solid #cccccc;
border-radius: 8px;
margin: -1px -3px -1px -3px;
z-index: 99;
}
.glinkmodplus:hover {
cursor: pointer;
text-decoration: none;
background-image: none;
background-color: rgb(0, 255, 0) !important;
color: black;
padding: 1px 1px 1px 1px;
border-top: 2px solid #cccccc;
border-right: 2px solid #333333;
border-bottom: 2px solid #333333;
border-left: 2px solid #cccccc;
border-radius: 8px;
margin: -1px -2px -1px -4px;
font-weight: bold;
}
.glinkmodplus {
color: black;
background-color: rgb(175, 255, 175) !important;
}
.glinkmodplus:active {
cursor: pointer;
text-decoration: none;
color: black;
background-image: none;
background-color: rgb(0, 255, 0) !important;
padding: 1px 1px 1px 1px;
border-bottom: 2px solid #cccccc;
border-left: 2px solid #333333;
border-top: 2px solid #333333;
border-right: 2px solid #cccccc;
border-radius: 8px;
margin: -1px -3px -1px -3px;
z-index: 99;
font-weight: normal;
}
.glinkmodminus:hover {
cursor: pointer;
text-decoration: none;
background-image: none;
background-color: rgb(255, 0, 0) !important;
color: yellow;
text-shadow: 1px 1px black;
padding: 1px 1px 1px 1px;
border-top: 2px solid #cccccc;
border-right: 2px solid #333333;
border-bottom: 2px solid #333333;
border-left: 2px solid #cccccc;
border-radius: 8px;
margin: -1px -2px -1px -4px;
font-weight: bold;
}
.glinkmodminus {
color: black;
background-color: rgb(255, 175, 175) !important;
}
.glinkmodminus:active {
cursor: pointer;
text-decoration: none;
color: yellow;
text-shadow: 1px 1px black;
background-image: none;
background-color: rgb(255, 0, 0) !important;
padding: 1px 1px 1px 1px;
border-bottom: 2px solid #cccccc;
border-left: 2px solid #333333;
border-top: 2px solid #333333;
border-right: 2px solid #cccccc;
border-radius: 8px;
margin: -1px -3px -1px -3px;
z-index: 99;
font-weight: normal;
}
.gurpslink:hover {
cursor: pointer;
text-decoration: none;
background-color: rgb(255, 255, 128) !important;
color: black;
padding: 2px 3px 2px 3px;
border-top: 2px solid #cccccc;
border-right: 2px solid #333333;
border-bottom: 2px solid #333333;
border-left: 2px solid #cccccc;
border-radius: 5px;
margin: -2px -4px -2px -6px;
overflow: visible;
z-index: 99;
}
.gurpslink {
color: black;
/* text-shadow: 2px 2px rgb(255, 255, 128); */
background-color: rgb(255, 255, 175) !important;
}
.gurpslink:active {
cursor: pointer;
text-decoration: none;
color: black;
background-color: rgb(255, 255, 128) !important;
padding: 2px 3px 2px 3px;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #333333;
border-top: 1px solid #333333;
border-right: 1px solid #cccccc;
border-radius: 8px;
margin: -2px -5px -2px -3px;
overflow: visible;
z-index: 99;
}
.gurps .window-content {
height: 100%;
padding: 5px;
/*overflow-y: hidden;*/
background: white;
}
.gurps .sheet-header {
height: 250px;
overflow: hidden;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
margin-bottom: 10px;
}
.gurps #portrait .img-display {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 112.25px;
}
.gurps #portrait .profile-img {
display: block;
height: 100%;
opacity: 0;
width: 100%;
}
.gurps .sheet-header .header-fields {
flex: 1;
/* height: 100px;*/
}
.gurps .sheet-header h1.charname {
height: 50px;
padding: 0px;
margin: 5px 0;
border-bottom: 0;
}
.gurps .sheet-header h1.charname input {
width: 100%;
height: 100%;
margin: 0;
}
.gurps .resource {
width: 50%;
height: 40px;
margin-top: 10px;
float: left;
text-align: center;
}
.gurps .resource input {
width: 100px;
height: 28px;
}
.gurps .tabs {
height: 40px;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
.gurps .tabs .item {
line-height: 40px;
font-weight: bold;
}
.gurps .tabs .item.active {
text-decoration: underline;
text-shadow: none;
}
.gurps .sheet-body {
overflow: hidden;
}
.gurps .sheet-body.tabbed-sheet {
height: auto !important; /* hack to avoid the automatic calculation of the tab size in the SetPosition function of the actor-sheet.js file */
}
.gurps .sheet-body .tab {
height: 100%;
overflow-y: auto;
}
.gurps .editor,
.gurps .editor-content {
height: 100%;
}
.gurps .item-list {
list-style: none;
margin: 7px 0;
padding: 0;
overflow-y: auto;
}
.gurps .item-list .item {
height: 30px;
line-height: 24px;
padding: 3px 0;
border-bottom: 1px solid #bbb;
}
.gurps .item-list .item img {
flex: 0 0 24px;
margin-right: 5px;
}
.gurps .item-list .item-name {
margin: 0;
}
.gurps .item-list .item-controls {
flex: 0 0 36px;
}
.gurps .attributes table {
/* width: 300px;*/
border: none;
}
.gurps .attributes {
flex: none;
margin: 0;
border-left: none;
border-bottom: none;
/* border-top: 2px groove #eeede0;
border-right: 2px groove #eeede0; */
border-radius: 0;
height: auto;
width: 275px;
}
.gurps .attributes .brackets {
border-top: none;
font-size: 24px;
font-weight: 100;
}
.gurps .attributes .pts {
border: none;
font-size: 10pt;
text-align: center;
}
.gurps .attributes .fill-in {
border: 1px solid black;
text-align: center;
transition: color 0.5s;
font-size: 120%;
}
.gurps .attributes .fill-in:hover {
cursor: pointer;
color: blue;
text-decoration: underline;
font-size: 150%;
font-weight: 900;
}
.gurps .attributes-header {
padding: 5px;
margin: 5px 0;
background: rgba(0, 0, 0, 0.05);
border: 1px solid #aaa;
border-radius: 2px;
text-align: center;
font-weight: bold;
}
.gurps .attributes-header .attribute-label {
flex: 1.5;
}
.gurps .attributes-header .attribute-control {
flex: 0 0 20px;
}
.gurps .attributes-list {
list-style: none;
margin: 0;
padding: 0;
}
.gurps .attributes-list li > * {
margin: 0 3px;
height: 28px;
line-height: 24px;
background: transparent;
border: none;
border-radius: 0;
border-bottom: 1px solid #aaa;
}
.gurps .attributes-list a.attribute-control {
flex: 0 0 20px;
text-align: center;
line-height: 28px;
border: none;
}
.gurps.sheet.actor {
min-width: 560px;
min-height: 375px;
}
.gurps.sheet.item {
min-width: 460px;
min-height: 400px;
}
.gurps .fieldblock {
display: grid;
grid-template-columns: 0fr 1fr;
align-items: end;
padding-bottom: 0.15em;
}
.gurps .fieldblock hr {
grid-column: 1 / span 2;
width: 100%;
border: none;
background-color: black;
height: 1px;
margin: 0;
margin-top: 0.2em;
margin-bottom: 0.1em;
}
.gurps #description {
grid-area: description;
display: grid;
grid-template:
'header header header'
'block1 block2 block3';
grid-template-rows: 0fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
border: 1px solid black;
}
.gurps #description .header {
grid-area: header;
}
.gurps .fieldblock {
text-align: left;
padding-left: 0.2em;
padding-right: 0.2em;
/* font-size: 80%; */
white-space: nowrap;
align-self: center;
}
.gurps .fieldblock .field {
margin-right: 0.2em;
padding-left: 0.2em;
padding-right: 0.2em;
border-bottom: 1px solid lightgray;
}
body {
font-family: Verdana, sans-serif;
font-size: small;
font-weight: normal;
padding: 0;
margin: 0.25in;
margin-bottom: calc(0.25in - 1em);
}
#sheet {
display: grid;
grid-template:
'personal personal'
'stats stats'
'reactions reactions'
'melee melee'
'ranged ranged'
'advantages skills'
'spells spells'
'equipment equipment'
'other_equipment other_equipment'
'notes notes';
grid-gap: 0.05in;
}
#sheet-tab {
display: grid;
grid-template:
'personal'
'nav-tabs';
}
#editorsheet {
display: grid;
grid-template:
'personal personal'
'stats stats'
'reactions reactions'
'melee melee'
'ranged ranged'
'advantages advantages'
'skills skills'
'spells spells'
'equipment equipment'
'other_equipment other_equipment'
'notes notes';
grid-gap: 0.05in;
}
#footer {
text-align: center;
font-size: 80%;
}
.fieldblock {
display: grid;
grid-template-columns: 0fr 1fr;
align-items: end;
padding-bottom: 0.15em;
}
.fieldblock hr {
grid-column: 1 / span 2;
width: 100%;
border: none;
background-color: black;
height: 1px;
margin: 0;
margin-top: 0.2em;
margin-bottom: 0.1em;
}
.fieldblock3 {
display: grid;
grid-template-columns: 0fr 1fr 0fr;
align-items: end;
padding-bottom: 0.15em;
}
.fieldblock3 hr {
grid-column: 1 / span 3;
width: 100%;
border: none;
background-color: black;
height: 1px;
margin: 0;
margin-top: 0.2em;
margin-bottom: 0.1em;
}
#personal {
grid-area: personal;
display: grid;
grid-template:
'portrait identity miscellaneous points'
'portrait description description points';
grid-template-columns: 0fr 1fr 1fr 0fr;
grid-gap: 0.05in;
}
#portrait {
grid-area: portrait;
display: grid;
grid-template:
'header'
'portrait';
grid-template-rows: 0fr auto;
grid-template-columns: auto;
border: 1px solid black;
}
#identity {
grid-area: identity;
}
#miscellaneous {
grid-area: miscellaneous;
}
#points {
grid-area: points;
}
#identity,
#miscellaneous,
#points,
#attributes,
#lifting,
#hitpoints {
display: grid;
grid-template-rows: 0fr 1fr;
border: 1px solid black;
}
#points .field,
#attributes .field,
#lifting .field,
#hitpoints .field,
#trackers .field {
text-align: right;
}
#description {
grid-area: description;
display: grid;
grid-template:
'header header header'
'block1 block2 block3';
grid-template-rows: 0fr 1fr;
border: 1px solid black;
}
#description .header {
grid-area: header;
}
#description .fieldblock:nth-child(1n + 3) {
border-left: 1px solid black;
}
#stats {
grid-area: stats;
display: grid;
grid-template:
'attributes trackers location encumbrance'
'attributes trackers location qnotes'
'attributes trackers location lifting'
'attributes condition location lifting';
grid-template-columns: 0fr 2fr 0fr 0fr;
grid-gap: 0.05in;
}
#qnotes {
grid-area: qnotes;
margin: 2px;
}
#condition {
grid-area: condition;
}
#attributes {
grid-area: attributes;
}
#hitpoints {
grid-area: hitpoints;
align-content: stretch;
}
#encumbrance {
grid-area: encumbrance;
grid-template:
'header header header header header'
'encmarkerh ench loadh moveh dodgeh'
'encmarker enc load move dodge';
}
#lifting {
grid-area: lifting;
grid-template:
'header header'
'desc lift';
grid-template-columns: 1fr 0fr;
}
#lifting .header:first-child {
grid-area: header;
}
#location {
grid-area: location;
grid-template:
'header header header header'
'roll where penalty dr';
grid-template-rows: 0fr 0fr;
grid-auto-rows: 1fr;
}
#encumbrance .header:first-child,
#location .header:first-child {
grid-area: header;
border-bottom: 1px solid lightgray;
}
#encumbrance,
#lifting,
#location,
#condition,
#reactions,
#melee,
#ranged,
#advantages,
#skills,
#spells,
#equipment,
#other_equipment,
#notes {
display: grid;
border: 1px solid black;
align-content: start;
}
#reactions,
#melee,
#ranged,
#advantages,
#skills,
#spells,
#equipment,
#other_equipment,
#notes {
grid-template-rows: repeat(1000, auto) 1fr;
}
#reactions {
grid-template-columns: 0fr 1fr;
grid-area: reactions;
}
#melee {
grid-template-columns: 1fr repeat(8, auto);
grid-area: melee;
}
#ranged {
grid-template-columns: 1fr repeat(10, auto);
grid-area: ranged;
}
#advantages {
grid-template-columns: 1fr repeat(2, auto);
grid-area: advantages;
}
#skills {
grid-template-columns: 1fr repeat(4, auto);
grid-area: skills;
}
#spells {
grid-template-columns: 1fr repeat(10, auto);
grid-area: spells;
}
#equipment {
grid-template-columns: auto auto 1fr repeat(6, auto);
grid-area: equipment;
}
#other_equipment {
grid-template-columns: auto 1fr repeat(6, auto);
grid-area: other_equipment;
}
#notes {
grid-template-columns: 1fr auto;
grid-area: notes;
}
.points {
text-align: right;
padding-left: 0.2em;
padding-right: 0.2em;
font-size: 80%;
align-self: center;
}
.points-fp {
text-align: right;
padding-left: 0.2em;
padding-right: 0.2em;
font-size: 80%;
}
.label {
text-align: left;
padding-left: 0.2em;
padding-right: 0.2em;
font-size: 80%;
white-space: nowrap;
}
.field {
margin-right: 0.2em;
}
.condensed {
font-size: 80%;
}
.field,
.desc,
.cls,
.college,
.mana,
.mana_maintain,
.time,
.duration,
.sl,
.rsl,
.qty,
.equipped,
.uses,
.cost,
.sum_cost,
.weight,
.sum_weight,
.pts,
.ref,
.usage,
.level,
.parry,
.block,
.damage,
.reach,
.st,
.acc,
.range,
.rof,
.shots,
.bulk,
.rcl,
.load,
.loadh,
.move,
.moveh,
.dodge,
.dodgeh,
.roll,
.where,
.dr,
.liftdesc,
.lift,
.modifier,
.situation {
padding-left: 0.2em;
padding-right: 0.2em;
border-bottom: 1px solid lightgray;
}
.penalty {
padding-left: 0.2em;
padding-right: 1em;
border-bottom: 1px solid lightgray;
}
.enc,
.ench {
padding-left: 0;
padding-right: 0.2em;
border-bottom: 1px solid lightgray;
}
.encmarker,
.encmarkerh {
padding-left: 0.2em;
padding-right: 0;
border-bottom: 1px solid lightgray;
}
#encumbrance .encmarker:nth-last-child(10n + 5),
#encumbrance .enc:nth-last-child(10n + 4),
#encumbrance .load:nth-last-child(10n + 3),
#encumbrance .move:nth-last-child(10n + 2),
#encumbrance .dodge:nth-last-child(10n + 1),
#lifting .liftdesc:nth-last-child(4n + 1),
#lifting .lift:nth-last-child(4n + 2),
#location .roll:nth-last-child(8n + 4),
#location .where:nth-last-child(8n + 3),
#location .penalty:nth-last-child(8n + 2),
#location .dr:nth-last-child(8n + 1),
#reactions .modifier:nth-child(even),
#reactions .situation:nth-child(odd),
#melee .desc:nth-child(even),
#melee .usage:nth-child(odd),
#melee .level:nth-child(even),
#melee .parry:nth-child(odd),
#melee .block:nth-child(even),
#melee .damage:nth-child(odd),
#melee .reach:nth-child(even),
#melee .st:nth-child(odd),
#ranged .desc:nth-child(even),
#ranged .usage:nth-child(odd),
#ranged .level:nth-child(even),
#ranged .acc:nth-child(odd),
#ranged .damage:nth-child(even),
#ranged .range:nth-child(odd),
#ranged .rof:nth-child(even),
#ranged .shots:nth-child(odd),
#ranged .bulk:nth-child(even),
#ranged .rcl:nth-child(odd),
#ranged .st:nth-child(even),
#advantages .desc:nth-child(even),
#advantages .pts:nth-child(odd),
#advantages .ref:nth-child(even),
#skills .desc:nth-child(even),
#skills .sl:nth-child(odd),
#skills .rsl:nth-child(even),
#skills .pts:nth-child(odd),
#skills .ref:nth-child(even),
#spells .desc:nth-child(even),
#spells .cls:nth-child(odd),
#spells .college:nth-child(even),
#spells .mana:nth-child(odd),
#spells .mana_maintain:nth-child(even),
#spells .time:nth-child(odd),
#spells .duration:nth-child(even),
#spells .sl:nth-child(odd),
#spells .rsl:nth-child(even),
#spells .pts:nth-child(odd),
#spells .ref:nth-child(even),
#equipment .equipped:nth-child(even),
#equipment .qty:nth-child(odd),
#equipment .desc:nth-child(even),
#equipment .uses:nth-child(odd),
#equipment .cost:nth-child(even),
#equipment .weight:nth-child(odd),
#equipment .sum_cost:nth-child(even),
#equipment .sum_weight:nth-child(odd),
#equipment .ref:nth-child(even),
#other_equipment .qty:nth-child(even),
#other_equipment .desc:nth-child(odd),
#other_equipment .uses:nth-child(even),
#other_equipment .cost:nth-child(odd),
#other_equipment .weight:nth-child(even),
#other_equipment .sum_cost:nth-child(odd),
#other_equipment .sum_weight:nth-child(even),
#other_equipment .ref:nth-child(odd),
#notes .desc:nth-child(even),
#notes .ref:nth-child(odd) {
background-color: #e8ffe8;
}
#equipment .desc,
#other_equipment .desc,
.cls,
.college,
.mana,
.mana_maintain,
.time,
.duration,
.sl,
.rsl,
.qty,
.uses,
.cost,
.sum_cost,
.weight,
.sum_weight,
.pts,
.ref,
.usage,
.level,
.parry,
.block,
.damage,
.reach,
.st,
.acc,
.range,
.rof,
.shots,
.bulk,
.rcl,
.load,
.loadh,
.move,
.moveh,
.dodge,
.dodgeh,
.where,
.penalty,
.dr,
.situation {
border-left: 1px solid lightgray;
}
.sl,
.rsl,
.qty,
.equipped,
.uses,
.cost,
.sum_cost,
.weight,
.sum_weight,
.pts,
.ref,
.level,
.parry,
.block,
.reach,
.st,
.acc,
.rof,
.shots,
.bulk,
.rcl,
.load,
.where,
.penalty,
.dr,
.lift,
.modifier {
text-align: right;
}
.move,
.dodge,
.equipped,
.roll {
text-align: center;
}
.liftdesc,
.where {
text-align: left;
}
.encmarker,
.encmarkerh,
.enc,
.ench,
.load,
.loadh,
.move,
.moveh,
.dodge,
.dodgeh,
.roll,
.where,
.penalty,
.dr,
.liftdesc,
.lift,
.modifier {
white-space: nowrap;
}
#lifting .field,
.noedit {
white-space: nowrap;
border: none;
}
.header,
#reactions .header,
#melee .header,
#ranged .header,
#equipment .header,
#other_equipment .header {
background-color: black;
border-bottom: 1px solid black;
color: white;
text-align: center;
font-size: 80%;
}
#location .header:nth-last-child(8n + 4),
#location .header:nth-last-child(8n + 3),
#location .header:nth-last-child(8n + 2),
#location .header:nth-last-child(8n + 1) {
background-color: black;
}
#encumbrance > div:nth-last-child(-n + 5),
#lifting > div:nth-last-child(-n + 2),
#location > div:nth-last-child(-n + 4) {
border-bottom: none;
}
#reactions > div:nth-last-child(-n + 3),
#melee > div:nth-last-child(-n + 9),
#ranged > div:nth-last-child(-n + 11),
#advantages > div:nth-last-child(-n + 3),
#skills > div:nth-last-child(-n + 5),
#spells > div:nth-last-child(-n + 11),
#equipment > div:nth-last-child(-n + 9),
#other_equipment > div:nth-last-child(-n + 9),
#notes > div:nth-last-child(-n + 1) {
border-bottom: none;
grid-row: 1001;
}
.indent1 {
padding-left: 1em;
}
.indent2 {
padding-left: 2em;
}
.indent3 {
padding-left: 3em;
}
.indent4 {
padding-left: 4em;
}
.indent5 {
padding-left: 5em;
}
.indent6 {
padding-left: 6em;
}
.indent7 {
padding-left: 7em;
}
.indent8 {
padding-left: 8em;
}
.indent9 {
padding-left: 9em;
}
.satisfiedN {
color: red;
}
#encumbrance .current:nth-last-child(10n + 5),
#encumbrance .current:nth-last-child(10n + 4),
#encumbrance .current:nth-last-child(10n + 3),
#encumbrance .current:nth-last-child(10n + 2),
#encumbrance .current:nth-last-child(10n + 1),
.current {
background-color: lightgoldenrodyellow;
}
.list_note {
font-size: 80%;
}
.encmarker.current:after {
content: '>';
}
.enc0:after {
content: 'None (0)';
}
.enc1:after {
content: 'Light (1)';
}
.enc2:after {
content: 'Medium (2)';
}
.enc3:after {
content: 'Heavy (3)';
}
.enc4:after {
content: 'X-heavy (4)';
}
.overflowy {
overflow-y: auto;
}
/* ----- combat sheet additions ----- */
#combat-sheet {
display: grid;
grid-template-columns: 0fr 8em 8em auto;
/* grid-template-rows: 0fr auto auto; */
grid-gap: 0.05in;
grid-template-areas:
'combat-attrs combat-hitfat combat-trackers combat-location'
'condition condition combat-trackers combat-location'
'combat-encumber combat-encumber combat-encumber combat-location'
'combat-weapons combat-weapons combat-weapons combat-weapons ';
}
#combat-hitfat {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto auto;
grid-gap: 0.05in;
}
#combat-trackers {
grid-area: combat-trackers;
display: grid;
grid-template-columns: 1fr;
justify-content: start;
gap: 0.05in;
height: fit-content;
}
#combat-attrs,
#combat-weapons,
#combat-condition,
#combat-location {
grid-gap: 0.05in;
display: grid;
grid-template-rows: 0fr 1fr;
}
#combat-identity,
#combat-condition,
#combat-hit,
#combat-attrs,
#combat-location {
border: 1px solid black;
}
.header.major-heading {
border-bottom: 1px solid white;
}
.header.minor-heading {
background-color: grey !important;
border: none !important;
}
.no-border {
border: none !important;
}
#combat-encumber {
border: 1px solid black;
align-content: stretch;
}
/* #combat-condition {
grid-area: combat-condition;
} */
#combat-identity {
grid-area: combat-identity;
}
#combat-hit .field,
.tracked-resource .field {
text-align: end;
margin-left: 2px;
margin-right: 2px;
}
#editorsheet #combat-hit .field,
#editorsheet #combat-fat .field,
#editorsheet .tracked-resource .field {
border-bottom: 1px solid lightgrey;
}
#editorsheet .tracked-resource .tooltip .field {
border: none !important;
}
.conditional-injury .condition-block .basic-value .label {
text-align: right;
}
.gurps #combat-sheet .condition-block .basic-label {
font-size: 80%;
}
#hitpoints .selected {
background-color: #ffcdd2;
}
.gurps .condition-block .tired,
.gurps .condition-block .reeling {
background-color: #b8ffff;
}
.gurps .condition-block .collapse,
.resource-spinner .depleted {
background-color: #ffcdd2;
}
.gurps .condition-block .check {
background-color: lightcoral;
}
.gurps .condition-block .unconscious,
.gurps .condition-block .dead {
background-color: black;
color: white;
}
.gurps .condition-block .destroyed {
background-color: black;
color: lightcoral;
}
#combat-location {
display: grid;
gap: 0;
border: 1px solid black;
align-content: stretch;
grid-area: combat-location;
grid-template:
'header header header header'
'roll where penalty dr';
grid-template-rows: 0fr 0fr;
grid-auto-rows: 1fr;
padding-top: 0;
padding-bottom: 0;
}
#combat-encumber-container {
display: grid;
grid-area: combat-encumber-container;
grid-template:
'header header header header header'
'encmarkerh ench loadh moveh dodgeh'
'encmarker enc load move dodge';
/* font-size: 80%; */
}
#combat-encumber-container .encmarkerh,
#combat-encumber-container .ench,
#combat-encumber-container .loadh,
#combat-encumber-container .moveh,
#combat-encumber-container .dodgeh,
#combat-encumber-container .encmarker,
#combat-encumber-container .enc,
#combat-encumber-container .load,
#combat-encumber-container .move,
#combat-encumber-container .dodge {
font-size: 80%;
}
#combat-encumber .header:first-child,
#combat-location .header:first-child {
grid-area: header;
border-bottom: 1px solid lightgray;
}
#combat-encumber .encmarker:nth-last-child(10n + 5),
#combat-encumber .enc:nth-last-child(10n + 4),
#combat-encumber .load:nth-last-child(10n + 3),
#combat-encumber .move:nth-last-child(10n + 2),
#combat-encumber .dodge:nth-last-child(10n + 1),
#combat-location .roll:nth-last-child(8n + 4),
#combat-location .where:nth-last-child(8n + 3),
#combat-location .penalty:nth-last-child(8n + 2),
#combat-location .dr:nth-last-child(8n + 1) {
background-color: #e8ffe8;
}
#combat-location .header:nth-last-child(8n + 4),
#combat-location .header:nth-last-child(8n + 3),
#combat-location .header:nth-last-child(8n + 2),
#combat-location .header:nth-last-child(8n + 1) {
background-color: black;
}
#combat-location > div:nth-last-child(-n + 4) {
border-bottom: none;
}
#combat-location .roll,
#combat-location .where,
#combat-location .penalty,
#combat-location .dr {
font-size: 80%;
}
#combat-attrs {
grid-area: combat-attrs;
gap: 0;
}
#combat-attrs-container {
display: grid;
gap: 0 0.15em;
grid-template-columns: 0fr 0fr;
grid-template-rows: auto;
grid-template-areas: 'combat-attrs-1 combat-attrs-2';
}
#combat-attrs-1 {
grid-area: combat-attrs-1;
border-right: 1px solid black;
}
#combat-attrs-2 {
grid-area: combat-attrs-2;
}
#combat-encumber {
grid-area: combat-encumber;
}
#combat-encumber {
grid-template:
'header header header header header'
'encmarkerh ench loadh moveh dodgeh'
'encmarker enc load move dodge';
}
#combat-encumber > div:nth-last-child(-n + 5),
#combat-location > div:nth-last-child(-n + 4) {
border-bottom: none;
}
#combat-encumber .current:nth-last-child(10n + 5),
#combat-encumber .current:nth-last-child(10n + 4),
#combat-encumber .current:nth-last-child(10n + 3),
#combat-encumber .current:nth-last-child(10n + 2),
#combat-encumber .current:nth-last-child(10n + 1),
.current {
background-color: lightgoldenrodyellow;
}
#combat-weapons {
grid-area: combat-weapons;
display: grid;
row-gap: 0.05in;
grid-template-columns: auto;
grid-template-rows: auto auto auto;
grid-template-areas:
'speed-range-table'
'melee'
'ranged';
}
#combat-weapons .desc,
#combat-weapons .list_note,
#combat-weapons .usage,
#combat-weapons .level,
#combat-weapons .parry,
#combat-weapons .damage,
#combat-weapons .reach,
#combat-weapons .st,
#combat-weapons .acc,
#combat-weapons .range,
#combat-weapons .rof,
#combat-weapons .shots,
#combat-weapons .bulk,
#combat-weapons .rcl {
font-size: 80%;
}
#combat-attrs-damage-sw {
grid-area: combat-attrs-damage-sw;
}
#combat-attrs-damage-thr {
grid-area: combat-attrs-damage-thr;
}
#speed-range-table {
grid-area: speed-range-table;
border: 1px solid black;
align-content: stretch;
display: grid;
grid-template-areas:
'header'
'range-table';
}
#range-table {
grid-area: range-table;
display: grid;
border: 1px solid lightgray;
align-content: stretch;
grid-template-columns: 3fr repeat(var(--count), 1fr);
grid-template-rows: 0fr 0fr;
}
#range-table .label {
text-align: end;
border-right: 1px solid lightgray;
border-bottom: 1px solid lightgray;
}
#range-table .label:nth-last-child(1),
#range-table .label:nth-last-child(2),
#range-table .label:nth-last-child(3),
#range-table .label:nth-last-child(4),
#range-table .label:nth-last-child(5),
#range-table .label:nth-last-child(6),
#range-table .label:nth-last-child(7),
#range-table .label:nth-last-child(8),
#range-table .label:nth-last-child(9),
#range-table .label:nth-last-child(10),
#range-table .label:nth-last-child(11),
#range-table .label:nth-last-child(12),
#range-table .label:nth-last-child(13),
#range-table .label:nth-last-child(14),
#range-table .label:nth-last-child(15),
#range-table .label:nth-last-child(16) {
border-bottom: none;
}
#range-table .label:nth-last-child(17),
#range-table .label:nth-last-child(1) {
border-right: none;
}
#range-table .label:nth-child(odd) {
background-color: #e8ffe8;
}
/* Message Chat styles */
.damage-all-message,
.damage-message {
border: 1px #6f6c66;
border-style: outset;
border-radius: 5px;
margin: 3px;
padding: 0.25em;
}
.damage-all-message:hover,
.damage-message:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.roll-message .modifier-list {
list-style-type: none;
padding-left: 1em;
}
.roll-message .modifier-list li {
font-size: 85%;
font-style: italic;
}
.roll-result {
display: flex;
flex-direction: column;
justify-content: center;
}
.roll-result .roll-value {
font-size: medium;
font-weight: bold;
}
.roll-message .aside {
font-size: smaller;
text-align: end;
font-weight: normal;
text-align: start;
}
.roll-message .note {
font-size: medium;
text-align: right;
font-weight: normal;
text-align: start;
}
.roll-result .roll-value,
.roll-result .roll-detail {
font-family: 'Font Awesome 5 Free', 'Roboto', sans-serif;
}
.roll-result .roll-detail {
font-weight: normal;
}
.roll-result .roll-detail .aside {
font-size: inherit;
}
.roll-result .roll-detail .crit {
font-size: large;
font-weight: bolder;
}
.roll-result .roll-detail .success {
color: darkgreen;
font-weight: bold;
}
.roll-result .roll-detail .failure {
color: darkred;
font-weight: bold;
}
.roll-result .roll-detail .crit.success {
color: black;
text-shadow: 0 0 3px #00ff00;
}
.roll-result .roll-detail .crit.failure {
color: black;
text-shadow: 0 0 3px #ff0000;
}
.user-created {
/* padding-left: 10px; */
}
.user-created::before {
content: '\f02e'; /* this is your text. You can also use UTF-8 character codes as I do here */
font-family: 'Font Awesome 5 Free', 'Roboto', sans-serif;
font-weight: 900;
float: left;
color: steelblue;
padding-right: 0.35em;
padding-top: 2px;
}
.sheet-body,
.sheet-body .tab,
.sheet-body .tab .editor {
height: 100%;
}
.sheet-tabs {
display: block;
height: 40px;
border-top: 1px solid #AAA;
border-bottom: 1px solid #AAA;
}
.sheet-tabs li {
display: inline-block;
margin: 0 10px 0 10px;
}
.tab-item {
line-height: 32px;
font-weight: normal;
}
.tab-item.active {
text-decoration: underline;
text-shadow: none;
font-weight: bold;
background-color: #e8ffe8;
font-size: 105%;
}
/* Cannot use table-column as it breaks the indenting logic for contained items */
.table-column {
padding: 3px;
justify-content: center;
height: auto;
display: flex;
flex-direction: column;
}
.table-column .list_note {
font-size: 85%;
display: block;
}
.table-column.center {
text-align: center;
}
.table-column span {
pointer-events: none; /* We need pointer events to know how to expand/collapse items */
}
.desc {
/* position: relative; needed so that the tooltip was not limited to the tab area. */
}
.desc .tooltippic {
visibility: hidden;
position: absolute;
z-index:999;
left: 60%;
margin-top: -102px;
}
.desc .tooltippic img {
max-height: 100px;
}
.desc:hover .tooltippic {
visibility: visible;
} | styles/simple.css | .gurps {
/* Sheet Tabs */
/* Items List */
/* Attributes */
}
.gcs-input-ta {
border-width: 0px !important;
border: none !important;
height: 1em !important;
padding: 1px !important;
}
.gcs-input {
border-width: 0px !important;
border: none !important;
height: 100% !important;
padding: 1px !important;
}
.gcs-input-sm2 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
max-width: 2em;
padding: 1px !important;
}
.gcs-input-sm3 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
max-width: 3em;
padding: 1px !important;
}
.gcs-input-sm4 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
max-width: 4em;
padding: 1px !important;
}
.gcs-input-sm5 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
max-width: 5em;
padding: 1px !important;
}
.gcs-input-sm8 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
max-width: 8em;
padding: 1px !important;
}
.gcs-input-sm10 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
max-width: 10em;
padding: 1px !important;
}
.gcs-input-sm25 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
max-width: 25em;
padding: 1px !important;
}
.gcs-input-2 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
min-width: 2em !important;
padding: 1px !important;
}
.gcs-input-3 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
min-width: 3em !important;
padding: 1px !important;
}
.gcs-input-4 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
min-width: 4em !important;
padding: 1px !important;
}
.gcs-input-5 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
min-width: 5em !important;
padding: 1px !important;
}
.gcs-input-10 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
min-width: 10em !important;
padding: 1px !important;
}
.gcs-input-25 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
min-width: 25em !important;
padding: 1px !important;
}
.gcs-input-30 {
border-width: 0px !important;
border: none !important;
height: 100% !important;
min-width: 30em !important;
padding: 1px !important;
}
#threed6 {
/*border: 5px solid rgb(255, 123, 0);*/
position: fixed;
bottom: 10px;
left: 880px;
width: 52px;
height: 52px;
margin: 0px;
padding: 0px;
cursor: pointer;
display: inline-block;
}
#testdialog {
left: 940px;
}
#threed6 #threed6dicerot {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 105;
}
#threed6 #threed6dicerotactive {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 105;
}
#threed6:hover #threed6dicerot {
display: inline;
}
#threed6:active #threed6dicerotactive {
display: inline;
}
.gurpstippable {
position: relative;
}
.gurpstippable:hover::before {
content: attr(data-tooltip);
position: absolute;
bottom: 130%;
left: -50%;
min-width: 20px;
border-radius: 6px;
padding: 8px;
color: #fff;
background-color: #555;
z-index: 102;
}
.gurpstippable:hover::after {
content: '';
position: absolute;
top: -30%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
z-index: 102;
}
.pdflink {
text-shadow: none;
color: blue;
text-decoration: underline;
}
#sheet.gurpsactorsheet .pdflink {
font-size: 80%;
}
.pdflink:hover {
/*font-size: 115%;
font-weight: bold;*/
text-shadow: none;
color: red;
text-decoration: underline;
overflow: visible;
z-index: 99;
cursor: pointer;
}
.rollable:hover {
cursor: pointer;
text-decoration: none;
background-color: rgb(255, 255, 128) !important;
color: black;
padding: 1px 1px 1px 1px;
border-top: 2px solid #cccccc;
border-right: 2px solid #333333;
border-bottom: 2px solid #333333;
border-left: 2px solid #cccccc;
border-radius: 8px;
margin: -2px 2px -3px -2px;
overflow: visible;
z-index: 99;
}
.rollable {
color: black;
/* text-shadow: 2px 2px rgb(255, 255, 128); */
background-color: rgb(255, 255, 190) !important;
}
.rollable:active {
cursor: pointer;
text-decoration: none;
color: black;
background-color: rgb(255, 255, 128) !important;
padding: 2px 3px 2px 3px;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #333333;
border-top: 1px solid #333333;
border-right: 1px solid #cccccc;
border-radius: 8px;
margin: -2px -2px -3px -2px;
}
.gmod:hover {
cursor: pointer;
text-decoration: none;
background-image: none;
background-color: rgb(255, 128, 100) !important;
color: black;
padding: 1px 1px 1px 1px;
border-top: 2px solid #cccccc;
border-right: 2px solid #333333;
border-bottom: 2px solid #333333;
border-left: 2px solid #cccccc;
border-radius: 8px;
margin: -2px 0px -2px 2px;
text-align: center;
}
.gmod {
color: black;
/*text-shadow: 2px 2px 8px rgb(255, 0, 0);*/
background-color: rgb(255, 230, 190) !important;
/* background-image: linear-gradient(to right, white , rgb(255, 200, 128)); */
}
.gmod:active {
cursor: pointer;
text-decoration: none;
color: black;
background-image: none;
background-color: rgb(255, 128, 100) !important;
padding: 1px 1em 1px 1px;
border-bottom: 2px solid #cccccc;
border-left: 2px solid #333333;
border-top: 2px solid #333333;
border-right: 2px solid #cccccc;
border-radius: 8px;
margin: -1px -6px -2px 4px;
overflow: visible;
z-index: 99;
}
.glinkmod:hover {
cursor: pointer;
text-decoration: none;
background-image: none;
background-color: rgb(255, 128, 64) !important;
color: black;
padding: 1px 1px 1px 1px;
border-top: 2px solid #cccccc;
border-right: 2px solid #333333;
border-bottom: 2px solid #333333;
border-left: 2px solid #cccccc;
border-radius: 8px;
margin: -1px -2px -1px -4px;
}
.glinkmod {
color: black;
background-color: rgb(255, 230, 190) !important;
}
.glinkmod:active {
cursor: pointer;
text-decoration: none;
color: black;
background-image: none;
background-color: rgb(255, 128, 64) !important;
padding: 1px 1px 1px 1px;
border-bottom: 2px solid #cccccc;
border-left: 2px solid #333333;
border-top: 2px solid #333333;
border-right: 2px solid #cccccc;
border-radius: 8px;
margin: -1px -3px -1px -3px;
z-index: 99;
}
.glinkmodplus:hover {
cursor: pointer;
text-decoration: none;
background-image: none;
background-color: rgb(0, 255, 0) !important;
color: black;
padding: 1px 1px 1px 1px;
border-top: 2px solid #cccccc;
border-right: 2px solid #333333;
border-bottom: 2px solid #333333;
border-left: 2px solid #cccccc;
border-radius: 8px;
margin: -1px -2px -1px -4px;
font-weight: bold;
}
.glinkmodplus {
color: black;
background-color: rgb(175, 255, 175) !important;
}
.glinkmodplus:active {
cursor: pointer;
text-decoration: none;
color: black;
background-image: none;
background-color: rgb(0, 255, 0) !important;
padding: 1px 1px 1px 1px;
border-bottom: 2px solid #cccccc;
border-left: 2px solid #333333;
border-top: 2px solid #333333;
border-right: 2px solid #cccccc;
border-radius: 8px;
margin: -1px -3px -1px -3px;
z-index: 99;
font-weight: normal;
}
.glinkmodminus:hover {
cursor: pointer;
text-decoration: none;
background-image: none;
background-color: rgb(255, 0, 0) !important;
color: yellow;
text-shadow: 1px 1px black;
padding: 1px 1px 1px 1px;
border-top: 2px solid #cccccc;
border-right: 2px solid #333333;
border-bottom: 2px solid #333333;
border-left: 2px solid #cccccc;
border-radius: 8px;
margin: -1px -2px -1px -4px;
font-weight: bold;
}
.glinkmodminus {
color: black;
background-color: rgb(255, 175, 175) !important;
}
.glinkmodminus:active {
cursor: pointer;
text-decoration: none;
color: yellow;
text-shadow: 1px 1px black;
background-image: none;
background-color: rgb(255, 0, 0) !important;
padding: 1px 1px 1px 1px;
border-bottom: 2px solid #cccccc;
border-left: 2px solid #333333;
border-top: 2px solid #333333;
border-right: 2px solid #cccccc;
border-radius: 8px;
margin: -1px -3px -1px -3px;
z-index: 99;
font-weight: normal;
}
.gurpslink:hover {
cursor: pointer;
text-decoration: none;
background-color: rgb(255, 255, 128) !important;
color: black;
padding: 2px 3px 2px 3px;
border-top: 2px solid #cccccc;
border-right: 2px solid #333333;
border-bottom: 2px solid #333333;
border-left: 2px solid #cccccc;
border-radius: 5px;
margin: -2px -4px -2px -6px;
overflow: visible;
z-index: 99;
}
.gurpslink {
color: black;
/* text-shadow: 2px 2px rgb(255, 255, 128); */
background-color: rgb(255, 255, 175) !important;
}
.gurpslink:active {
cursor: pointer;
text-decoration: none;
color: black;
background-color: rgb(255, 255, 128) !important;
padding: 2px 3px 2px 3px;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #333333;
border-top: 1px solid #333333;
border-right: 1px solid #cccccc;
border-radius: 8px;
margin: -2px -5px -2px -3px;
overflow: visible;
z-index: 99;
}
.gurps .window-content {
height: 100%;
padding: 5px;
/*overflow-y: hidden;*/
background: white;
}
.gurps .sheet-header {
height: 250px;
overflow: hidden;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
margin-bottom: 10px;
}
.gurps #portrait .img-display {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 112.25px;
}
.gurps #portrait .profile-img {
display: block;
height: 100%;
opacity: 0;
width: 100%;
}
.gurps .sheet-header .header-fields {
flex: 1;
/* height: 100px;*/
}
.gurps .sheet-header h1.charname {
height: 50px;
padding: 0px;
margin: 5px 0;
border-bottom: 0;
}
.gurps .sheet-header h1.charname input {
width: 100%;
height: 100%;
margin: 0;
}
.gurps .resource {
width: 50%;
height: 40px;
margin-top: 10px;
float: left;
text-align: center;
}
.gurps .resource input {
width: 100px;
height: 28px;
}
.gurps .tabs {
height: 40px;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
.gurps .tabs .item {
line-height: 40px;
font-weight: bold;
}
.gurps .tabs .item.active {
text-decoration: underline;
text-shadow: none;
}
.gurps .sheet-body {
overflow: hidden;
}
.gurps .sheet-body.tabbed-sheet {
height: auto !important; /* hack to avoid the automatic calculation of the tab size in the SetPosition function of the actor-sheet.js file */
}
.gurps .sheet-body .tab {
height: 100%;
overflow-y: auto;
}
.gurps .editor,
.gurps .editor-content {
height: 100%;
}
.gurps .item-list {
list-style: none;
margin: 7px 0;
padding: 0;
overflow-y: auto;
}
.gurps .item-list .item {
height: 30px;
line-height: 24px;
padding: 3px 0;
border-bottom: 1px solid #bbb;
}
.gurps .item-list .item img {
flex: 0 0 24px;
margin-right: 5px;
}
.gurps .item-list .item-name {
margin: 0;
}
.gurps .item-list .item-controls {
flex: 0 0 36px;
}
.gurps .attributes table {
/* width: 300px;*/
border: none;
}
.gurps .attributes {
flex: none;
margin: 0;
border-left: none;
border-bottom: none;
/* border-top: 2px groove #eeede0;
border-right: 2px groove #eeede0; */
border-radius: 0;
height: auto;
width: 275px;
}
.gurps .attributes .brackets {
border-top: none;
font-size: 24px;
font-weight: 100;
}
.gurps .attributes .pts {
border: none;
font-size: 10pt;
text-align: center;
}
.gurps .attributes .fill-in {
border: 1px solid black;
text-align: center;
transition: color 0.5s;
font-size: 120%;
}
.gurps .attributes .fill-in:hover {
cursor: pointer;
color: blue;
text-decoration: underline;
font-size: 150%;
font-weight: 900;
}
.gurps .attributes-header {
padding: 5px;
margin: 5px 0;
background: rgba(0, 0, 0, 0.05);
border: 1px solid #aaa;
border-radius: 2px;
text-align: center;
font-weight: bold;
}
.gurps .attributes-header .attribute-label {
flex: 1.5;
}
.gurps .attributes-header .attribute-control {
flex: 0 0 20px;
}
.gurps .attributes-list {
list-style: none;
margin: 0;
padding: 0;
}
.gurps .attributes-list li > * {
margin: 0 3px;
height: 28px;
line-height: 24px;
background: transparent;
border: none;
border-radius: 0;
border-bottom: 1px solid #aaa;
}
.gurps .attributes-list a.attribute-control {
flex: 0 0 20px;
text-align: center;
line-height: 28px;
border: none;
}
.gurps.sheet.actor {
min-width: 560px;
min-height: 375px;
}
.gurps.sheet.item {
min-width: 460px;
min-height: 400px;
}
.gurps .fieldblock {
display: grid;
grid-template-columns: 0fr 1fr;
align-items: end;
padding-bottom: 0.15em;
}
.gurps .fieldblock hr {
grid-column: 1 / span 2;
width: 100%;
border: none;
background-color: black;
height: 1px;
margin: 0;
margin-top: 0.2em;
margin-bottom: 0.1em;
}
.gurps #description {
grid-area: description;
display: grid;
grid-template:
'header header header'
'block1 block2 block3';
grid-template-rows: 0fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
border: 1px solid black;
}
.gurps #description .header {
grid-area: header;
}
.gurps .fieldblock {
text-align: left;
padding-left: 0.2em;
padding-right: 0.2em;
/* font-size: 80%; */
white-space: nowrap;
align-self: center;
}
.gurps .fieldblock .field {
margin-right: 0.2em;
padding-left: 0.2em;
padding-right: 0.2em;
border-bottom: 1px solid lightgray;
}
body {
font-family: Verdana, sans-serif;
font-size: small;
font-weight: normal;
padding: 0;
margin: 0.25in;
margin-bottom: calc(0.25in - 1em);
}
#sheet {
display: grid;
grid-template:
'personal personal'
'stats stats'
'reactions reactions'
'melee melee'
'ranged ranged'
'advantages skills'
'spells spells'
'equipment equipment'
'other_equipment other_equipment'
'notes notes';
grid-gap: 0.05in;
}
#sheet-tab {
display: grid;
grid-template:
'personal'
'nav-tabs';
}
#editorsheet {
display: grid;
grid-template:
'personal personal'
'stats stats'
'reactions reactions'
'melee melee'
'ranged ranged'
'advantages advantages'
'skills skills'
'spells spells'
'equipment equipment'
'other_equipment other_equipment'
'notes notes';
grid-gap: 0.05in;
}
#footer {
text-align: center;
font-size: 80%;
}
.fieldblock {
display: grid;
grid-template-columns: 0fr 1fr;
align-items: end;
padding-bottom: 0.15em;
}
.fieldblock hr {
grid-column: 1 / span 2;
width: 100%;
border: none;
background-color: black;
height: 1px;
margin: 0;
margin-top: 0.2em;
margin-bottom: 0.1em;
}
.fieldblock3 {
display: grid;
grid-template-columns: 0fr 1fr 0fr;
align-items: end;
padding-bottom: 0.15em;
}
.fieldblock3 hr {
grid-column: 1 / span 3;
width: 100%;
border: none;
background-color: black;
height: 1px;
margin: 0;
margin-top: 0.2em;
margin-bottom: 0.1em;
}
#personal {
grid-area: personal;
display: grid;
grid-template:
'portrait identity miscellaneous points'
'portrait description description points';
grid-template-columns: 0fr 1fr 1fr 0fr;
grid-gap: 0.05in;
}
#portrait {
grid-area: portrait;
display: grid;
grid-template:
'header'
'portrait';
grid-template-rows: 0fr auto;
grid-template-columns: auto;
border: 1px solid black;
}
#identity {
grid-area: identity;
}
#miscellaneous {
grid-area: miscellaneous;
}
#points {
grid-area: points;
}
#identity,
#miscellaneous,
#points,
#attributes,
#lifting,
#hitpoints {
display: grid;
grid-template-rows: 0fr 1fr;
border: 1px solid black;
}
#points .field,
#attributes .field,
#lifting .field,
#hitpoints .field,
#trackers .field {
text-align: right;
}
#description {
grid-area: description;
display: grid;
grid-template:
'header header header'
'block1 block2 block3';
grid-template-rows: 0fr 1fr;
border: 1px solid black;
}
#description .header {
grid-area: header;
}
#description .fieldblock:nth-child(1n + 3) {
border-left: 1px solid black;
}
#stats {
grid-area: stats;
display: grid;
grid-template:
'attributes trackers location encumbrance'
'attributes trackers location qnotes'
'attributes trackers location lifting'
'attributes condition location lifting';
grid-template-columns: 0fr 2fr 0fr 0fr;
grid-gap: 0.05in;
}
#qnotes {
grid-area: qnotes;
margin: 2px;
}
#condition {
grid-area: condition;
}
#attributes {
grid-area: attributes;
}
#hitpoints {
grid-area: hitpoints;
align-content: stretch;
}
#encumbrance {
grid-area: encumbrance;
grid-template:
'header header header header header'
'encmarkerh ench loadh moveh dodgeh'
'encmarker enc load move dodge';
}
#lifting {
grid-area: lifting;
grid-template:
'header header'
'desc lift';
grid-template-columns: 1fr 0fr;
}
#lifting .header:first-child {
grid-area: header;
}
#location {
grid-area: location;
grid-template:
'header header header header'
'roll where penalty dr';
grid-template-rows: 0fr 0fr;
grid-auto-rows: 1fr;
}
#encumbrance .header:first-child,
#location .header:first-child {
grid-area: header;
border-bottom: 1px solid lightgray;
}
#encumbrance,
#lifting,
#location,
#condition,
#reactions,
#melee,
#ranged,
#advantages,
#skills,
#spells,
#equipment,
#other_equipment,
#notes {
display: grid;
border: 1px solid black;
align-content: start;
}
#reactions,
#melee,
#ranged,
#advantages,
#skills,
#spells,
#equipment,
#other_equipment,
#notes {
grid-template-rows: repeat(1000, auto) 1fr;
}
#reactions {
grid-template-columns: 0fr 1fr;
grid-area: reactions;
}
#melee {
grid-template-columns: 1fr repeat(8, auto);
grid-area: melee;
}
#ranged {
grid-template-columns: 1fr repeat(10, auto);
grid-area: ranged;
}
#advantages {
grid-template-columns: 1fr repeat(2, auto);
grid-area: advantages;
}
#skills {
grid-template-columns: 1fr repeat(4, auto);
grid-area: skills;
}
#spells {
grid-template-columns: 1fr repeat(10, auto);
grid-area: spells;
}
#equipment {
grid-template-columns: auto auto 1fr repeat(6, auto);
grid-area: equipment;
}
#other_equipment {
grid-template-columns: auto 1fr repeat(6, auto);
grid-area: other_equipment;
}
#notes {
grid-template-columns: 1fr auto;
grid-area: notes;
}
.points {
text-align: right;
padding-left: 0.2em;
padding-right: 0.2em;
font-size: 80%;
align-self: center;
}
.points-fp {
text-align: right;
padding-left: 0.2em;
padding-right: 0.2em;
font-size: 80%;
}
.label {
text-align: left;
padding-left: 0.2em;
padding-right: 0.2em;
font-size: 80%;
white-space: nowrap;
}
.field {
margin-right: 0.2em;
}
.condensed {
font-size: 80%;
}
.field,
.desc,
.cls,
.college,
.mana,
.mana_maintain,
.time,
.duration,
.sl,
.rsl,
.qty,
.equipped,
.uses,
.cost,
.sum_cost,
.weight,
.sum_weight,
.pts,
.ref,
.usage,
.level,
.parry,
.block,
.damage,
.reach,
.st,
.acc,
.range,
.rof,
.shots,
.bulk,
.rcl,
.load,
.loadh,
.move,
.moveh,
.dodge,
.dodgeh,
.roll,
.where,
.dr,
.liftdesc,
.lift,
.modifier,
.situation {
padding-left: 0.2em;
padding-right: 0.2em;
border-bottom: 1px solid lightgray;
}
.penalty {
padding-left: 0.2em;
padding-right: 1em;
border-bottom: 1px solid lightgray;
}
.enc,
.ench {
padding-left: 0;
padding-right: 0.2em;
border-bottom: 1px solid lightgray;
}
.encmarker,
.encmarkerh {
padding-left: 0.2em;
padding-right: 0;
border-bottom: 1px solid lightgray;
}
#encumbrance .encmarker:nth-last-child(10n + 5),
#encumbrance .enc:nth-last-child(10n + 4),
#encumbrance .load:nth-last-child(10n + 3),
#encumbrance .move:nth-last-child(10n + 2),
#encumbrance .dodge:nth-last-child(10n + 1),
#lifting .liftdesc:nth-last-child(4n + 1),
#lifting .lift:nth-last-child(4n + 2),
#location .roll:nth-last-child(8n + 4),
#location .where:nth-last-child(8n + 3),
#location .penalty:nth-last-child(8n + 2),
#location .dr:nth-last-child(8n + 1),
#reactions .modifier:nth-child(even),
#reactions .situation:nth-child(odd),
#melee .desc:nth-child(even),
#melee .usage:nth-child(odd),
#melee .level:nth-child(even),
#melee .parry:nth-child(odd),
#melee .block:nth-child(even),
#melee .damage:nth-child(odd),
#melee .reach:nth-child(even),
#melee .st:nth-child(odd),
#ranged .desc:nth-child(even),
#ranged .usage:nth-child(odd),
#ranged .level:nth-child(even),
#ranged .acc:nth-child(odd),
#ranged .damage:nth-child(even),
#ranged .range:nth-child(odd),
#ranged .rof:nth-child(even),
#ranged .shots:nth-child(odd),
#ranged .bulk:nth-child(even),
#ranged .rcl:nth-child(odd),
#ranged .st:nth-child(even),
#advantages .desc:nth-child(even),
#advantages .pts:nth-child(odd),
#advantages .ref:nth-child(even),
#skills .desc:nth-child(even),
#skills .sl:nth-child(odd),
#skills .rsl:nth-child(even),
#skills .pts:nth-child(odd),
#skills .ref:nth-child(even),
#spells .desc:nth-child(even),
#spells .cls:nth-child(odd),
#spells .college:nth-child(even),
#spells .mana:nth-child(odd),
#spells .mana_maintain:nth-child(even),
#spells .time:nth-child(odd),
#spells .duration:nth-child(even),
#spells .sl:nth-child(odd),
#spells .rsl:nth-child(even),
#spells .pts:nth-child(odd),
#spells .ref:nth-child(even),
#equipment .equipped:nth-child(even),
#equipment .qty:nth-child(odd),
#equipment .desc:nth-child(even),
#equipment .uses:nth-child(odd),
#equipment .cost:nth-child(even),
#equipment .weight:nth-child(odd),
#equipment .sum_cost:nth-child(even),
#equipment .sum_weight:nth-child(odd),
#equipment .ref:nth-child(even),
#other_equipment .qty:nth-child(even),
#other_equipment .desc:nth-child(odd),
#other_equipment .uses:nth-child(even),
#other_equipment .cost:nth-child(odd),
#other_equipment .weight:nth-child(even),
#other_equipment .sum_cost:nth-child(odd),
#other_equipment .sum_weight:nth-child(even),
#other_equipment .ref:nth-child(odd),
#notes .desc:nth-child(even),
#notes .ref:nth-child(odd) {
background-color: #e8ffe8;
}
#equipment .desc,
#other_equipment .desc,
.cls,
.college,
.mana,
.mana_maintain,
.time,
.duration,
.sl,
.rsl,
.qty,
.uses,
.cost,
.sum_cost,
.weight,
.sum_weight,
.pts,
.ref,
.usage,
.level,
.parry,
.block,
.damage,
.reach,
.st,
.acc,
.range,
.rof,
.shots,
.bulk,
.rcl,
.load,
.loadh,
.move,
.moveh,
.dodge,
.dodgeh,
.where,
.penalty,
.dr,
.situation {
border-left: 1px solid lightgray;
}
.sl,
.rsl,
.qty,
.equipped,
.uses,
.cost,
.sum_cost,
.weight,
.sum_weight,
.pts,
.ref,
.level,
.parry,
.block,
.reach,
.st,
.acc,
.rof,
.shots,
.bulk,
.rcl,
.load,
.where,
.penalty,
.dr,
.lift,
.modifier {
text-align: right;
}
.move,
.dodge,
.equipped,
.roll {
text-align: center;
}
.liftdesc,
.where {
text-align: left;
}
.encmarker,
.encmarkerh,
.enc,
.ench,
.load,
.loadh,
.move,
.moveh,
.dodge,
.dodgeh,
.roll,
.where,
.penalty,
.dr,
.liftdesc,
.lift,
.modifier {
white-space: nowrap;
}
#lifting .field,
.noedit {
white-space: nowrap;
border: none;
}
.header,
#reactions .header,
#melee .header,
#ranged .header,
#equipment .header,
#other_equipment .header {
background-color: black;
border-bottom: 1px solid black;
color: white;
text-align: center;
font-size: 80%;
}
#location .header:nth-last-child(8n + 4),
#location .header:nth-last-child(8n + 3),
#location .header:nth-last-child(8n + 2),
#location .header:nth-last-child(8n + 1) {
background-color: black;
}
#encumbrance > div:nth-last-child(-n + 5),
#lifting > div:nth-last-child(-n + 2),
#location > div:nth-last-child(-n + 4) {
border-bottom: none;
}
#reactions > div:nth-last-child(-n + 3),
#melee > div:nth-last-child(-n + 9),
#ranged > div:nth-last-child(-n + 11),
#advantages > div:nth-last-child(-n + 3),
#skills > div:nth-last-child(-n + 5),
#spells > div:nth-last-child(-n + 11),
#equipment > div:nth-last-child(-n + 9),
#other_equipment > div:nth-last-child(-n + 9),
#notes > div:nth-last-child(-n + 1) {
border-bottom: none;
grid-row: 1001;
}
.indent1 {
padding-left: 1em;
}
.indent2 {
padding-left: 2em;
}
.indent3 {
padding-left: 3em;
}
.indent4 {
padding-left: 4em;
}
.indent5 {
padding-left: 5em;
}
.indent6 {
padding-left: 6em;
}
.indent7 {
padding-left: 7em;
}
.indent8 {
padding-left: 8em;
}
.indent9 {
padding-left: 9em;
}
.satisfiedN {
color: red;
}
#encumbrance .current:nth-last-child(10n + 5),
#encumbrance .current:nth-last-child(10n + 4),
#encumbrance .current:nth-last-child(10n + 3),
#encumbrance .current:nth-last-child(10n + 2),
#encumbrance .current:nth-last-child(10n + 1),
.current {
background-color: lightgoldenrodyellow;
}
.list_note {
font-size: 80%;
}
.encmarker.current:after {
content: '>';
}
.enc0:after {
content: 'None (0)';
}
.enc1:after {
content: 'Light (1)';
}
.enc2:after {
content: 'Medium (2)';
}
.enc3:after {
content: 'Heavy (3)';
}
.enc4:after {
content: 'X-heavy (4)';
}
.overflowy {
overflow-y: auto;
}
/* ----- combat sheet additions ----- */
#combat-sheet {
display: grid;
grid-template-columns: 0fr 8em 8em auto;
/* grid-template-rows: 0fr auto auto; */
grid-gap: 0.05in;
grid-template-areas:
'combat-attrs combat-hitfat combat-trackers combat-location'
'condition condition combat-trackers combat-location'
'combat-encumber combat-encumber combat-encumber combat-location'
'combat-weapons combat-weapons combat-weapons combat-weapons ';
}
#combat-hitfat {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto auto;
grid-gap: 0.05in;
}
#combat-trackers {
grid-area: combat-trackers;
display: grid;
grid-template-columns: 1fr;
justify-content: start;
gap: 0.05in;
height: fit-content;
}
#combat-attrs,
#combat-weapons,
#combat-condition,
#combat-location {
grid-gap: 0.05in;
display: grid;
grid-template-rows: 0fr 1fr;
}
#combat-identity,
#combat-condition,
#combat-hit,
#combat-attrs,
#combat-location {
border: 1px solid black;
}
.header.major-heading {
border-bottom: 1px solid white;
}
.header.minor-heading {
background-color: grey !important;
border: none !important;
}
.no-border {
border: none !important;
}
#combat-encumber {
border: 1px solid black;
align-content: stretch;
}
/* #combat-condition {
grid-area: combat-condition;
} */
#combat-identity {
grid-area: combat-identity;
}
#combat-hit .field,
.tracked-resource .field {
text-align: end;
margin-left: 2px;
margin-right: 2px;
}
#editorsheet #combat-hit .field,
#editorsheet #combat-fat .field,
#editorsheet .tracked-resource .field {
border-bottom: 1px solid lightgrey;
}
#editorsheet .tracked-resource .tooltip .field {
border: none !important;
}
.conditional-injury .condition-block .basic-value .label {
text-align: right;
}
.gurps #combat-sheet .condition-block .basic-label {
font-size: 80%;
}
#hitpoints .selected {
background-color: #ffcdd2;
}
.gurps .condition-block .tired,
.gurps .condition-block .reeling {
background-color: #b8ffff;
}
.gurps .condition-block .collapse,
.resource-spinner .depleted {
background-color: #ffcdd2;
}
.gurps .condition-block .check {
background-color: lightcoral;
}
.gurps .condition-block .unconscious,
.gurps .condition-block .dead {
background-color: black;
color: white;
}
.gurps .condition-block .destroyed {
background-color: black;
color: lightcoral;
}
#combat-location {
display: grid;
gap: 0;
border: 1px solid black;
align-content: stretch;
grid-area: combat-location;
grid-template:
'header header header header'
'roll where penalty dr';
grid-template-rows: 0fr 0fr;
grid-auto-rows: 1fr;
padding-top: 0;
padding-bottom: 0;
}
#combat-encumber-container {
display: grid;
grid-area: combat-encumber-container;
grid-template:
'header header header header header'
'encmarkerh ench loadh moveh dodgeh'
'encmarker enc load move dodge';
/* font-size: 80%; */
}
#combat-encumber-container .encmarkerh,
#combat-encumber-container .ench,
#combat-encumber-container .loadh,
#combat-encumber-container .moveh,
#combat-encumber-container .dodgeh,
#combat-encumber-container .encmarker,
#combat-encumber-container .enc,
#combat-encumber-container .load,
#combat-encumber-container .move,
#combat-encumber-container .dodge {
font-size: 80%;
}
#combat-encumber .header:first-child,
#combat-location .header:first-child {
grid-area: header;
border-bottom: 1px solid lightgray;
}
#combat-encumber .encmarker:nth-last-child(10n + 5),
#combat-encumber .enc:nth-last-child(10n + 4),
#combat-encumber .load:nth-last-child(10n + 3),
#combat-encumber .move:nth-last-child(10n + 2),
#combat-encumber .dodge:nth-last-child(10n + 1),
#combat-location .roll:nth-last-child(8n + 4),
#combat-location .where:nth-last-child(8n + 3),
#combat-location .penalty:nth-last-child(8n + 2),
#combat-location .dr:nth-last-child(8n + 1) {
background-color: #e8ffe8;
}
#combat-location .header:nth-last-child(8n + 4),
#combat-location .header:nth-last-child(8n + 3),
#combat-location .header:nth-last-child(8n + 2),
#combat-location .header:nth-last-child(8n + 1) {
background-color: black;
}
#combat-location > div:nth-last-child(-n + 4) {
border-bottom: none;
}
#combat-location .roll,
#combat-location .where,
#combat-location .penalty,
#combat-location .dr {
font-size: 80%;
}
#combat-attrs {
grid-area: combat-attrs;
gap: 0;
}
#combat-attrs-container {
display: grid;
gap: 0 0.15em;
grid-template-columns: 0fr 0fr;
grid-template-rows: auto;
grid-template-areas: 'combat-attrs-1 combat-attrs-2';
}
#combat-attrs-1 {
grid-area: combat-attrs-1;
border-right: 1px solid black;
}
#combat-attrs-2 {
grid-area: combat-attrs-2;
}
#combat-encumber {
grid-area: combat-encumber;
}
#combat-encumber {
grid-template:
'header header header header header'
'encmarkerh ench loadh moveh dodgeh'
'encmarker enc load move dodge';
}
#combat-encumber > div:nth-last-child(-n + 5),
#combat-location > div:nth-last-child(-n + 4) {
border-bottom: none;
}
#combat-encumber .current:nth-last-child(10n + 5),
#combat-encumber .current:nth-last-child(10n + 4),
#combat-encumber .current:nth-last-child(10n + 3),
#combat-encumber .current:nth-last-child(10n + 2),
#combat-encumber .current:nth-last-child(10n + 1),
.current {
background-color: lightgoldenrodyellow;
}
#combat-weapons {
grid-area: combat-weapons;
display: grid;
row-gap: 0.05in;
grid-template-columns: auto;
grid-template-rows: auto auto auto;
grid-template-areas:
'speed-range-table'
'melee'
'ranged';
}
#combat-weapons .desc,
#combat-weapons .list_note,
#combat-weapons .usage,
#combat-weapons .level,
#combat-weapons .parry,
#combat-weapons .damage,
#combat-weapons .reach,
#combat-weapons .st,
#combat-weapons .acc,
#combat-weapons .range,
#combat-weapons .rof,
#combat-weapons .shots,
#combat-weapons .bulk,
#combat-weapons .rcl {
font-size: 80%;
}
#combat-attrs-damage-sw {
grid-area: combat-attrs-damage-sw;
}
#combat-attrs-damage-thr {
grid-area: combat-attrs-damage-thr;
}
#speed-range-table {
grid-area: speed-range-table;
border: 1px solid black;
align-content: stretch;
display: grid;
grid-template-areas:
'header'
'range-table';
}
#range-table {
grid-area: range-table;
display: grid;
border: 1px solid lightgray;
align-content: stretch;
grid-template-columns: 3fr repeat(var(--count), 1fr);
grid-template-rows: 0fr 0fr;
}
#range-table .label {
text-align: end;
border-right: 1px solid lightgray;
border-bottom: 1px solid lightgray;
}
#range-table .label:nth-last-child(1),
#range-table .label:nth-last-child(2),
#range-table .label:nth-last-child(3),
#range-table .label:nth-last-child(4),
#range-table .label:nth-last-child(5),
#range-table .label:nth-last-child(6),
#range-table .label:nth-last-child(7),
#range-table .label:nth-last-child(8),
#range-table .label:nth-last-child(9),
#range-table .label:nth-last-child(10),
#range-table .label:nth-last-child(11),
#range-table .label:nth-last-child(12),
#range-table .label:nth-last-child(13),
#range-table .label:nth-last-child(14),
#range-table .label:nth-last-child(15),
#range-table .label:nth-last-child(16) {
border-bottom: none;
}
#range-table .label:nth-last-child(17),
#range-table .label:nth-last-child(1) {
border-right: none;
}
#range-table .label:nth-child(odd) {
background-color: #e8ffe8;
}
/* Message Chat styles */
.damage-all-message,
.damage-message {
border: 1px #6f6c66;
border-style: outset;
border-radius: 5px;
margin: 3px;
padding: 0.25em;
}
.damage-all-message:hover,
.damage-message:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.roll-message .modifier-list {
list-style-type: none;
padding-left: 1em;
}
.roll-message .modifier-list li {
font-size: 85%;
font-style: italic;
}
.roll-result {
display: flex;
flex-direction: column;
justify-content: center;
}
.roll-result .roll-value {
font-size: medium;
font-weight: bold;
}
.roll-message .aside {
font-size: smaller;
text-align: end;
font-weight: normal;
text-align: start;
}
.roll-message .note {
font-size: medium;
text-align: right;
font-weight: normal;
text-align: start;
}
.roll-result .roll-value,
.roll-result .roll-detail {
font-family: 'Font Awesome 5 Free', 'Roboto', sans-serif;
}
.roll-result .roll-detail {
font-weight: normal;
}
.roll-result .roll-detail .aside {
font-size: inherit;
}
.roll-result .roll-detail .crit {
font-size: large;
font-weight: bolder;
}
.roll-result .roll-detail .success {
color: darkgreen;
font-weight: bold;
}
.roll-result .roll-detail .failure {
color: darkred;
font-weight: bold;
}
.roll-result .roll-detail .crit.success {
color: black;
text-shadow: 0 0 3px #00ff00;
}
.roll-result .roll-detail .crit.failure {
color: black;
text-shadow: 0 0 3px #ff0000;
}
.user-created {
/* padding-left: 10px; */
}
.user-created::before {
content: '\f02e'; /* this is your text. You can also use UTF-8 character codes as I do here */
font-family: 'Font Awesome 5 Free', 'Roboto', sans-serif;
font-weight: 900;
float: left;
color: steelblue;
padding-right: 0.35em;
padding-top: 2px;
}
.sheet-body,
.sheet-body .tab,
.sheet-body .tab .editor {
height: 100%;
}
.sheet-tabs {
display: block;
height: 40px;
border-top: 1px solid #AAA;
border-bottom: 1px solid #AAA;
}
.sheet-tabs li {
display: inline-block;
margin: 0 10px 0 10px;
}
.tab-item {
line-height: 32px;
font-weight: normal;
}
.tab-item.active {
text-decoration: underline;
text-shadow: none;
font-weight: bold;
background-color: #e8ffe8;
font-size: 105%;
}
/* Cannot use table-column as it breaks the indenting logic for contained items */
.table-column {
padding: 3px;
justify-content: center;
height: auto;
display: flex;
flex-direction: column;
}
.table-column .list_note {
font-size: 85%;
display: block;
}
.table-column.center {
text-align: center;
}
.table-column span {
pointer-events: none; /* We need pointer events to know how to expand/collapse items */
}
.desc {
/* position: relative; needed so that the tooltip was not limited to the tab area. */
}
.desc .tooltippic {
visibility: hidden;
position: absolute;
z-index:999;
left: 60%;
margin-top: -102px;
}
.desc .tooltippic img {
max-height: 100px;
}
.desc:hover .tooltippic {
visibility: visible;
} | 0.314998 | 0.061452 |
body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
background-color: aliceblue; }
#topMenu {
position: absolute;
padding: 5px;
top: 10px;
right: 10px;
background-color: #3b3b3b;
z-index: 100;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.8) 0 1px 4px -1px; }
#topMenu #searchButton {
display: inline-block; }
#topMenu #searchButton i {
display: inline-block;
color: white;
padding: 3px 3px;
margin: 2px;
cursor: pointer;
background-color: grey;
border-radius: 5px;
border: 1px solid #a5a5a5; }
#topMenu #searchButton i:active {
background-color: #008EF7; }
#topMenu #geoloc {
display: inline-block; }
#topMenu #geoloc #geolocalizationButton {
color: white;
padding: 3px 3px;
margin: 2px;
cursor: pointer;
background-color: grey;
border-radius: 5px;
border: 1px solid #a5a5a5; }
#topMenu #geoloc #geolocalizationButton:active {
background-color: #008EF7; }
#topMenu #geoloc #loadingIndicator {
display: none;
color: white;
padding: 3px 3px;
margin: 2px;
border-radius: 5px;
border: 1px solid #3b3b3b; }
#topMenu #geoloc.loading #geolocalizationButton {
display: none; }
#topMenu #geoloc.loading #loadingIndicator {
display: inline-block; }
#topMenu .brand {
display: inline-block;
padding: 0 10px;
border-left: 1px solid #adadad;
color: #adadad;
font-weight: 300; }
#searchContainer {
display: none;
position: absolute;
z-index: 110;
background-color: #2c2c2c;
top: 0;
left: 0;
bottom: 0;
right: 0; }
#searchContainer .top {
box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px 0px;
height: 50px;
background-color: #5b5b5b; }
#searchContainer .top .search {
position: absolute;
left: 10px;
right: 65px;
line-height: 50px;
vertical-align: middle; }
#searchContainer .top .search input {
font-size: 16px;
border: 2px solid #c6c6c6;
padding-left: 5px;
padding-right: 5px;
height: 31px;
width: 100%;
line-height: 29px; }
#searchContainer .top .exit {
cursor: pointer;
text-align: center;
position: absolute;
right: 0;
width: 50px;
line-height: 50px;
vertical-align: middle;
color: white; }
#searchContainer .top .exit i {
font-weight: lighter;
vertical-align: middle;
font-size: 1.8em; }
#searchContainer .list {
position: absolute;
left: 0;
top: 50px;
bottom: 0;
right: 0;
display: block;
overflow: auto;
text-transform: uppercase;
font-weight: 300;
font-size: 0.9em;
list-style: none;
margin: 0;
padding: 0;
color: white; }
#searchContainer .list li {
cursor: pointer;
border-bottom: 1px solid grey;
line-height: 35px;
padding: 0 15px 0 5px; }
#searchContainer .list li i {
line-height: 35px;
position: absolute;
right: 15px;
vertical-align: middle; }
#searchContainer .message {
position: absolute;
top: 66px;
left: 0;
right: 0;
bottom: 0; }
#searchContainer .message p {
text-align: center;
color: #919191;
text-transform: uppercase;
padding: 0 10px; }
#mapContainer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 200px; }
#mapContainer #map {
height: 100%; }
#bottomTab {
position: absolute;
bottom: 0;
width: 100%;
height: 200px;
box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px 0px;
background-color: transparent; }
#bottomTab #resizeGripBar {
height: 10px;
width: 100%;
cursor: ns-resize;
background-color: #acacac;
border-bottom: 1px solid #757575;
border-top: 1px solid #757575;
text-align: center;
line-height: 10px;
font-size: 0.5em; }
#bottomTab #resizeGripBar i {
color: #4d4d4d; }
#bottomTab .mainContainer {
position: absolute;
width: 100%;
top: 12px;
bottom: 0;
background-color: #3b3b3b; }
#bottomTab .mainContainer .tabContainer .tab {
display: none; }
#bottomTab .mainContainer .tabContainer .tab .subHeader {
position: absolute;
height: 30px;
top: 0;
left: 0;
right: 0;
background-color: #8b8b8b;
color: white; }
#bottomTab .mainContainer .tabContainer .tab .subHeader .text {
height: 30px;
top: 0;
position: absolute;
left: 30px;
right: 40px;
text-align: center;
line-height: 30px;
text-transform: uppercase;
font-weight: 300;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
#bottomTab .mainContainer .tabContainer .tab .message {
position: absolute;
top: 36px;
left: 0;
right: 0;
bottom: 0; }
#bottomTab .mainContainer .tabContainer .tab .message p {
text-align: center;
color: #919191;
text-transform: uppercase;
padding: 0 10px; }
#bottomTab .mainContainer .tabContainer .tab .content_text {
text-align: center;
color: white;
display: block;
position: absolute;
top: 30px;
left: 0;
right: 0;
bottom: 30px;
overflow: auto; }
#bottomTab .mainContainer .tabContainer .tab .content_text p {
padding: 0 10px; }
#bottomTab .mainContainer .tabContainer .tab .content_text p a {
color: #008EF7; }
#bottomTab .mainContainer .tabContainer .tab .content {
display: block;
position: absolute;
top: 30px;
left: 0;
right: 0;
bottom: 30px;
overflow: auto;
text-transform: uppercase;
font-weight: 300;
font-size: 0.9em;
list-style: none;
margin: 0;
padding: 0;
color: white; }
#bottomTab .mainContainer .tabContainer .tab .content li {
border-bottom: 1px solid grey;
line-height: 25px;
padding: 0 5px; }
#bottomTab .mainContainer .tabContainer .tab.active {
display: block; }
#bottomTab .mainContainer .tabContainer .tab#nextBusesDetails .subHeader .refresh {
display: none;
position: absolute;
width: 18px;
height: 18px;
top: 2px;
right: 5px;
text-align: center;
color: white;
padding: 3px 3px; }
#bottomTab .mainContainer .tabContainer .tab#nextBusesDetails .content li .time {
margin-left: 15px;
display: inline-block;
max-width: 80%; }
#bottomTab .mainContainer .tabContainer .tab#nextBusesDetails .content li .bus {
float: right;
margin-right: 15px;
display: inline-block; }
#bottomTab .mainContainer .tabContainer .tab#nextBusesDetails .content li .destination {
display: inline-block;
font-weight: bold; }
#bottomTab .mainContainer .tabContainer .tab#nextBusesDetails .content li.separator {
background-color: #595959; }
#bottomTab .mainContainer .tabContainer .tab#favoritesDetails .content li {
line-height: 32px;
padding-left: 15px;
cursor: pointer; }
#bottomTab .mainContainer .tabContainer .tab#favoritesDetails .content li:hover {
background-color: #008EF7; }
#bottomTab .mainContainer .nav {
box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px 0px;
list-style: none;
margin: 0;
padding: 0;
width: 100%;
display: table;
table-layout: fixed;
overflow: hidden;
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: #2c2c2c;
text-align: center; }
#bottomTab .mainContainer .nav li {
display: table-cell;
*float: left;
/* improve IE7 */
height: 30px;
text-align: center;
padding-left: 5px; }
#bottomTab .mainContainer .nav li:first-child {
padding-left: 0; }
#bottomTab .mainContainer .nav li i {
width: 100%;
display: block;
height: 100%;
line-height: 30px;
text-decoration: none;
font-weight: bold;
color: white; }
#bottomTab .mainContainer .nav li i:hover {
background-color: #498cd5;
color: #ddeeee; }
#bottomTab .mainContainer .nav li.button.selected i {
background-color: #498cd5; }
#map .infobox {
position: relative;
width: 280px;
border-radius: 5px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: rgba(0, 0, 0, 0.8) 0 1px 4px -1px; }
#map .infobox .icon {
position: absolute;
height: 100%;
width: 30px;
text-align: center;
font-weight: 100;
font-size: 1.5em;
display: inline-block; }
#map .infobox .icon i {
display: table;
height: 100%;
width: 100%; }
#map .infobox .icon i:before {
vertical-align: middle;
display: table-cell; }
#map .infobox .icon.favorite {
border-radius: 5px 0 0 5px;
left: 0;
color: white;
background-color: #008EF7; }
#map .infobox .icon.favorite:hover {
background-color: #38abff; }
#map .infobox .icon.favorite.isFavorite {
background-color: orange; }
#map .infobox .icon.favorite.isFavorite:hover {
color: #ff7575; }
#map .infobox .icon.close {
color: #ff7575;
border-radius: 0 5px 5px 0;
right: 0;
background-color: #3b3b3b;
border-left: 1px solid #656565; }
#map .infobox .icon.close:hover {
background-color: #656565; }
#map .infobox .icon:hover {
cursor: pointer; }
#map .infobox .content {
color: white;
width: 280px;
position: relative;
line-height: 20px;
height: 100%;
display: inline-block;
font-size: 1.2em;
text-align: center; }
#map .infobox .content p {
padding-top: 5px;
padding-bottom: 5px;
background-color: #3b3b3b;
line-height: 20px;
margin: auto;
width: 220px; }
@media all and (orientation: landscape) {
#mapContainer {
left: 35%;
height: 100%; }
#bottomTab {
bottom: 0;
top: 0;
left: 0;
width: 35%;
height: auto !important; }
#bottomTab #resizeGripBar {
display: none; }
#bottomTab #resizeGripBar i {
display: none; }
#bottomTab .mainContainer {
position: absolute;
width: 100%;
top: 0;
bottom: 0; }
#bottomTab .mainContainer #nextBusesDetails .result {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; } }
@media (min-width: 1080px) and (orientation: landscape) {
#mapContainer {
left: 370px;
height: 100%; }
#bottomTab {
width: 370px; } } | public/stylesheets/index.css | body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
background-color: aliceblue; }
#topMenu {
position: absolute;
padding: 5px;
top: 10px;
right: 10px;
background-color: #3b3b3b;
z-index: 100;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.8) 0 1px 4px -1px; }
#topMenu #searchButton {
display: inline-block; }
#topMenu #searchButton i {
display: inline-block;
color: white;
padding: 3px 3px;
margin: 2px;
cursor: pointer;
background-color: grey;
border-radius: 5px;
border: 1px solid #a5a5a5; }
#topMenu #searchButton i:active {
background-color: #008EF7; }
#topMenu #geoloc {
display: inline-block; }
#topMenu #geoloc #geolocalizationButton {
color: white;
padding: 3px 3px;
margin: 2px;
cursor: pointer;
background-color: grey;
border-radius: 5px;
border: 1px solid #a5a5a5; }
#topMenu #geoloc #geolocalizationButton:active {
background-color: #008EF7; }
#topMenu #geoloc #loadingIndicator {
display: none;
color: white;
padding: 3px 3px;
margin: 2px;
border-radius: 5px;
border: 1px solid #3b3b3b; }
#topMenu #geoloc.loading #geolocalizationButton {
display: none; }
#topMenu #geoloc.loading #loadingIndicator {
display: inline-block; }
#topMenu .brand {
display: inline-block;
padding: 0 10px;
border-left: 1px solid #adadad;
color: #adadad;
font-weight: 300; }
#searchContainer {
display: none;
position: absolute;
z-index: 110;
background-color: #2c2c2c;
top: 0;
left: 0;
bottom: 0;
right: 0; }
#searchContainer .top {
box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px 0px;
height: 50px;
background-color: #5b5b5b; }
#searchContainer .top .search {
position: absolute;
left: 10px;
right: 65px;
line-height: 50px;
vertical-align: middle; }
#searchContainer .top .search input {
font-size: 16px;
border: 2px solid #c6c6c6;
padding-left: 5px;
padding-right: 5px;
height: 31px;
width: 100%;
line-height: 29px; }
#searchContainer .top .exit {
cursor: pointer;
text-align: center;
position: absolute;
right: 0;
width: 50px;
line-height: 50px;
vertical-align: middle;
color: white; }
#searchContainer .top .exit i {
font-weight: lighter;
vertical-align: middle;
font-size: 1.8em; }
#searchContainer .list {
position: absolute;
left: 0;
top: 50px;
bottom: 0;
right: 0;
display: block;
overflow: auto;
text-transform: uppercase;
font-weight: 300;
font-size: 0.9em;
list-style: none;
margin: 0;
padding: 0;
color: white; }
#searchContainer .list li {
cursor: pointer;
border-bottom: 1px solid grey;
line-height: 35px;
padding: 0 15px 0 5px; }
#searchContainer .list li i {
line-height: 35px;
position: absolute;
right: 15px;
vertical-align: middle; }
#searchContainer .message {
position: absolute;
top: 66px;
left: 0;
right: 0;
bottom: 0; }
#searchContainer .message p {
text-align: center;
color: #919191;
text-transform: uppercase;
padding: 0 10px; }
#mapContainer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 200px; }
#mapContainer #map {
height: 100%; }
#bottomTab {
position: absolute;
bottom: 0;
width: 100%;
height: 200px;
box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px 0px;
background-color: transparent; }
#bottomTab #resizeGripBar {
height: 10px;
width: 100%;
cursor: ns-resize;
background-color: #acacac;
border-bottom: 1px solid #757575;
border-top: 1px solid #757575;
text-align: center;
line-height: 10px;
font-size: 0.5em; }
#bottomTab #resizeGripBar i {
color: #4d4d4d; }
#bottomTab .mainContainer {
position: absolute;
width: 100%;
top: 12px;
bottom: 0;
background-color: #3b3b3b; }
#bottomTab .mainContainer .tabContainer .tab {
display: none; }
#bottomTab .mainContainer .tabContainer .tab .subHeader {
position: absolute;
height: 30px;
top: 0;
left: 0;
right: 0;
background-color: #8b8b8b;
color: white; }
#bottomTab .mainContainer .tabContainer .tab .subHeader .text {
height: 30px;
top: 0;
position: absolute;
left: 30px;
right: 40px;
text-align: center;
line-height: 30px;
text-transform: uppercase;
font-weight: 300;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
#bottomTab .mainContainer .tabContainer .tab .message {
position: absolute;
top: 36px;
left: 0;
right: 0;
bottom: 0; }
#bottomTab .mainContainer .tabContainer .tab .message p {
text-align: center;
color: #919191;
text-transform: uppercase;
padding: 0 10px; }
#bottomTab .mainContainer .tabContainer .tab .content_text {
text-align: center;
color: white;
display: block;
position: absolute;
top: 30px;
left: 0;
right: 0;
bottom: 30px;
overflow: auto; }
#bottomTab .mainContainer .tabContainer .tab .content_text p {
padding: 0 10px; }
#bottomTab .mainContainer .tabContainer .tab .content_text p a {
color: #008EF7; }
#bottomTab .mainContainer .tabContainer .tab .content {
display: block;
position: absolute;
top: 30px;
left: 0;
right: 0;
bottom: 30px;
overflow: auto;
text-transform: uppercase;
font-weight: 300;
font-size: 0.9em;
list-style: none;
margin: 0;
padding: 0;
color: white; }
#bottomTab .mainContainer .tabContainer .tab .content li {
border-bottom: 1px solid grey;
line-height: 25px;
padding: 0 5px; }
#bottomTab .mainContainer .tabContainer .tab.active {
display: block; }
#bottomTab .mainContainer .tabContainer .tab#nextBusesDetails .subHeader .refresh {
display: none;
position: absolute;
width: 18px;
height: 18px;
top: 2px;
right: 5px;
text-align: center;
color: white;
padding: 3px 3px; }
#bottomTab .mainContainer .tabContainer .tab#nextBusesDetails .content li .time {
margin-left: 15px;
display: inline-block;
max-width: 80%; }
#bottomTab .mainContainer .tabContainer .tab#nextBusesDetails .content li .bus {
float: right;
margin-right: 15px;
display: inline-block; }
#bottomTab .mainContainer .tabContainer .tab#nextBusesDetails .content li .destination {
display: inline-block;
font-weight: bold; }
#bottomTab .mainContainer .tabContainer .tab#nextBusesDetails .content li.separator {
background-color: #595959; }
#bottomTab .mainContainer .tabContainer .tab#favoritesDetails .content li {
line-height: 32px;
padding-left: 15px;
cursor: pointer; }
#bottomTab .mainContainer .tabContainer .tab#favoritesDetails .content li:hover {
background-color: #008EF7; }
#bottomTab .mainContainer .nav {
box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px 0px;
list-style: none;
margin: 0;
padding: 0;
width: 100%;
display: table;
table-layout: fixed;
overflow: hidden;
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: #2c2c2c;
text-align: center; }
#bottomTab .mainContainer .nav li {
display: table-cell;
*float: left;
/* improve IE7 */
height: 30px;
text-align: center;
padding-left: 5px; }
#bottomTab .mainContainer .nav li:first-child {
padding-left: 0; }
#bottomTab .mainContainer .nav li i {
width: 100%;
display: block;
height: 100%;
line-height: 30px;
text-decoration: none;
font-weight: bold;
color: white; }
#bottomTab .mainContainer .nav li i:hover {
background-color: #498cd5;
color: #ddeeee; }
#bottomTab .mainContainer .nav li.button.selected i {
background-color: #498cd5; }
#map .infobox {
position: relative;
width: 280px;
border-radius: 5px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: rgba(0, 0, 0, 0.8) 0 1px 4px -1px; }
#map .infobox .icon {
position: absolute;
height: 100%;
width: 30px;
text-align: center;
font-weight: 100;
font-size: 1.5em;
display: inline-block; }
#map .infobox .icon i {
display: table;
height: 100%;
width: 100%; }
#map .infobox .icon i:before {
vertical-align: middle;
display: table-cell; }
#map .infobox .icon.favorite {
border-radius: 5px 0 0 5px;
left: 0;
color: white;
background-color: #008EF7; }
#map .infobox .icon.favorite:hover {
background-color: #38abff; }
#map .infobox .icon.favorite.isFavorite {
background-color: orange; }
#map .infobox .icon.favorite.isFavorite:hover {
color: #ff7575; }
#map .infobox .icon.close {
color: #ff7575;
border-radius: 0 5px 5px 0;
right: 0;
background-color: #3b3b3b;
border-left: 1px solid #656565; }
#map .infobox .icon.close:hover {
background-color: #656565; }
#map .infobox .icon:hover {
cursor: pointer; }
#map .infobox .content {
color: white;
width: 280px;
position: relative;
line-height: 20px;
height: 100%;
display: inline-block;
font-size: 1.2em;
text-align: center; }
#map .infobox .content p {
padding-top: 5px;
padding-bottom: 5px;
background-color: #3b3b3b;
line-height: 20px;
margin: auto;
width: 220px; }
@media all and (orientation: landscape) {
#mapContainer {
left: 35%;
height: 100%; }
#bottomTab {
bottom: 0;
top: 0;
left: 0;
width: 35%;
height: auto !important; }
#bottomTab #resizeGripBar {
display: none; }
#bottomTab #resizeGripBar i {
display: none; }
#bottomTab .mainContainer {
position: absolute;
width: 100%;
top: 0;
bottom: 0; }
#bottomTab .mainContainer #nextBusesDetails .result {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; } }
@media (min-width: 1080px) and (orientation: landscape) {
#mapContainer {
left: 370px;
height: 100%; }
#bottomTab {
width: 370px; } } | 0.385259 | 0.058132 |
@import url("basic.css");
/* -- page layout ----------------------------------------------------------- */
#manual_body {
font-family: 'Lucida Grande', Arial, sans-serif;
font-size: 100%;
background-color: white;
color: #000;
}
#manual_body div.document {
background-color: white;
}
#manual_body div.bodywrapper {
margin: 0 0 0 20px;
}
#manual_body div.body {
background-color: white;
color: #222222;
padding: 0 20px 30px 20px;
}
#manual_body div.footer {
color: #555555;
width: 100%;
padding: 9px 0 9px 0;
text-align: center;
font-size: 75%;
}
#manual_body div.footer a {
color: #555555;
text-decoration: underline;
}
#manual_body div.related {
background-color: white;
line-height: 30px;
color: #666666;
}
#manual_body div.related a {
color: #444444;
}
#manual_body div.sphinxsidebar {
}
#manual_body div.sphinxsidebar h3 {
font-family: 'Lucida Grande', Arial, sans-serif;
color: #444444;
font-size: 1.4em;
font-weight: normal;
margin: 0;
padding: 0;
}
#manual_body div.sphinxsidebar h3 a {
color: #444444;
}
#manual_body div.sphinxsidebar h4 {
font-family: 'Lucida Grande', Arial, sans-serif;
color: #444444;
font-size: 1.3em;
font-weight: normal;
margin: 5px 0 0 0;
padding: 0;
}
#manual_body div.sphinxsidebar p {
color: #444444;
}
#manual_body div.sphinxsidebar p.topless {
margin: 5px 10px 10px 10px;
}
#manual_body div.sphinxsidebar ul {
margin: 10px;
padding: 0;
color: #444444;
}
#manual_body div.sphinxsidebar a {
color: #444444;
}
#manual_body div.sphinxsidebar a.active {
color: #ec6565 !important;
}
#manual_body div.sphinxsidebar input {
border: 1px solid #444444;
font-family: sans-serif;
font-size: 1em;
}
/* for collapsible sidebar */
#manual_body div#sidebarbutton {
background-color: #3c6e83;
}
/* -- hyperlink styles ------------------------------------------------------ */
#manual_body a {
color: #0090c0;
text-decoration: none;
}
#manual_body a:visited {
color: #00608f;
text-decoration: none;
}
#manual_body a:hover {
text-decoration: underline;
}
/* -- body styles ----------------------------------------------------------- */
#manual_body div.body h1,
#manual_body div.body h2,
#manual_body div.body h3,
#manual_body div.body h4,
#manual_body div.body h5,
#manual_body div.body h6 {
font-family: 'Lucida Grande', Arial, sans-serif;
background-color: white;
font-weight: normal;
color: #1a1a1a;
border-bottom: 1px solid #ccc;
margin: 20px -20px 10px -20px;
padding: 3px 0 3px 10px;
}
#manual_body div.body h1 { margin-top: 0; font-size: 200%; }
#manual_body div.body h2 { font-size: 160%; }
#manual_body div.body h3 { font-size: 140%; }
#manual_body div.body h4 { font-size: 120%; }
#manual_body div.body h5 { font-size: 110%; }
#manual_body div.body h6 { font-size: 100%; }
#manual_body a.headerlink {
color: #aaaaaa;
font-size: 0.8em;
padding: 0 4px 0 4px;
text-decoration: none;
}
#manual_body a.headerlink:hover {
background-color: #aaaaaa;
color: white;
}
#manual_body div.body p, #manual_body div.body dd, #manual_body div.body li, #manual_body div.body blockquote {
text-align: justify;
line-height: 130%;
}
#manual_body div.admonition p.admonition-title + p {
display: inline;
}
#manual_body div.admonition p {
margin-bottom: 5px;
}
#manual_body div.admonition pre {
margin-bottom: 5px;
}
#manual_body div.admonition ul, #manual_body div.admonition ol {
margin-bottom: 5px;
}
#manual_body div.note {
background-color: #eee;
border: 1px solid #ccc;
}
#manual_body div.seealso {
background-color: #ffc;
border: 1px solid #ff6;
}
#manual_body div.topic {
background-color: #eee;
}
#manual_body div.warning {
background-color: #ffe4e4;
border: 1px solid #f66;
}
#manual_body p.admonition-title {
display: inline;
}
#manual_body p.admonition-title:after {
content: ":";
}
#manual_body pre {
padding: 5px;
background-color: #eeffcc;
color: #333333;
line-height: 120%;
border: 1px solid #ac9;
border-left: none;
border-right: none;
}
#manual_body code {
background-color: #ecf0f3;
padding: 0 1px 0 1px;
font-size: 0.95em;
}
#manual_body th {
background-color: #ede;
}
#manual_body .warning code {
background: #efc2c2;
}
#manual_body .note code {
background: #d6d6d6;
}
#manual_body .viewcode-back {
font-family: 'Lucida Grande', Arial, sans-serif;
}
#manual_body div.viewcode-block:target {
background-color: #f4debf;
border-top: 1px solid #ac9;
border-bottom: 1px solid #ac9;
}
#manual_body div.code-block-caption {
color: #efefef;
background-color: #1c4e63;
}
.content #main_slider ul {
font-size: 12px;
} | webapp/manual/css/classic.css | @import url("basic.css");
/* -- page layout ----------------------------------------------------------- */
#manual_body {
font-family: 'Lucida Grande', Arial, sans-serif;
font-size: 100%;
background-color: white;
color: #000;
}
#manual_body div.document {
background-color: white;
}
#manual_body div.bodywrapper {
margin: 0 0 0 20px;
}
#manual_body div.body {
background-color: white;
color: #222222;
padding: 0 20px 30px 20px;
}
#manual_body div.footer {
color: #555555;
width: 100%;
padding: 9px 0 9px 0;
text-align: center;
font-size: 75%;
}
#manual_body div.footer a {
color: #555555;
text-decoration: underline;
}
#manual_body div.related {
background-color: white;
line-height: 30px;
color: #666666;
}
#manual_body div.related a {
color: #444444;
}
#manual_body div.sphinxsidebar {
}
#manual_body div.sphinxsidebar h3 {
font-family: 'Lucida Grande', Arial, sans-serif;
color: #444444;
font-size: 1.4em;
font-weight: normal;
margin: 0;
padding: 0;
}
#manual_body div.sphinxsidebar h3 a {
color: #444444;
}
#manual_body div.sphinxsidebar h4 {
font-family: 'Lucida Grande', Arial, sans-serif;
color: #444444;
font-size: 1.3em;
font-weight: normal;
margin: 5px 0 0 0;
padding: 0;
}
#manual_body div.sphinxsidebar p {
color: #444444;
}
#manual_body div.sphinxsidebar p.topless {
margin: 5px 10px 10px 10px;
}
#manual_body div.sphinxsidebar ul {
margin: 10px;
padding: 0;
color: #444444;
}
#manual_body div.sphinxsidebar a {
color: #444444;
}
#manual_body div.sphinxsidebar a.active {
color: #ec6565 !important;
}
#manual_body div.sphinxsidebar input {
border: 1px solid #444444;
font-family: sans-serif;
font-size: 1em;
}
/* for collapsible sidebar */
#manual_body div#sidebarbutton {
background-color: #3c6e83;
}
/* -- hyperlink styles ------------------------------------------------------ */
#manual_body a {
color: #0090c0;
text-decoration: none;
}
#manual_body a:visited {
color: #00608f;
text-decoration: none;
}
#manual_body a:hover {
text-decoration: underline;
}
/* -- body styles ----------------------------------------------------------- */
#manual_body div.body h1,
#manual_body div.body h2,
#manual_body div.body h3,
#manual_body div.body h4,
#manual_body div.body h5,
#manual_body div.body h6 {
font-family: 'Lucida Grande', Arial, sans-serif;
background-color: white;
font-weight: normal;
color: #1a1a1a;
border-bottom: 1px solid #ccc;
margin: 20px -20px 10px -20px;
padding: 3px 0 3px 10px;
}
#manual_body div.body h1 { margin-top: 0; font-size: 200%; }
#manual_body div.body h2 { font-size: 160%; }
#manual_body div.body h3 { font-size: 140%; }
#manual_body div.body h4 { font-size: 120%; }
#manual_body div.body h5 { font-size: 110%; }
#manual_body div.body h6 { font-size: 100%; }
#manual_body a.headerlink {
color: #aaaaaa;
font-size: 0.8em;
padding: 0 4px 0 4px;
text-decoration: none;
}
#manual_body a.headerlink:hover {
background-color: #aaaaaa;
color: white;
}
#manual_body div.body p, #manual_body div.body dd, #manual_body div.body li, #manual_body div.body blockquote {
text-align: justify;
line-height: 130%;
}
#manual_body div.admonition p.admonition-title + p {
display: inline;
}
#manual_body div.admonition p {
margin-bottom: 5px;
}
#manual_body div.admonition pre {
margin-bottom: 5px;
}
#manual_body div.admonition ul, #manual_body div.admonition ol {
margin-bottom: 5px;
}
#manual_body div.note {
background-color: #eee;
border: 1px solid #ccc;
}
#manual_body div.seealso {
background-color: #ffc;
border: 1px solid #ff6;
}
#manual_body div.topic {
background-color: #eee;
}
#manual_body div.warning {
background-color: #ffe4e4;
border: 1px solid #f66;
}
#manual_body p.admonition-title {
display: inline;
}
#manual_body p.admonition-title:after {
content: ":";
}
#manual_body pre {
padding: 5px;
background-color: #eeffcc;
color: #333333;
line-height: 120%;
border: 1px solid #ac9;
border-left: none;
border-right: none;
}
#manual_body code {
background-color: #ecf0f3;
padding: 0 1px 0 1px;
font-size: 0.95em;
}
#manual_body th {
background-color: #ede;
}
#manual_body .warning code {
background: #efc2c2;
}
#manual_body .note code {
background: #d6d6d6;
}
#manual_body .viewcode-back {
font-family: 'Lucida Grande', Arial, sans-serif;
}
#manual_body div.viewcode-block:target {
background-color: #f4debf;
border-top: 1px solid #ac9;
border-bottom: 1px solid #ac9;
}
#manual_body div.code-block-caption {
color: #efefef;
background-color: #1c4e63;
}
.content #main_slider ul {
font-size: 12px;
} | 0.248079 | 0.064772 |
body {
margin: 0;
padding: 200px;
display: inline-flex;
justify-content: center;
align-items: center;
min-height: 100vh;
font-family: consolas;
}
.blue {
position: relative;
display: inline-block;
padding: 15px 30px;
color: #2196f3;
text-transform: uppercase;
letter-spacing: 4px;
text-decoration: none;
font-size: 24px;
overflow: hidden;
transition: 0.2s;
}
.how-we-do-it-item:hover {
color: white;
background: #ff6b09;
transition-delay: 1s;
}
.how-we-do-it-item span:nth-child(1) {
top: 0;
left: -100%;
width: 100%;
height: 2px;
background: linear-gradient(90deg, #ff6b09);
}
.how-we-do-it-item:hover span:nth-child(1) {
left: 100%;
transition: 1s;
}
.how-we-do-it-item span:nth-child(3) {
bottom: 0;
right: -100%;
width: 100%;
height: 2px;
background: linear-gradient(270deg, transparent, #ff6b09);
}
.how-we-do-it-item:hover span:nth-child(3) {
right: 100%;
transition: 1s;
transition-delay: 0.5s;
}
.how-we-do-it-item span:nth-child(2) {
top: -100%;
right: 0;
width: 2px;
height: 100%;
background: linear-gradient(180deg, transparent, #ff6b09);
}
.how-we-do-it-item:hover span:nth-child(2) {
top: 100%;
transition: 1s;
transition-delay: 0.25s;
}
.how-we-do-it-item span:nth-child(4) {
bottom: -100%;
left: 0;
width: 2px;
height: 100%;
background: linear-gradient(360deg, transparent, #ff6b09);
}
.how-we-do-it-item:hover span:nth-child(4) {
bottom: 100%;
transition: 1s;
transition-delay: 0.75s;
}
/*------------------------------------------------------------------------------------*/
.green {
position: relative;
display: inline-block;
padding: 15px 30px;
color: #04f14b;
text-transform: uppercase;
letter-spacing: 4px;
text-decoration: none;
font-size: 24px;
overflow: hidden;
transition: 0.2s;
}
.green:hover {
color: #2a8110;
background: #04f14b;
box-shadow: 0 0 10px#04f14b, 0 0 10px#04f14b, 0 0 40px #04f14b,
0 0 80px #04f14b;
transition-delay: 1s;
}
a span:nth-child(1) {
top: 0;
left: -100%;
width: 100%;
height: 2px;
background: linear-gradient(90deg, transparent, #04f14b);
}
a:hover span:nth-child(1) {
left: 100%;
transition: 1s;
}
a span:nth-child(3) {
bottom: 0;
right: -100%;
width: 100%;
height: 2px;
background: linear-gradient(270deg, transparent, #04f14b);
}
a:hover span:nth-child(3) {
right: 100%;
transition: 1s;
transition-delay: 0.5s;
}
a span:nth-child(2) {
top: -100%;
right: 0;
width: 2px;
height: 100%;
background: linear-gradient(180deg, transparent, #04f14b);
}
a:hover span:nth-child(2) {
top: 100%;
transition: 1s;
transition-delay: 0.25s;
}
a span:nth-child(4) {
bottom: -100%;
left: 0;
width: 2px;
height: 100%;
background: linear-gradient(360deg, transparent, #04f14b);
}
a:hover span:nth-child(4) {
bottom: 100%;
transition: 1s;
transition-delay: 0.75s;
}
/*-------------------------------------------------------------------------------------*/
.pink {
position: relative;
display: inline-block;
padding: 15px 30px;
color: #f104b6;
text-transform: uppercase;
letter-spacing: 4px;
text-decoration: none;
font-size: 24px;
overflow: hidden;
transition: 0.2s;
}
.pink:hover {
color: #701b50;
background: #f104b6;
box-shadow: 0 0 10px #f104b6, 0 0 10px#f104b6, 0 0 40px #f104b6,
0 0 80px #f104b6;
transition-delay: 1s;
}
.pink span:nth-child(1) {
top: 0;
left: -100%;
width: 100%;
height: 2px;
background: linear-gradient(90deg, transparent, #f104b6);
}
.pink:hover span:nth-child(1) {
left: 100%;
transition: 1s;
}
.pink span:nth-child(3) {
bottom: 0;
right: -100%;
width: 100%;
height: 2px;
background: linear-gradient(270deg, transparent, #f104b6);
}
.pink:hover span:nth-child(3) {
right: 100%;
transition: 1s;
transition-delay: 0.5s;
}
.pink span:nth-child(2) {
top: -100%;
right: 0;
width: 2px;
height: 100%;
background: linear-gradient(180deg, transparent, #f104b6);
}
.pink:hover span:nth-child(2) {
top: 100%;
transition: 1s;
transition-delay: 0.25s;
}
.pink span:nth-child(4) {
bottom: -100%;
left: 0;
width: 2px;
height: 100%;
background: linear-gradient(360deg, transparent, #f104b6);
}
.pink:hover span:nth-child(4) {
bottom: 100%;
transition: 1s;
transition-delay: 0.75s;
}
/*---------------------------------------------------------------------------*/
.yellow {
position: relative;
display: inline-block;
padding: 15px 30px;
color: #e3fc05;
text-transform: uppercase;
letter-spacing: 4px;
text-decoration: none;
font-size: 24px;
overflow: hidden;
transition: 0.2s;
}
.yellow:hover {
color: #f5d41d;
background: #e3fc05;
box-shadow: 0 0 10px #e3fc05, 0 0 10px #e3fc05, 0 0 40px #e3fc05,
0 0 80px #e3fc05;
transition-delay: 1s;
}
.yellow span:nth-child(1) {
top: 0;
left: -100%;
width: 100%;
height: 2px;
background: linear-gradient(90deg, transparent, #e3fc05);
}
.yellow:hover span:nth-child(1) {
left: 100%;
transition: 1s;
}
.yellow span:nth-child(3) {
bottom: 0;
right: -100%;
width: 100%;
height: 2px;
background: linear-gradient(270deg, transparent, #e3fc05);
}
.yellow:hover span:nth-child(3) {
right: 100%;
transition: 1s;
transition-delay: 0.5s;
}
.yellow span:nth-child(2) {
top: -100%;
right: 0;
width: 2px;
height: 100%;
background: linear-gradient(180deg, transparent, #e3fc05);
}
.yellow:hover span:nth-child(2) {
top: 100%;
transition: 1s;
transition-delay: 0.25s;
}
.yellow span:nth-child(4) {
bottom: -100%;
left: 0;
width: 2px;
height: 100%;
background: linear-gradient(360deg, transparent, #e3fc05);
}
.yellow:hover span:nth-child(4) {
bottom: 100%;
transition: 1s;
transition-delay: 0.75s;
} | css/styles.css | body {
margin: 0;
padding: 200px;
display: inline-flex;
justify-content: center;
align-items: center;
min-height: 100vh;
font-family: consolas;
}
.blue {
position: relative;
display: inline-block;
padding: 15px 30px;
color: #2196f3;
text-transform: uppercase;
letter-spacing: 4px;
text-decoration: none;
font-size: 24px;
overflow: hidden;
transition: 0.2s;
}
.how-we-do-it-item:hover {
color: white;
background: #ff6b09;
transition-delay: 1s;
}
.how-we-do-it-item span:nth-child(1) {
top: 0;
left: -100%;
width: 100%;
height: 2px;
background: linear-gradient(90deg, #ff6b09);
}
.how-we-do-it-item:hover span:nth-child(1) {
left: 100%;
transition: 1s;
}
.how-we-do-it-item span:nth-child(3) {
bottom: 0;
right: -100%;
width: 100%;
height: 2px;
background: linear-gradient(270deg, transparent, #ff6b09);
}
.how-we-do-it-item:hover span:nth-child(3) {
right: 100%;
transition: 1s;
transition-delay: 0.5s;
}
.how-we-do-it-item span:nth-child(2) {
top: -100%;
right: 0;
width: 2px;
height: 100%;
background: linear-gradient(180deg, transparent, #ff6b09);
}
.how-we-do-it-item:hover span:nth-child(2) {
top: 100%;
transition: 1s;
transition-delay: 0.25s;
}
.how-we-do-it-item span:nth-child(4) {
bottom: -100%;
left: 0;
width: 2px;
height: 100%;
background: linear-gradient(360deg, transparent, #ff6b09);
}
.how-we-do-it-item:hover span:nth-child(4) {
bottom: 100%;
transition: 1s;
transition-delay: 0.75s;
}
/*------------------------------------------------------------------------------------*/
.green {
position: relative;
display: inline-block;
padding: 15px 30px;
color: #04f14b;
text-transform: uppercase;
letter-spacing: 4px;
text-decoration: none;
font-size: 24px;
overflow: hidden;
transition: 0.2s;
}
.green:hover {
color: #2a8110;
background: #04f14b;
box-shadow: 0 0 10px#04f14b, 0 0 10px#04f14b, 0 0 40px #04f14b,
0 0 80px #04f14b;
transition-delay: 1s;
}
a span:nth-child(1) {
top: 0;
left: -100%;
width: 100%;
height: 2px;
background: linear-gradient(90deg, transparent, #04f14b);
}
a:hover span:nth-child(1) {
left: 100%;
transition: 1s;
}
a span:nth-child(3) {
bottom: 0;
right: -100%;
width: 100%;
height: 2px;
background: linear-gradient(270deg, transparent, #04f14b);
}
a:hover span:nth-child(3) {
right: 100%;
transition: 1s;
transition-delay: 0.5s;
}
a span:nth-child(2) {
top: -100%;
right: 0;
width: 2px;
height: 100%;
background: linear-gradient(180deg, transparent, #04f14b);
}
a:hover span:nth-child(2) {
top: 100%;
transition: 1s;
transition-delay: 0.25s;
}
a span:nth-child(4) {
bottom: -100%;
left: 0;
width: 2px;
height: 100%;
background: linear-gradient(360deg, transparent, #04f14b);
}
a:hover span:nth-child(4) {
bottom: 100%;
transition: 1s;
transition-delay: 0.75s;
}
/*-------------------------------------------------------------------------------------*/
.pink {
position: relative;
display: inline-block;
padding: 15px 30px;
color: #f104b6;
text-transform: uppercase;
letter-spacing: 4px;
text-decoration: none;
font-size: 24px;
overflow: hidden;
transition: 0.2s;
}
.pink:hover {
color: #701b50;
background: #f104b6;
box-shadow: 0 0 10px #f104b6, 0 0 10px#f104b6, 0 0 40px #f104b6,
0 0 80px #f104b6;
transition-delay: 1s;
}
.pink span:nth-child(1) {
top: 0;
left: -100%;
width: 100%;
height: 2px;
background: linear-gradient(90deg, transparent, #f104b6);
}
.pink:hover span:nth-child(1) {
left: 100%;
transition: 1s;
}
.pink span:nth-child(3) {
bottom: 0;
right: -100%;
width: 100%;
height: 2px;
background: linear-gradient(270deg, transparent, #f104b6);
}
.pink:hover span:nth-child(3) {
right: 100%;
transition: 1s;
transition-delay: 0.5s;
}
.pink span:nth-child(2) {
top: -100%;
right: 0;
width: 2px;
height: 100%;
background: linear-gradient(180deg, transparent, #f104b6);
}
.pink:hover span:nth-child(2) {
top: 100%;
transition: 1s;
transition-delay: 0.25s;
}
.pink span:nth-child(4) {
bottom: -100%;
left: 0;
width: 2px;
height: 100%;
background: linear-gradient(360deg, transparent, #f104b6);
}
.pink:hover span:nth-child(4) {
bottom: 100%;
transition: 1s;
transition-delay: 0.75s;
}
/*---------------------------------------------------------------------------*/
.yellow {
position: relative;
display: inline-block;
padding: 15px 30px;
color: #e3fc05;
text-transform: uppercase;
letter-spacing: 4px;
text-decoration: none;
font-size: 24px;
overflow: hidden;
transition: 0.2s;
}
.yellow:hover {
color: #f5d41d;
background: #e3fc05;
box-shadow: 0 0 10px #e3fc05, 0 0 10px #e3fc05, 0 0 40px #e3fc05,
0 0 80px #e3fc05;
transition-delay: 1s;
}
.yellow span:nth-child(1) {
top: 0;
left: -100%;
width: 100%;
height: 2px;
background: linear-gradient(90deg, transparent, #e3fc05);
}
.yellow:hover span:nth-child(1) {
left: 100%;
transition: 1s;
}
.yellow span:nth-child(3) {
bottom: 0;
right: -100%;
width: 100%;
height: 2px;
background: linear-gradient(270deg, transparent, #e3fc05);
}
.yellow:hover span:nth-child(3) {
right: 100%;
transition: 1s;
transition-delay: 0.5s;
}
.yellow span:nth-child(2) {
top: -100%;
right: 0;
width: 2px;
height: 100%;
background: linear-gradient(180deg, transparent, #e3fc05);
}
.yellow:hover span:nth-child(2) {
top: 100%;
transition: 1s;
transition-delay: 0.25s;
}
.yellow span:nth-child(4) {
bottom: -100%;
left: 0;
width: 2px;
height: 100%;
background: linear-gradient(360deg, transparent, #e3fc05);
}
.yellow:hover span:nth-child(4) {
bottom: 100%;
transition: 1s;
transition-delay: 0.75s;
} | 0.64579 | 0.094552 |
@charset "utf-8";
/**************************************************************
Table 기본
**************************************************************/
.theme-dark table.ddp-table-form {
width: 100%;
table-layout: fixed;
border-spacing: 0px;
border-bottom: 1px solid #eaedf5;
}
.theme-dark table.ddp-table-form thead tr th {
position: relative;
padding: 7px 10px;
color: #4e5368;
font-size: 13px;
font-weight: normal;
text-align: left;
}
.theme-dark table.ddp-table-form thead tr th:last-of-type {
border-right: none;
}
.theme-dark table.ddp-table-form thead tr th .ddp-wrap-type-filter {
position: absolute;
top: 50%;
right: 6px;
margin-top: -9px;
}
.theme-dark table.ddp-table-form thead tr th .ddp-wrap-type-filter a.ddp-icon-type-filter {
display: inline-block;
width: 17px;
height: 17px;
}
.theme-dark table.ddp-table-form thead tr th .ddp-wrap-type-filter a.ddp-icon-type-filter:after {
display: inline-block;
content: '';
positioN: absolute;
top: 50%;
left: 50%;
width: 9px;
height: 10px;
margin: -5px 0 0 -5px;
background: url(../../../images/icon_filter.png) no-repeat;
}
.theme-dark table.ddp-table-form thead tr th .ddp-wrap-type-filter a.ddp-icon-type-filter:hover,
.theme-dark table.ddp-table-form thead tr th .ddp-wrap-type-filter.ddp-selected a.ddp-icon-type-filter {
background-color: #f0f0f2;
}
.theme-dark table.ddp-table-form thead tr th .ddp-wrap-type-filter .ddp-wrap-popup2 {
display: none;
position: absolute;
left: -21px;
top: 100%;
}
.theme-dark table.ddp-table-form thead tr th .ddp-wrap-type-filter.ddp-selected .ddp-wrap-popup2 {
display: block;
}
.theme-dark table.ddp-table-form tbody tr td {
position: relative;
padding: 5px 10px;
border-right: 1px solid #eaeaed;
color: #4b525b;
font-size: 12px;
}
.theme-dark table.ddp-table-form tbody tr:nth-child(odd) td {
background-color: #f8f9fb;
}
.theme-dark table.ddp-table-form tbody tr td.ddp-inherit {
overflow: inherit;
}
.theme-dark table.ddp-table-form tbody tr.ddp-disabled td:before {
display: inline-block;
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.5);
z-index: 3;
cursor: no-drop;
}
.theme-dark table.ddp-table-form tbody tr.ddp-disabled:hover td .ddp-btn-control {
display: none;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-type-txt {
position: relative;
display: inline-block;
max-width: 100%;
box-sizing: border-box;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-type-txt.ddp-tag {
padding-right: 75px;
line-height: 1em;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-type-txt.ddp-tag .ddp-tag-annoymous {
display: inline-block;
position: absolute;
top: 50%;
right: 0;
margin-top: -9px;
padding: 1px 2px;
color: #1972d0;
font-size: 11px;
border: 1px solid #1972d0;
background: #eff0f7;
border-radius: 2px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-type-txt.ddp-info {
padding-right: 18px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-type-txt.ddp-info .ddp-icon-error2 {
position: relative;
top: 0;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-type-txt.ddp-info .ddp-ui-info {
position: absolute;
top: 3px;
right: 0;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-type-txt.ddp-info .ddp-status-rejected + .ddp-ui-info {
top: 0;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-type-txt.ddp-info .ddp-ui-info .ddp-box-layout4 {
display: none;
position: absolute;
left: -30px;
top: 100%;
margin-top: 6px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-type-txt.ddp-info .ddp-ui-info:hover .ddp-box-layout4 {
display: block;
white-space: normal;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-wrap-long {
display: inline-block;
position: relative;
padding-right: 41px;
max-width: 100%;
box-sizing: border-box;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-wrap-long em.ddp-icon-new,
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long em.ddp-icon-new {
position: absolute;
top: 50%;
right: 0;
margin-top: -7px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long.ddp-new {
padding-right: 40px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long.ddp-info {
display: inline-block;
padding-right: 13px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long .ddp-data-txt {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long2 {
display: inline-block;
position: relative;
max-width: 100%;
line-height: 21px;
height: 21px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal;
box-sizing: border-box;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long {
display: inline-block;
position: relative;
max-width: 100%;
line-height: 21px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal;
box-sizing: border-box;
vertical-align: top;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long.ddp-global {
padding-right: 66px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long.ddp-global.ddp-new {
padding-right: 100px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long.ddp-global.ddp-new em.ddp-tag-global {
right: 40px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long.ddp-global.ddp-en-connection {
padding-right: 100px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long.ddp-global.ddp-en-connection .ddp-tag-global {
width: auto;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long em.ddp-tag-global {
position: absolute;
top: 0;
right: 0;
height: 20px;
width: 60px;
padding: 2px 2px 3px 2px;
color: #666eb2;
font-size: 11px;
text-align: center;
border: 1px solid #666eb2;
border-radius: 2px;
background: #eff0f7;
box-sizing: border-box;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long.ddp-global .ddp-icon-global {
display: block;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long .ddp-tag-global.type-tag {
float: right;
position: relative;
margin-top: -2px;
right: 0;
margin-left: 5px;
width: auto;
min-width: 60px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long .ddp-data-long {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long.ddp-type {
overflow: initial;
}
.theme-dark table.ddp-table-form tr td .ddp-wrap-long .ddp-box-tag {
position: relative;
top: 3px;
margin-right: 13px;
}
.theme-dark table.ddp-table-form tr td .ddp-txt-colortype .ddp-txt-search {
font-size: 13px;
color: #666db7;
}
.theme-dark table.ddp-table-form tr td .ddp-txt-search {
font-size: 14px;
color: #666db7;
}
.theme-dark table.ddp-table-form tr td .ddp-txt-search.type-search {
padding: 2px 3px 1px 3px;
font-size: 13px;
color: #1972d0;
font-weight: bold;
background-color: rgba(210, 204, 255, 0.4);
}
.theme-dark table.ddp-table-form tr td.ddp-data-none {
color: #b7b9c3;
text-align: center;
}
.theme-dark table.ddp-table-form tr td.ddp-nodata {
color: #b7bac1;
font-size: 13px;
}
.theme-dark table.ddp-table-form tr th .ddp-wrap-hover-info {
display: inline-block;
margin-left: 3px;
position: Relative;
cursor: pointer;
}
.theme-dark table.ddp-table-form tr th .ddp-wrap-hover-info em.ddp-icon-info3 {
display: inline-block;
position: relative;
top: -1px;
width: 11px;
height: 11px;
background: url(../../../images/icon_que.png) no-repeat;
background-position: left -12px;
}
.theme-dark table.ddp-table-form tr th .ddp-wrap-hover-info .ddp-box-layout4 {
display: none;
position: absolute;
bottom: 100%;
right: 100%;
margin: 0 -20px 4px 0;
}
.theme-dark table.ddp-table-form tr th .ddp-wrap-hover-info:hover .ddp-box-layout4 {
display: block;
white-space: normal;
z-index: 20;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-ui-flex {
display: inline-block;
max-width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: Hidden;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-ui-flex .ddp-icon-info3 {
display: inline-block;
float: right;
margin-left: 3px;
position: relative;
top: 2px;
width: 11px;
height: 11px;
background: url(../../../images/icon_info3.png) no-repeat;
}
.theme-dark table.ddp-table-form tbody tr td span.ddp-txt-colortype {
color: #b7b9c2;
}
.theme-dark table.ddp-table-form tbody tr td em.ddp-icon-by {
margin: 0 3px;
color: #b7bac1;
font-size: 13px;
}
.theme-dark table.ddp-table-form tbody tr td span.ddp-data-num {
display: inline-block;
margin-right: 17px;
color: #4c515a;
font-size: 13px;
}
.theme-dark table.ddp-table-form tbody tr td.ddp-data-last {
padding-right: 36px;
}
.theme-dark table.ddp-table-form tbody tr td a.ddp-btn-more {
display: inline-block;
position: absolute;
top: 50%;
right: 6px;
width: 12px;
height: 17px;
margin-top: -9px;
}
.theme-dark table.ddp-table-form tbody tr td a.ddp-btn-more:before {
display: inline-block;
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 2px;
height: 9px;
margin: -5px 0 0 -1px;
background: url(../../../images/icon_more2.png) no-repeat;
}
.theme-dark table.ddp-table-form tbody tr td a.ddp-btn-more:hover,
.theme-dark table.ddp-table-form tbody tr td a.ddp-btn-more.ddp-selected {
background-color: #f0f0f2;
}
.theme-dark table.ddp-table-form tbody tr td span.ddp-data-delete {
color: #b7b9c2;
font-size: 13px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-icon-new {
margin-left: 5px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-link-delete {
color: #c3c8d3;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-link-delete:hover {
color: #7e8aa5;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-link-delete em.ddp-icon-delete {
display: inline-block;
width: 11px;
height: 12px;
background: url(../../../images/icon_edit2.png) no-repeat;
background-position: -12px -21px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-link-delete:hover em.ddp-icon-delete {
background-position: -24px -21px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-ui-disabled {
display: none;
}
.theme-dark table.ddp-table-form tbody tr.type-disabled td:last-of-type {
padding-right: 29px;
}
.theme-dark table.ddp-table-form tbody tr.type-disabled.ddp-selected td:last-of-type {
padding-right: 29px;
}
.theme-dark table.ddp-table-form tbody tr.type-disabled td .ddp-ui-disabled {
display: inline-block;
position: absolute;
top: 50%;
right: 9px;
margin-top: -8px;
}
.theme-dark table.ddp-table-form tbody tr.type-disabled td .ddp-ui-disabled .ddp-icon-disabled {
display: inline-block;
width: 16px;
height: 16px;
background: url(../../../images/icon_disabled.png) no-repeat;
content: '';
}
.theme-dark table.ddp-table-form tbody tr.type-disabled td .ddp-ui-disabled .ddp-ui-tooltip-info {
right: -7px;
}
.theme-dark table.ddp-table-form tbody tr.type-disabled td .ddp-ui-disabled .ddp-ui-tooltip-info .ddp-icon-view-top {
right: 12px;
}
.theme-dark table.ddp-table-form tbody tr.type-disabled td .ddp-ui-disabled:hover .ddp-ui-tooltip-info {
display: block;
}
.theme-dark .ddp-ui-grid .ddp-ui-empty {
padding: 20px;
color: #b7b9c3;
font-size: 12px;
}
.theme-dark .ddp-ui-gridbody {
position: absolute;
top: 28px;
left: 0;
right: 0;
bottom: 0;
overflow-y: scroll;
}
.theme-dark .ddp-box-viewtable .ddp-ui-gridhead {
height: 33px;
border-top: none;
}
.theme-dark .ddp-box-viewtable .ddp-ui-gridhead table {
padding-right: 18px;
box-sizing: border-box;
}
.theme-dark .ddp-box-viewtable .ddp-ui-gridhead tr th {
height: 33px;
box-sizing: border-box;
}
.theme-dark .ddp-box-viewtable .ddp-ui-gridbody {
top: 34px;
}
.theme-dark .ddp-ui-gridhead2 {
padding-right: 18px;
background-color: #eaedf5;
}
.theme-dark .ddp-ui-gridbody2 {
position: absolute;
top: 35px;
left: 0;
right: 0;
bottom: 0;
overflow-y: scroll;
}
.theme-dark .ddp-box-viewtable {
position: relative;
min-height: 293px;
border: 1px solid #e1e3ee;
background-color: #fff;
}
.theme-dark .ddp-wrap-viewtable .ddp-box-add-link {
margin-top: -1px;
padding: 13px 0;
}
.theme-dark .ddp-wrap-viewtable.ddp-type {
padding-bottom: 43px;
}
.theme-dark .ddp-box-viewtable.ddp-selected .ddp-ui-gridbody {
bottom: 45px;
}
/**************************************************************
Table form cursor, inherit
**************************************************************/
.theme-dark table.ddp-table-form.ddp-cursor tbody tr td {
cursor: pointer;
}
.theme-dark table.ddp-table-form.ddp-cursor tbody tr:hover > td {
background-color: #f1f1f3;
}
.theme-dark table.ddp-table-form.ddp-cursor tbody tr td .ddp-table-code tr:hover td {
background: none;
}
.theme-dark table.ddp-table-form.ddp-cursor tbody tr.ddp-selected > td {
border-top: 1px solid #2abcef;
border-bottom: 1px solid #2abcef;
background-color: #edf7fb;
}
.theme-dark table.ddp-table-form.ddp-cursor tbody tr.ddp-selected > td:first-of-type {
border-left: 1px solid #2abcef;
}
.theme-dark table.ddp-table-form.ddp-cursor tbody tr.ddp-selected > td:last-of-type {
border-right: 1px solid #2abcef;
}
.theme-dark table.ddp-inherit tbody tr td {
position: relative;
overflow: inherit;
}
.theme-dark table.ddp-table-form.ddp-inherit tbody tr td {
overflow: inherit;
white-space: normal;
}
/**************************************************************
Table form 2
**************************************************************/
.theme-dark table.ddp-table-form2 {
table-layout: fixed;
width: 100%;
box-sizing: border-box;
}
.theme-dark table.ddp-table-form2 thead tr th {
padding: 5px 29px;
font-size: 12px;
color: #4e5368;
text-align: left;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
word-wrap: normal;
}
.theme-dark table.ddp-table-form2 tbody tr td {
position: relative;
padding: 7px 29px;
color: #4e5368;
font-size: 13px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal;
box-sizing: border-box;
}
.theme-dark table.ddp-table-form2 tbody tr td .ddp-ui-selected-option {
display: inline-block;
}
.theme-dark table.ddp-table-form2.ddp-long tbody tr td {
text-overflow: inherit;
white-space: inherit;
}
.theme-dark table.ddp-table-form2 tbody tr td .ddp-data-note {
color: #b7bac1;
font-size: 13px;
}
.theme-dark table.ddp-table-form2 tbody tr td.ddp-table-icons,
.theme-dark table.ddp-table-form2 thead tr th.ddp-table-icons {
padding: 0;
text-align: center;
}
/**************************************************************
Table type 2
**************************************************************/
.theme-dark table.ddp-table-type2 thead tr th {
position: relative;
padding: 7px 10px;
color: #90969f;
font-size: 12px;
border-right: 1px solid #e1e3ee;
}
.theme-dark table.ddp-table-type2 thead tr th:last-of-type {
border-right: 1px solid transparent;
}
.theme-dark table.ddp-table-type2 thead tr th .ddp-th-long {
display: inline-block;
position: relative;
max-width: 100%;
box-sizing: border-box;
}
.theme-dark table.ddp-table-type2 thead tr th .ddp-th-long .ddp-th-txt {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 19px;
}
.theme-dark table.ddp-table-type2 thead tr th.ddp-border-right,
.theme-dark table.ddp-table-type2 tbody tr td.ddp-border-right {
border-right: 1px solid #c3c8d3;
}
.theme-dark table.ddp-table-type2 thead.ddp-border-bottom tr th {
border-bottom: 1px solid #c3c8d3;
}
.theme-dark table.ddp-table-type2 tbody tr > td {
position: relative;
padding: 13px 10px 14px 10px;
font-size: 13px;
border: none;
}
.theme-dark table.ddp-table-type2 tbody tr > td.ddp-disabled {
cursor: no-drop !important;
}
.theme-dark table.ddp-table-type2 tbody tr > td.ddp-disabled:hover {
background: none;
}
.theme-dark table.ddp-table-type2 tbody tr > td.ddp-disabled:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
content: '';
cursor: no-drop;
}
.theme-dark table.ddp-table-type2 tbody tr > td.ddp-disabled em.ddp-bg-select {
display: none !important;
}
.theme-dark table.ddp-table-type2 tbody tr.ddp-selected > td {
padding: 12px 10px 13px 10px;
}
.theme-dark table.ddp-table-type2 tbody tr.ddp-selected > td:first-of-type {
padding-left: 9px;
}
.theme-dark table.ddp-table-type2 tbody tr.ddp-selected > td:last-of-type {
padding-right: 9px;
}
.theme-dark table.ddp-table-type2 tbody tr td .ddp-ui-checkbox {
position: relative;
display: inline-block;
width: 12px;
height: 12px;
vertical-align: middle;
}
.theme-dark table.ddp-table-type2 tbody tr td .ddp-input-form {
cursor: pointer;
}
.theme-dark table.ddp-table-type2 tbody tr td .ddp-input-form:hover:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #f1f1f3;
content: '';
}
.theme-dark table.ddp-table-type2 tbody tr td.ddp-selected .ddp-input-form:hover:before {
display: none;
}
.theme-dark table.ddp-table-type2 tbody tr td.ddp-disabled > div {
opacity: 0.3;
}
.theme-dark table.ddp-table-type2 tbody tr td.ddp-disabled > div.ddp-ui-info {
opacity: 1;
cursor: pointer;
z-index: 20;
}
.theme-dark table.ddp-table-type2 tbody tr td.ddp-input-form {
cursor: pointer;
}
.theme-dark table.ddp-table-type2 tbody tr td.ddp-input-form:hover {
background-color: #f1f1f3 !important;
}
.theme-dark table.ddp-table-type2 tbody tr td.ddp-input-form input.ddp-txt-input {
display: block;
position: relative;
width: 100%;
height: 100%;
border: none;
background: none;
font-size: 13px;
box-sizing: border-box;
z-index: 10;
cursor: pointer;
}
.theme-dark table.ddp-table-type2 tbody tr td .ddp-input-form.ddp-edit input.ddp-txt-input {
padding-right: 34px;
}
.theme-dark table.ddp-table-type2 tbody tr td .ddp-input-form.ddp-edit .ddp-icon-edit {
display: none;
position: absolute;
top: 50%;
right: 10px;
margin-top: -6px;
width: 12px;
height: 12px;
background: url(../../../images/icon_edit.png) no-repeat;
}
.theme-dark table.ddp-table-type2 tbody tr td .ddp-input-form.ddp-edit:hover .ddp-icon-edit {
display: block;
}
/**************************************************************
Table3
**************************************************************/
.theme-dark table.ddp-table-form.ddp-table-type3,
.theme-dark table.ddp-table-form.ddp-table-line {
border-bottom: none;
}
.theme-dark table.ddp-table-type3 thead tr th {
color: #4e5368;
font-size: 12px;
font-weight: normal;
border-top:1px solid #d3d9ea;
border-bottom:1px solid #d3d9ea;
background-color: #F7F8FD;
}
.theme-dark table.ddp-table-type3.type-table thead tr th {
color: #7e8aa5;
}
.theme-dark table.ddp-table-type3 thead tr th:first-of-type {
padding-left: 20px;
border-left: 1px solid #d3d9ea;
}
.theme-dark table.ddp-table-type3 thead tr th:last-of-type {
border-right: 1px solid #d3d9ea;
}
.theme-dark table.ddp-table-type3 thead tr th .ddp-txt-colortype {
color: #b7b9c2;
}
.theme-dark table.ddp-table-type3 thead tr th.ddp-border-right {
border-right: 1px solid #c3c8d3;
}
.theme-dark table.ddp-table-type3.ddp-cursor-none tbody tr td {
cursor: default;
}
.theme-dark table.ddp-table-type3 tbody tr td {
position: relative;
padding: 10px 10px 11px 10px;
font-size: 13px;
border: none;
border-bottom: 1px solid #e1e3ee;
background-color: #fff;
cursor: pointer;
overflow: inherit;
white-space: normal;
}
.theme-dark table.ddp-table-type3 tbody tr td.ddp-txt-center:first-of-type {
padding-left: 10px;
}
.theme-dark table.ddp-table-type3 tbody tr td:first-of-type {
padding-left: 20px;
border-left: 1px solid #e1e3ee;
}
.theme-dark table.ddp-table-type3 tbody tr td:last-of-type {
border-right: 1px solid #e1e3ee;
}
.theme-dark table.ddp-table-type3 tbody tr:nth-child(odd) td {
background: #fff;
}
.theme-dark table.ddp-table-type3 tbody tr:hover td {
background-color: #eaedf5;
cursor: pointer;
}
.theme-dark table.ddp-table-type3.ddp-cursor-none tbody tr:hover td {
background: #fff;
cursor: default;
}
.theme-dark table.ddp-table-type3 tbody tr td .ddp-btn-control {
display: none;
position: absolute;
top: 50%;
right: 10px;
margin-top: -11px;
}
.theme-dark table.ddp-table-type3 tbody tr:hover td .ddp-btn-control {
display: block;
}
.theme-dark table.ddp-table-type3 tbody tr td.ddp-hover-tooltip {
display: table-cell;
overflow: inherit;
}
.theme-dark table.ddp-table-type3 tbody tr td .ddp-link {
text-decoration: underline;
color: #4c92e0;
}
.theme-dark table.ddp-table-type3 tbody tr td.ddp-border-right {
border-right: 1px solid #c3c8d3;
}
/**************************************************************
Table select
**************************************************************/
.theme-dark table.ddp-table-select tbody tr td {
position: relative;
cursor: pointer;
}
.theme-dark table.ddp-table-select tbody tr:hover td {
background-color: #eaedf5;
cursor: pointer;
}
.theme-dark table.ddp-table-select tbody tr.ddp-selected td {
border-top: 1px solid #1972d0;
border-bottom: 1px solid #1972d0;
background-color: #eaedf5;
}
.theme-dark table.ddp-table-select tbody tr.ddp-selected td:first-of-type {
border-left: 1px solid #1972d0;
}
.theme-dark table.ddp-table-select tbody tr.ddp-selected td:last-of-type {
border-right: 1px solid #1972d0;
}
.theme-dark table.ddp-table-select tbody tr td .ddp-box-tag {
position: relative;
top: 2px;
}
.theme-dark table.ddp-table-select tbody tr td .ddp-ui-checkbox,
.theme-dark table.ddp-table-select tbody tr td .ddp-ui-radio {
font-size: 0;
vertical-align: middle;
}
.theme-dark table.ddp-table-type2.ddp-table-select tbody tr.ddp-selected > td {
padding: 12px 10px 13px 10px;
}
.theme-dark table.ddp-table-type2.ddp-table-select tbody tr.ddp-selected > td:first-of-type {
padding-left: 9px;
}
.theme-dark table.ddp-table-select tr td:last-of-type {
padding-right: 35px;
}
.theme-dark table.ddp-table-select tbody tr.ddp-selected td:first-child:before {
border-left: 1px solid #1972d0;
}
.theme-dark table.ddp-table-select tbody tr.ddp-selected td:last-child:before {
border-right: 1px solid #1972d0;
}
.theme-dark table.ddp-table-select tbody tr.ddp-selected td .ddp-box-tag {
position: relative;
top: 2px;
}
/**************************************************************
Table listview
**************************************************************/
.theme-dark .ddp-wrap-table-list {
float: left;
width: 100%;
padding: 10px 53px 10px 83px;
box-sizing: border-box;
}
.theme-dark table.ddp-table-listview {
width: 100%;
table-layout: fixed;
}
.theme-dark table.ddp-table-listview tbody tr td {
padding: 3px 5px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
word-wrap: normal;
}
.theme-dark table.ddp-table-listview tbody tr td span.ddp-sub-name {
color: #4b525b;
font-size: 13px;
font-weight: 300;
}
.theme-dark table.ddp-table-listview tbody tr:nth-child(odd) td {
background-color: #fafafa;
}
.theme-dark table.ddp-table-listview tbody tr td span.ddp-box-tag-value {
display: inline-block;
padding: 2px 3px;
border-radius: 2px;
font-size: 12px;
}
.theme-dark table.ddp-table-listview tbody tr td span.ddp-box-tag-value.ddp-dimension {
width: 70px;
border: 1px solid #439fe5;
text-align: center;
color: #439fe5;
box-sizing: border-box;
}
.theme-dark table.ddp-table-listview tbody tr td span.ddp-box-tag-value.ddp-measure {
width: 70px;
border: 1px solid #5fd7a5;
text-align: center;
color: #5fd7a5;
box-sizing: border-box;
}
.theme-dark table.ddp-table-listview tbody tr td em[class*="ddp-icon-type-"] {
position: relative;
left: 0;
top: 0;
margin: 0;
}
/**************************************************************
매니지먼트 모니터링 리스트
**************************************************************/
.theme-dark .ddp-fix-size {position:relative; height:246px; box-sizing:border-box;}
.theme-dark .ddp-fix-size .ddp-nodata {display:table; width:100%; height:215px; padding:90px 0 0 0; text-align:center; background-color:#fff; font-size:18px; color:#d0d1db; border:1px solid #ddd; border-top:none; box-sizing:border-box;}
/**************************************************************
매니지먼트 메타데이터 상세
**************************************************************/
.theme-dark .ddp-ui-preview-contents table.ddp-table-form.ddp-table-details tbody tr:nth-child(odd) td.ddp-disabled:hover {background-color:#fafafa !important;}
.theme-dark table.ddp-table-type2 thead tr th .ddp-th-long .ddp-th-icons {float:right;}
.theme-dark table.ddp-table-type2 thead tr th .ddp-th-long .ddp-th-icons .ddp-wrap-hover-info {float:left; padding:5px 0 0 0; font-size:0px;}
.theme-dark table.ddp-table-type2 thead tr th .ddp-th-long .ddp-th-icons [class*="ddp-icon-array"] {top:0;}
/**************************************************************
Table tooltip
**************************************************************/
.theme-dark table tbody tr td .ddp-txt-long:hover + .ddp-ui-tooltip-info {
display: block;
top: 100%;
left: 0;
min-width: 50px;
max-width: 100%;
white-space: normal;
box-sizing: border-box;
}
.theme-dark table tbody tr td .ddp-txt-long:hover + .ddp-ui-tooltip-info .ddp-icon-view-top {
left: 40px;
}
.theme-dark table tbody tr > td .ddp-hover-tooltip:hover + .ddp-ui-tooltip-info {
display: block;
top: 100%;
left: -10px;
min-width: 50px;
max-width: 100%;
white-space: normal;
box-sizing: border-box;
}
.theme-dark table tbody tr > td .ddp-hover-tooltip:hover + .ddp-ui-tooltip-info em.ddp-icon-view-top {
left: 40px;
}
.theme-dark table tbody tr > td .ddp-hover-tooltip:hover + .ddp-ui-tooltip-info.ddp-top {
bottom: 100%;
top: inherit;
}
.theme-dark table.ddp-table-type3 tbody tr td.ddp-hover-tooltip .ddp-ui-tooltip-info {
top: 30px;
left: 10px;
right: inherit;
max-width: 90%;
white-space: normal;
}
.theme-dark table.ddp-table-type3 tbody tr td.ddp-hover-tooltip .ddp-ui-tooltip-info .ddp-icon-view-top {
left: 20px;
right: inherit;
}
.theme-dark table.ddp-table-type3 tbody tr td.ddp-hover-tooltip .ddp-ui-tooltip-info .ddp-scroll {
max-height: 150px;
overflow: auto;
}
/**************************************************************
Table 오름차순
**************************************************************/
.theme-dark em.ddp-icon-array-default2,
.theme-dark em.ddp-icon-array-asc2,
.theme-dark em.ddp-icon-array-des2 {
display: inline-block;
position: relative;
top: -1px;
width: 19px;
height: 19px;
cursor: pointer;
vertical-align: middle;
}
.theme-dark em.ddp-icon-array-default2:before,
.theme-dark em.ddp-icon-array-asc2:before,
.theme-dark em.ddp-icon-array-des2:before {
display: inline-block;
content: '';
position: absolute;
width: 7px;
height: 9px;
top: 5px;
left: 50%;
margin-left: -4px;
background: url(../../../images/dark_theme/icon_array_dark.png) no-repeat;
cursor: pointer;
}
.theme-dark em.ddp-icon-array-asc2:before {
background-position: -16px top;
}
.theme-dark em.ddp-icon-array-des2:before {
background-position: -8px top;
}
/**************************************************************
더보기 버튼
**************************************************************/
.theme-dark .ddp-box-add-link {
padding: 10px 0;
margin-top: 7px;
border: 1px solid #ddd;
background-color: #fff;
text-align: center;
cursor: pointer;
}
.theme-dark .ddp-box-add-link span.ddp-link-type {
font-size: 13px;
color: #7e8aa5;
}
.theme-dark .ddp-box-add-link:hover span.ddp-link-type {
color: #4e5368;
text-decoration: underline;
}
.theme-dark .ddp-box-add-link span.ddp-link-type em.ddp-icon-view {
display: inline-block;
width: 7px;
height: 4px;
margin-left: 6px;
background: url(../../../images/icon_selecview.png) no-repeat;
background-position: -35px -7px;
vertical-align: middle;
}
.theme-dark .ddp-box-add-link:hover span.ddp-link-type em.ddp-icon-view {
background-position: left -7px;
}
.theme-dark .ddp-box-add-link.ddp-shadow {
border: none;
padding: 14px 0;
margin-top: 10px;
-webkit-box-shadow: 0px 2px 2px 1px #eaedf5;
-moz-box-shadow: 0px 2px 2px 1px #eaedf5;
box-shadow: 0px 2px 2px 1px #eaedf5;
}
.theme-dark .ddp-box-add-link2 {
position: relative;
padding: 16px 0;
margin-top: -1px;
border-top: 1px solid #e1e3ee;
border-bottom: 1px solid #e1e3ee;
background-color: #fff;
text-align: center;
cursor: pointer;
z-index: 1;
}
.theme-dark .ddp-box-add-link2 span.ddp-link-type {
font-size: 13px;
color: #7e8aa5;
}
.theme-dark .ddp-box-add-link2:hover span.ddp-link-type {
color: #4e5368;
text-decoration: underline;
}
.theme-dark .ddp-box-add-link2 span.ddp-link-type em.ddp-icon-view {
display: inline-block;
width: 7px;
height: 4px;
margin-left: 6px;
background: url(../../../images/icon_selecview.png) no-repeat;
background-position: -35px -7px;
vertical-align: middle;
}
.theme-dark .ddp-box-add-link2:hover span.ddp-link-type em.ddp-icon-view {
background-position: left -7px;
}
.theme-dark .ddp-box-add-link3 {
position: relative;
padding: 13px 0;
margin-top: -1px;
border: 1px solid #e1e3ee;
background-color: #fff;
text-align: center;
cursor: pointer;
z-index: 1;
}
.theme-dark .ddp-box-add-link3 span.ddp-link-type {
font-size: 13px;
color: #7e8aa5;
}
.theme-dark .ddp-box-add-link3:hover span.ddp-link-type {
color: #4e5368;
text-decoration: underline;
}
.theme-dark .ddp-box-add-link3 span.ddp-link-type em.ddp-icon-view {
display: inline-block;
width: 7px;
height: 4px;
margin-left: 6px;
background: url(../../../images/icon_selecview.png) no-repeat;
background-position: -35px -7px;
vertical-align: middle;
}
.theme-dark .ddp-box-add-link3:hover span.ddp-link-type em.ddp-icon-view {
background-position: left -7px;
}
.theme-dark [class*="ddp-box-add-link"].ddp-disabled:before {
display: inline-block;
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.5);
z-index: 1;
cursor: no-drop;
}
.theme-dark [class*="ddp-box-add-link"].ddp-disabled:hover span.ddp-link-type {
text-decoration: none;
color: #7e8aa5;
}
.theme-dark [class*="ddp-box-add-link"].ddp-disabled:hover span.ddp-link-type em.ddp-icon-view {
background-position: -35px -7px;
}
.theme-dark .ddp-ui-moretype {
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
}
.theme-dark .ddp-btn-moretype {
display: inline-block;
padding: 3px 9px;
color: #7e8aa5;
font-size: 12px;
text-align: center;
background-color: #f4f6fc;
border-radius: 2px 2px 0 0;
}
.theme-dark .ddp-btn-moretype:hover {
color: #4e5368;
}
.theme-dark .ddp-btn-moretype:after {
display: inline-block;
width: 8px;
height: 4px;
margin-left: 4px;
background: url(../../../images/icon_select.png) no-repeat;
vertical-align: middle;
content: '';
}
.theme-dark .ddp-btn-moretype:hover:after {
background-position: -16px top;
}
/**************************************************************
table (ddp-table-detail4)
**************************************************************/
.theme-dark table.ddp-table-detail4 {
table-layout: fixed;
border:none;
}
.theme-dark table.ddp-table-detail4 tr th {
padding: 7px 15px 7px 15px;
text-align: left;
color: #4e5368;
font-weight: normal;
font-size: 12px;
border: 1px solid #d3d9ea;
border-left:none;
border-right:none;
background-color: #F7F8FD;
}
.theme-dark table.ddp-table-detail4 tr th:first-of-type {
border-left: 1px solid #d3d9ea;}
.theme-dark table.ddp-table-detail4 tr th:last-of-type {
border-right: 1px solid #d3d9ea;}
.theme-dark table.ddp-table-detail4 tr:first-of-type td {
border:none;
}
.theme-dark table.ddp-table-detail4 tr td:first-of-type {
border-left:1px solid #e1e3ee;
}
.theme-dark table.ddp-table-detail4 tr td:last-of-type {
border-right:1px solid #e1e3ee;
}
.theme-dark table.ddp-table-detail4 tr td {
padding: 9px 15px 9px 15px;
color: #4e5368;
font-size: 13px;
border-bottom: 1px solid #e1e3ee;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long {
display: inline-block;
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long.ddp-type-button {
position: relative;
margin: -5px 0;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long.ddp-type-button .ddp-txt-name {
display: block;
position: Relative;
margin-top: 5px;
text-overflow: ellipsis;
overflow: hidden;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long.ddp-type-button .ddp-btn-selection {
margin-left: 8px;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long .ddp-icon-control-fav {
position: relative;
top: -2px;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long .ddp-txt-link {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
cursor: pointer;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long .ddp-txt-link:hover {
text-decoration: underline;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long .ddp-txt-link.type-default {
cursor: default;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long .ddp-txt-link.type-default:hover {
text-decoration: none;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long.type-new {
cursor: pointer;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long.type-new:hover {
display: inline-block;
padding-right: 20px;
max-width: 100%;
text-decoration: underline;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long.type-new:hover:before {
display: inline-block;
position: relative;
top: 2px;
float: right;
width: 14px;
height: 12px;
margin-left: 2px;
background: url(../../../images/icon_window.png) no-repeat;
background-position: left -24px;
content: '';
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-ellipsis.type-name {
display: block;
position: relative;
margin-top: 8px;
}
/**************************************************************
table (ddp-table-detail)
**************************************************************/
.theme-dark table.ddp-table-detail tbody tr td .ddp-wrap-hover-info {
position: relative;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-wrap-hover-info .ddp-icon-info3 {
display: inline-block;
width: 11px;
height: 11px;
background: url(../../../images/icon_que.png) no-repeat;
background-position: left -12px;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-wrap-hover-info .ddp-box-layout4.ddp-popularity {
display: none;
position: absolute;
top: 100%;
left: 0;
margin-top: 6px;
width: 360px;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-wrap-hover-info:hover .ddp-box-layout4.ddp-popularity {
display: block;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-popularity .ddp-icon-popularity {
display: inline-block;
float: left;
width: 18px;
height: 14px;
margin-right: 8px;
background: url(../../../images/icon_popularity.png) no-repeat;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-popularity .ddp-bar {
float: left;
}
.theme-dark .ddp-page-catalog.ddp-list-catalog {
clear: both;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-popularity .ddp-wrap-hover-info {
float: left;
position: relative;
top: 2px;
margin-left: 6px;
cursor: pointer;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-catalogs.ddp-type {
background-color: #f4f6fc;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-catalogs.ddp-type .ddp-box-catalogs {
display: block;
padding: 10px 10px 10px 10px;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-catalogs.ddp-type .ddp-box-catalogs:hover {
background-color: #eaedf5;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-catalog-more {
position: relative;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-catalog-more .ddp-link-more {
display: inline-block;
position: relative;
margin-top: 10px;
color: #4a525c;
text-decoration: underline;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-catalog-more .ddp-box-layout4 {
display: none;
position: absolute;
top: 100%;
margin-top: 5px;
width: 350px;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-catalog-more.ddp-selected .ddp-box-layout4 {
display: block;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-catalog-more .ddp-box-layout4 .ddp-data-det.ddp-scroll {
max-height: 125px;
overflow: auto;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-catalog-more .ddp-ui-catalogs:first-of-type {
margin-top: 0;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-wrap-confidence {
margin: -8px 0;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence {
display: inline-block;
position: relative;
margin: 2px 0 2px 4px;
padding: 6px 6px 6px 29px;
height: 28px;
color: #10bf83;
border-radius: 2px;
background-color: rgba(16, 191, 131, 0.1);
box-sizing: border-box;
cursor: pointer;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence:first-of-type {
margin-left: 0;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-list-tags {
margin: -6px 0;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence.type-warning {
color: #ffba01;
background: rgba(255, 182, 2, 0.1);
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence.type-block {
color: #dc494f;
background: rgba(220, 73, 79, 0.1);
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence .ddp-icon-success-r,
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence .ddp-icon-warning-r,
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence .ddp-icon-block-r {
display: inline-block;
position: absolute;
top: 50%;
left: 6px;
background: url(../../../images/icon_confidence.png) no-repeat;
vertical-align: middle;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence .ddp-icon-success-r {
width: 20px;
height: 20px;
margin-top: -10px;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence .ddp-icon-warning-r {
width: 20px;
height: 18px;
margin-top: -9px;
background-position: left -21px;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence .ddp-icon-block-r {
width: 16px;
height: 16px;
margin-top: -8px;
background-position: left -40px;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence .ddp-ui-tooltip-info {
position: absolute;
top: 100%;
margin-top: 4px;
left: 0;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence:hover .ddp-ui-tooltip-info {
display: block;
}
.theme-dark table.ddp-table-detail tr td .ddp-list-tags .ddp-ui-buttons {
display: inline-block;
margin-top: 0;
}
.theme-dark table.ddp-table-detail tr td .ddp-ui-buttons {
margin-top: 5px;
}
.theme-dark table.ddp-table-detail tr td .ddp-ui-buttons .ddp-btn-add {
display: inline-block;
padding: 5px 8px;
border: 1px solid #d0d1d7;
border-radius: 4px;
color: #7e8aa5;
font-size: 12px;
}
.theme-dark table.ddp-table-detail tr td .ddp-ui-buttons .ddp-btn-add:hover {
border: 1px solid #b7b9c1;
color: #4e5368;
}
.theme-dark table.ddp-table-detail tr td .ddp-ui-buttons .ddp-btn-add em.ddp-icon-plus {
display: inline-block;
width: 13px;
height: 13px;
margin-right: 5px;
background: url(../../../images/icon_add.png) no-repeat;
background-position: -84px -22px;
vertical-align: middle;
}
.theme-dark table.ddp-table-detail tr td .ddp-ui-tags {
margin: -9px 0;
vertical-align: top;
}
.theme-dark table.ddp-table-detail tr td .ddp-tags {
display: inline-block;
float: left;
position: relative;
padding: 3px 6px;
margin: 4px 3px 4px 0;
background-color: #f2f1f7;
border-radius: 4px;
color: #666fad;
font-size: 13px;
cursor: pointer;
}
.theme-dark table.ddp-table-detail tr td .ddp-tags a.ddp-btn-delete {
display: none;
position: absolute;
top: -4px;
right: -4px;
content: '';
width: 14px;
height: 14px;
background: url(../../../images/btn_sclose.png) no-repeat;
background-position: 0 -131px;
}
.theme-dark table.ddp-table-detail tr td .ddp-tags:hover a.ddp-btn-delete {
display: block;
}
.theme-dark table.ddp-table-detail tr td .ddp-tags.ddp-txt {
cursor: default;
}
.theme-dark table.ddp-table-detail tr td .ddp-tags.ddp-txt:hover {
padding: 5px 15px;
}
.theme-dark table.ddp-table-detail tr td .ddp-tags.ddp-txt:hover a.ddp-btn-delete {
display: none;
}
.theme-dark table.ddp-table-detail tr td .ddp-tag-default {
display: inline-block;
position: relative;
padding: 5px 5px 5px 20px;
margin: 3px 6px 3px 0;
border-radius: 4px;
color: #666fad;
font-size: 13px;
box-sizing: border-box;
}
.theme-dark table.ddp-table-detail tr td .ddp-tag-default:before {
display: inline-block;
position: absolute;
top: 5px;
left: 9px;
content: '#';
color: #666fad;
font-size: 13px;
}
.theme-dark table.ddp-table-detail tr td .ddp-tag-default input {
display: block;
width: 100%;
border: none;
background: none;
color: #666fad;
font-size: 13px;
}
.theme-dark table.ddp-table-detail.type-meata tbody tr th,
.theme-dark table.ddp-table-detail.type-meata tbody tr td {
padding: 17px 10px 17px 0;
} | discovery-frontend/src/assets/css/theme_dark/component/component.table.css | @charset "utf-8";
/**************************************************************
Table 기본
**************************************************************/
.theme-dark table.ddp-table-form {
width: 100%;
table-layout: fixed;
border-spacing: 0px;
border-bottom: 1px solid #eaedf5;
}
.theme-dark table.ddp-table-form thead tr th {
position: relative;
padding: 7px 10px;
color: #4e5368;
font-size: 13px;
font-weight: normal;
text-align: left;
}
.theme-dark table.ddp-table-form thead tr th:last-of-type {
border-right: none;
}
.theme-dark table.ddp-table-form thead tr th .ddp-wrap-type-filter {
position: absolute;
top: 50%;
right: 6px;
margin-top: -9px;
}
.theme-dark table.ddp-table-form thead tr th .ddp-wrap-type-filter a.ddp-icon-type-filter {
display: inline-block;
width: 17px;
height: 17px;
}
.theme-dark table.ddp-table-form thead tr th .ddp-wrap-type-filter a.ddp-icon-type-filter:after {
display: inline-block;
content: '';
positioN: absolute;
top: 50%;
left: 50%;
width: 9px;
height: 10px;
margin: -5px 0 0 -5px;
background: url(../../../images/icon_filter.png) no-repeat;
}
.theme-dark table.ddp-table-form thead tr th .ddp-wrap-type-filter a.ddp-icon-type-filter:hover,
.theme-dark table.ddp-table-form thead tr th .ddp-wrap-type-filter.ddp-selected a.ddp-icon-type-filter {
background-color: #f0f0f2;
}
.theme-dark table.ddp-table-form thead tr th .ddp-wrap-type-filter .ddp-wrap-popup2 {
display: none;
position: absolute;
left: -21px;
top: 100%;
}
.theme-dark table.ddp-table-form thead tr th .ddp-wrap-type-filter.ddp-selected .ddp-wrap-popup2 {
display: block;
}
.theme-dark table.ddp-table-form tbody tr td {
position: relative;
padding: 5px 10px;
border-right: 1px solid #eaeaed;
color: #4b525b;
font-size: 12px;
}
.theme-dark table.ddp-table-form tbody tr:nth-child(odd) td {
background-color: #f8f9fb;
}
.theme-dark table.ddp-table-form tbody tr td.ddp-inherit {
overflow: inherit;
}
.theme-dark table.ddp-table-form tbody tr.ddp-disabled td:before {
display: inline-block;
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.5);
z-index: 3;
cursor: no-drop;
}
.theme-dark table.ddp-table-form tbody tr.ddp-disabled:hover td .ddp-btn-control {
display: none;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-type-txt {
position: relative;
display: inline-block;
max-width: 100%;
box-sizing: border-box;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-type-txt.ddp-tag {
padding-right: 75px;
line-height: 1em;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-type-txt.ddp-tag .ddp-tag-annoymous {
display: inline-block;
position: absolute;
top: 50%;
right: 0;
margin-top: -9px;
padding: 1px 2px;
color: #1972d0;
font-size: 11px;
border: 1px solid #1972d0;
background: #eff0f7;
border-radius: 2px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-type-txt.ddp-info {
padding-right: 18px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-type-txt.ddp-info .ddp-icon-error2 {
position: relative;
top: 0;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-type-txt.ddp-info .ddp-ui-info {
position: absolute;
top: 3px;
right: 0;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-type-txt.ddp-info .ddp-status-rejected + .ddp-ui-info {
top: 0;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-type-txt.ddp-info .ddp-ui-info .ddp-box-layout4 {
display: none;
position: absolute;
left: -30px;
top: 100%;
margin-top: 6px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-type-txt.ddp-info .ddp-ui-info:hover .ddp-box-layout4 {
display: block;
white-space: normal;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-wrap-long {
display: inline-block;
position: relative;
padding-right: 41px;
max-width: 100%;
box-sizing: border-box;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-wrap-long em.ddp-icon-new,
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long em.ddp-icon-new {
position: absolute;
top: 50%;
right: 0;
margin-top: -7px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long.ddp-new {
padding-right: 40px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long.ddp-info {
display: inline-block;
padding-right: 13px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long .ddp-data-txt {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long2 {
display: inline-block;
position: relative;
max-width: 100%;
line-height: 21px;
height: 21px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal;
box-sizing: border-box;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long {
display: inline-block;
position: relative;
max-width: 100%;
line-height: 21px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal;
box-sizing: border-box;
vertical-align: top;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long.ddp-global {
padding-right: 66px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long.ddp-global.ddp-new {
padding-right: 100px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long.ddp-global.ddp-new em.ddp-tag-global {
right: 40px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long.ddp-global.ddp-en-connection {
padding-right: 100px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long.ddp-global.ddp-en-connection .ddp-tag-global {
width: auto;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long em.ddp-tag-global {
position: absolute;
top: 0;
right: 0;
height: 20px;
width: 60px;
padding: 2px 2px 3px 2px;
color: #666eb2;
font-size: 11px;
text-align: center;
border: 1px solid #666eb2;
border-radius: 2px;
background: #eff0f7;
box-sizing: border-box;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long.ddp-global .ddp-icon-global {
display: block;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long .ddp-tag-global.type-tag {
float: right;
position: relative;
margin-top: -2px;
right: 0;
margin-left: 5px;
width: auto;
min-width: 60px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long .ddp-data-long {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-txt-long.ddp-type {
overflow: initial;
}
.theme-dark table.ddp-table-form tr td .ddp-wrap-long .ddp-box-tag {
position: relative;
top: 3px;
margin-right: 13px;
}
.theme-dark table.ddp-table-form tr td .ddp-txt-colortype .ddp-txt-search {
font-size: 13px;
color: #666db7;
}
.theme-dark table.ddp-table-form tr td .ddp-txt-search {
font-size: 14px;
color: #666db7;
}
.theme-dark table.ddp-table-form tr td .ddp-txt-search.type-search {
padding: 2px 3px 1px 3px;
font-size: 13px;
color: #1972d0;
font-weight: bold;
background-color: rgba(210, 204, 255, 0.4);
}
.theme-dark table.ddp-table-form tr td.ddp-data-none {
color: #b7b9c3;
text-align: center;
}
.theme-dark table.ddp-table-form tr td.ddp-nodata {
color: #b7bac1;
font-size: 13px;
}
.theme-dark table.ddp-table-form tr th .ddp-wrap-hover-info {
display: inline-block;
margin-left: 3px;
position: Relative;
cursor: pointer;
}
.theme-dark table.ddp-table-form tr th .ddp-wrap-hover-info em.ddp-icon-info3 {
display: inline-block;
position: relative;
top: -1px;
width: 11px;
height: 11px;
background: url(../../../images/icon_que.png) no-repeat;
background-position: left -12px;
}
.theme-dark table.ddp-table-form tr th .ddp-wrap-hover-info .ddp-box-layout4 {
display: none;
position: absolute;
bottom: 100%;
right: 100%;
margin: 0 -20px 4px 0;
}
.theme-dark table.ddp-table-form tr th .ddp-wrap-hover-info:hover .ddp-box-layout4 {
display: block;
white-space: normal;
z-index: 20;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-ui-flex {
display: inline-block;
max-width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: Hidden;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-ui-flex .ddp-icon-info3 {
display: inline-block;
float: right;
margin-left: 3px;
position: relative;
top: 2px;
width: 11px;
height: 11px;
background: url(../../../images/icon_info3.png) no-repeat;
}
.theme-dark table.ddp-table-form tbody tr td span.ddp-txt-colortype {
color: #b7b9c2;
}
.theme-dark table.ddp-table-form tbody tr td em.ddp-icon-by {
margin: 0 3px;
color: #b7bac1;
font-size: 13px;
}
.theme-dark table.ddp-table-form tbody tr td span.ddp-data-num {
display: inline-block;
margin-right: 17px;
color: #4c515a;
font-size: 13px;
}
.theme-dark table.ddp-table-form tbody tr td.ddp-data-last {
padding-right: 36px;
}
.theme-dark table.ddp-table-form tbody tr td a.ddp-btn-more {
display: inline-block;
position: absolute;
top: 50%;
right: 6px;
width: 12px;
height: 17px;
margin-top: -9px;
}
.theme-dark table.ddp-table-form tbody tr td a.ddp-btn-more:before {
display: inline-block;
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 2px;
height: 9px;
margin: -5px 0 0 -1px;
background: url(../../../images/icon_more2.png) no-repeat;
}
.theme-dark table.ddp-table-form tbody tr td a.ddp-btn-more:hover,
.theme-dark table.ddp-table-form tbody tr td a.ddp-btn-more.ddp-selected {
background-color: #f0f0f2;
}
.theme-dark table.ddp-table-form tbody tr td span.ddp-data-delete {
color: #b7b9c2;
font-size: 13px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-icon-new {
margin-left: 5px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-link-delete {
color: #c3c8d3;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-link-delete:hover {
color: #7e8aa5;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-link-delete em.ddp-icon-delete {
display: inline-block;
width: 11px;
height: 12px;
background: url(../../../images/icon_edit2.png) no-repeat;
background-position: -12px -21px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-link-delete:hover em.ddp-icon-delete {
background-position: -24px -21px;
}
.theme-dark table.ddp-table-form tbody tr td .ddp-ui-disabled {
display: none;
}
.theme-dark table.ddp-table-form tbody tr.type-disabled td:last-of-type {
padding-right: 29px;
}
.theme-dark table.ddp-table-form tbody tr.type-disabled.ddp-selected td:last-of-type {
padding-right: 29px;
}
.theme-dark table.ddp-table-form tbody tr.type-disabled td .ddp-ui-disabled {
display: inline-block;
position: absolute;
top: 50%;
right: 9px;
margin-top: -8px;
}
.theme-dark table.ddp-table-form tbody tr.type-disabled td .ddp-ui-disabled .ddp-icon-disabled {
display: inline-block;
width: 16px;
height: 16px;
background: url(../../../images/icon_disabled.png) no-repeat;
content: '';
}
.theme-dark table.ddp-table-form tbody tr.type-disabled td .ddp-ui-disabled .ddp-ui-tooltip-info {
right: -7px;
}
.theme-dark table.ddp-table-form tbody tr.type-disabled td .ddp-ui-disabled .ddp-ui-tooltip-info .ddp-icon-view-top {
right: 12px;
}
.theme-dark table.ddp-table-form tbody tr.type-disabled td .ddp-ui-disabled:hover .ddp-ui-tooltip-info {
display: block;
}
.theme-dark .ddp-ui-grid .ddp-ui-empty {
padding: 20px;
color: #b7b9c3;
font-size: 12px;
}
.theme-dark .ddp-ui-gridbody {
position: absolute;
top: 28px;
left: 0;
right: 0;
bottom: 0;
overflow-y: scroll;
}
.theme-dark .ddp-box-viewtable .ddp-ui-gridhead {
height: 33px;
border-top: none;
}
.theme-dark .ddp-box-viewtable .ddp-ui-gridhead table {
padding-right: 18px;
box-sizing: border-box;
}
.theme-dark .ddp-box-viewtable .ddp-ui-gridhead tr th {
height: 33px;
box-sizing: border-box;
}
.theme-dark .ddp-box-viewtable .ddp-ui-gridbody {
top: 34px;
}
.theme-dark .ddp-ui-gridhead2 {
padding-right: 18px;
background-color: #eaedf5;
}
.theme-dark .ddp-ui-gridbody2 {
position: absolute;
top: 35px;
left: 0;
right: 0;
bottom: 0;
overflow-y: scroll;
}
.theme-dark .ddp-box-viewtable {
position: relative;
min-height: 293px;
border: 1px solid #e1e3ee;
background-color: #fff;
}
.theme-dark .ddp-wrap-viewtable .ddp-box-add-link {
margin-top: -1px;
padding: 13px 0;
}
.theme-dark .ddp-wrap-viewtable.ddp-type {
padding-bottom: 43px;
}
.theme-dark .ddp-box-viewtable.ddp-selected .ddp-ui-gridbody {
bottom: 45px;
}
/**************************************************************
Table form cursor, inherit
**************************************************************/
.theme-dark table.ddp-table-form.ddp-cursor tbody tr td {
cursor: pointer;
}
.theme-dark table.ddp-table-form.ddp-cursor tbody tr:hover > td {
background-color: #f1f1f3;
}
.theme-dark table.ddp-table-form.ddp-cursor tbody tr td .ddp-table-code tr:hover td {
background: none;
}
.theme-dark table.ddp-table-form.ddp-cursor tbody tr.ddp-selected > td {
border-top: 1px solid #2abcef;
border-bottom: 1px solid #2abcef;
background-color: #edf7fb;
}
.theme-dark table.ddp-table-form.ddp-cursor tbody tr.ddp-selected > td:first-of-type {
border-left: 1px solid #2abcef;
}
.theme-dark table.ddp-table-form.ddp-cursor tbody tr.ddp-selected > td:last-of-type {
border-right: 1px solid #2abcef;
}
.theme-dark table.ddp-inherit tbody tr td {
position: relative;
overflow: inherit;
}
.theme-dark table.ddp-table-form.ddp-inherit tbody tr td {
overflow: inherit;
white-space: normal;
}
/**************************************************************
Table form 2
**************************************************************/
.theme-dark table.ddp-table-form2 {
table-layout: fixed;
width: 100%;
box-sizing: border-box;
}
.theme-dark table.ddp-table-form2 thead tr th {
padding: 5px 29px;
font-size: 12px;
color: #4e5368;
text-align: left;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
word-wrap: normal;
}
.theme-dark table.ddp-table-form2 tbody tr td {
position: relative;
padding: 7px 29px;
color: #4e5368;
font-size: 13px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal;
box-sizing: border-box;
}
.theme-dark table.ddp-table-form2 tbody tr td .ddp-ui-selected-option {
display: inline-block;
}
.theme-dark table.ddp-table-form2.ddp-long tbody tr td {
text-overflow: inherit;
white-space: inherit;
}
.theme-dark table.ddp-table-form2 tbody tr td .ddp-data-note {
color: #b7bac1;
font-size: 13px;
}
.theme-dark table.ddp-table-form2 tbody tr td.ddp-table-icons,
.theme-dark table.ddp-table-form2 thead tr th.ddp-table-icons {
padding: 0;
text-align: center;
}
/**************************************************************
Table type 2
**************************************************************/
.theme-dark table.ddp-table-type2 thead tr th {
position: relative;
padding: 7px 10px;
color: #90969f;
font-size: 12px;
border-right: 1px solid #e1e3ee;
}
.theme-dark table.ddp-table-type2 thead tr th:last-of-type {
border-right: 1px solid transparent;
}
.theme-dark table.ddp-table-type2 thead tr th .ddp-th-long {
display: inline-block;
position: relative;
max-width: 100%;
box-sizing: border-box;
}
.theme-dark table.ddp-table-type2 thead tr th .ddp-th-long .ddp-th-txt {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 19px;
}
.theme-dark table.ddp-table-type2 thead tr th.ddp-border-right,
.theme-dark table.ddp-table-type2 tbody tr td.ddp-border-right {
border-right: 1px solid #c3c8d3;
}
.theme-dark table.ddp-table-type2 thead.ddp-border-bottom tr th {
border-bottom: 1px solid #c3c8d3;
}
.theme-dark table.ddp-table-type2 tbody tr > td {
position: relative;
padding: 13px 10px 14px 10px;
font-size: 13px;
border: none;
}
.theme-dark table.ddp-table-type2 tbody tr > td.ddp-disabled {
cursor: no-drop !important;
}
.theme-dark table.ddp-table-type2 tbody tr > td.ddp-disabled:hover {
background: none;
}
.theme-dark table.ddp-table-type2 tbody tr > td.ddp-disabled:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
content: '';
cursor: no-drop;
}
.theme-dark table.ddp-table-type2 tbody tr > td.ddp-disabled em.ddp-bg-select {
display: none !important;
}
.theme-dark table.ddp-table-type2 tbody tr.ddp-selected > td {
padding: 12px 10px 13px 10px;
}
.theme-dark table.ddp-table-type2 tbody tr.ddp-selected > td:first-of-type {
padding-left: 9px;
}
.theme-dark table.ddp-table-type2 tbody tr.ddp-selected > td:last-of-type {
padding-right: 9px;
}
.theme-dark table.ddp-table-type2 tbody tr td .ddp-ui-checkbox {
position: relative;
display: inline-block;
width: 12px;
height: 12px;
vertical-align: middle;
}
.theme-dark table.ddp-table-type2 tbody tr td .ddp-input-form {
cursor: pointer;
}
.theme-dark table.ddp-table-type2 tbody tr td .ddp-input-form:hover:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #f1f1f3;
content: '';
}
.theme-dark table.ddp-table-type2 tbody tr td.ddp-selected .ddp-input-form:hover:before {
display: none;
}
.theme-dark table.ddp-table-type2 tbody tr td.ddp-disabled > div {
opacity: 0.3;
}
.theme-dark table.ddp-table-type2 tbody tr td.ddp-disabled > div.ddp-ui-info {
opacity: 1;
cursor: pointer;
z-index: 20;
}
.theme-dark table.ddp-table-type2 tbody tr td.ddp-input-form {
cursor: pointer;
}
.theme-dark table.ddp-table-type2 tbody tr td.ddp-input-form:hover {
background-color: #f1f1f3 !important;
}
.theme-dark table.ddp-table-type2 tbody tr td.ddp-input-form input.ddp-txt-input {
display: block;
position: relative;
width: 100%;
height: 100%;
border: none;
background: none;
font-size: 13px;
box-sizing: border-box;
z-index: 10;
cursor: pointer;
}
.theme-dark table.ddp-table-type2 tbody tr td .ddp-input-form.ddp-edit input.ddp-txt-input {
padding-right: 34px;
}
.theme-dark table.ddp-table-type2 tbody tr td .ddp-input-form.ddp-edit .ddp-icon-edit {
display: none;
position: absolute;
top: 50%;
right: 10px;
margin-top: -6px;
width: 12px;
height: 12px;
background: url(../../../images/icon_edit.png) no-repeat;
}
.theme-dark table.ddp-table-type2 tbody tr td .ddp-input-form.ddp-edit:hover .ddp-icon-edit {
display: block;
}
/**************************************************************
Table3
**************************************************************/
.theme-dark table.ddp-table-form.ddp-table-type3,
.theme-dark table.ddp-table-form.ddp-table-line {
border-bottom: none;
}
.theme-dark table.ddp-table-type3 thead tr th {
color: #4e5368;
font-size: 12px;
font-weight: normal;
border-top:1px solid #d3d9ea;
border-bottom:1px solid #d3d9ea;
background-color: #F7F8FD;
}
.theme-dark table.ddp-table-type3.type-table thead tr th {
color: #7e8aa5;
}
.theme-dark table.ddp-table-type3 thead tr th:first-of-type {
padding-left: 20px;
border-left: 1px solid #d3d9ea;
}
.theme-dark table.ddp-table-type3 thead tr th:last-of-type {
border-right: 1px solid #d3d9ea;
}
.theme-dark table.ddp-table-type3 thead tr th .ddp-txt-colortype {
color: #b7b9c2;
}
.theme-dark table.ddp-table-type3 thead tr th.ddp-border-right {
border-right: 1px solid #c3c8d3;
}
.theme-dark table.ddp-table-type3.ddp-cursor-none tbody tr td {
cursor: default;
}
.theme-dark table.ddp-table-type3 tbody tr td {
position: relative;
padding: 10px 10px 11px 10px;
font-size: 13px;
border: none;
border-bottom: 1px solid #e1e3ee;
background-color: #fff;
cursor: pointer;
overflow: inherit;
white-space: normal;
}
.theme-dark table.ddp-table-type3 tbody tr td.ddp-txt-center:first-of-type {
padding-left: 10px;
}
.theme-dark table.ddp-table-type3 tbody tr td:first-of-type {
padding-left: 20px;
border-left: 1px solid #e1e3ee;
}
.theme-dark table.ddp-table-type3 tbody tr td:last-of-type {
border-right: 1px solid #e1e3ee;
}
.theme-dark table.ddp-table-type3 tbody tr:nth-child(odd) td {
background: #fff;
}
.theme-dark table.ddp-table-type3 tbody tr:hover td {
background-color: #eaedf5;
cursor: pointer;
}
.theme-dark table.ddp-table-type3.ddp-cursor-none tbody tr:hover td {
background: #fff;
cursor: default;
}
.theme-dark table.ddp-table-type3 tbody tr td .ddp-btn-control {
display: none;
position: absolute;
top: 50%;
right: 10px;
margin-top: -11px;
}
.theme-dark table.ddp-table-type3 tbody tr:hover td .ddp-btn-control {
display: block;
}
.theme-dark table.ddp-table-type3 tbody tr td.ddp-hover-tooltip {
display: table-cell;
overflow: inherit;
}
.theme-dark table.ddp-table-type3 tbody tr td .ddp-link {
text-decoration: underline;
color: #4c92e0;
}
.theme-dark table.ddp-table-type3 tbody tr td.ddp-border-right {
border-right: 1px solid #c3c8d3;
}
/**************************************************************
Table select
**************************************************************/
.theme-dark table.ddp-table-select tbody tr td {
position: relative;
cursor: pointer;
}
.theme-dark table.ddp-table-select tbody tr:hover td {
background-color: #eaedf5;
cursor: pointer;
}
.theme-dark table.ddp-table-select tbody tr.ddp-selected td {
border-top: 1px solid #1972d0;
border-bottom: 1px solid #1972d0;
background-color: #eaedf5;
}
.theme-dark table.ddp-table-select tbody tr.ddp-selected td:first-of-type {
border-left: 1px solid #1972d0;
}
.theme-dark table.ddp-table-select tbody tr.ddp-selected td:last-of-type {
border-right: 1px solid #1972d0;
}
.theme-dark table.ddp-table-select tbody tr td .ddp-box-tag {
position: relative;
top: 2px;
}
.theme-dark table.ddp-table-select tbody tr td .ddp-ui-checkbox,
.theme-dark table.ddp-table-select tbody tr td .ddp-ui-radio {
font-size: 0;
vertical-align: middle;
}
.theme-dark table.ddp-table-type2.ddp-table-select tbody tr.ddp-selected > td {
padding: 12px 10px 13px 10px;
}
.theme-dark table.ddp-table-type2.ddp-table-select tbody tr.ddp-selected > td:first-of-type {
padding-left: 9px;
}
.theme-dark table.ddp-table-select tr td:last-of-type {
padding-right: 35px;
}
.theme-dark table.ddp-table-select tbody tr.ddp-selected td:first-child:before {
border-left: 1px solid #1972d0;
}
.theme-dark table.ddp-table-select tbody tr.ddp-selected td:last-child:before {
border-right: 1px solid #1972d0;
}
.theme-dark table.ddp-table-select tbody tr.ddp-selected td .ddp-box-tag {
position: relative;
top: 2px;
}
/**************************************************************
Table listview
**************************************************************/
.theme-dark .ddp-wrap-table-list {
float: left;
width: 100%;
padding: 10px 53px 10px 83px;
box-sizing: border-box;
}
.theme-dark table.ddp-table-listview {
width: 100%;
table-layout: fixed;
}
.theme-dark table.ddp-table-listview tbody tr td {
padding: 3px 5px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
word-wrap: normal;
}
.theme-dark table.ddp-table-listview tbody tr td span.ddp-sub-name {
color: #4b525b;
font-size: 13px;
font-weight: 300;
}
.theme-dark table.ddp-table-listview tbody tr:nth-child(odd) td {
background-color: #fafafa;
}
.theme-dark table.ddp-table-listview tbody tr td span.ddp-box-tag-value {
display: inline-block;
padding: 2px 3px;
border-radius: 2px;
font-size: 12px;
}
.theme-dark table.ddp-table-listview tbody tr td span.ddp-box-tag-value.ddp-dimension {
width: 70px;
border: 1px solid #439fe5;
text-align: center;
color: #439fe5;
box-sizing: border-box;
}
.theme-dark table.ddp-table-listview tbody tr td span.ddp-box-tag-value.ddp-measure {
width: 70px;
border: 1px solid #5fd7a5;
text-align: center;
color: #5fd7a5;
box-sizing: border-box;
}
.theme-dark table.ddp-table-listview tbody tr td em[class*="ddp-icon-type-"] {
position: relative;
left: 0;
top: 0;
margin: 0;
}
/**************************************************************
매니지먼트 모니터링 리스트
**************************************************************/
.theme-dark .ddp-fix-size {position:relative; height:246px; box-sizing:border-box;}
.theme-dark .ddp-fix-size .ddp-nodata {display:table; width:100%; height:215px; padding:90px 0 0 0; text-align:center; background-color:#fff; font-size:18px; color:#d0d1db; border:1px solid #ddd; border-top:none; box-sizing:border-box;}
/**************************************************************
매니지먼트 메타데이터 상세
**************************************************************/
.theme-dark .ddp-ui-preview-contents table.ddp-table-form.ddp-table-details tbody tr:nth-child(odd) td.ddp-disabled:hover {background-color:#fafafa !important;}
.theme-dark table.ddp-table-type2 thead tr th .ddp-th-long .ddp-th-icons {float:right;}
.theme-dark table.ddp-table-type2 thead tr th .ddp-th-long .ddp-th-icons .ddp-wrap-hover-info {float:left; padding:5px 0 0 0; font-size:0px;}
.theme-dark table.ddp-table-type2 thead tr th .ddp-th-long .ddp-th-icons [class*="ddp-icon-array"] {top:0;}
/**************************************************************
Table tooltip
**************************************************************/
.theme-dark table tbody tr td .ddp-txt-long:hover + .ddp-ui-tooltip-info {
display: block;
top: 100%;
left: 0;
min-width: 50px;
max-width: 100%;
white-space: normal;
box-sizing: border-box;
}
.theme-dark table tbody tr td .ddp-txt-long:hover + .ddp-ui-tooltip-info .ddp-icon-view-top {
left: 40px;
}
.theme-dark table tbody tr > td .ddp-hover-tooltip:hover + .ddp-ui-tooltip-info {
display: block;
top: 100%;
left: -10px;
min-width: 50px;
max-width: 100%;
white-space: normal;
box-sizing: border-box;
}
.theme-dark table tbody tr > td .ddp-hover-tooltip:hover + .ddp-ui-tooltip-info em.ddp-icon-view-top {
left: 40px;
}
.theme-dark table tbody tr > td .ddp-hover-tooltip:hover + .ddp-ui-tooltip-info.ddp-top {
bottom: 100%;
top: inherit;
}
.theme-dark table.ddp-table-type3 tbody tr td.ddp-hover-tooltip .ddp-ui-tooltip-info {
top: 30px;
left: 10px;
right: inherit;
max-width: 90%;
white-space: normal;
}
.theme-dark table.ddp-table-type3 tbody tr td.ddp-hover-tooltip .ddp-ui-tooltip-info .ddp-icon-view-top {
left: 20px;
right: inherit;
}
.theme-dark table.ddp-table-type3 tbody tr td.ddp-hover-tooltip .ddp-ui-tooltip-info .ddp-scroll {
max-height: 150px;
overflow: auto;
}
/**************************************************************
Table 오름차순
**************************************************************/
.theme-dark em.ddp-icon-array-default2,
.theme-dark em.ddp-icon-array-asc2,
.theme-dark em.ddp-icon-array-des2 {
display: inline-block;
position: relative;
top: -1px;
width: 19px;
height: 19px;
cursor: pointer;
vertical-align: middle;
}
.theme-dark em.ddp-icon-array-default2:before,
.theme-dark em.ddp-icon-array-asc2:before,
.theme-dark em.ddp-icon-array-des2:before {
display: inline-block;
content: '';
position: absolute;
width: 7px;
height: 9px;
top: 5px;
left: 50%;
margin-left: -4px;
background: url(../../../images/dark_theme/icon_array_dark.png) no-repeat;
cursor: pointer;
}
.theme-dark em.ddp-icon-array-asc2:before {
background-position: -16px top;
}
.theme-dark em.ddp-icon-array-des2:before {
background-position: -8px top;
}
/**************************************************************
더보기 버튼
**************************************************************/
.theme-dark .ddp-box-add-link {
padding: 10px 0;
margin-top: 7px;
border: 1px solid #ddd;
background-color: #fff;
text-align: center;
cursor: pointer;
}
.theme-dark .ddp-box-add-link span.ddp-link-type {
font-size: 13px;
color: #7e8aa5;
}
.theme-dark .ddp-box-add-link:hover span.ddp-link-type {
color: #4e5368;
text-decoration: underline;
}
.theme-dark .ddp-box-add-link span.ddp-link-type em.ddp-icon-view {
display: inline-block;
width: 7px;
height: 4px;
margin-left: 6px;
background: url(../../../images/icon_selecview.png) no-repeat;
background-position: -35px -7px;
vertical-align: middle;
}
.theme-dark .ddp-box-add-link:hover span.ddp-link-type em.ddp-icon-view {
background-position: left -7px;
}
.theme-dark .ddp-box-add-link.ddp-shadow {
border: none;
padding: 14px 0;
margin-top: 10px;
-webkit-box-shadow: 0px 2px 2px 1px #eaedf5;
-moz-box-shadow: 0px 2px 2px 1px #eaedf5;
box-shadow: 0px 2px 2px 1px #eaedf5;
}
.theme-dark .ddp-box-add-link2 {
position: relative;
padding: 16px 0;
margin-top: -1px;
border-top: 1px solid #e1e3ee;
border-bottom: 1px solid #e1e3ee;
background-color: #fff;
text-align: center;
cursor: pointer;
z-index: 1;
}
.theme-dark .ddp-box-add-link2 span.ddp-link-type {
font-size: 13px;
color: #7e8aa5;
}
.theme-dark .ddp-box-add-link2:hover span.ddp-link-type {
color: #4e5368;
text-decoration: underline;
}
.theme-dark .ddp-box-add-link2 span.ddp-link-type em.ddp-icon-view {
display: inline-block;
width: 7px;
height: 4px;
margin-left: 6px;
background: url(../../../images/icon_selecview.png) no-repeat;
background-position: -35px -7px;
vertical-align: middle;
}
.theme-dark .ddp-box-add-link2:hover span.ddp-link-type em.ddp-icon-view {
background-position: left -7px;
}
.theme-dark .ddp-box-add-link3 {
position: relative;
padding: 13px 0;
margin-top: -1px;
border: 1px solid #e1e3ee;
background-color: #fff;
text-align: center;
cursor: pointer;
z-index: 1;
}
.theme-dark .ddp-box-add-link3 span.ddp-link-type {
font-size: 13px;
color: #7e8aa5;
}
.theme-dark .ddp-box-add-link3:hover span.ddp-link-type {
color: #4e5368;
text-decoration: underline;
}
.theme-dark .ddp-box-add-link3 span.ddp-link-type em.ddp-icon-view {
display: inline-block;
width: 7px;
height: 4px;
margin-left: 6px;
background: url(../../../images/icon_selecview.png) no-repeat;
background-position: -35px -7px;
vertical-align: middle;
}
.theme-dark .ddp-box-add-link3:hover span.ddp-link-type em.ddp-icon-view {
background-position: left -7px;
}
.theme-dark [class*="ddp-box-add-link"].ddp-disabled:before {
display: inline-block;
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.5);
z-index: 1;
cursor: no-drop;
}
.theme-dark [class*="ddp-box-add-link"].ddp-disabled:hover span.ddp-link-type {
text-decoration: none;
color: #7e8aa5;
}
.theme-dark [class*="ddp-box-add-link"].ddp-disabled:hover span.ddp-link-type em.ddp-icon-view {
background-position: -35px -7px;
}
.theme-dark .ddp-ui-moretype {
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
}
.theme-dark .ddp-btn-moretype {
display: inline-block;
padding: 3px 9px;
color: #7e8aa5;
font-size: 12px;
text-align: center;
background-color: #f4f6fc;
border-radius: 2px 2px 0 0;
}
.theme-dark .ddp-btn-moretype:hover {
color: #4e5368;
}
.theme-dark .ddp-btn-moretype:after {
display: inline-block;
width: 8px;
height: 4px;
margin-left: 4px;
background: url(../../../images/icon_select.png) no-repeat;
vertical-align: middle;
content: '';
}
.theme-dark .ddp-btn-moretype:hover:after {
background-position: -16px top;
}
/**************************************************************
table (ddp-table-detail4)
**************************************************************/
.theme-dark table.ddp-table-detail4 {
table-layout: fixed;
border:none;
}
.theme-dark table.ddp-table-detail4 tr th {
padding: 7px 15px 7px 15px;
text-align: left;
color: #4e5368;
font-weight: normal;
font-size: 12px;
border: 1px solid #d3d9ea;
border-left:none;
border-right:none;
background-color: #F7F8FD;
}
.theme-dark table.ddp-table-detail4 tr th:first-of-type {
border-left: 1px solid #d3d9ea;}
.theme-dark table.ddp-table-detail4 tr th:last-of-type {
border-right: 1px solid #d3d9ea;}
.theme-dark table.ddp-table-detail4 tr:first-of-type td {
border:none;
}
.theme-dark table.ddp-table-detail4 tr td:first-of-type {
border-left:1px solid #e1e3ee;
}
.theme-dark table.ddp-table-detail4 tr td:last-of-type {
border-right:1px solid #e1e3ee;
}
.theme-dark table.ddp-table-detail4 tr td {
padding: 9px 15px 9px 15px;
color: #4e5368;
font-size: 13px;
border-bottom: 1px solid #e1e3ee;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long {
display: inline-block;
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long.ddp-type-button {
position: relative;
margin: -5px 0;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long.ddp-type-button .ddp-txt-name {
display: block;
position: Relative;
margin-top: 5px;
text-overflow: ellipsis;
overflow: hidden;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long.ddp-type-button .ddp-btn-selection {
margin-left: 8px;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long .ddp-icon-control-fav {
position: relative;
top: -2px;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long .ddp-txt-link {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
cursor: pointer;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long .ddp-txt-link:hover {
text-decoration: underline;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long .ddp-txt-link.type-default {
cursor: default;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long .ddp-txt-link.type-default:hover {
text-decoration: none;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long.type-new {
cursor: pointer;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long.type-new:hover {
display: inline-block;
padding-right: 20px;
max-width: 100%;
text-decoration: underline;
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-long.type-new:hover:before {
display: inline-block;
position: relative;
top: 2px;
float: right;
width: 14px;
height: 12px;
margin-left: 2px;
background: url(../../../images/icon_window.png) no-repeat;
background-position: left -24px;
content: '';
}
.theme-dark table.ddp-table-detail4 tr td .ddp-txt-ellipsis.type-name {
display: block;
position: relative;
margin-top: 8px;
}
/**************************************************************
table (ddp-table-detail)
**************************************************************/
.theme-dark table.ddp-table-detail tbody tr td .ddp-wrap-hover-info {
position: relative;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-wrap-hover-info .ddp-icon-info3 {
display: inline-block;
width: 11px;
height: 11px;
background: url(../../../images/icon_que.png) no-repeat;
background-position: left -12px;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-wrap-hover-info .ddp-box-layout4.ddp-popularity {
display: none;
position: absolute;
top: 100%;
left: 0;
margin-top: 6px;
width: 360px;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-wrap-hover-info:hover .ddp-box-layout4.ddp-popularity {
display: block;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-popularity .ddp-icon-popularity {
display: inline-block;
float: left;
width: 18px;
height: 14px;
margin-right: 8px;
background: url(../../../images/icon_popularity.png) no-repeat;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-popularity .ddp-bar {
float: left;
}
.theme-dark .ddp-page-catalog.ddp-list-catalog {
clear: both;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-popularity .ddp-wrap-hover-info {
float: left;
position: relative;
top: 2px;
margin-left: 6px;
cursor: pointer;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-catalogs.ddp-type {
background-color: #f4f6fc;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-catalogs.ddp-type .ddp-box-catalogs {
display: block;
padding: 10px 10px 10px 10px;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-catalogs.ddp-type .ddp-box-catalogs:hover {
background-color: #eaedf5;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-catalog-more {
position: relative;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-catalog-more .ddp-link-more {
display: inline-block;
position: relative;
margin-top: 10px;
color: #4a525c;
text-decoration: underline;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-catalog-more .ddp-box-layout4 {
display: none;
position: absolute;
top: 100%;
margin-top: 5px;
width: 350px;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-catalog-more.ddp-selected .ddp-box-layout4 {
display: block;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-catalog-more .ddp-box-layout4 .ddp-data-det.ddp-scroll {
max-height: 125px;
overflow: auto;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-ui-catalog-more .ddp-ui-catalogs:first-of-type {
margin-top: 0;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-wrap-confidence {
margin: -8px 0;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence {
display: inline-block;
position: relative;
margin: 2px 0 2px 4px;
padding: 6px 6px 6px 29px;
height: 28px;
color: #10bf83;
border-radius: 2px;
background-color: rgba(16, 191, 131, 0.1);
box-sizing: border-box;
cursor: pointer;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence:first-of-type {
margin-left: 0;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-list-tags {
margin: -6px 0;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence.type-warning {
color: #ffba01;
background: rgba(255, 182, 2, 0.1);
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence.type-block {
color: #dc494f;
background: rgba(220, 73, 79, 0.1);
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence .ddp-icon-success-r,
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence .ddp-icon-warning-r,
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence .ddp-icon-block-r {
display: inline-block;
position: absolute;
top: 50%;
left: 6px;
background: url(../../../images/icon_confidence.png) no-repeat;
vertical-align: middle;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence .ddp-icon-success-r {
width: 20px;
height: 20px;
margin-top: -10px;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence .ddp-icon-warning-r {
width: 20px;
height: 18px;
margin-top: -9px;
background-position: left -21px;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence .ddp-icon-block-r {
width: 16px;
height: 16px;
margin-top: -8px;
background-position: left -40px;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence .ddp-ui-tooltip-info {
position: absolute;
top: 100%;
margin-top: 4px;
left: 0;
}
.theme-dark table.ddp-table-detail tbody tr td .ddp-box-confidence:hover .ddp-ui-tooltip-info {
display: block;
}
.theme-dark table.ddp-table-detail tr td .ddp-list-tags .ddp-ui-buttons {
display: inline-block;
margin-top: 0;
}
.theme-dark table.ddp-table-detail tr td .ddp-ui-buttons {
margin-top: 5px;
}
.theme-dark table.ddp-table-detail tr td .ddp-ui-buttons .ddp-btn-add {
display: inline-block;
padding: 5px 8px;
border: 1px solid #d0d1d7;
border-radius: 4px;
color: #7e8aa5;
font-size: 12px;
}
.theme-dark table.ddp-table-detail tr td .ddp-ui-buttons .ddp-btn-add:hover {
border: 1px solid #b7b9c1;
color: #4e5368;
}
.theme-dark table.ddp-table-detail tr td .ddp-ui-buttons .ddp-btn-add em.ddp-icon-plus {
display: inline-block;
width: 13px;
height: 13px;
margin-right: 5px;
background: url(../../../images/icon_add.png) no-repeat;
background-position: -84px -22px;
vertical-align: middle;
}
.theme-dark table.ddp-table-detail tr td .ddp-ui-tags {
margin: -9px 0;
vertical-align: top;
}
.theme-dark table.ddp-table-detail tr td .ddp-tags {
display: inline-block;
float: left;
position: relative;
padding: 3px 6px;
margin: 4px 3px 4px 0;
background-color: #f2f1f7;
border-radius: 4px;
color: #666fad;
font-size: 13px;
cursor: pointer;
}
.theme-dark table.ddp-table-detail tr td .ddp-tags a.ddp-btn-delete {
display: none;
position: absolute;
top: -4px;
right: -4px;
content: '';
width: 14px;
height: 14px;
background: url(../../../images/btn_sclose.png) no-repeat;
background-position: 0 -131px;
}
.theme-dark table.ddp-table-detail tr td .ddp-tags:hover a.ddp-btn-delete {
display: block;
}
.theme-dark table.ddp-table-detail tr td .ddp-tags.ddp-txt {
cursor: default;
}
.theme-dark table.ddp-table-detail tr td .ddp-tags.ddp-txt:hover {
padding: 5px 15px;
}
.theme-dark table.ddp-table-detail tr td .ddp-tags.ddp-txt:hover a.ddp-btn-delete {
display: none;
}
.theme-dark table.ddp-table-detail tr td .ddp-tag-default {
display: inline-block;
position: relative;
padding: 5px 5px 5px 20px;
margin: 3px 6px 3px 0;
border-radius: 4px;
color: #666fad;
font-size: 13px;
box-sizing: border-box;
}
.theme-dark table.ddp-table-detail tr td .ddp-tag-default:before {
display: inline-block;
position: absolute;
top: 5px;
left: 9px;
content: '#';
color: #666fad;
font-size: 13px;
}
.theme-dark table.ddp-table-detail tr td .ddp-tag-default input {
display: block;
width: 100%;
border: none;
background: none;
color: #666fad;
font-size: 13px;
}
.theme-dark table.ddp-table-detail.type-meata tbody tr th,
.theme-dark table.ddp-table-detail.type-meata tbody tr td {
padding: 17px 10px 17px 0;
} | 0.395368 | 0.064477 |
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-family: '<NAME>';
font-style: normal;
}
html {
height: 100%;
margin: 0;
padding: 0;
}
.panel {
top: 0px;
display: flex;
}
.wrapper {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin: 10px 10px;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
margin: 25px auto;
border-radius: 25px;
box-shadow: 0 0 15px #BFD1DE;
padding: 15px;
min-width: 450px;
}
.inputMatrix {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr;
margin: 0 auto;
}
.inputMatrix input {
border: 1px solid #009999;
height: 60px;
width: 60px;
margin: 10px;
font-size: 35px;
text-align: center;
}
.inputMatrix input::selection {
color: red;
}
.inputMatrixRec {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr;
margin: 0 auto;
}
.inputMatrixRec input {
border: 1px solid #009999;
height: 60px;
width: 60px;
margin: 10px;
font-size: 35px;
text-align: center;
}
.inputMatrixRec input::selection {
color: red;
}
input:focus {
border: 2px solid rgb(255, 217, 0);
}
a {
font-size: 20px;
width: 180px;
text-decoration: none;
outline: none;
color: black;
display: inline-block;
position: relative;
padding: 8px 10px;
border: 1px solid;
border-image: linear-gradient(180deg, #33CCCC, #009999, #1D7373, #006363);
border-image-slice: 1;
margin: 10px 20px;
text-transform: uppercase;
overflow: hidden;
letter-spacing: 2px;
transition: .8s cubic-bezier(.165, .84, .44, 1);
text-align: center;
}
a:before {
content: "";
position: absolute;
left: 0;
top: 0;
height: 0;
width: 100%;
z-index: -1;
color: white;
background: linear-gradient(180deg, #33CCCC, #009999, #1D7373, #006363);
transition: .8s cubic-bezier(.165, .84, .44, 1);
}
a:hover {
background: rgba(255, 255, 255, 0);
}
a:active {
background: white;
}
a:hover:before {
bottom: 0%;
top: auto;
height: 100%;
}
.info {
font-size: 18px;
margin: 5px 0;
}
.titleMode {
text-align: center;
margin: 0;
text-transform: uppercase;
}
.titleMatrix {
font-size: 30px;
margin-top: 0;
margin-bottom: 5px;
}
.tabsDiv {
margin-top: 10px;
}
.hide {
display: none !important;
}
textarea {
width: 420px;
border-radius: 4px;
height: 180px;
border: 1px solid #009999;
padding: 5px 10px;
font-family: Montserrat;
margin-bottom: 15px;
}
textarea::placeholder {
color: gray;
font-family: Montserrat;
}
textarea:focus {
border: 1px solid #ed0200;
}
.mode {
border: none;
}
.mode:hover {
background: #BFD1DE;
}
.mode::before {
background: whitesmoke;
}
.target {
border: 3px solid orangered;
}
.firstTwo {
color: orangered;
}
.slectCipher:hover {
background: #BFD1DE;
}
.selectCipher::before {
background: whitesmoke;
}
.selectCipher {
font-size: 18px;
padding: 5px 5px;
width: 150px;
} | hill/src/style.css | * {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-family: '<NAME>';
font-style: normal;
}
html {
height: 100%;
margin: 0;
padding: 0;
}
.panel {
top: 0px;
display: flex;
}
.wrapper {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin: 10px 10px;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
margin: 25px auto;
border-radius: 25px;
box-shadow: 0 0 15px #BFD1DE;
padding: 15px;
min-width: 450px;
}
.inputMatrix {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr;
margin: 0 auto;
}
.inputMatrix input {
border: 1px solid #009999;
height: 60px;
width: 60px;
margin: 10px;
font-size: 35px;
text-align: center;
}
.inputMatrix input::selection {
color: red;
}
.inputMatrixRec {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr;
margin: 0 auto;
}
.inputMatrixRec input {
border: 1px solid #009999;
height: 60px;
width: 60px;
margin: 10px;
font-size: 35px;
text-align: center;
}
.inputMatrixRec input::selection {
color: red;
}
input:focus {
border: 2px solid rgb(255, 217, 0);
}
a {
font-size: 20px;
width: 180px;
text-decoration: none;
outline: none;
color: black;
display: inline-block;
position: relative;
padding: 8px 10px;
border: 1px solid;
border-image: linear-gradient(180deg, #33CCCC, #009999, #1D7373, #006363);
border-image-slice: 1;
margin: 10px 20px;
text-transform: uppercase;
overflow: hidden;
letter-spacing: 2px;
transition: .8s cubic-bezier(.165, .84, .44, 1);
text-align: center;
}
a:before {
content: "";
position: absolute;
left: 0;
top: 0;
height: 0;
width: 100%;
z-index: -1;
color: white;
background: linear-gradient(180deg, #33CCCC, #009999, #1D7373, #006363);
transition: .8s cubic-bezier(.165, .84, .44, 1);
}
a:hover {
background: rgba(255, 255, 255, 0);
}
a:active {
background: white;
}
a:hover:before {
bottom: 0%;
top: auto;
height: 100%;
}
.info {
font-size: 18px;
margin: 5px 0;
}
.titleMode {
text-align: center;
margin: 0;
text-transform: uppercase;
}
.titleMatrix {
font-size: 30px;
margin-top: 0;
margin-bottom: 5px;
}
.tabsDiv {
margin-top: 10px;
}
.hide {
display: none !important;
}
textarea {
width: 420px;
border-radius: 4px;
height: 180px;
border: 1px solid #009999;
padding: 5px 10px;
font-family: Montserrat;
margin-bottom: 15px;
}
textarea::placeholder {
color: gray;
font-family: Montserrat;
}
textarea:focus {
border: 1px solid #ed0200;
}
.mode {
border: none;
}
.mode:hover {
background: #BFD1DE;
}
.mode::before {
background: whitesmoke;
}
.target {
border: 3px solid orangered;
}
.firstTwo {
color: orangered;
}
.slectCipher:hover {
background: #BFD1DE;
}
.selectCipher::before {
background: whitesmoke;
}
.selectCipher {
font-size: 18px;
padding: 5px 5px;
width: 150px;
} | 0.455925 | 0.178669 |
.variableList>div{
padding-top:0.25em;
padding-bottom:0.25em;
padding-left:0.25em;
}
header
{
font-family: 'Lobster', cursive;
text-align: center;
font-size: 25px;
}
#info
{
font-size: 18px;
color: #555;
text-align: center;
margin-bottom: 25px;
}
a{
color: #074E8C;
}
.scrollbar
{
margin-left: 30px;
float: left;
height: 300px;
width: 65px;
background: #F5F5F5;
overflow-y: scroll;
margin-bottom: 25px;
}
.force-overflow
{
min-height: 450px;
}
#wrapper
{
text-align: center;
width: 500px;
margin: auto;
}
#style-2::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
.scrollColorA{
scrollbar-color: #1d5f96 transparent;
}
.scrollColorA:hover{
scrollbar-color: #0d4f86 transparent;
}
#style-2::-webkit-scrollbar
{
width: 12px;
background-color: #F5F5F5;
}
#style-2::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #D62929;
}
textarea{
border: ridge 2px;
padding: 5px;
width: 20em;
min-height: 5em;
overflow: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 70%;
}
.bordered{
border: 3px solid #222232;
border-radius:1px;
}
.thirds{
width:66%;
margin-left:auto;
margin-right:auto;
}
.cursorPointer{
cursor:pointer;
}
.leftpadded{
padding-left:2em;
}
.bioImg{
border: 2px solid black;
}
.hoverBlue:hover{
color:#3465a4;
}
.autosides{
margin-left:auto;
margin-right:auto;
}
.innerShadowP{
-moz-box-shadow: inset 0 0 30px #342b38;
-webkit-box-shadow: inset 0 0 30px #342b38;
box-shadow: inset 1 1 30px #342b38;
}
.quartered{
width:75%;
margin-left:auto;
margin-right:auto;
}
.glcborder{
border: 2px solid #3b3f46;
}
.glcborderB{
border: 2px solid #35283d;
}
.vpad{
padding-top:1em;
padding-bottom:1em;
}
.vpadh{
padding-top:2em;
padding-bottom:2em;
}
hr{
border-color:grey;
}
a>i.fab{
font-size: 2.5rem;
}
label.control-label{
color:black;
}
a>i.fab:hover{
color:black;
}
.mall{
margin-bottom: 2em;
margin-top: 2em;
}
.pall{
padding-bottom: 2em;
padding-top: 2em;
padding-left: 2em;
padding-right: 2em;
}
.pbottom {
padding-bottom: 1em;
}
.pb {
padding-bottom: 0.5em;
}
.ptop {
padding-top: 1em;
}
.pbottomh {
padding-bottom: 2em;
}
.pbottomhh {
padding-bottom: 3em;
}
.ptoph {
padding-top: 3em;
}
.ptoph {
padding-top: 2em;
}
.mtopn {
margin-top: -1em
}
.mtop {
margin-top: 0.5em
}
.mtoph {
margin-top: 2em
}
.mbottom {
margin-bottom: 0.5em;
}
.mbh{margin-bottom: 2em;}
.mtm{
margin-bottom: 1em;
margin-top: 2em
}
.mbottomh {
margin-bottom: 1em;
}
.msides {
margin-left: 1em;
margin-right: 1em;
}
.styleImg {
width: 20%;
margin: auto;
}
.thumbnail {
height: 50px;
}
.thumbnail img {
display: block;
width: auto;
height: 100%;
}
.margin1 {
margin-top: 1em !important;
margin-bottom: 1em !important;
}
.mbottom {
margin-bottom: 1em !important;
}
.imgBg {
background-repeat: no-repeat;
background-size: cover;
max-width: 100%;
max-height: 100%;
border: 2px solid #3A3A3A;
-moz-box-shadow: inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow: inset 0 0 10px #000000;
}
.blacktext{
color:black !important;
}
body{
font-family: 'Montserrat', sans-serif;
}
.cw {
color: white;
}
.nameselector:hover{
color:grey;
font-style:bold;
}
.vAction {
color: white;
vertical-align: top;
transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
opacity: 1;
}
.padTopHuge{
padding-top:4em;
}
.padTopBig{
padding-top:2em;
}
.tinyFont{
font-size:0.5em;
}
.smallFont{
font-size:0.75em;
}
.titleFont{
font-size:2.25em;
text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.italic{
font-style:italic;
}
.underline{
text-decoration:underline;
}
.bigFont{
font-size:1.5em;
}
.caps{
text-transform: uppercase;
}
.bg001 {
background-image: url("images/bg/bg001.png");
}
.bg002 {
background: #bdc3c7; /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #343a40, #5d6368, #343a40);
background: linear-gradient(to top, #343a40, #5d6368, #343a40);
}
nav {
height: 100%;
background-color: #343a40;
}
a {
-webkit-transition: all 0.25s 0s ease-out;
-moz-transition: all 0.25s 0s ease-out;
-o-transition: all 0.25s 0s ease-out;
transition: all 0.25s 0s ease-out;
background-color: rgba(0, 0, 0, 0);
}
.innershadow {
-moz-box-shadow: inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow: inset 0 0 10px #000000;
}
.hidden {
opacity: 0;
}
.navbar a {
color: white;
}
a:hover.nav-link {
background-color: grey;
}
#endspace {
background-color: rgba(0, 0, 0, 0.5);
}
.transborder {
padding-left: 1em !important;
padding-right: 1em !important;
color: white;
-webkit-transition: all 0.25s 0s ease-out;
-moz-transition: all 0.25s 0s ease-out;
-o-transition: all 0.25s 0s ease-out;
transition: all 0.25s 0s ease-out;
}
.transborder:hover {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.shadow{
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.hoveringMidsection{
transition: all 0.2s 0s ease-out;
border-radius: 5px;
}
.hoveringMidsection:hover{
background-color:#333657;
border-radius: 5px;
}
.alphaBG{
background-color:rgba(0,0,0,0.6);
backdrop-filter: blur(4px);
}
.card:hover{
color:white;
}
.eventCard{
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
object-fit: cover;
text-shadow: 4px 4px #00000011;
}
.eventCardB{
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
object-fit: contain;
text-shadow: 4px 4px #00000011;
}
.box {
position: relative;
display: inline-block;
width: 10em;
height: 10em;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
border-radius: 5px;
-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.boxB{
position: relative;
display: inline-block;
width: 10em;
height: 10em;
border-radius: 5px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
border-radius: 5px;
-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.watchOpacity {
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.watchAll {
transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.box::after {
content: "";
border-radius: 5px;
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
opacity: 0;
-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.box:hover {
-webkit-transform: scale(1.25, 1.25);
transform: scale(1.25, 1.25);
}
.box:hover::after {
opacity: 1;
}
button {
color: black;
}
.btn{
border-radius: 2px;
border: 2px solid #1d5f96;
}
.btn:hover {
border-radius: 2px;
border: 2px solid #1d5f96;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.btn:selected {
border: 2px solid #1d5f96;
}
.btn:active {
border: 2px solid #1d5f96;
background-color: #1d5f96;
color: white;
}
.lp {
padding-left: 2em;
}
.lm {
margin-left: 2em;
}
.animateHeight {
transition: max-height 0.25s ease-in;
}
.btn-outline-primary:hover {
background-color: #1d5f96;
color: white;
}
.btn-outline-danger {
border-color:#a40000;
}
.btn-outline-danger:hover {
background-color: #a40000;
color: white;
border-color:#a40000;
}
* {
margin: 0;
}
body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
/* This line and the next line are not necessary unless you need IE6 support */
height: 100%;
margin: 0 auto -155px;
/* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
height: 155px; /* .push must be the same height as .footer */
}
.width75 {
width: 75%;
margin-left: auto;
margin-right: auto;
}
.bigtext {
font-size: 2.25em;
}
.vmargin {
margin: 5em, 0em, 5em, 0em;
}
.bScripted {
background-color: #2f3852;
color: white;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
border-color: #2e3436;
}
.widththird {
width: 33%;
}
.widthquarter {
width: 25%;
}
.dd{
font-size:1.75em;
background-color:#423f8b;
padding-top:1em;
padding-bottom:1em;
color:white;
}
.dd:hover:selected:active:focused{
box-shadow: inset 0 2px 4px #324555;
color:white;
}
.mainbg{
background: #614385; /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #516395, #614385); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #516395, #614385); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.maintitle{
font-size:5.5em;
text-shadow: 0 10px 15px rgba(0, 0, 0, 1);
color:white;
}
.hoverRoots{
}
.introHover{
font-size: 1em;
padding-left:2em;
padding-right:2em;
color:white;
font-weight: 100;
transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.introHover:hover{
color:white;
text-shadow: 0 10px 15px rgba(0, 0, 0, 0.6);
}
.dd.introHover:hover{
background-color:#4d3463;
} | public/css/main.css | .variableList>div{
padding-top:0.25em;
padding-bottom:0.25em;
padding-left:0.25em;
}
header
{
font-family: 'Lobster', cursive;
text-align: center;
font-size: 25px;
}
#info
{
font-size: 18px;
color: #555;
text-align: center;
margin-bottom: 25px;
}
a{
color: #074E8C;
}
.scrollbar
{
margin-left: 30px;
float: left;
height: 300px;
width: 65px;
background: #F5F5F5;
overflow-y: scroll;
margin-bottom: 25px;
}
.force-overflow
{
min-height: 450px;
}
#wrapper
{
text-align: center;
width: 500px;
margin: auto;
}
#style-2::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
.scrollColorA{
scrollbar-color: #1d5f96 transparent;
}
.scrollColorA:hover{
scrollbar-color: #0d4f86 transparent;
}
#style-2::-webkit-scrollbar
{
width: 12px;
background-color: #F5F5F5;
}
#style-2::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #D62929;
}
textarea{
border: ridge 2px;
padding: 5px;
width: 20em;
min-height: 5em;
overflow: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 70%;
}
.bordered{
border: 3px solid #222232;
border-radius:1px;
}
.thirds{
width:66%;
margin-left:auto;
margin-right:auto;
}
.cursorPointer{
cursor:pointer;
}
.leftpadded{
padding-left:2em;
}
.bioImg{
border: 2px solid black;
}
.hoverBlue:hover{
color:#3465a4;
}
.autosides{
margin-left:auto;
margin-right:auto;
}
.innerShadowP{
-moz-box-shadow: inset 0 0 30px #342b38;
-webkit-box-shadow: inset 0 0 30px #342b38;
box-shadow: inset 1 1 30px #342b38;
}
.quartered{
width:75%;
margin-left:auto;
margin-right:auto;
}
.glcborder{
border: 2px solid #3b3f46;
}
.glcborderB{
border: 2px solid #35283d;
}
.vpad{
padding-top:1em;
padding-bottom:1em;
}
.vpadh{
padding-top:2em;
padding-bottom:2em;
}
hr{
border-color:grey;
}
a>i.fab{
font-size: 2.5rem;
}
label.control-label{
color:black;
}
a>i.fab:hover{
color:black;
}
.mall{
margin-bottom: 2em;
margin-top: 2em;
}
.pall{
padding-bottom: 2em;
padding-top: 2em;
padding-left: 2em;
padding-right: 2em;
}
.pbottom {
padding-bottom: 1em;
}
.pb {
padding-bottom: 0.5em;
}
.ptop {
padding-top: 1em;
}
.pbottomh {
padding-bottom: 2em;
}
.pbottomhh {
padding-bottom: 3em;
}
.ptoph {
padding-top: 3em;
}
.ptoph {
padding-top: 2em;
}
.mtopn {
margin-top: -1em
}
.mtop {
margin-top: 0.5em
}
.mtoph {
margin-top: 2em
}
.mbottom {
margin-bottom: 0.5em;
}
.mbh{margin-bottom: 2em;}
.mtm{
margin-bottom: 1em;
margin-top: 2em
}
.mbottomh {
margin-bottom: 1em;
}
.msides {
margin-left: 1em;
margin-right: 1em;
}
.styleImg {
width: 20%;
margin: auto;
}
.thumbnail {
height: 50px;
}
.thumbnail img {
display: block;
width: auto;
height: 100%;
}
.margin1 {
margin-top: 1em !important;
margin-bottom: 1em !important;
}
.mbottom {
margin-bottom: 1em !important;
}
.imgBg {
background-repeat: no-repeat;
background-size: cover;
max-width: 100%;
max-height: 100%;
border: 2px solid #3A3A3A;
-moz-box-shadow: inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow: inset 0 0 10px #000000;
}
.blacktext{
color:black !important;
}
body{
font-family: 'Montserrat', sans-serif;
}
.cw {
color: white;
}
.nameselector:hover{
color:grey;
font-style:bold;
}
.vAction {
color: white;
vertical-align: top;
transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
opacity: 1;
}
.padTopHuge{
padding-top:4em;
}
.padTopBig{
padding-top:2em;
}
.tinyFont{
font-size:0.5em;
}
.smallFont{
font-size:0.75em;
}
.titleFont{
font-size:2.25em;
text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.italic{
font-style:italic;
}
.underline{
text-decoration:underline;
}
.bigFont{
font-size:1.5em;
}
.caps{
text-transform: uppercase;
}
.bg001 {
background-image: url("images/bg/bg001.png");
}
.bg002 {
background: #bdc3c7; /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #343a40, #5d6368, #343a40);
background: linear-gradient(to top, #343a40, #5d6368, #343a40);
}
nav {
height: 100%;
background-color: #343a40;
}
a {
-webkit-transition: all 0.25s 0s ease-out;
-moz-transition: all 0.25s 0s ease-out;
-o-transition: all 0.25s 0s ease-out;
transition: all 0.25s 0s ease-out;
background-color: rgba(0, 0, 0, 0);
}
.innershadow {
-moz-box-shadow: inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow: inset 0 0 10px #000000;
}
.hidden {
opacity: 0;
}
.navbar a {
color: white;
}
a:hover.nav-link {
background-color: grey;
}
#endspace {
background-color: rgba(0, 0, 0, 0.5);
}
.transborder {
padding-left: 1em !important;
padding-right: 1em !important;
color: white;
-webkit-transition: all 0.25s 0s ease-out;
-moz-transition: all 0.25s 0s ease-out;
-o-transition: all 0.25s 0s ease-out;
transition: all 0.25s 0s ease-out;
}
.transborder:hover {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.shadow{
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.hoveringMidsection{
transition: all 0.2s 0s ease-out;
border-radius: 5px;
}
.hoveringMidsection:hover{
background-color:#333657;
border-radius: 5px;
}
.alphaBG{
background-color:rgba(0,0,0,0.6);
backdrop-filter: blur(4px);
}
.card:hover{
color:white;
}
.eventCard{
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
object-fit: cover;
text-shadow: 4px 4px #00000011;
}
.eventCardB{
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
object-fit: contain;
text-shadow: 4px 4px #00000011;
}
.box {
position: relative;
display: inline-block;
width: 10em;
height: 10em;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
border-radius: 5px;
-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.boxB{
position: relative;
display: inline-block;
width: 10em;
height: 10em;
border-radius: 5px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
border-radius: 5px;
-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.watchOpacity {
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.watchAll {
transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.box::after {
content: "";
border-radius: 5px;
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
opacity: 0;
-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.box:hover {
-webkit-transform: scale(1.25, 1.25);
transform: scale(1.25, 1.25);
}
.box:hover::after {
opacity: 1;
}
button {
color: black;
}
.btn{
border-radius: 2px;
border: 2px solid #1d5f96;
}
.btn:hover {
border-radius: 2px;
border: 2px solid #1d5f96;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.btn:selected {
border: 2px solid #1d5f96;
}
.btn:active {
border: 2px solid #1d5f96;
background-color: #1d5f96;
color: white;
}
.lp {
padding-left: 2em;
}
.lm {
margin-left: 2em;
}
.animateHeight {
transition: max-height 0.25s ease-in;
}
.btn-outline-primary:hover {
background-color: #1d5f96;
color: white;
}
.btn-outline-danger {
border-color:#a40000;
}
.btn-outline-danger:hover {
background-color: #a40000;
color: white;
border-color:#a40000;
}
* {
margin: 0;
}
body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
/* This line and the next line are not necessary unless you need IE6 support */
height: 100%;
margin: 0 auto -155px;
/* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
height: 155px; /* .push must be the same height as .footer */
}
.width75 {
width: 75%;
margin-left: auto;
margin-right: auto;
}
.bigtext {
font-size: 2.25em;
}
.vmargin {
margin: 5em, 0em, 5em, 0em;
}
.bScripted {
background-color: #2f3852;
color: white;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
border-color: #2e3436;
}
.widththird {
width: 33%;
}
.widthquarter {
width: 25%;
}
.dd{
font-size:1.75em;
background-color:#423f8b;
padding-top:1em;
padding-bottom:1em;
color:white;
}
.dd:hover:selected:active:focused{
box-shadow: inset 0 2px 4px #324555;
color:white;
}
.mainbg{
background: #614385; /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #516395, #614385); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #516395, #614385); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.maintitle{
font-size:5.5em;
text-shadow: 0 10px 15px rgba(0, 0, 0, 1);
color:white;
}
.hoverRoots{
}
.introHover{
font-size: 1em;
padding-left:2em;
padding-right:2em;
color:white;
font-weight: 100;
transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.introHover:hover{
color:white;
text-shadow: 0 10px 15px rgba(0, 0, 0, 0.6);
}
.dd.introHover:hover{
background-color:#4d3463;
} | 0.226441 | 0.075687 |