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
|
---|---|---|---|---|
@charset "UTF-8";
@font-face {
font-family: "Bebasregular";
src: url("https://staticx-talent.basecdn.net/image/fonts/svnbebasneue/bebasneueregular.otf");
font-weight: normal;
font-style: normal
}
@font-face {
font-family: "Bebaslight";
src: url("https://staticx-talent.basecdn.net/image/fonts/svnbebasneue/bebasneuelight.otf");
font-weight: normal;
font-style: normal
}
@font-face {
font-family: "Bebasthin";
src: url("https://staticx-talent.basecdn.net/image/fonts/svnbebasneue/bebasneuethin.otf");
font-weight: normal;
font-style: normal
}
@font-face {
font-family: "Bebasbook";
src: url("https://staticx-talent.basecdn.net/image/fonts/svnbebasneue/bebasneuebook.otf");
font-weight: bold;
font-style: normal
}
@font-face {
font-family: "Bebasbold";
src: url("https://staticx-talent.basecdn.net/image/fonts/svnbebasneue/bebasneuebold.otf");
font-weight: bold;
font-style: normal
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0; filter: alpha(Opacity:0);
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
-webkit-transform: none;
transform: none;
}
}
@-moz-keyframes fadeInDown {
from {
opacity: 0; filter: alpha(Opacity:0);
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
-webkit-transform: none;
transform: none;
}
}
@-o-keyframes fadeInDown {
from {
opacity: 0; filter: alpha(Opacity:0);
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0; filter: alpha(Opacity:0);
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0; filter: alpha(Opacity:0);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
-webkit-transform: none;
transform: none;
}
}
@-moz-keyframes fadeInUp {
from {
opacity: 0; filter: alpha(Opacity:0);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
-webkit-transform: none;
transform: none;
}
}
@-o-keyframes fadeInUp {
from {
opacity: 0; filter: alpha(Opacity:0);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0; filter: alpha(Opacity:0);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0; filter: alpha(Opacity:0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
}
}
@-moz-keyframes fadeIn {
from {
opacity: 0; filter: alpha(Opacity:0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
}
}
@keyframes fadeIn {
from {
opacity: 0; filter: alpha(Opacity:0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
.ant-select-selection__rendered1{
height: 32px !important;
padding: 5px 12px;
font-size: 14px;
line-height: 22px;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
color: rgba(0, 0, 0, 0.65);
font-weight: 600;
background-color: #fafafa;
}
.ant-select-selection__rendered1:hover{
background-color: #e6f7ff;
}
.ant-select-selection--single{
height: 40px !important;
}
.container-recruitment {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
position: relative;
max-width: 1100px;
margin: 0px auto;
margin-bottom: 40px;
}
.head-sec{
text-align: center;
margin-bottom: 40px;
}
.head-sec .title-main {
font-size: 32px;
font-weight: 300;
display: inline-block;
color:#333;
text-align: center;
line-height: 1.2;
margin-bottom: 20px;
}
.head-sec .desc {
font-weight: 300;
line-height: 25px;
}
.sec-jobs .list-jobs {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}
.list-jobs .title-cat {
font-size: 24px;
color: #333;
position: relative;
font-weight: 500;
line-height: 30px;
padding: 10px 15px;
}
.list-jobs .title-cat:before {
content: "";
height: 3px;
width: 70px;
background: rgba(51,51,51,0.1);
position: absolute;
bottom: 0px;
left: 15px;
}
.list-jobs .box-cat .item-job {
padding: 10px 15px;
width: 100%;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #333;
display: table;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.list-jobs .box-cat .item-job .name-job {
width: 60%;
}
.list-jobs .box-cat .item-job .cell {
display: table-cell;
vertical-align: middle;
}
.list-jobs .box-cat .item-job .title {
font-size: 18px;
line-height: 24px;
letter-spacing: 2px;
font-family: Bebasregular;
}
.list-jobs .box-cat .item-job .title a {
line-height: 22px;
color: #333;
font-weight: 300;
}
.list-jobs .box-cat .item-job .desc {
padding: 0px 20px;
}
.list-jobs .box-cat .item-job .desc, .list-jobs .box-cat .item-job .cta {
text-align: right;
}
.list-jobs .box-cat .item-job .desc {
opacity: .8;
filter: alpha(Opacity:80);
}
.list-jobs .box-cat .item-job .cell {
display: table-cell;
vertical-align: middle;
}
.cell {
display: table-cell;
}
.list-jobs .box-cat .item-job .desc .info {
display: inline-block;
font-family: Roboto;
}
.list-jobs .box-cat .item-job .info .-ap {
margin-right: 5px;
color: #333;
}
.list-jobs .box-cat .item-job .desc .-ap {
margin-left: 5px;
}
.-ap, .ap {
font-family: 'ap' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-clock6:before {
content: "\e8be";
}
.list-jobs .box-cat .item-job .desc .info {
display: inline-block;
font-family: Roboto;
}
.list-jobs .box-cat .item-job .info {
font-size: 13px;
}
.list-jobs .box-cat .item-job .desc .info a {
color: #333;
}
.box-cat .item-job .cta {
text-align: right;
}
.list-jobs .box-cat .item-job .cta .btn-apply {
padding: 10px 20px;
background-color: #EA8000;
color: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 13px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
font-family: Roboto;
}
.btn-apply {
padding: 7px 15px;
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
white-space: nowrap;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.table {
display: table;
}
.full, .ap-full {
width: 100%;
}
#article {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-bottom: 60px;
line-height: 25px;
padding-right: 30px;
}
.article .content-article {
line-height: 25px;
padding-top: 40px;
}
.list-related {
padding: 40px 0px;
border-top: 1px dotted #e0e0e0;
}
#detail-job .index{
background-color: #fff;
}
.article .content-article h2 {
font-size: 24px;
color: #ea8000;
}
.article .content-article h2, .article .content-article h3, .article .content-article h4, .article .content-article h5 {
margin-bottom: 20px;
line-height: 1.3;
color: #ea8000;
font-weight: normal;
}
.list-related {
padding: 40px 0px;
border-top: 1px dotted #e0e0e0;
}
.list-related .name {
font-size: 20px;
font-weight: bold;
margin-bottom: 20px;
font-family: "Bebasbold", "Roboto", Helvetica, arial;
}
.list-related a {
display: block;
font-family: Roboto;
line-height: 20px;
margin-bottom: 15px;
}
.sidebar-article {
padding-top: 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 35%;
padding-left: 30px;
}
.sidebar-article .desc-job {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #e0e0e0;
padding: 20px;
margin-top: 30px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sidebar-article .desc-job .desc {
font-family: Roboto;
line-height: 25px;
padding: 10px 0px;
border-bottom: 1px dotted #e0e0e0;
}
.sidebar-article .desc-job .desc span {
font-weight: bold;
display: block;
}
.sidebar-article .desc-job .desc:last-child {
border-bottom: 0px;
}
a {
color: #555;
font-weight: normal;
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
}
a:hover{
color:#1679C4;
}
#appform .wrapper {
background-color: #fff;
padding: 20px 30px;
-moz-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 2px 5px 0px rgb(0 0 0 / 20%);
box-shadow: 0 2px 5px 0px rgb(0 0 0 / 20%);
}
#appform .wrapper {
background-color: #fff;
margin-top: 40px;
border-top: 2px dotted rgba(0,0,0,0.1);
}
#appform h1 {
font-weight: 300;
font-size: 36px;
padding-bottom: 30px;
}
#appform .form {
font-family: Roboto;
}
#appform .form .row {
padding-bottom: 25px;
}
.ap-xo, .xo {
overflow: hidden;
}
#appform .form .row .label {
color: #666;
font-weight: bold;
padding-bottom: 8px;
}
#appform .form .row .input input, #appform .form .row .input textarea {
padding: 11px 13px;
border: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
outline: none;
}
#appform .form .row .input input, #appform .form .row .input textarea {
padding: 11px 13px;
border: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #fff;
-moz-box-shadow: inset 1px 1px 1px #f8f8f8;
-webkit-box-shadow: inset 1px 1px 1px #f8f8f8;
box-shadow: inset 1px 1px 1px #f8f8f8;
outline: none;
}
#appform .form .row .input input, #appform .form .row .input textarea, #appform .form .row .select select {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
display: block;
background: transparent;
outline: none;
}
#appform .form .row .input--select {
position: relative;
}
#appform .form .row .input--select i.icon {
position: absolute;
top: 45%;
left: 10px;
transform: translateY(-45%);
}
[class^="ficon-"], [class*=" ficon-"] {
margin-right: 0px;
}
[class^="ficon-"], [class*=" ficon-"] {
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
}
[class^="ficon-"], [class*=" ficon-"] {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
margin-right: .3em;
}
.ficon-search:before {
content: "\f002";
}
[class^="ficon-"]:before, [class*=" ficon-"]:before {
text-decoration: inherit;
display: inline-block;
speak: none;
}
#appform .form .row .input--select.input input {
border: 1px solid rgba(0,0,0,0.1);
margin-bottom: -1px;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
padding-left: 30px;
}
#appform .form .row .input input, #appform .form .row .input textarea {
padding: 11px 13px;
border: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
outline: none;
}
#appform .form .row .input input, #appform .form .row .input textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
display: block;
background: transparent;
outline: none;
}
#appform .form .row .input input, #appform .form .row .input textarea {
padding: 11px 13px;
border: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #fff;
-moz-box-shadow: inset 1px 1px 1px #f8f8f8;
-webkit-box-shadow: inset 1px 1px 1px #f8f8f8;
box-shadow: inset 1px 1px 1px #f8f8f8;
outline: none;
}
#appform .form .row .input input, #appform .form .row .input textarea, #appform .form .row .select select {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
display: block;
background: transparent;
outline: none;
}
.form .select-m {
box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
background-color: #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
overflow: hidden;
max-height: 250px;
overflow-y: scroll;
display: block;
width: 100%;
}
.select {
position: relative;
width: 100%;
}
.form .select-m .option {
padding: 12px 15px 12px 45px;
border-bottom: 1px solid rgba(0,0,0,0.1);
font-size: 14px;
color: #888;
position: relative;
cursor: pointer;
}
.form .select-m .option:before {
position: absolute;
width: 16px;
height: 16px;
border: 1px solid rgba(0,0,0,0.2);
top: 15px;
left: 15px;
content: "";
background-color: #fff;
}
#appform .form .upload {
position: relative;
border: 1px dashed #ccc;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin-top: 10px;
}
#appform .form .upload .text {
position: relative;
text-align: center;
font-size: 15px;
z-index: 100;
padding: 10px 0;
}
#appform .form .upload input {
display: block;
position: absolute;
white-space: nowrap;
width: 100%;
height: 100%;
z-index: 101;
opacity: 0;
filter: alpha(Opacity:0);
}
#appform .form .upload input {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
display: block;
padding: 0;
margin: 0;
border: none;
background: transparent;
}
#appform .form .upload input {
display: block;
position: absolute;
white-space: nowrap;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
display: block;
padding: 0;
margin: 0;
border: none;
background: transparent;
width: 100%;
height: 100%;
z-index: 1001;
opacity: 0;
filter: alpha(Opacity:0);
top: 0px;
}
#appform .form .upload .text .more {
font-size: 13px;
font-weight: 300;
color: #999;
padding-top: 4px;
}
.full-mask {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
}
#appform .form .submit {
background-color: #7abd1a;
padding: 15px 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
font-weight: 500;
font-size: 16px;
position: relative;
text-align: center;
color: #fff;
cursor: pointer;
font-weight: 500;
margin-top: 30px;
}
.form .select-m .option.active {
font-weight: 500;
color: #7abd1a;
}
.form .select-m .option:hover {
background: rgba(122,189,26,0.1);
color: #111;
}
.form .select-m .option.active:before {
background: rgba(122,189,26,0.8);
border: 1px solid rgba(0,0,0,0.1);
}
.form .select-m .option.active:after {
position: absolute;
color: #fff;
font-family: ap;
content: "";
background-image: url("../images/icon_checkbox.svg");
top: 15px;
left: 15px;
width: 15px;
height: 15px;
}
.component-blog .content-body .item img{
width: 200px;
height: 150px;
object-fit: contain;
}
.news-post .content .description{
height: 140px;
}
#article .article_wrap {
margin-bottom: 40px;
}
.article_content_wrap {
max-width: 70%;
margin: 0 auto;
padding: 30px 0;
}
.blog-breadcrumb {
margin-bottom: 20px;
}
.blog-breadcrumb .breadcrumb {
background: transparent;
margin: 0;
padding: 0;
font-size: 16px;
}
.breadcrumb>li {
display: inline-block;
}
.article_content_wrap h1 {
font-size: 34px;
float: none;
color: #000;
display: inline-block;
}
.section_heading {
float: left;
font-weight: 700;
position: relative;
margin-bottom: 30px;
margin-top: 0;
font-size: 42px;
font-family: 'BebasNeue','Lato', "Times New Roman", serif;
}
.article_content_wrap h1:after {
background-color: #EA8025;
width: 20%;
}
.line_after_heading:after {
content: '';
height: 4px;
background: #191919;
width: 50%;
display: block;
}
#article .article_content {
position: relative;
z-index: 1;
}
img {
border: none;
max-width: 100%;
height: auto;
}
.component-blog .content-body .item .content{
height: 140px;
overflow: hidden;
}
.about__container {
background-color: #fff;
}
.about__container .about__content {
width: 100%;
max-width: 1200px;
margin: auto;
padding: 48px 15px 0;
color: #000;
}
.about__container .about__content .mission {
background: #fff4b6;
margin-bottom: 40px;
}
[class*=ant-], [class*=ant-] *, [class*=ant-] :after, [class*=ant-] :before, [class^=ant-], [class^=ant-] *, [class^=ant-] :after, [class^=ant-] :before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.ant-row, .ant-row:after, .ant-row:before {
display: -ms-flexbox;
display: flex;
}
.ant-row {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.about__container .about__content .mission__content {
padding: 80px;
display: flex;
justify-content: center;
flex-direction: column;
height: 100%;
}
.about__container .about__content .mission__content .title {
font-family: Oswald;
font-weight: 500;
font-size: 40px;
line-height: 60px;
text-transform: uppercase;
color: #000;
}
.about__container .about__content .mission__content .sub-title {
margin-top: 20px;
font-family: Be;
font-weight: 500;
font-size: 18px;
line-height: 28px;
color: #3d3d3d;
position: relative;
text-align: justify;
}
.about__container .about__content .mission__content .sub-title::before {
content: "“";
font-family: Oswald;
font-weight: 700;
font-size: 70px;
position: absolute;
left: -35px;
top: 15px;
}
.about__container .about__content .mission__content .sub-title::after {
content: "”";
}
.about__container .about__content .mission__image .content-image {
width: 100%;
}
.about__container .about__content .core-value {
background: #000;
color: #fff;
padding: 100px 60px 25px;
}
.about__container .about__content .core-value .core-value__image {
display: flex;
flex-direction: column;
align-items: center;
}
.about__container .about__content .core-value .core-value__image .icon_diamond {
width: 72px;
height: 72px;
padding: 18px;
border-radius: 50%;
background: #fc3;
}
.about__container .about__content .core-value .core-value__image .icon_diamond img {
width: 100%;
height: 100%;
}
.about__container .about__content .core-value .core-value__image .text {
margin-top: 24px;
margin-bottom: 50px;
font-family: Oswald;
font-weight: 500;
font-size: 32px;
line-height: 48px;
text-transform: uppercase;
}
.about__container .about__content .core-value .core-value__image .content_image img {
width: 100%;
}
.about__container .about__content .core-value__content {
margin-bottom: 70px;
}
.about__container .about__content .core-value__content .title {
margin-bottom: 16px;
font-family: Oswald;
font-weight: 500;
font-size: 24px;
line-height: 36px;
text-transform: uppercase;
color: #fff;
}
.about__container .about__content .core-value__content .subtitle {
font-family: Be;
font-size: 14px;
line-height: 24px;
color: #bababa;
text-align: justify;
}
.about__container .about__content .signification {
padding: 100px 60px;
}
.about__container .about__content .signification .content-icon {
width: 72px;
height: 72px;
padding: 18px;
margin-bottom: 24px;
border-radius: 50%;
background-color: #fc3;
}
.about__container .about__content .signification .content-icon img {
width: 100%;
height: 100%;
}
.about__container .about__content .signification .title {
font-family: Oswald;
font-weight: 500;
font-size: 32px;
line-height: 48px;
text-transform: uppercase;
color: #222;
margin-bottom: 24px;
}
.about__container .about__content .signification .subtitle {
font-family: Be;
font-size: 18px;
line-height: 28px;
color: #222;
text-align: justify;
}
.about__container .about__content .signification .note {
font-family: Be;
font-size: 14px;
line-height: 24px;
color: #5f5f5f;
margin-bottom: 0;
}
.about__container .about__content .signification .content-image img {
width: 100%;
}
.about__container .about__content .formation{
padding: 100px 60px;
margin-bottom: 40px;
background-color: #eee;
}
.about__container .about__content .formation .title {
font-family: Oswald;
font-weight: 500;
font-size: 32px;
line-height: 48px;
text-transform: uppercase;
color: #222;
margin-bottom: 24px;
}
.about__container .about__content .formation .subtitle {
font-family: Be;
font-size: 18px;
line-height: 28px;
color: #222;
text-align: justify;
}
.about__container .about__content .service {
background: #f7f7f7;
padding: 100px 60px;
margin-bottom: 40px;
}
.about__container .about__content .service__content {
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 30px;
}
.about__container .about__content .service__content .title {
font-family: Oswald;
font-weight: 500;
font-size: 32px;
line-height: 48px;
text-transform: uppercase;
color: #222;
margin-bottom: 24px;
}
.about__container .about__content .service__content .sub-title {
font-family: Be;
font-size: 18px;
line-height: 28px;
color: #222;
margin-bottom: 0;
text-align: justify;
}
|
public/client/css/style.css
|
@charset "UTF-8";
@font-face {
font-family: "Bebasregular";
src: url("https://staticx-talent.basecdn.net/image/fonts/svnbebasneue/bebasneueregular.otf");
font-weight: normal;
font-style: normal
}
@font-face {
font-family: "Bebaslight";
src: url("https://staticx-talent.basecdn.net/image/fonts/svnbebasneue/bebasneuelight.otf");
font-weight: normal;
font-style: normal
}
@font-face {
font-family: "Bebasthin";
src: url("https://staticx-talent.basecdn.net/image/fonts/svnbebasneue/bebasneuethin.otf");
font-weight: normal;
font-style: normal
}
@font-face {
font-family: "Bebasbook";
src: url("https://staticx-talent.basecdn.net/image/fonts/svnbebasneue/bebasneuebook.otf");
font-weight: bold;
font-style: normal
}
@font-face {
font-family: "Bebasbold";
src: url("https://staticx-talent.basecdn.net/image/fonts/svnbebasneue/bebasneuebold.otf");
font-weight: bold;
font-style: normal
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0; filter: alpha(Opacity:0);
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
-webkit-transform: none;
transform: none;
}
}
@-moz-keyframes fadeInDown {
from {
opacity: 0; filter: alpha(Opacity:0);
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
-webkit-transform: none;
transform: none;
}
}
@-o-keyframes fadeInDown {
from {
opacity: 0; filter: alpha(Opacity:0);
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0; filter: alpha(Opacity:0);
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0; filter: alpha(Opacity:0);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
-webkit-transform: none;
transform: none;
}
}
@-moz-keyframes fadeInUp {
from {
opacity: 0; filter: alpha(Opacity:0);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
-webkit-transform: none;
transform: none;
}
}
@-o-keyframes fadeInUp {
from {
opacity: 0; filter: alpha(Opacity:0);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0; filter: alpha(Opacity:0);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0; filter: alpha(Opacity:0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
}
}
@-moz-keyframes fadeIn {
from {
opacity: 0; filter: alpha(Opacity:0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
}
}
@keyframes fadeIn {
from {
opacity: 0; filter: alpha(Opacity:0);
}
to {
opacity: 1; filter: alpha(Opacity:100);
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
.ant-select-selection__rendered1{
height: 32px !important;
padding: 5px 12px;
font-size: 14px;
line-height: 22px;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
color: rgba(0, 0, 0, 0.65);
font-weight: 600;
background-color: #fafafa;
}
.ant-select-selection__rendered1:hover{
background-color: #e6f7ff;
}
.ant-select-selection--single{
height: 40px !important;
}
.container-recruitment {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
position: relative;
max-width: 1100px;
margin: 0px auto;
margin-bottom: 40px;
}
.head-sec{
text-align: center;
margin-bottom: 40px;
}
.head-sec .title-main {
font-size: 32px;
font-weight: 300;
display: inline-block;
color:#333;
text-align: center;
line-height: 1.2;
margin-bottom: 20px;
}
.head-sec .desc {
font-weight: 300;
line-height: 25px;
}
.sec-jobs .list-jobs {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}
.list-jobs .title-cat {
font-size: 24px;
color: #333;
position: relative;
font-weight: 500;
line-height: 30px;
padding: 10px 15px;
}
.list-jobs .title-cat:before {
content: "";
height: 3px;
width: 70px;
background: rgba(51,51,51,0.1);
position: absolute;
bottom: 0px;
left: 15px;
}
.list-jobs .box-cat .item-job {
padding: 10px 15px;
width: 100%;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #333;
display: table;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.list-jobs .box-cat .item-job .name-job {
width: 60%;
}
.list-jobs .box-cat .item-job .cell {
display: table-cell;
vertical-align: middle;
}
.list-jobs .box-cat .item-job .title {
font-size: 18px;
line-height: 24px;
letter-spacing: 2px;
font-family: Bebasregular;
}
.list-jobs .box-cat .item-job .title a {
line-height: 22px;
color: #333;
font-weight: 300;
}
.list-jobs .box-cat .item-job .desc {
padding: 0px 20px;
}
.list-jobs .box-cat .item-job .desc, .list-jobs .box-cat .item-job .cta {
text-align: right;
}
.list-jobs .box-cat .item-job .desc {
opacity: .8;
filter: alpha(Opacity:80);
}
.list-jobs .box-cat .item-job .cell {
display: table-cell;
vertical-align: middle;
}
.cell {
display: table-cell;
}
.list-jobs .box-cat .item-job .desc .info {
display: inline-block;
font-family: Roboto;
}
.list-jobs .box-cat .item-job .info .-ap {
margin-right: 5px;
color: #333;
}
.list-jobs .box-cat .item-job .desc .-ap {
margin-left: 5px;
}
.-ap, .ap {
font-family: 'ap' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-clock6:before {
content: "\e8be";
}
.list-jobs .box-cat .item-job .desc .info {
display: inline-block;
font-family: Roboto;
}
.list-jobs .box-cat .item-job .info {
font-size: 13px;
}
.list-jobs .box-cat .item-job .desc .info a {
color: #333;
}
.box-cat .item-job .cta {
text-align: right;
}
.list-jobs .box-cat .item-job .cta .btn-apply {
padding: 10px 20px;
background-color: #EA8000;
color: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 13px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
font-family: Roboto;
}
.btn-apply {
padding: 7px 15px;
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
white-space: nowrap;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.table {
display: table;
}
.full, .ap-full {
width: 100%;
}
#article {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-bottom: 60px;
line-height: 25px;
padding-right: 30px;
}
.article .content-article {
line-height: 25px;
padding-top: 40px;
}
.list-related {
padding: 40px 0px;
border-top: 1px dotted #e0e0e0;
}
#detail-job .index{
background-color: #fff;
}
.article .content-article h2 {
font-size: 24px;
color: #ea8000;
}
.article .content-article h2, .article .content-article h3, .article .content-article h4, .article .content-article h5 {
margin-bottom: 20px;
line-height: 1.3;
color: #ea8000;
font-weight: normal;
}
.list-related {
padding: 40px 0px;
border-top: 1px dotted #e0e0e0;
}
.list-related .name {
font-size: 20px;
font-weight: bold;
margin-bottom: 20px;
font-family: "Bebasbold", "Roboto", Helvetica, arial;
}
.list-related a {
display: block;
font-family: Roboto;
line-height: 20px;
margin-bottom: 15px;
}
.sidebar-article {
padding-top: 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 35%;
padding-left: 30px;
}
.sidebar-article .desc-job {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #e0e0e0;
padding: 20px;
margin-top: 30px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sidebar-article .desc-job .desc {
font-family: Roboto;
line-height: 25px;
padding: 10px 0px;
border-bottom: 1px dotted #e0e0e0;
}
.sidebar-article .desc-job .desc span {
font-weight: bold;
display: block;
}
.sidebar-article .desc-job .desc:last-child {
border-bottom: 0px;
}
a {
color: #555;
font-weight: normal;
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
}
a:hover{
color:#1679C4;
}
#appform .wrapper {
background-color: #fff;
padding: 20px 30px;
-moz-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 2px 5px 0px rgb(0 0 0 / 20%);
box-shadow: 0 2px 5px 0px rgb(0 0 0 / 20%);
}
#appform .wrapper {
background-color: #fff;
margin-top: 40px;
border-top: 2px dotted rgba(0,0,0,0.1);
}
#appform h1 {
font-weight: 300;
font-size: 36px;
padding-bottom: 30px;
}
#appform .form {
font-family: Roboto;
}
#appform .form .row {
padding-bottom: 25px;
}
.ap-xo, .xo {
overflow: hidden;
}
#appform .form .row .label {
color: #666;
font-weight: bold;
padding-bottom: 8px;
}
#appform .form .row .input input, #appform .form .row .input textarea {
padding: 11px 13px;
border: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
outline: none;
}
#appform .form .row .input input, #appform .form .row .input textarea {
padding: 11px 13px;
border: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #fff;
-moz-box-shadow: inset 1px 1px 1px #f8f8f8;
-webkit-box-shadow: inset 1px 1px 1px #f8f8f8;
box-shadow: inset 1px 1px 1px #f8f8f8;
outline: none;
}
#appform .form .row .input input, #appform .form .row .input textarea, #appform .form .row .select select {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
display: block;
background: transparent;
outline: none;
}
#appform .form .row .input--select {
position: relative;
}
#appform .form .row .input--select i.icon {
position: absolute;
top: 45%;
left: 10px;
transform: translateY(-45%);
}
[class^="ficon-"], [class*=" ficon-"] {
margin-right: 0px;
}
[class^="ficon-"], [class*=" ficon-"] {
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
}
[class^="ficon-"], [class*=" ficon-"] {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
margin-right: .3em;
}
.ficon-search:before {
content: "\f002";
}
[class^="ficon-"]:before, [class*=" ficon-"]:before {
text-decoration: inherit;
display: inline-block;
speak: none;
}
#appform .form .row .input--select.input input {
border: 1px solid rgba(0,0,0,0.1);
margin-bottom: -1px;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
padding-left: 30px;
}
#appform .form .row .input input, #appform .form .row .input textarea {
padding: 11px 13px;
border: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
outline: none;
}
#appform .form .row .input input, #appform .form .row .input textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
display: block;
background: transparent;
outline: none;
}
#appform .form .row .input input, #appform .form .row .input textarea {
padding: 11px 13px;
border: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #fff;
-moz-box-shadow: inset 1px 1px 1px #f8f8f8;
-webkit-box-shadow: inset 1px 1px 1px #f8f8f8;
box-shadow: inset 1px 1px 1px #f8f8f8;
outline: none;
}
#appform .form .row .input input, #appform .form .row .input textarea, #appform .form .row .select select {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
display: block;
background: transparent;
outline: none;
}
.form .select-m {
box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
background-color: #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
overflow: hidden;
max-height: 250px;
overflow-y: scroll;
display: block;
width: 100%;
}
.select {
position: relative;
width: 100%;
}
.form .select-m .option {
padding: 12px 15px 12px 45px;
border-bottom: 1px solid rgba(0,0,0,0.1);
font-size: 14px;
color: #888;
position: relative;
cursor: pointer;
}
.form .select-m .option:before {
position: absolute;
width: 16px;
height: 16px;
border: 1px solid rgba(0,0,0,0.2);
top: 15px;
left: 15px;
content: "";
background-color: #fff;
}
#appform .form .upload {
position: relative;
border: 1px dashed #ccc;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin-top: 10px;
}
#appform .form .upload .text {
position: relative;
text-align: center;
font-size: 15px;
z-index: 100;
padding: 10px 0;
}
#appform .form .upload input {
display: block;
position: absolute;
white-space: nowrap;
width: 100%;
height: 100%;
z-index: 101;
opacity: 0;
filter: alpha(Opacity:0);
}
#appform .form .upload input {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
display: block;
padding: 0;
margin: 0;
border: none;
background: transparent;
}
#appform .form .upload input {
display: block;
position: absolute;
white-space: nowrap;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
display: block;
padding: 0;
margin: 0;
border: none;
background: transparent;
width: 100%;
height: 100%;
z-index: 1001;
opacity: 0;
filter: alpha(Opacity:0);
top: 0px;
}
#appform .form .upload .text .more {
font-size: 13px;
font-weight: 300;
color: #999;
padding-top: 4px;
}
.full-mask {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
}
#appform .form .submit {
background-color: #7abd1a;
padding: 15px 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
font-weight: 500;
font-size: 16px;
position: relative;
text-align: center;
color: #fff;
cursor: pointer;
font-weight: 500;
margin-top: 30px;
}
.form .select-m .option.active {
font-weight: 500;
color: #7abd1a;
}
.form .select-m .option:hover {
background: rgba(122,189,26,0.1);
color: #111;
}
.form .select-m .option.active:before {
background: rgba(122,189,26,0.8);
border: 1px solid rgba(0,0,0,0.1);
}
.form .select-m .option.active:after {
position: absolute;
color: #fff;
font-family: ap;
content: "";
background-image: url("../images/icon_checkbox.svg");
top: 15px;
left: 15px;
width: 15px;
height: 15px;
}
.component-blog .content-body .item img{
width: 200px;
height: 150px;
object-fit: contain;
}
.news-post .content .description{
height: 140px;
}
#article .article_wrap {
margin-bottom: 40px;
}
.article_content_wrap {
max-width: 70%;
margin: 0 auto;
padding: 30px 0;
}
.blog-breadcrumb {
margin-bottom: 20px;
}
.blog-breadcrumb .breadcrumb {
background: transparent;
margin: 0;
padding: 0;
font-size: 16px;
}
.breadcrumb>li {
display: inline-block;
}
.article_content_wrap h1 {
font-size: 34px;
float: none;
color: #000;
display: inline-block;
}
.section_heading {
float: left;
font-weight: 700;
position: relative;
margin-bottom: 30px;
margin-top: 0;
font-size: 42px;
font-family: 'BebasNeue','Lato', "Times New Roman", serif;
}
.article_content_wrap h1:after {
background-color: #EA8025;
width: 20%;
}
.line_after_heading:after {
content: '';
height: 4px;
background: #191919;
width: 50%;
display: block;
}
#article .article_content {
position: relative;
z-index: 1;
}
img {
border: none;
max-width: 100%;
height: auto;
}
.component-blog .content-body .item .content{
height: 140px;
overflow: hidden;
}
.about__container {
background-color: #fff;
}
.about__container .about__content {
width: 100%;
max-width: 1200px;
margin: auto;
padding: 48px 15px 0;
color: #000;
}
.about__container .about__content .mission {
background: #fff4b6;
margin-bottom: 40px;
}
[class*=ant-], [class*=ant-] *, [class*=ant-] :after, [class*=ant-] :before, [class^=ant-], [class^=ant-] *, [class^=ant-] :after, [class^=ant-] :before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.ant-row, .ant-row:after, .ant-row:before {
display: -ms-flexbox;
display: flex;
}
.ant-row {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.about__container .about__content .mission__content {
padding: 80px;
display: flex;
justify-content: center;
flex-direction: column;
height: 100%;
}
.about__container .about__content .mission__content .title {
font-family: Oswald;
font-weight: 500;
font-size: 40px;
line-height: 60px;
text-transform: uppercase;
color: #000;
}
.about__container .about__content .mission__content .sub-title {
margin-top: 20px;
font-family: Be;
font-weight: 500;
font-size: 18px;
line-height: 28px;
color: #3d3d3d;
position: relative;
text-align: justify;
}
.about__container .about__content .mission__content .sub-title::before {
content: "“";
font-family: Oswald;
font-weight: 700;
font-size: 70px;
position: absolute;
left: -35px;
top: 15px;
}
.about__container .about__content .mission__content .sub-title::after {
content: "”";
}
.about__container .about__content .mission__image .content-image {
width: 100%;
}
.about__container .about__content .core-value {
background: #000;
color: #fff;
padding: 100px 60px 25px;
}
.about__container .about__content .core-value .core-value__image {
display: flex;
flex-direction: column;
align-items: center;
}
.about__container .about__content .core-value .core-value__image .icon_diamond {
width: 72px;
height: 72px;
padding: 18px;
border-radius: 50%;
background: #fc3;
}
.about__container .about__content .core-value .core-value__image .icon_diamond img {
width: 100%;
height: 100%;
}
.about__container .about__content .core-value .core-value__image .text {
margin-top: 24px;
margin-bottom: 50px;
font-family: Oswald;
font-weight: 500;
font-size: 32px;
line-height: 48px;
text-transform: uppercase;
}
.about__container .about__content .core-value .core-value__image .content_image img {
width: 100%;
}
.about__container .about__content .core-value__content {
margin-bottom: 70px;
}
.about__container .about__content .core-value__content .title {
margin-bottom: 16px;
font-family: Oswald;
font-weight: 500;
font-size: 24px;
line-height: 36px;
text-transform: uppercase;
color: #fff;
}
.about__container .about__content .core-value__content .subtitle {
font-family: Be;
font-size: 14px;
line-height: 24px;
color: #bababa;
text-align: justify;
}
.about__container .about__content .signification {
padding: 100px 60px;
}
.about__container .about__content .signification .content-icon {
width: 72px;
height: 72px;
padding: 18px;
margin-bottom: 24px;
border-radius: 50%;
background-color: #fc3;
}
.about__container .about__content .signification .content-icon img {
width: 100%;
height: 100%;
}
.about__container .about__content .signification .title {
font-family: Oswald;
font-weight: 500;
font-size: 32px;
line-height: 48px;
text-transform: uppercase;
color: #222;
margin-bottom: 24px;
}
.about__container .about__content .signification .subtitle {
font-family: Be;
font-size: 18px;
line-height: 28px;
color: #222;
text-align: justify;
}
.about__container .about__content .signification .note {
font-family: Be;
font-size: 14px;
line-height: 24px;
color: #5f5f5f;
margin-bottom: 0;
}
.about__container .about__content .signification .content-image img {
width: 100%;
}
.about__container .about__content .formation{
padding: 100px 60px;
margin-bottom: 40px;
background-color: #eee;
}
.about__container .about__content .formation .title {
font-family: Oswald;
font-weight: 500;
font-size: 32px;
line-height: 48px;
text-transform: uppercase;
color: #222;
margin-bottom: 24px;
}
.about__container .about__content .formation .subtitle {
font-family: Be;
font-size: 18px;
line-height: 28px;
color: #222;
text-align: justify;
}
.about__container .about__content .service {
background: #f7f7f7;
padding: 100px 60px;
margin-bottom: 40px;
}
.about__container .about__content .service__content {
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 30px;
}
.about__container .about__content .service__content .title {
font-family: Oswald;
font-weight: 500;
font-size: 32px;
line-height: 48px;
text-transform: uppercase;
color: #222;
margin-bottom: 24px;
}
.about__container .about__content .service__content .sub-title {
font-family: Be;
font-size: 18px;
line-height: 28px;
color: #222;
margin-bottom: 0;
text-align: justify;
}
| 0.471467 | 0.169646 |
.container{
width: 100%;
height: 100%;
margin-top: 4rem;
background-color: var(--very-light-gray);
color: var(--very-dark-blue);
}
.container .content{
max-width: 1264px;
margin: 0 auto;
display: grid;
grid-template-columns: minmax(300px, 450px);
grid-template-areas:
"button"
"img"
"text";
justify-content: center;
}
.container .content a{
grid-area: button;
}
.container .content .img_container{
width: 100%;
margin: 3rem 0;
grid-area: img;
}
.container .content .img_container img{
width: 100%;
}
.container .content .text_container{
grid-area: text;
}
.container .content .text_container .text{
font-size: 1.4rem;
margin: 2rem 0;
}
.container .content .text_container h2{
font-size: 2rem;
}
.container .content .text_container .text p{
margin: 0.5rem 0;
font-weight: 600;
}
.container .content .text_container .text p span{
margin-left: 0.4rem;
font-weight: 300;
color: var(--dark-gray);
}
.container .content .text_container .text .button_container{
margin-top: 1rem;
max-width: 360px;
display: flex;
justify-content: space-between;
}
.container .content .text_container .text .button_container > a{
max-width: 100px;
width: 100px;
}
@media screen and (min-width: 936px) {
.container .content{
grid-template-columns: 1fr 1fr;
grid-template-areas:
"button button"
"img text";
justify-content: center;
align-items: center;
gap: 0 4rem;
}
.container .content .text_container{
display: grid;
height: 268px;
grid-template-columns: 1fr 1fr;
grid-template-areas:
"h2 h2"
"text1 text2"
"text3 text3";
}
.container .content .text_container h2{
grid-area: h2;
}
.container .content .text_container .text3{
grid-column: 1 / -1;
display: flex;
align-items: flex-end;
}
.container .content .text_container .text3 p{
margin-right: 1rem;
}
.container .content .text_container .text3 .button_container a p{
margin-right: 0;
}
.container .content .text_container .text3 .button_container > a{
margin-right: 0.7rem;
}
}
|
src/pages/Country/Country.module.css
|
.container{
width: 100%;
height: 100%;
margin-top: 4rem;
background-color: var(--very-light-gray);
color: var(--very-dark-blue);
}
.container .content{
max-width: 1264px;
margin: 0 auto;
display: grid;
grid-template-columns: minmax(300px, 450px);
grid-template-areas:
"button"
"img"
"text";
justify-content: center;
}
.container .content a{
grid-area: button;
}
.container .content .img_container{
width: 100%;
margin: 3rem 0;
grid-area: img;
}
.container .content .img_container img{
width: 100%;
}
.container .content .text_container{
grid-area: text;
}
.container .content .text_container .text{
font-size: 1.4rem;
margin: 2rem 0;
}
.container .content .text_container h2{
font-size: 2rem;
}
.container .content .text_container .text p{
margin: 0.5rem 0;
font-weight: 600;
}
.container .content .text_container .text p span{
margin-left: 0.4rem;
font-weight: 300;
color: var(--dark-gray);
}
.container .content .text_container .text .button_container{
margin-top: 1rem;
max-width: 360px;
display: flex;
justify-content: space-between;
}
.container .content .text_container .text .button_container > a{
max-width: 100px;
width: 100px;
}
@media screen and (min-width: 936px) {
.container .content{
grid-template-columns: 1fr 1fr;
grid-template-areas:
"button button"
"img text";
justify-content: center;
align-items: center;
gap: 0 4rem;
}
.container .content .text_container{
display: grid;
height: 268px;
grid-template-columns: 1fr 1fr;
grid-template-areas:
"h2 h2"
"text1 text2"
"text3 text3";
}
.container .content .text_container h2{
grid-area: h2;
}
.container .content .text_container .text3{
grid-column: 1 / -1;
display: flex;
align-items: flex-end;
}
.container .content .text_container .text3 p{
margin-right: 1rem;
}
.container .content .text_container .text3 .button_container a p{
margin-right: 0;
}
.container .content .text_container .text3 .button_container > a{
margin-right: 0.7rem;
}
}
| 0.443359 | 0.058993 |
.tpp-product .bank-installment {
width: 222px;
height: 330px;
float: left;
margin: 0 5px 20px 5px;
line-height: 16px;
}
.tpp-product .bank-installment-top-param {
background-image: url(../img/card-param.jpg);
background-repeat: no-repeat;
background-position: -5px -5px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-param {
background-image: url(../img/card-param.jpg);
background-repeat: no-repeat;
background-position: -5px -61px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-bonus {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -5px -5px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-bonus {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -5px -61px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-axess {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -236px -5px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-axess {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -236px -61px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-world {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -465px -5px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-world {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -465px -61px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-maximum {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -696px -5px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-maximum {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -696px -61px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-advantage {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -5px -145px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-advantage {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -5px -201px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-cardfinans {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -236px -145px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-cardfinans {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -236px -201px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-trfinans {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -465px -145px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-trfinans {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -465px -201px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-vakif {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -696px -145px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-vakif {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -696px -201px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-asyacard {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -5px -285px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-asyacard {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -5px -342px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-citi {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -236px -285px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-citi {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -236px -342px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-paraf {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -466px -285px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-paraf {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -466px -342px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-diger_banka_kartlari {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -695px -285px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-diger_banka_kartlari {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -695px -342px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-table {
width: 218px;
height: 200px;
border: 1px #CFCFCF solid;
background-color: #f6f6f6
}
.tpp-product .bank-installment-desc {
width: 210px;
height: 70px;
padding: 10px 0 0 4px;
text-align: center;
font-size: 10px;
color: #444444;
line-height: 12px;
color: #4E4E4E;
}
.tpp-product .bank-installment-title {
width: 218px;
border-bottom: 1px #CFCFCF solid;
border-top: 1px #FFF solid;
height: 19px;
color: #4E4E4E;
}
.tpp-product .bank-installment-title1 {
font-size: 8px;
border-right: 1px #CFCFCF solid;
width: 31px;
height: 19px;
line-height: 1em;
text-align: center;
float: left;
color: #4E4E4E;
}
.tpp-product .bank-installment-title2 {
font-size: 10px;
border-right: 1px #CFCFCF solid;
width: 92px;
height: 19px;
text-align: center;
padding-top: 2px;
float: left;
color: #4E4E4E;
}
.tpp-product .bank-installment-title3 {
font-size: 10px;
width: 90px;
height: 19px;
text-align: center;
padding-top: 2px;
float: left;
color: #4E4E4E;
}
.tpp-product .bank-installment-number {
width: 218px;
border-bottom: 1px #CECECE solid;
border-top: 1px #FFF solid;
height: 15px;
color: #4E4E4E;
}
.tpp-product .bank-installment-number1 {
font-size: 11px;
border-right: 1px #CFCFCF solid;
width: 31px;
height: 15px;
text-align: center;
float: left;
color: #4E4E4E;
}
.tpp-product .bank-installment-number2 {
font-size: 10px;
border-right: 1px #CFCFCF solid;
width: 92px;
height: 15px;
text-align: center;
float: left;
color: #4E4E4E;
}
.tpp-product .bank-installment-number3 {
font-size: 10px;
width: 90px;
height: 15px;
text-align: center;
float: left;
color: #4E4E4E;
}
.tpp-product .bTaksit_Bold {
width: 218px;
border-bottom: 1px #CECECE solid;
border-top: 1px #FFF solid;
height: 15px;
font-weight: bold;
background-color: #ebebeb;
color: #4E4E4E;
}
.tpp-product .bank-installment-number:hover, .bTaksit_Bold:hover {
background-color: #e3e3e3;
}
|
views/css/front-product.css
|
.tpp-product .bank-installment {
width: 222px;
height: 330px;
float: left;
margin: 0 5px 20px 5px;
line-height: 16px;
}
.tpp-product .bank-installment-top-param {
background-image: url(../img/card-param.jpg);
background-repeat: no-repeat;
background-position: -5px -5px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-param {
background-image: url(../img/card-param.jpg);
background-repeat: no-repeat;
background-position: -5px -61px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-bonus {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -5px -5px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-bonus {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -5px -61px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-axess {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -236px -5px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-axess {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -236px -61px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-world {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -465px -5px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-world {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -465px -61px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-maximum {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -696px -5px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-maximum {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -696px -61px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-advantage {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -5px -145px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-advantage {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -5px -201px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-cardfinans {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -236px -145px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-cardfinans {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -236px -201px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-trfinans {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -465px -145px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-trfinans {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -465px -201px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-vakif {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -696px -145px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-vakif {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -696px -201px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-asyacard {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -5px -285px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-asyacard {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -5px -342px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-citi {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -236px -285px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-citi {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -236px -342px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-paraf {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -466px -285px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-paraf {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -466px -342px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-top-diger_banka_kartlari {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -695px -285px;
width: 220px;
height: 52px;
margin-bottom: 1px
}
.tpp-product .bank-installment-bottom-diger_banka_kartlari {
background-image: url(../img/banks.jpg);
background-repeat: no-repeat;
background-position: -695px -342px;
width: 220px;
height: 76px;
margin-top: 1px
}
.tpp-product .bank-installment-table {
width: 218px;
height: 200px;
border: 1px #CFCFCF solid;
background-color: #f6f6f6
}
.tpp-product .bank-installment-desc {
width: 210px;
height: 70px;
padding: 10px 0 0 4px;
text-align: center;
font-size: 10px;
color: #444444;
line-height: 12px;
color: #4E4E4E;
}
.tpp-product .bank-installment-title {
width: 218px;
border-bottom: 1px #CFCFCF solid;
border-top: 1px #FFF solid;
height: 19px;
color: #4E4E4E;
}
.tpp-product .bank-installment-title1 {
font-size: 8px;
border-right: 1px #CFCFCF solid;
width: 31px;
height: 19px;
line-height: 1em;
text-align: center;
float: left;
color: #4E4E4E;
}
.tpp-product .bank-installment-title2 {
font-size: 10px;
border-right: 1px #CFCFCF solid;
width: 92px;
height: 19px;
text-align: center;
padding-top: 2px;
float: left;
color: #4E4E4E;
}
.tpp-product .bank-installment-title3 {
font-size: 10px;
width: 90px;
height: 19px;
text-align: center;
padding-top: 2px;
float: left;
color: #4E4E4E;
}
.tpp-product .bank-installment-number {
width: 218px;
border-bottom: 1px #CECECE solid;
border-top: 1px #FFF solid;
height: 15px;
color: #4E4E4E;
}
.tpp-product .bank-installment-number1 {
font-size: 11px;
border-right: 1px #CFCFCF solid;
width: 31px;
height: 15px;
text-align: center;
float: left;
color: #4E4E4E;
}
.tpp-product .bank-installment-number2 {
font-size: 10px;
border-right: 1px #CFCFCF solid;
width: 92px;
height: 15px;
text-align: center;
float: left;
color: #4E4E4E;
}
.tpp-product .bank-installment-number3 {
font-size: 10px;
width: 90px;
height: 15px;
text-align: center;
float: left;
color: #4E4E4E;
}
.tpp-product .bTaksit_Bold {
width: 218px;
border-bottom: 1px #CECECE solid;
border-top: 1px #FFF solid;
height: 15px;
font-weight: bold;
background-color: #ebebeb;
color: #4E4E4E;
}
.tpp-product .bank-installment-number:hover, .bTaksit_Bold:hover {
background-color: #e3e3e3;
}
| 0.361503 | 0.092852 |
.step-arrow {
opacity: 0.5;
}
.nxw-title {
background-color: #0085ba;
color: #FFFFFF;
font-size: 16px;
padding: 6px 12px;
}
.step-or {
font-size: 26px;
font-weight: 600;
line-height: 33px;
}
.step-img {
width: 280px;
max-width: 100%;
}
.nx-info-wrap {
display: block;
float: left;
max-width: 960px;
padding: 12px;
display: inline-block;
}
.welcome-panel .nx-welcome,
.nx-info-wrap .nx-welcome {
font-size: 28px;
font-weight: 600;
padding-bottom: 0px;
line-height: 32px;
}
.nx-info-wrap .nx-info-desc {
font-size: 16px;
line-height: 22px;
display: block;
float: left;
width: 50%;
}
.nx-info-wrap .nx-info-desc p {
font-size: 16px;
line-height: 22px;
}
.welcome-logo {
display: block;
float: left;
width: 50%;
}
.welcome-logo-img {
width: 100%;
max-width: 100%;
}
.nx-admin-row {
display: block;
clear: both;
box-sizing: border-box;
}
.nx-admin-row:after {
display: table;
clear: both;
width: 100%;
content: " ";
display: block;
}
.one-four-col {
display: block;
float: left;
width: 24%;
padding: 16px;
box-sizing: border-box;
text-align: center;
background-color: #f1f1f1;
margin-right: 1%;
}
.one-four-col:hover {
background-color: #FFFFFF;
}
.one-four-col a {
display: block;
}
.one-four-col:last-child {
margin-right: 0px;
}
.one-four-col h3 {
text-transform: uppercase;
}
.nx-dash {
font-size: 48px;
line-height: 80px;
width: 80px;
border: 4px solid #95c837;
margin: auto;
border-radius: 42px;
}
.nx-dash span {
font-size: 48px;
line-height: 80px;
width: 64px;
color: #95c837;
}
.tx-wspace {
display: block;
clear: both;
width: 100%;
height: 120px;
}
.tx-wspace-12,
.tx-wspace-24 {
display: block;
clear: both;
width: 100%;
height: 12px;
content: " ";
}
.tx-wspace-24 {
height: 24px;
}
.nx-tab-content {
font-size: 15px;
}
.nx-tab-content p {
font-size: 15px;
}
.nx-red {
color: #b40000;
}
.nx-tab-content h4 {
padding: 0px;
margin: 0px;
margin-top: 12px;
}
.nx-revpop-title {
padding-bottom: 12px;
font-size: 15px;
color: #555;
}
.nx-revpop-cont-1 {
padding-bottom: 12px;
font-size: 15px;
color: #555;
}
.nx-revpop-end {
padding-top: 6px;
font-size: 15px;
color: #555;
}
a[href="themes.php?page=welcome-screen-about"] {
background-color: #555555;
}
ul.nx-welcome {
}
ul.nx-welcome li {
border: 1px solid #ccc;
margin-bottom: 12px;
background-color: #FFFFFF!important;
display: block;
padding: 2px 16px;
font-weight: 400;
font-size: 14px;
line-height: 24px;
}
ul.nx-welcome li h3 {
padding: 0px;
margin: 0px;
font-size: 16px;
line-height: 24px;
color: #373737;
margin-bottom: 0px;
font-weight: 600;
text-transform: uppercase;
}
ul.nx-welcome li .nx-customizer-link {
margin-top: 8px;
font-weight: 600;
}
.welcome-msg {
font-size: 16px;
font-weight: 600;
color: 373737;
}
.ione-usage {
list-style-type: square;
margin-left: 32px;
}
.ione-usage li {
display: block;
font-size: 14px;
line-height: 20px;
padding-left: 12px;
position: relative;
}
.ione-usage li:before {
display: block;
position: absolute;
left: -12px;
top: 4px;
width: 16px;
height: 16px;
line-height: 16px;
font-size: 16px;
z-index: 1;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-family:"Genericons";
content: '\f418';
font-family: "fontawesome";
content: '\f00c';
color: #dd3333;
}
.nx-admin-row .col-1-2 {
display: block;
float: left;
width: 46%;
margin: 2%;
}
.video-wrapper {
position: relative;
padding-bottom: 48%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
|
20181002_heytrucker/wp-content/themes/i-excel/inc/theme-welcome/css/nx-welcome.css
|
.step-arrow {
opacity: 0.5;
}
.nxw-title {
background-color: #0085ba;
color: #FFFFFF;
font-size: 16px;
padding: 6px 12px;
}
.step-or {
font-size: 26px;
font-weight: 600;
line-height: 33px;
}
.step-img {
width: 280px;
max-width: 100%;
}
.nx-info-wrap {
display: block;
float: left;
max-width: 960px;
padding: 12px;
display: inline-block;
}
.welcome-panel .nx-welcome,
.nx-info-wrap .nx-welcome {
font-size: 28px;
font-weight: 600;
padding-bottom: 0px;
line-height: 32px;
}
.nx-info-wrap .nx-info-desc {
font-size: 16px;
line-height: 22px;
display: block;
float: left;
width: 50%;
}
.nx-info-wrap .nx-info-desc p {
font-size: 16px;
line-height: 22px;
}
.welcome-logo {
display: block;
float: left;
width: 50%;
}
.welcome-logo-img {
width: 100%;
max-width: 100%;
}
.nx-admin-row {
display: block;
clear: both;
box-sizing: border-box;
}
.nx-admin-row:after {
display: table;
clear: both;
width: 100%;
content: " ";
display: block;
}
.one-four-col {
display: block;
float: left;
width: 24%;
padding: 16px;
box-sizing: border-box;
text-align: center;
background-color: #f1f1f1;
margin-right: 1%;
}
.one-four-col:hover {
background-color: #FFFFFF;
}
.one-four-col a {
display: block;
}
.one-four-col:last-child {
margin-right: 0px;
}
.one-four-col h3 {
text-transform: uppercase;
}
.nx-dash {
font-size: 48px;
line-height: 80px;
width: 80px;
border: 4px solid #95c837;
margin: auto;
border-radius: 42px;
}
.nx-dash span {
font-size: 48px;
line-height: 80px;
width: 64px;
color: #95c837;
}
.tx-wspace {
display: block;
clear: both;
width: 100%;
height: 120px;
}
.tx-wspace-12,
.tx-wspace-24 {
display: block;
clear: both;
width: 100%;
height: 12px;
content: " ";
}
.tx-wspace-24 {
height: 24px;
}
.nx-tab-content {
font-size: 15px;
}
.nx-tab-content p {
font-size: 15px;
}
.nx-red {
color: #b40000;
}
.nx-tab-content h4 {
padding: 0px;
margin: 0px;
margin-top: 12px;
}
.nx-revpop-title {
padding-bottom: 12px;
font-size: 15px;
color: #555;
}
.nx-revpop-cont-1 {
padding-bottom: 12px;
font-size: 15px;
color: #555;
}
.nx-revpop-end {
padding-top: 6px;
font-size: 15px;
color: #555;
}
a[href="themes.php?page=welcome-screen-about"] {
background-color: #555555;
}
ul.nx-welcome {
}
ul.nx-welcome li {
border: 1px solid #ccc;
margin-bottom: 12px;
background-color: #FFFFFF!important;
display: block;
padding: 2px 16px;
font-weight: 400;
font-size: 14px;
line-height: 24px;
}
ul.nx-welcome li h3 {
padding: 0px;
margin: 0px;
font-size: 16px;
line-height: 24px;
color: #373737;
margin-bottom: 0px;
font-weight: 600;
text-transform: uppercase;
}
ul.nx-welcome li .nx-customizer-link {
margin-top: 8px;
font-weight: 600;
}
.welcome-msg {
font-size: 16px;
font-weight: 600;
color: 373737;
}
.ione-usage {
list-style-type: square;
margin-left: 32px;
}
.ione-usage li {
display: block;
font-size: 14px;
line-height: 20px;
padding-left: 12px;
position: relative;
}
.ione-usage li:before {
display: block;
position: absolute;
left: -12px;
top: 4px;
width: 16px;
height: 16px;
line-height: 16px;
font-size: 16px;
z-index: 1;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-family:"Genericons";
content: '\f418';
font-family: "fontawesome";
content: '\f00c';
color: #dd3333;
}
.nx-admin-row .col-1-2 {
display: block;
float: left;
width: 46%;
margin: 2%;
}
.video-wrapper {
position: relative;
padding-bottom: 48%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
| 0.324235 | 0.093182 |
.item_103 {
background-color: #FAEFCC;
}
.item_103 #wrapper:after {
display: none;
}
div#GLMap_RijekaFiume_1Container {
border-bottom: 1px solid;
}
ul {
margin: 0;
padding: 0;
}
/* page setup to make map fit =====================================*/
.item_103 #maincontent {
max-width: 100%;
width: 100%;
margin-top: 0;
padding: 0;
}
}
@media only screen and (max-width: 1304px) {
.item_103 #maincontent {
margin-top: 9.4em;
}
}
@media only screen and (max-width:957px) {
.item_103 #maincontent {
margin-top: 9.4em;
}
}
@media only screen and (max-width: 480px) {
.item_103 #maincontent {
margin-top: 9.4em;
}
}
/* next and back buttons ======================================== */
.EmapNav .WizardButtonContainer .submit {
content: "";
background-image:
url("/templates/rijekafiume/images/media-images/submit-button.png");
position: absolute;
height: 91px;
right:-85px;
top:80px;
width: 77px;
background-color: transparent;
border:none;
}
.EmapNav .WizardButtonContainer .next {
content: "";
background-image:
url("/templates/rijekafiume/images/media-images/next-button.png");
position: absolute;
height: 91px;
right: -85px;
top: 80px;
width: 77px;
border: none;
background-color: transparent;
}
.EmapNav .WizardButtonContainer .back {
content: "";
background-image:
url("/templates/rijekafiume/images/media-images/back-button.png");
position: absolute;
height:91px;
left: -85px;
top: 80px;
width: 77px;
background-color: transparent;
border:none;
}
.EmapNav .WizardButton span.btn-label {
display: none;
}
.geoliveSqueezeWindow {
padding-bottom: 0;
}
.EmapNav .cancel {
display: none;
}
.EmapNav .WizardButton>.buttonLabel {
display: none;
}
/*general map styling ==================================== */
.AttributesContainer .TextAttribute_Title {
color: #000000;
}
.geolive_window_page .control_icons>span {
background-color: white;
}
.geolive_window_title_content>span {
color: #000000;
}
.geolive_mediaMap_container>.geolive_inner {
border: none;
}
.infowindow_title {
background-image:
url("http://ict4ag.geolive.ca/templates/rijekafiume/images/GEOLiveSmallCopy.png");
background-repeat: no-repeat;
margin-right: 12px;
padding-left: 39px;
padding-top: 10px;
}
.AttributesContainer {
margin-top: 4px;
}
.videoLink {
margin-bottom: 5px;
margin-top: 5px;
}
.geolive_window_footer {
padding-bottom: 4px;
padding-right: 5px;
}
/* post box media buttons ================================== */
/*General Marker wizard styling ================================= */
|
rijekafiume/css/com_geolive.css
|
.item_103 {
background-color: #FAEFCC;
}
.item_103 #wrapper:after {
display: none;
}
div#GLMap_RijekaFiume_1Container {
border-bottom: 1px solid;
}
ul {
margin: 0;
padding: 0;
}
/* page setup to make map fit =====================================*/
.item_103 #maincontent {
max-width: 100%;
width: 100%;
margin-top: 0;
padding: 0;
}
}
@media only screen and (max-width: 1304px) {
.item_103 #maincontent {
margin-top: 9.4em;
}
}
@media only screen and (max-width:957px) {
.item_103 #maincontent {
margin-top: 9.4em;
}
}
@media only screen and (max-width: 480px) {
.item_103 #maincontent {
margin-top: 9.4em;
}
}
/* next and back buttons ======================================== */
.EmapNav .WizardButtonContainer .submit {
content: "";
background-image:
url("/templates/rijekafiume/images/media-images/submit-button.png");
position: absolute;
height: 91px;
right:-85px;
top:80px;
width: 77px;
background-color: transparent;
border:none;
}
.EmapNav .WizardButtonContainer .next {
content: "";
background-image:
url("/templates/rijekafiume/images/media-images/next-button.png");
position: absolute;
height: 91px;
right: -85px;
top: 80px;
width: 77px;
border: none;
background-color: transparent;
}
.EmapNav .WizardButtonContainer .back {
content: "";
background-image:
url("/templates/rijekafiume/images/media-images/back-button.png");
position: absolute;
height:91px;
left: -85px;
top: 80px;
width: 77px;
background-color: transparent;
border:none;
}
.EmapNav .WizardButton span.btn-label {
display: none;
}
.geoliveSqueezeWindow {
padding-bottom: 0;
}
.EmapNav .cancel {
display: none;
}
.EmapNav .WizardButton>.buttonLabel {
display: none;
}
/*general map styling ==================================== */
.AttributesContainer .TextAttribute_Title {
color: #000000;
}
.geolive_window_page .control_icons>span {
background-color: white;
}
.geolive_window_title_content>span {
color: #000000;
}
.geolive_mediaMap_container>.geolive_inner {
border: none;
}
.infowindow_title {
background-image:
url("http://ict4ag.geolive.ca/templates/rijekafiume/images/GEOLiveSmallCopy.png");
background-repeat: no-repeat;
margin-right: 12px;
padding-left: 39px;
padding-top: 10px;
}
.AttributesContainer {
margin-top: 4px;
}
.videoLink {
margin-bottom: 5px;
margin-top: 5px;
}
.geolive_window_footer {
padding-bottom: 4px;
padding-right: 5px;
}
/* post box media buttons ================================== */
/*General Marker wizard styling ================================= */
| 0.238728 | 0.05715 |
body{
width: 100%;
margin: 0 auto;
font-family: sans-serif;
}
#logo{
margin:auto;
padding: 15px 15px;
background-color: rgb(72, 105, 177);
}
#logo1{
color: white;
text-decoration: none
}
#menu ul{
margin: 0;
background-color: rgb(83, 125, 216);
list-style: none;
}
#menu ul li{
display: inline;
}
#menu ul li a{
padding: 10px 10px;
display: inline-block;
color: white;
text-decoration: none;
}
#menu ul li a:hover{
color: rgb(8, 0, 82);
}
header{
min-height: 100px;
position: top center;
color: rgb(83, 125, 216);
}
/* Menu */
/* h2 */
h2{
color: white;
background-color: cornflowerblue;
max-width: fit-content;
border-style: outset;
border-color: rgb(74, 108, 139);
}
/* h2 */
/* hr */
hr{
border-left: transparent;
border-right: transparent;
border-top: transparent;
border-bottom: 1px solid #0034a0;
margin-bottom: 10px;
padding-bottom: 10px;
}
/* hr */
/* Imagens lado a lado */
.coluna{
float: left;
width: 33.33%;
}
.row::after {
content: "";
clear: both;
display: table;
}
#IphoneImage{
width: 100%;
}
#GalaxyS10Image{
width:90%;
height: 90%;
padding-top: 25%;
padding-left: 10%;
}
#MotoG8Image{
width:110%;
height: 110%;
padding-top: 15%;
}
/* Imagens lado a lado */
/* Footer */
#address{
min-height: 100px;
position: bottom center;
color: white;
background-color: rgb(83, 125, 216);
}
/* Footer */
|
Projeto-AP1/Css/Pag1.css
|
body{
width: 100%;
margin: 0 auto;
font-family: sans-serif;
}
#logo{
margin:auto;
padding: 15px 15px;
background-color: rgb(72, 105, 177);
}
#logo1{
color: white;
text-decoration: none
}
#menu ul{
margin: 0;
background-color: rgb(83, 125, 216);
list-style: none;
}
#menu ul li{
display: inline;
}
#menu ul li a{
padding: 10px 10px;
display: inline-block;
color: white;
text-decoration: none;
}
#menu ul li a:hover{
color: rgb(8, 0, 82);
}
header{
min-height: 100px;
position: top center;
color: rgb(83, 125, 216);
}
/* Menu */
/* h2 */
h2{
color: white;
background-color: cornflowerblue;
max-width: fit-content;
border-style: outset;
border-color: rgb(74, 108, 139);
}
/* h2 */
/* hr */
hr{
border-left: transparent;
border-right: transparent;
border-top: transparent;
border-bottom: 1px solid #0034a0;
margin-bottom: 10px;
padding-bottom: 10px;
}
/* hr */
/* Imagens lado a lado */
.coluna{
float: left;
width: 33.33%;
}
.row::after {
content: "";
clear: both;
display: table;
}
#IphoneImage{
width: 100%;
}
#GalaxyS10Image{
width:90%;
height: 90%;
padding-top: 25%;
padding-left: 10%;
}
#MotoG8Image{
width:110%;
height: 110%;
padding-top: 15%;
}
/* Imagens lado a lado */
/* Footer */
#address{
min-height: 100px;
position: bottom center;
color: white;
background-color: rgb(83, 125, 216);
}
/* Footer */
| 0.369543 | 0.081337 |
html{overflow:auto;overflow-x:hidden;line-height:1.4;color:#333;font-size:231%;font-family:Helvetica Neue,'苹方',Roboto,Noto,Microsoft YaHei,'微软雅黑',Tahoma,Verdana,Arial,'宋体',sans-serif;}
img{border:none;vertical-align:middle;}
ol,ul{margin:0;padding:0;list-style:none;color:inherit;}
a{color:inherit;text-decoration:none;}
body{overflow:auto;font-size:inherit;margin:0;background:#EDEDED;-webkit-touch-callout:none;-webkit-text-size-adjust:none;-webkit-user-select:none;-webkit-highlight:none;-webkit-tap-highlight-color:transparent;}
.clearfix,.pop-clear{zoom:1;}
.clearfix:after,.pop-clear:after{clear:both;display:block;overflow:hidden;height:0;content:"";font-size:0;}
.inner{position:relative;margin:0 auto;max-width:1242px;width:100%;}
.hidden{display:none!important;}
button,input,select,textarea{outline:0;font-size:inherit;font-family:inherit;}
.table {display:table;width:100%;height:100%;border:0;border-spacing:0;border-collapse:collapse;}
.table-row {display:table-row;}
.table-cell,.tcell {display:table-cell;position:relative;vertical-align:middle;}
.tab-panel {display:none;}
.tab-panel.active {display:block;}
.circle{position:absolute;display:inline-block;width:0.22rem;height:0.22rem;max-width:22px;max-height:22px;border-radius:100%;background:#ff3228;}
.font {position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;text-align:center;}
/* head */
.header{position:absolute;top:0;left:0;z-index:99;width:100%;height:1.32rem;max-height:132px;background:#18b1ea;color:#fff;}
.header .caption,.header .wrap{position:relative;height:100%;}
.header .caption{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:.46rem;}
.header .hbtn{position:absolute;top:0;height:100%;}
.header .left{left:0;}
.header .right{right:0;}
.occupy{height:1.32rem;max-height:132px;}
.header.hidden~.occupy{display:none;}
/* empty */
.empty {padding-top:3rem;background:#FFF;padding-bottom:1px;}
.empty .empty-icon {width:4.34rem;height:2.592rem;display:block;margin:0 auto;}
.empty .empty-text {font-size:0.44rem;color:#999;text-align:center;margin:0.3rem 0 ;}
.empty.swiper-categroy {padding-top:1.5rem;}
.empty.swiper-categroy .empty-icon {width:5rem;height:2.98rem;}
/* error */
.error-text {color:#FF5B53;font-size:0.48rem;position:absolute;padding-left:0.7rem;}
.error-text:before {content:'';position:absolute;top:15%;left:0;display:block;width:0.48rem;height:0.48rem;background:url(../images/my_real_not_error.png) center center no-repeat;background-size:100% 100%;}
/* loading */
.eloading{position:relative;padding:.2rem 0;width:100%;height:.4rem;text-align:center;font-size:.48rem;}
.eloading .icon{display:inline-block;margin-top:-.5%;margin-right:.1rem;width:.4rem;height:.4rem;border:.04rem solid #666;border-radius:50%;vertical-align:middle;border-top-color:transparent;-webkit-animation:load .75s linear infinite;animation:load .75s linear infinite;}
@-webkit-keyframes load{0%{-webkit-transform:rotate(0);}
50%{-webkit-transform:rotate(180deg);}
to{-webkit-transform:rotate(360deg);}
}
@keyframes load{0%{-webkit-transform:rotate(0);}
50%{-webkit-transform:rotate(180deg);}
to{-webkit-transform:rotate(360deg);}
}
/* foot */
.footer,.space,.start-game-position,.start-exchange-position{width:100%;height:1.46rem;max-height:146px;}
.footer{position:absolute;bottom:0;z-index:1000;border-top:2px solid #d6d1cb;background:#fff;color:#666;font-size:0.32rem;}
.footer .wrap{height:100%;}
.footer .nav{position:relative;height:100%;}
.footer .nav .item{height:100%;text-align:center;}
.footer .nav .item .icon{display:block;position:relative;margin:3% auto 2%;width:0.92rem;height:0.76rem;max-width:90px;background-size:100% 100%;background-repeat:no-repeat;}
.footer .nav .item .icon-home{background-image:url(../images/nav_home_not.png);}
.footer .nav .item .icon-game{background-image:url(../images/nav_game_not.png);}
.footer .nav .item .icon-gift{background-image:url(../images/nav_gift_not.png);}
.footer .nav .item .icon-mall{background-image:url(../images/nav_mall_not.png);}
.footer .nav .item .icon-user{background-image:url(../images/nav_user_not.png);}
.footer .nav .item.active .icon-home{background-image:url(../images/nav_home_selected.png);}
.footer .nav .item.active .icon-game{background-image:url(../images/nav_game_selected.png);}
.footer .nav .item.active .icon-gift{background-image:url(../images/nav_gift_selected.png);}
.footer .nav .item.active .icon-mall{background-image:url(../images/nav_mall_selected.png);}
.footer .nav .item.active .icon-user{background-image:url(../images/nav_user_selected.png);}
.footer .nav .item.active{color:#23bbf3;}
.footer .nav .item .icon .circle{top:-.1rem;right:0;}
.footer .nav .item .icon-home .circle {right:.14rem;}
.footer .nav .item .icon-user .circle {right:.14rem;}
/* pop */
.pop-window {width:100vw;height:100vh;left:0;top:0;}
.pop-close {display:block;width:0.3rem;height:0.3rem;position:absolute;right:0.4rem;top:.4rem;background:url(../images/pop_close.png) center center no-repeat;background-size:100% 100%;}
.pop-table {display:table;width:100%;height:100%;border:0;border-spacing:0;border-collapse:collapse;}
.pop-row {display:table-row;}
.pop-cell {display:table-cell;position:relative;vertical-align:middle;}
.pop-close2,.pop-close3 {display:block;position:absolute;}
.pop-close2 span {display:block;width:0.5rem;height:0.5rem;background:url(../images/pop_close.png) center center no-repeat;background-size:100% 100%;}
.pop-arrow-left {position:absolute;display:block;width:0.3rem;height:0.54rem;top:0.38rem;left:0.4rem;background:url(../images/login_pop_btn_return.png) center center no-repeat;background-size:100% 100%;}
.pop-arrow-left2 {position:absolute;display:block;width:0.3rem;height:0.54rem;top:0.6rem;left:0.7rem;background:url(../images/pop_pay_return.png) center center no-repeat;background-size:100% 100%;}
.pop-close3 {width:1rem;height: 1rem;display: block;right:0.1rem;top:0;background: url(../images/tip_close.png) center center no-repeat;background-size:100% 100%; }
.pop-message,.pop-cue,.pop-notice,.pop-hint,.pop-share,.pop-prompt,.pop-prompt2,.pop-form,.pop-bind,.pop-login,.pop-pay,.pop-pay-temp,.pop-partir,.pop-bookmark,.pop-weixin {display:none;position:absolute;z-index:1999;top:0;left:0;right:0;text-align:center;width:100%;height:100%;}
.pop-message .pop-box {background:rgba(0,0,0,.84);position:relative;color:#FFF;display:inline-block;position:relative;word-break:break-all;border-radius:0.2rem;width:3rem;height:3rem;}
.pop-message .pop-box .pop-image {width:1.4rem;height:1rem;margin-top:.72rem;}
.pop-message .pop-box .pop-text {margin:0.36rem 0 0;font-size:0.42rem;color:#FFF;}
.pop-notice,.pop-cue,.pop-hint,.pop-share,.pop-prompt,.pop-prompt2,.pop-form,.pop-bind,.pop-login,.pop-pay,.pop-pay-temp,.pop-partir,.pop-bookmark,.pop-weixin {background:rgba(0,0,0,.7);}
.pop-notice .pop-box {background:#FFF;position:relative;display:inline-block;position:relative;word-break:break-all;border-radius:0.4rem;width:10.06rem;padding-bottom:0.8rem;width:8.8rem;border-radius:0.3rem;}
.pop-notice .pop-content,.pop-hint .pop-content {text-align:center;margin:0 auto;}
.pop-notice .pop-content .pop-image {width:3rem;height:3rem;}
.pop-notice .pop-content .pop-title {font-size:0.48rem;margin:-0.03rem 0 0;line-height:1;}
.pop-notice .pop-content .pop-text {font-size:0.38rem;color:#666;margin:0.15rem 0 0;}
.pop-notice .pop-content .pop-btn,
.pop-notice .pop-content .pop-btn2 {display:inline-block;width:6.2rem;height:1rem;margin-top:0.52rem;line-height:1rem;border-radius:0.08rem;box-sizing:border-box;-webkit-box-sizing:border-box;}
.pop-notice .pop-content .pop-btn {font-size:0.48rem;color:#FFF;background:#23BBF3;}
.pop-notice .pop-content .pop-btn2 {font-size:0.48rem;color:#23BBF3;border:1px solid #23BBF3;}
.pop-notice2 .pop-box {padding-bottom:0;}
.pop-notice2 .pop-content {padding-bottom:0.5rem;}
.pop-hint {}
.pop-hint .pop-box {background:#FFF;position:relative;display:inline-block;word-break:break-all;border-radius:0.3rem;width:7.8rem;padding-bottom:0.6rem;}
.pop-hint .pop-content .pop-image{width:3rem;height:3rem;}
.pop-hint .pop-content .pop-title{font-size:0.48rem;margin:-0.2rem 0 0;}
.pop-hint .pop-content .pop-code {font-size:0.42rem;margin-top:0.14rem;}
.pop-hint .pop-content .pop-mark {text-align:right;}
.pop-hint .pop-content .pop-input {text-align:center;}
.pop-hint .pop-content .pop-input input{width:80%;}
.pop-hint .pop-content .pop-code .pop-txt {border:none;color:#23BBF3;text-align:center;}
.pop-hint .pop-content .pop-text {font-size:0.38rem;color:#999;margin:0.15rem 0 0;}
.pop-hint .pop-content .pop-btn {display:inline-block;width:6.2rem;height:1rem;margin-top:0.46rem;line-height:1rem;font-size:0.46rem;color:#FFF;background:#23BBF3;border-radius:0.08rem;}
.pop-hint2 .pop-content {padding-top: .5rem;}
.pop-share .pop-cell {vertical-align:bottom;}
.pop-share .pop-box {width:100%;max-height:560px;}
.pop-share .pop-content {}
.pop-share .sharebutnbox {background:#FFF;overflow:hidden;clear:both;padding:.5rem 0.31rem;}
.pop-share .sharebutnbox .icon {font-size:0.4rem;text-align:center;float:left;width:20%;}
.pop-share .sharebutnbox .icon i{width:1.28rem;height:1.28rem;display:block;margin:0 auto;background-repeat:no-repeat;background-position:center center;background-size:100% 100%;}
.pop-share .sharebutnbox .weixin i {background-image:url(../images/pop_share_weixin.png);}
.pop-share .sharebutnbox .pengyou i {background-image:url(../images/pop_share_pengyouquan.png);}
.pop-share .sharebutnbox .qq i {background-image:url(../images/pop_share_qq.png);}
.pop-share .sharebutnbox .qzone i {background-image:url(../images/pop_share_zone.png);}
.pop-share .sharebutnbox .weibo i {background-image:url(../images/pop_share_sina.png);}
.pop-share .sharebutnbox .icon span {display:block;padding-top:0.24rem;}
.pop-share .pop-butn {font-size:0.46rem;color:#23BBF3;height:1.28rem;max-height:128px;line-height:1.28rem;background:#EDEDED;}
.pop-prompt .pop-box,.pop-cue .pop-box,.pop-pay-temp .pop-box {background:#FFF;position:relative;display:inline-block;position:relative;word-break:break-all;border-radius:0.3rem;width:8.8rem;}
.pop-prompt2 .pop-box {background:#FFF;position:relative;display:inline-block;position:relative;word-break:break-all;border-radius:0.3rem;width:8.8rem;}
.pop-prompt .pop-content,.pop-cue .pop-content,
.pop-prompt2 .pop-content{padding:0.6rem;}
.pop-prompt .pop-content i,
.pop-prompt2 .pop-content i {font-style:normal;}
.pop-prompt .pop-content .pop-title,.pop-cue .pop-content .pop-title,
.pop-prompt2 .pop-content .pop-title {font-size:0.48rem;padding-top:0.1rem;}
.pop-prompt .pop-content .pop-text,.pop-cue .pop-content .pop-text{font-size:0.38rem;padding-top:0.15rem;color:#999;}
.pop-prompt2 .pop-content .pop-text {font-size:0.4rem;color:#999;}
.pop-prompt .pop-content .pop-text.error,
.pop-prompt2 .pop-content .pop-text.error {color:#666;}
.pop-prompt2 .pop-content .pop-text .em {font-size:.6rem;color:#23BBF3;}
.pop-prompt2 .pop-content .pop-text2 {font-size:0.4rem;color:#666;}
.pop-prompt .pop-butn-box,.pop-notice .pop-butn-box2 {border-top:1px solid #E7E7E7;clear:both;overflow:hidden;}
.pop-prompt .pop-butn-box .pop-butn {cursor:pointer;font-size:0.48rem;display:block;float:left;width:49.5%;height:1.2rem;line-height:1.2rem;}
.pop-prompt .pop-butn-box .pop-butn2,.pop-notice .pop-butn-box2 .pop-butn2 {cursor:pointer;font-size:0.48rem;display:block;height:1.2rem;line-height:1.2rem;}
.pop-prompt .pop-butn-box .pop-default{color:#999;}
.pop-prompt .pop-butn-box .pop-comfirm{color:#23BBF3;border-left:1px solid #E7E7E7;margin-left:-1px;}
.pop-prompt .pop-butn-box .pop-comfirm2 ,.pop-notice .pop-butn-box2 .pop-butn2{color:#23BBF3;}
.pop-prompt2 .pop-butn-box {padding:0 1.93rem 0.72rem;}
.pop-prompt2 .pop-butn-box .pop-butn {cursor:pointer;display:block;width:100%;height:1rem;max-height:100px;line-height:1rem;font-size:0.46rem;color:#FFF;background:#23BBF3;border-radius:0.08rem;}
.pop-prompt .pop-content .pop-cell {font-size:0.5rem;text-align:left;}
.pop-prompt .pop-content .pop-cell:first-child {text-align:right;color:#666;}
.pop-prompt3 .pop-text {text-align:left;}
.pop-prompt3 .pop-text-voic {text-align:left;padding-top:0.15rem;color:#999;font-size:0.34rem;}
.pop-form .pop-table>.pop-cell {vertical-align:bottom;}
.pop-form .pop-box {background:#FFF;position:relative;display:inline-block;position:relative;word-break:break-all;width:100%;}
.pop-form .pop-content {padding:0.55rem 0.4rem 0;}
.pop-form .pop-title {font-size:0.48rem;color:#333;}
.pop-form .pop-table-wrap {padding-top:0.37rem;}
.pop-form .pop-table-wrap .pop-table {height:auto;text-align:left;}
.pop-form .pop-table-wrap .pop-table .pop-cell:last-child{text-align:right;width:90%;max-width: 862px;}
.pop-form .pop-table-wrap .pop-table .pop-cell {position:relative;height:1.52rem;max-height:152px;font-size:0.42rem;}
.pop-form .pop-table-wrap .pop-table .pop-cell p{margin:0;}
.pop-form .pop-table-wrap .pop-table .pop-cell:first-child {width:3.5rem;white-space: nowrap;}
.pop-form .pop-table-wrap .pop-table .pop-row~.pop-row {border-top:1px solid rgba(231,231,231,.5);}
.pop-form .pop-table-wrap .pop-table .paddress,.pop-form .pop-table-wrap .pop-table .username {font-size:0.42rem;width:88%;}
.pop-form .pop-table-wrap .pop-table .paddress {text-align: left;float: right; }
.pop-form .pop-table-wrap .pop-table .paddress span {display:block;text-overflow:ellipsis;overflow:hidden;}
.pop-form .pop-table-wrap .pop-table .pop-cell .icon-right {position:absolute;top:34.3%;right:0.2rem;width:0.3rem;height:0.54rem;display:block;}
.pop-form .pop-butn-box {padding-top:0.01rem;}
.pop-form .pop-butn-box .butn {cursor:pointer;width:100%;-webkit-appearance:none;border:none;border-radius:0;font-size:0.46rem;color:#FFF;height:1.28rem;line-height:1.28rem;background:#23BBF3;border:none;margin:0;padding:0;}
.pop-bind .pop-box {position:relative;display:inline-block;position:relative;word-break:break-all;width:9rem;}
.pop-bind .pop-box .pop-content {position:relative;display:block;z-index:0;padding-top:1rem;}
.pop-bind .pop-box .pop-content {z-index:0;}
.pop-bind .pop-box .pop-content img {width:100%;}
.pop-bind .pop-box .pop-content .text {font-size:0.42rem;color:#FFFEFE;display:block;width:100%;position:absolute;bottom:2.1rem;left:0;right:0;}
.pop-bind .pop-box .bindbutn{position:absolute;right:0;bottom:.56rem;left:0;z-index:0;display:block;margin:0 auto;width:3.4rem;height:1rem;border-radius:.08rem;background:#ffd55c;color:#f5443a;text-align:center;font-size:.48rem;line-height:1rem;}
.pop-bind .pop-close2 {z-index:5;top:0rem;right:0.36rem;width:.8rem;height:.8rem;background:url(../images/pop_binding_close.png);background-size:100% 100%;}
.pop-login .pop-box {background:#FFF;position:relative;display:inline-block;word-break:break-all;width:8.8rem;border-radius:0.38rem;}
.pop-box .pop-tab {padding-top:0.5rem;font-size:0.48rem;color:#999;margin:0 0.8rem;border-bottom:1px solid #E7E7E7;}
.pop-box .pop-tab li {width:50%;float:left;padding:0.2rem 0;text-align:center;margin-bottom:-1px;border-bottom:1px solid transparent;}
.pop-box .pop-tab li.active{border-bottom-color:#23BBF3;}
.pop-box .fgbox .pop-tab li,.pop-box .fgbox2 .pop-tab li {float:none;margin-left:auto;margin-right:auto;}
.pop-box .pan-item {display:none;}
.pop-login .pop-box .pop-pan{min-height:3rem;}
.pop-box .pan-item:first-child {display:block;}
.pop-login .pop-box .lrbox {height:9.4rem;}
.pop-login .pop-box .pop-content {padding:0.1rem 0.8rem 0.6rem;position:relative;}
.pop-login .pop-box .pop-content .pop-row {border-bottom:1px solid #E7E7E7;}
.pop-login .pop-box .pop-content .pop-cell {height:1.18rem;max-height:118px;}
.pop-login .pop-box .pop-content .pop-cell:first-child {width:.7rem;text-align:left;}
.pop-login .pop-box .pop-content .pop-cell .icon {width:0.44rem;height:0.52rem;margin-left:0.01rem;display:block;}
.pop-login .pop-box .pop-content .pop-input {margin-right:1.3rem;font-size:0.42rem;}
.pop-login .pop-box .pop-content .pop-input .txt {width:100%;border:none;font-size:0.4rem;padding:0;margin:0;-webkit-appearance:none;}
.pop-login .pop-box .pop-content .pop-input .txt::-webkit-input-placeholder {color:#BBB;font-size:0.4rem;}
.pop-login .pop-box .pop-content .pop-input .txt::-ms-input-placeholder {color:#BBB;font-size:0.4rem;}
.pop-login .pop-box .pop-content .pop-input .txt:-moz-placeholder {color:#BBB;font-size:0.4rem;}
.pop-login .pop-box .pop-content .pop-input .txt::-moz-placeholder {color:#BBB;font-size:0.4rem;}
.pop-login .pop-box .pop-content .pop-input .txt.pwd {font-size:0.48rem;color:#000;}
.pop-login .pop-box .pop-content .pop-iconbox {position:absolute;top:0;right:0;height:100%;}
.pop-login .pop-box .pop-content .pop-iconbox .icon {display:inline-block;cursor:pointer;vertical-align: middle;background-position: center center;background-repeat: no-repeat;background-size: 100% 100%;}
.pop-login .pop-box .pop-content .pop-iconbox .icon-del{opacity:0;visibility:hidden;transition:.5s;width:0.5rem;height:0.5rem;margin-top:-30%;vertical-align:middle;background-image:url(../images/login_btn_delete.png);}
.pop-login .pop-box .pop-content .pop-iconbox .icon-del.on{opacity:1;visibility:visible;}
.pop-login .pop-box .pop-content .pop-iconbox .icon-eye {width:0.57rem;height:0.4rem;margin-top:-22%;margin-left:0.1rem;background-image:url(../images/login_pop_btn_invisible.png);}
.pop-login .pop-box .pop-content .pop-iconbox .icon-eye.on {background-image: url(../images/login_btn_visible.png);}
.pop-login .pop-box .pop-content .pop-error {display:none;font-size:0.38rem;color:#FF3228;text-align:left;position:absolute;bottom:0.05rem;left:0.8rem;}
.pop-login .pop-box .pop-content .pop-error:before{content:'';display:inline-block;width:0.4rem;height:0.4rem;background:url(../images/login_error.png) center center no-repeat;background-size:100% 100%;margin-right:0.2rem;vertical-align:middle;margin-top:-1.77%;}
.pop-login .pop-content .verification {overflow:hidden;}
.pop-login .pop-content .verification .pop-input{margin-right:3rem;}
.pop-login .pop-content .verification .pop-iconbox {width:2.9rem;overflow:hidden;display:block;height:auto;}
.pop-login .pop-content .verification .pop-iconbox .pop-code{display:block;float:right;margin-top:0.06rem;width:2.4rem;height:1rem;text-align:center;line-height:1rem;font-size:0.4rem;box-sizing:border-box;-webkit-box-sizing:border-box;}
.pop-login .pop-content .verification .pop-iconbox .pop-code.smcode {border-radius:0.08rem;border:1px solid #23BBF3;background:#23BBF3;color:#FFF;}
.pop-login .pop-content .verification .pop-iconbox .pop-code.smcode.disabled {color:#999;background:transparent;}
.pop-login .pop-content .verification .pop-iconbox .pop-code span {color:#23BBF3;}
.pop-login .pop-content .verification .pop-iconbox .pop-code.pcode {display:none;}
.pop-login .pop-content .verification .pop-iconbox .pop-code.pcode img{width:100%;height:100%;display:block;}
.pop-login .pop-box .pop-butn-box {padding:0 0.8rem;}
.pop-login .pop-box .pop-butn-box .butn {cursor:pointer;display:block;cursor:pointer;border:none;padding:0;margin:0;-webkit-appearance:none;width:100%;height:1rem;line-height:1rem;background:#23BBF3;color:#FFF;font-size:0.46rem;border-radius:0.08rem;border:none;box-sizing:border-box;-webkit-box-sizing:border-box;}
.pop-box .pop-link-box {padding:0.17rem 0.8rem 0;font-size:0.4rem;color:#666;}
.pop-box .pop-link-box span {display:block;width:50%;float:left;text-align:left;}
.pop-box .pop-link-box .temporary {text-align:right;color:#23BBF3;}
.pop-box .pop-link-box .temporary .icon-right-pic{display:inline-block;margin-top:-1%;width:0.24rem;height:0.38rem;margin-left:0.14rem;}
.pop-box .pop-argee-box {font-size:0.36rem;color:#999;padding:0.24rem 0.8rem 0.56rem;}
.pop-box .pop-argee-box label {position:relative;display:block;text-align:left;cursor:pointer;}
.pop-box .pop-argee-box label .checkbox {position:absolute;z-index:2;opacity:0;}
.pop-box .pop-argee-box label .icon {width:0.44rem;height:0.44rem;display:inline-block;margin-right:0.2rem;margin-top:-1%;vertical-align:middle;background:url(../images/login_btn_check_not.png) center center no-repeat;background-size:100% 100%;}
.pop-box .pop-argee-box label .checkbox.on~.icon{background-image:url(../images/login_btn_check.png);}
.pop-box .pop-argee-box label a {color:#23BBF3;}
.thirdlogin {padding:0.4rem 0.8rem 0;}
.thirdlogin .thirdlogin-title {font-size:0.38rem;color:#777;border-bottom:1px solid #E7E7E7;}
.thirdlogin .thirdlogin-title span {width:3.2rem;height:0.4rem;line-height:0.4rem;background:#FFF;display:block;margin:0 auto -0.2rem;}
.thirdlogin .thirdlogin-content {margin:0 0.19rem;padding:0.5rem 0 0.3rem;text-align:center;}
.thirdlogin .thirdlogin-content .butn {display:inline-block;margin:0;padding:0;}
.thirdlogin .thirdlogin-content .butn img {width:1.28rem;height:1.28rem;margin:0 .3rem;display:block;}
.pop-login .pop-title {font-size:0.48rem;padding-top:0.44rem;}
.pop-login .tembox .pop-content {padding:0.47rem 0.4rem 0.7rem 0.6rem;text-align:left;}
.pop-login .tembox .pop-content .temporary-account {margin:0;font-size:0.42rem;color:#666;}
.pop-login .tembox .pop-content .temporary-account span:last-child{color:#333;}
.pop-login .tembox .pop-content .temporary-text {padding-top:.38rem;color:#3C95C8;font-size:0.38rem;line-height:1.5;margin:0;}
.pop-login .tembox .pop-butn-box .pop-bindbutn {cursor:pointer;width:4.94rem;height:1rem;display:block;margin:0 auto 0.8rem;background:#23BBF3;color:#FFF;font-size:0.46rem;line-height:1rem;border-radius:0.08rem;box-sizing:border-box;-webkit-box-sizing:border-box;}
.pop-login .fgnotice {color:#666;font-size:0.32rem;text-align:left;margin:0;padding:.65rem .8rem 0.78rem;line-height:1.5;}
.pop-login .fgnotice .contact_service {color:#23BBF3;}
.pop-login .fgnotice .contact_service img {width:0.24rem;height:0.38rem;margin-left:0.14rem;display:inline-block;}
.pop-pay .pop-box,.pop-partir .pop-box {background:#FFF;position:relative;display:inline-block;position:relative;word-break:break-all;border-radius:0.3rem;width:10rem;padding-bottom:0.8rem;}
.pop-pay .pop-content {}
.pop-pay .pop-content .pop-title,.pop-pay-temp .pop-title,.pop-partir .pop-title {font-size:0.46rem;color:#000;padding-top:0.4rem;}
.pop-pay .pop-content .pop-pay-info {padding-left:0.7rem;padding-top:0.49rem;}
.pop-pay .pop-content .pop-pay-info .pop-row~.pop-row {border-top:2px solid #E7E7E7;}
.pop-pay .pop-content .pop-pay-info .pop-cell {height:1.68rem;max-height:168px;}
.pop-pay .pop-content .pop-pay-info .pm{font-size:0.52rem;text-align:left;}
.pop-pay .pop-content .pop-pay-info .pv {font-size:0.46rem;text-align:right;padding-right:0.7rem;}
.pop-pay .pop-content .pop-pay-info .pv .red {color:#D0021B;}
.pop-pay .pop-content .pop-pay-info .pv i {font-style:normal;font-size:0.72rem;}
.pop-pay .pop-content .pop-pay-qrcode {padding-top:0.78rem;}
.pop-pay .pop-content .pop-pay-qrcode img{width:5.4rem;height:5.4rem;display:block;margin:0 auto;}
.pop-pay .pop-content .pop-pay-qrcode p {font-size:0.48rem;margin:0;padding-top:0.28rem;padding-bottom:0.7rem;}
.pop-pay .pop-content .pop-pay-way-title {font-size:0.4rem;color:#666;height:1rem;line-height:1rem;background:#EDEDED;text-align:left;padding-left:0.7rem;}
.pop-pay .pop-content .pop-pay-way-select {font-size:.3rem;color:#999;text-align:left;padding-left:0.7rem;}
.pop-pay .pop-content .pop-pay-way-select .item {border-bottom:2px solid #E7E7E7;max-height:158px;height:1.58rem;}
.pop-pay .pop-content .pop-pay-way-select .item .item1 {width:1.14rem;}
.pop-pay .pop-content .pop-pay-way-select .item .item1 .icon {width:0.74rem;height:0.74rem;display:block;}
.pop-pay .pop-content .pop-pay-way-select .item .item2 .way {font-size:0.52rem;display:block;color:#333;}
.pop-pay .pop-content .pop-pay-way-select .item .item3 {width:0.7rem;padding-right:0.7rem;text-align:right;}
.pop-pay .pop-content .pop-pay-way-select .item .item3 .icon-hook-wrap {position:relative;overflow:hidden;clear:both;}
.pop-pay .pop-content .pop-pay-way-select .item .item3 .icon-arrow-right {width:0.3rem;height:0.54rem;display:block;float:right;background:url(../images/pop_pay_more.png);}
.pop-pay .pop-content .pop-pay-way-select .item .item3 .radio {position:absolute;opacity:0;}
.pop-pay .pop-content .pop-pay-way-select .item .item3 .icon-hook {width:0.56rem;height:0.44rem;display:block;float:right;background-repeat:no-repeat;background-position:center center;background-size:100% 100%;}
.pop-pay .pop-content .pop-pay-way-select .item .item3 .radio.on~.icon-hook {background-image:url(../images/pop_pay_choose.png);}
.pop-pay .pop-butn-box {padding-top:0.78rem;}
.pop-pay .pop-butn-box .pop-butn,.pop-pay-temp .pop-butn-box .pop-butn {font-size:0.6rem;color:#FFF;background:#23BBF3;width:6.2rem;height:1.4rem;line-height:1.4rem;text-align:center;display:block;border-radius:0.08rem;border:none;margin:0 auto;}
.pop-pay-temp .pop-box {padding-bottom:0.8rem;}
.pop-pay-temp .pop-pay-info {font-size:0.42rem;padding:0.5rem 0.5rem;text-align:left;}
.pop-pay-temp .pop-pay-info .pm {color:#666;}
.pop-pay-temp .pop-pay-notice {padding:0 0.5rem 0.5rem;font-size:0.42rem;color:#23BBF3;text-align:left;}
.pop-partir .pop-box {padding-bottom:0;}
.pop-partir .partir-qrcode {font-size:0.38rem;color:#666;padding-top:0.18rem;}
.pop-partir .partir-qrcode img{width:3rem;height:3rem;}
.pop-partir .partir-qrcode p {margin:0;padding-top:0rem;}
.pop-partir .partir-recommend {padding:0.36rem 0.8rem 0.36rem;font-size:0.38rem;color:#333;}
.pop-partir .partir-recommend ul {margin:0 -0.58rem;}
.pop-partir .partir-recommend li {width:25%;float:left;}
.pop-partir .partir-recommend a img {width:1.5rem;height:1.5rem;display:inline-block;}
.pop-partir .partir-recommend p {margin:0;padding-top:0.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pop-partir .pop-butn-box {border-top:1px solid #D6D6DA;max-height:138px;height:1.38rem;line-height:1.38rem;}
.pop-partir .pop-butn-box .pop-butn {font-size:0.52rem;color:#999;display:block;float:left;width:50%;text-align:center;}
.pop-partir .pop-butn-box .pop-butn.collection {color:#23BBF3;margin-left:-2px;border-left:2px solid #D6D6DA;}
.pop-bookmark .pop-cell {vertical-align: bottom;}
.pop-bookmark .pop-box{position:relative;display:inline-block;position:relative;word-break:break-all;width:5rem;margin-bottom:2.5rem;}
.pop-bookmark .pop-content .bookmark-icon{width:100%;}
.pop-bookmark .pop-close3 {top:-1.37rem;}
.pop-weixin .pop-box {position:relative;display:inline-block;word-break:break-all;width:11rem;border-radius:0.3rem;background:#FFF;}
.pop-weixin .pop-box .pop-title {font-size:0.46rem;padding-top:0.3rem;}
.pop-weixin .pop-box .order-box {font-size:0.38rem;text-align:left;padding:0.3rem 0;}
.pop-weixin .pop-box .order-box .order-table {display:table;width:100%;}
.pop-weixin .pop-box .order-box .order-cell {display:table-cell;line-height:1.8;}
.pop-weixin .pop-box .order-box .oc1 {width:2.5rem;padding-left:0.4rem;}
.pop-weixin .pop-box .winxin-qrcode {}
.pop-weixin .pop-box .winxin-qrcode img {width:90%;margin:.2rem auto;}
.pop-weixin .pop-box .winxin-notice img {width:90%;margin: 0 auto;}
.pop-weixin .pop-box .pop-butn-box {padding:0.4rem 0 0.4rem;}
.pop-weixin .pop-box .pop-butn-box .pop-butn {border:none;color:#FFF;background:#23BBF3;border-radius:0.08rem;font-size:0.5rem;padding:0.2rem 0.8rem;display:block;margin:0 auto;}
.pop-area { display: none;
position: absolute;
z-index: 1999;
top: 0;
left: 0;
right: 0;
text-align: center;
width: 100%;
height: 100%;}
.pop-area .pop-box {
background: #FFF;
position: relative;
display: inline-block;
position: relative;
word-break: break-all;
border-radius: 0.3rem;
width:94%;margin-top:-14%;
}
.pop-area .pop-content {
text-align: center;
margin: 0 auto;padding:0.6rem 0 0.5rem;
}
.pop-area .pop-content .pop-select{
display: inline-block;
width: 30%;
vertical-align: middle;
height: 0.9rem;
padding: 0.05rem 0.08rem;
font-size: .36rem;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 0.08rem;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
margin:0 0.05rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;
}
.pop-area .pop-butn-box {border-top:1px solid #E7E7E7;clear:both;overflow:hidden;text-align:center;}
.pop-area .pop-butn-box .pop-butn {cursor:pointer;font-size:0.48rem;padding:0.1rem 0.5rem;border-radius:0.08rem;}
.pop-area .pop-butn-box .pop-comfirm{background:#23BBF3;color:#FFF;width:2rem;vertical-align:middle;}
|
Public/Media/css/common.css
|
html{overflow:auto;overflow-x:hidden;line-height:1.4;color:#333;font-size:231%;font-family:Helvetica Neue,'苹方',Roboto,Noto,Microsoft YaHei,'微软雅黑',Tahoma,Verdana,Arial,'宋体',sans-serif;}
img{border:none;vertical-align:middle;}
ol,ul{margin:0;padding:0;list-style:none;color:inherit;}
a{color:inherit;text-decoration:none;}
body{overflow:auto;font-size:inherit;margin:0;background:#EDEDED;-webkit-touch-callout:none;-webkit-text-size-adjust:none;-webkit-user-select:none;-webkit-highlight:none;-webkit-tap-highlight-color:transparent;}
.clearfix,.pop-clear{zoom:1;}
.clearfix:after,.pop-clear:after{clear:both;display:block;overflow:hidden;height:0;content:"";font-size:0;}
.inner{position:relative;margin:0 auto;max-width:1242px;width:100%;}
.hidden{display:none!important;}
button,input,select,textarea{outline:0;font-size:inherit;font-family:inherit;}
.table {display:table;width:100%;height:100%;border:0;border-spacing:0;border-collapse:collapse;}
.table-row {display:table-row;}
.table-cell,.tcell {display:table-cell;position:relative;vertical-align:middle;}
.tab-panel {display:none;}
.tab-panel.active {display:block;}
.circle{position:absolute;display:inline-block;width:0.22rem;height:0.22rem;max-width:22px;max-height:22px;border-radius:100%;background:#ff3228;}
.font {position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;text-align:center;}
/* head */
.header{position:absolute;top:0;left:0;z-index:99;width:100%;height:1.32rem;max-height:132px;background:#18b1ea;color:#fff;}
.header .caption,.header .wrap{position:relative;height:100%;}
.header .caption{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:.46rem;}
.header .hbtn{position:absolute;top:0;height:100%;}
.header .left{left:0;}
.header .right{right:0;}
.occupy{height:1.32rem;max-height:132px;}
.header.hidden~.occupy{display:none;}
/* empty */
.empty {padding-top:3rem;background:#FFF;padding-bottom:1px;}
.empty .empty-icon {width:4.34rem;height:2.592rem;display:block;margin:0 auto;}
.empty .empty-text {font-size:0.44rem;color:#999;text-align:center;margin:0.3rem 0 ;}
.empty.swiper-categroy {padding-top:1.5rem;}
.empty.swiper-categroy .empty-icon {width:5rem;height:2.98rem;}
/* error */
.error-text {color:#FF5B53;font-size:0.48rem;position:absolute;padding-left:0.7rem;}
.error-text:before {content:'';position:absolute;top:15%;left:0;display:block;width:0.48rem;height:0.48rem;background:url(../images/my_real_not_error.png) center center no-repeat;background-size:100% 100%;}
/* loading */
.eloading{position:relative;padding:.2rem 0;width:100%;height:.4rem;text-align:center;font-size:.48rem;}
.eloading .icon{display:inline-block;margin-top:-.5%;margin-right:.1rem;width:.4rem;height:.4rem;border:.04rem solid #666;border-radius:50%;vertical-align:middle;border-top-color:transparent;-webkit-animation:load .75s linear infinite;animation:load .75s linear infinite;}
@-webkit-keyframes load{0%{-webkit-transform:rotate(0);}
50%{-webkit-transform:rotate(180deg);}
to{-webkit-transform:rotate(360deg);}
}
@keyframes load{0%{-webkit-transform:rotate(0);}
50%{-webkit-transform:rotate(180deg);}
to{-webkit-transform:rotate(360deg);}
}
/* foot */
.footer,.space,.start-game-position,.start-exchange-position{width:100%;height:1.46rem;max-height:146px;}
.footer{position:absolute;bottom:0;z-index:1000;border-top:2px solid #d6d1cb;background:#fff;color:#666;font-size:0.32rem;}
.footer .wrap{height:100%;}
.footer .nav{position:relative;height:100%;}
.footer .nav .item{height:100%;text-align:center;}
.footer .nav .item .icon{display:block;position:relative;margin:3% auto 2%;width:0.92rem;height:0.76rem;max-width:90px;background-size:100% 100%;background-repeat:no-repeat;}
.footer .nav .item .icon-home{background-image:url(../images/nav_home_not.png);}
.footer .nav .item .icon-game{background-image:url(../images/nav_game_not.png);}
.footer .nav .item .icon-gift{background-image:url(../images/nav_gift_not.png);}
.footer .nav .item .icon-mall{background-image:url(../images/nav_mall_not.png);}
.footer .nav .item .icon-user{background-image:url(../images/nav_user_not.png);}
.footer .nav .item.active .icon-home{background-image:url(../images/nav_home_selected.png);}
.footer .nav .item.active .icon-game{background-image:url(../images/nav_game_selected.png);}
.footer .nav .item.active .icon-gift{background-image:url(../images/nav_gift_selected.png);}
.footer .nav .item.active .icon-mall{background-image:url(../images/nav_mall_selected.png);}
.footer .nav .item.active .icon-user{background-image:url(../images/nav_user_selected.png);}
.footer .nav .item.active{color:#23bbf3;}
.footer .nav .item .icon .circle{top:-.1rem;right:0;}
.footer .nav .item .icon-home .circle {right:.14rem;}
.footer .nav .item .icon-user .circle {right:.14rem;}
/* pop */
.pop-window {width:100vw;height:100vh;left:0;top:0;}
.pop-close {display:block;width:0.3rem;height:0.3rem;position:absolute;right:0.4rem;top:.4rem;background:url(../images/pop_close.png) center center no-repeat;background-size:100% 100%;}
.pop-table {display:table;width:100%;height:100%;border:0;border-spacing:0;border-collapse:collapse;}
.pop-row {display:table-row;}
.pop-cell {display:table-cell;position:relative;vertical-align:middle;}
.pop-close2,.pop-close3 {display:block;position:absolute;}
.pop-close2 span {display:block;width:0.5rem;height:0.5rem;background:url(../images/pop_close.png) center center no-repeat;background-size:100% 100%;}
.pop-arrow-left {position:absolute;display:block;width:0.3rem;height:0.54rem;top:0.38rem;left:0.4rem;background:url(../images/login_pop_btn_return.png) center center no-repeat;background-size:100% 100%;}
.pop-arrow-left2 {position:absolute;display:block;width:0.3rem;height:0.54rem;top:0.6rem;left:0.7rem;background:url(../images/pop_pay_return.png) center center no-repeat;background-size:100% 100%;}
.pop-close3 {width:1rem;height: 1rem;display: block;right:0.1rem;top:0;background: url(../images/tip_close.png) center center no-repeat;background-size:100% 100%; }
.pop-message,.pop-cue,.pop-notice,.pop-hint,.pop-share,.pop-prompt,.pop-prompt2,.pop-form,.pop-bind,.pop-login,.pop-pay,.pop-pay-temp,.pop-partir,.pop-bookmark,.pop-weixin {display:none;position:absolute;z-index:1999;top:0;left:0;right:0;text-align:center;width:100%;height:100%;}
.pop-message .pop-box {background:rgba(0,0,0,.84);position:relative;color:#FFF;display:inline-block;position:relative;word-break:break-all;border-radius:0.2rem;width:3rem;height:3rem;}
.pop-message .pop-box .pop-image {width:1.4rem;height:1rem;margin-top:.72rem;}
.pop-message .pop-box .pop-text {margin:0.36rem 0 0;font-size:0.42rem;color:#FFF;}
.pop-notice,.pop-cue,.pop-hint,.pop-share,.pop-prompt,.pop-prompt2,.pop-form,.pop-bind,.pop-login,.pop-pay,.pop-pay-temp,.pop-partir,.pop-bookmark,.pop-weixin {background:rgba(0,0,0,.7);}
.pop-notice .pop-box {background:#FFF;position:relative;display:inline-block;position:relative;word-break:break-all;border-radius:0.4rem;width:10.06rem;padding-bottom:0.8rem;width:8.8rem;border-radius:0.3rem;}
.pop-notice .pop-content,.pop-hint .pop-content {text-align:center;margin:0 auto;}
.pop-notice .pop-content .pop-image {width:3rem;height:3rem;}
.pop-notice .pop-content .pop-title {font-size:0.48rem;margin:-0.03rem 0 0;line-height:1;}
.pop-notice .pop-content .pop-text {font-size:0.38rem;color:#666;margin:0.15rem 0 0;}
.pop-notice .pop-content .pop-btn,
.pop-notice .pop-content .pop-btn2 {display:inline-block;width:6.2rem;height:1rem;margin-top:0.52rem;line-height:1rem;border-radius:0.08rem;box-sizing:border-box;-webkit-box-sizing:border-box;}
.pop-notice .pop-content .pop-btn {font-size:0.48rem;color:#FFF;background:#23BBF3;}
.pop-notice .pop-content .pop-btn2 {font-size:0.48rem;color:#23BBF3;border:1px solid #23BBF3;}
.pop-notice2 .pop-box {padding-bottom:0;}
.pop-notice2 .pop-content {padding-bottom:0.5rem;}
.pop-hint {}
.pop-hint .pop-box {background:#FFF;position:relative;display:inline-block;word-break:break-all;border-radius:0.3rem;width:7.8rem;padding-bottom:0.6rem;}
.pop-hint .pop-content .pop-image{width:3rem;height:3rem;}
.pop-hint .pop-content .pop-title{font-size:0.48rem;margin:-0.2rem 0 0;}
.pop-hint .pop-content .pop-code {font-size:0.42rem;margin-top:0.14rem;}
.pop-hint .pop-content .pop-mark {text-align:right;}
.pop-hint .pop-content .pop-input {text-align:center;}
.pop-hint .pop-content .pop-input input{width:80%;}
.pop-hint .pop-content .pop-code .pop-txt {border:none;color:#23BBF3;text-align:center;}
.pop-hint .pop-content .pop-text {font-size:0.38rem;color:#999;margin:0.15rem 0 0;}
.pop-hint .pop-content .pop-btn {display:inline-block;width:6.2rem;height:1rem;margin-top:0.46rem;line-height:1rem;font-size:0.46rem;color:#FFF;background:#23BBF3;border-radius:0.08rem;}
.pop-hint2 .pop-content {padding-top: .5rem;}
.pop-share .pop-cell {vertical-align:bottom;}
.pop-share .pop-box {width:100%;max-height:560px;}
.pop-share .pop-content {}
.pop-share .sharebutnbox {background:#FFF;overflow:hidden;clear:both;padding:.5rem 0.31rem;}
.pop-share .sharebutnbox .icon {font-size:0.4rem;text-align:center;float:left;width:20%;}
.pop-share .sharebutnbox .icon i{width:1.28rem;height:1.28rem;display:block;margin:0 auto;background-repeat:no-repeat;background-position:center center;background-size:100% 100%;}
.pop-share .sharebutnbox .weixin i {background-image:url(../images/pop_share_weixin.png);}
.pop-share .sharebutnbox .pengyou i {background-image:url(../images/pop_share_pengyouquan.png);}
.pop-share .sharebutnbox .qq i {background-image:url(../images/pop_share_qq.png);}
.pop-share .sharebutnbox .qzone i {background-image:url(../images/pop_share_zone.png);}
.pop-share .sharebutnbox .weibo i {background-image:url(../images/pop_share_sina.png);}
.pop-share .sharebutnbox .icon span {display:block;padding-top:0.24rem;}
.pop-share .pop-butn {font-size:0.46rem;color:#23BBF3;height:1.28rem;max-height:128px;line-height:1.28rem;background:#EDEDED;}
.pop-prompt .pop-box,.pop-cue .pop-box,.pop-pay-temp .pop-box {background:#FFF;position:relative;display:inline-block;position:relative;word-break:break-all;border-radius:0.3rem;width:8.8rem;}
.pop-prompt2 .pop-box {background:#FFF;position:relative;display:inline-block;position:relative;word-break:break-all;border-radius:0.3rem;width:8.8rem;}
.pop-prompt .pop-content,.pop-cue .pop-content,
.pop-prompt2 .pop-content{padding:0.6rem;}
.pop-prompt .pop-content i,
.pop-prompt2 .pop-content i {font-style:normal;}
.pop-prompt .pop-content .pop-title,.pop-cue .pop-content .pop-title,
.pop-prompt2 .pop-content .pop-title {font-size:0.48rem;padding-top:0.1rem;}
.pop-prompt .pop-content .pop-text,.pop-cue .pop-content .pop-text{font-size:0.38rem;padding-top:0.15rem;color:#999;}
.pop-prompt2 .pop-content .pop-text {font-size:0.4rem;color:#999;}
.pop-prompt .pop-content .pop-text.error,
.pop-prompt2 .pop-content .pop-text.error {color:#666;}
.pop-prompt2 .pop-content .pop-text .em {font-size:.6rem;color:#23BBF3;}
.pop-prompt2 .pop-content .pop-text2 {font-size:0.4rem;color:#666;}
.pop-prompt .pop-butn-box,.pop-notice .pop-butn-box2 {border-top:1px solid #E7E7E7;clear:both;overflow:hidden;}
.pop-prompt .pop-butn-box .pop-butn {cursor:pointer;font-size:0.48rem;display:block;float:left;width:49.5%;height:1.2rem;line-height:1.2rem;}
.pop-prompt .pop-butn-box .pop-butn2,.pop-notice .pop-butn-box2 .pop-butn2 {cursor:pointer;font-size:0.48rem;display:block;height:1.2rem;line-height:1.2rem;}
.pop-prompt .pop-butn-box .pop-default{color:#999;}
.pop-prompt .pop-butn-box .pop-comfirm{color:#23BBF3;border-left:1px solid #E7E7E7;margin-left:-1px;}
.pop-prompt .pop-butn-box .pop-comfirm2 ,.pop-notice .pop-butn-box2 .pop-butn2{color:#23BBF3;}
.pop-prompt2 .pop-butn-box {padding:0 1.93rem 0.72rem;}
.pop-prompt2 .pop-butn-box .pop-butn {cursor:pointer;display:block;width:100%;height:1rem;max-height:100px;line-height:1rem;font-size:0.46rem;color:#FFF;background:#23BBF3;border-radius:0.08rem;}
.pop-prompt .pop-content .pop-cell {font-size:0.5rem;text-align:left;}
.pop-prompt .pop-content .pop-cell:first-child {text-align:right;color:#666;}
.pop-prompt3 .pop-text {text-align:left;}
.pop-prompt3 .pop-text-voic {text-align:left;padding-top:0.15rem;color:#999;font-size:0.34rem;}
.pop-form .pop-table>.pop-cell {vertical-align:bottom;}
.pop-form .pop-box {background:#FFF;position:relative;display:inline-block;position:relative;word-break:break-all;width:100%;}
.pop-form .pop-content {padding:0.55rem 0.4rem 0;}
.pop-form .pop-title {font-size:0.48rem;color:#333;}
.pop-form .pop-table-wrap {padding-top:0.37rem;}
.pop-form .pop-table-wrap .pop-table {height:auto;text-align:left;}
.pop-form .pop-table-wrap .pop-table .pop-cell:last-child{text-align:right;width:90%;max-width: 862px;}
.pop-form .pop-table-wrap .pop-table .pop-cell {position:relative;height:1.52rem;max-height:152px;font-size:0.42rem;}
.pop-form .pop-table-wrap .pop-table .pop-cell p{margin:0;}
.pop-form .pop-table-wrap .pop-table .pop-cell:first-child {width:3.5rem;white-space: nowrap;}
.pop-form .pop-table-wrap .pop-table .pop-row~.pop-row {border-top:1px solid rgba(231,231,231,.5);}
.pop-form .pop-table-wrap .pop-table .paddress,.pop-form .pop-table-wrap .pop-table .username {font-size:0.42rem;width:88%;}
.pop-form .pop-table-wrap .pop-table .paddress {text-align: left;float: right; }
.pop-form .pop-table-wrap .pop-table .paddress span {display:block;text-overflow:ellipsis;overflow:hidden;}
.pop-form .pop-table-wrap .pop-table .pop-cell .icon-right {position:absolute;top:34.3%;right:0.2rem;width:0.3rem;height:0.54rem;display:block;}
.pop-form .pop-butn-box {padding-top:0.01rem;}
.pop-form .pop-butn-box .butn {cursor:pointer;width:100%;-webkit-appearance:none;border:none;border-radius:0;font-size:0.46rem;color:#FFF;height:1.28rem;line-height:1.28rem;background:#23BBF3;border:none;margin:0;padding:0;}
.pop-bind .pop-box {position:relative;display:inline-block;position:relative;word-break:break-all;width:9rem;}
.pop-bind .pop-box .pop-content {position:relative;display:block;z-index:0;padding-top:1rem;}
.pop-bind .pop-box .pop-content {z-index:0;}
.pop-bind .pop-box .pop-content img {width:100%;}
.pop-bind .pop-box .pop-content .text {font-size:0.42rem;color:#FFFEFE;display:block;width:100%;position:absolute;bottom:2.1rem;left:0;right:0;}
.pop-bind .pop-box .bindbutn{position:absolute;right:0;bottom:.56rem;left:0;z-index:0;display:block;margin:0 auto;width:3.4rem;height:1rem;border-radius:.08rem;background:#ffd55c;color:#f5443a;text-align:center;font-size:.48rem;line-height:1rem;}
.pop-bind .pop-close2 {z-index:5;top:0rem;right:0.36rem;width:.8rem;height:.8rem;background:url(../images/pop_binding_close.png);background-size:100% 100%;}
.pop-login .pop-box {background:#FFF;position:relative;display:inline-block;word-break:break-all;width:8.8rem;border-radius:0.38rem;}
.pop-box .pop-tab {padding-top:0.5rem;font-size:0.48rem;color:#999;margin:0 0.8rem;border-bottom:1px solid #E7E7E7;}
.pop-box .pop-tab li {width:50%;float:left;padding:0.2rem 0;text-align:center;margin-bottom:-1px;border-bottom:1px solid transparent;}
.pop-box .pop-tab li.active{border-bottom-color:#23BBF3;}
.pop-box .fgbox .pop-tab li,.pop-box .fgbox2 .pop-tab li {float:none;margin-left:auto;margin-right:auto;}
.pop-box .pan-item {display:none;}
.pop-login .pop-box .pop-pan{min-height:3rem;}
.pop-box .pan-item:first-child {display:block;}
.pop-login .pop-box .lrbox {height:9.4rem;}
.pop-login .pop-box .pop-content {padding:0.1rem 0.8rem 0.6rem;position:relative;}
.pop-login .pop-box .pop-content .pop-row {border-bottom:1px solid #E7E7E7;}
.pop-login .pop-box .pop-content .pop-cell {height:1.18rem;max-height:118px;}
.pop-login .pop-box .pop-content .pop-cell:first-child {width:.7rem;text-align:left;}
.pop-login .pop-box .pop-content .pop-cell .icon {width:0.44rem;height:0.52rem;margin-left:0.01rem;display:block;}
.pop-login .pop-box .pop-content .pop-input {margin-right:1.3rem;font-size:0.42rem;}
.pop-login .pop-box .pop-content .pop-input .txt {width:100%;border:none;font-size:0.4rem;padding:0;margin:0;-webkit-appearance:none;}
.pop-login .pop-box .pop-content .pop-input .txt::-webkit-input-placeholder {color:#BBB;font-size:0.4rem;}
.pop-login .pop-box .pop-content .pop-input .txt::-ms-input-placeholder {color:#BBB;font-size:0.4rem;}
.pop-login .pop-box .pop-content .pop-input .txt:-moz-placeholder {color:#BBB;font-size:0.4rem;}
.pop-login .pop-box .pop-content .pop-input .txt::-moz-placeholder {color:#BBB;font-size:0.4rem;}
.pop-login .pop-box .pop-content .pop-input .txt.pwd {font-size:0.48rem;color:#000;}
.pop-login .pop-box .pop-content .pop-iconbox {position:absolute;top:0;right:0;height:100%;}
.pop-login .pop-box .pop-content .pop-iconbox .icon {display:inline-block;cursor:pointer;vertical-align: middle;background-position: center center;background-repeat: no-repeat;background-size: 100% 100%;}
.pop-login .pop-box .pop-content .pop-iconbox .icon-del{opacity:0;visibility:hidden;transition:.5s;width:0.5rem;height:0.5rem;margin-top:-30%;vertical-align:middle;background-image:url(../images/login_btn_delete.png);}
.pop-login .pop-box .pop-content .pop-iconbox .icon-del.on{opacity:1;visibility:visible;}
.pop-login .pop-box .pop-content .pop-iconbox .icon-eye {width:0.57rem;height:0.4rem;margin-top:-22%;margin-left:0.1rem;background-image:url(../images/login_pop_btn_invisible.png);}
.pop-login .pop-box .pop-content .pop-iconbox .icon-eye.on {background-image: url(../images/login_btn_visible.png);}
.pop-login .pop-box .pop-content .pop-error {display:none;font-size:0.38rem;color:#FF3228;text-align:left;position:absolute;bottom:0.05rem;left:0.8rem;}
.pop-login .pop-box .pop-content .pop-error:before{content:'';display:inline-block;width:0.4rem;height:0.4rem;background:url(../images/login_error.png) center center no-repeat;background-size:100% 100%;margin-right:0.2rem;vertical-align:middle;margin-top:-1.77%;}
.pop-login .pop-content .verification {overflow:hidden;}
.pop-login .pop-content .verification .pop-input{margin-right:3rem;}
.pop-login .pop-content .verification .pop-iconbox {width:2.9rem;overflow:hidden;display:block;height:auto;}
.pop-login .pop-content .verification .pop-iconbox .pop-code{display:block;float:right;margin-top:0.06rem;width:2.4rem;height:1rem;text-align:center;line-height:1rem;font-size:0.4rem;box-sizing:border-box;-webkit-box-sizing:border-box;}
.pop-login .pop-content .verification .pop-iconbox .pop-code.smcode {border-radius:0.08rem;border:1px solid #23BBF3;background:#23BBF3;color:#FFF;}
.pop-login .pop-content .verification .pop-iconbox .pop-code.smcode.disabled {color:#999;background:transparent;}
.pop-login .pop-content .verification .pop-iconbox .pop-code span {color:#23BBF3;}
.pop-login .pop-content .verification .pop-iconbox .pop-code.pcode {display:none;}
.pop-login .pop-content .verification .pop-iconbox .pop-code.pcode img{width:100%;height:100%;display:block;}
.pop-login .pop-box .pop-butn-box {padding:0 0.8rem;}
.pop-login .pop-box .pop-butn-box .butn {cursor:pointer;display:block;cursor:pointer;border:none;padding:0;margin:0;-webkit-appearance:none;width:100%;height:1rem;line-height:1rem;background:#23BBF3;color:#FFF;font-size:0.46rem;border-radius:0.08rem;border:none;box-sizing:border-box;-webkit-box-sizing:border-box;}
.pop-box .pop-link-box {padding:0.17rem 0.8rem 0;font-size:0.4rem;color:#666;}
.pop-box .pop-link-box span {display:block;width:50%;float:left;text-align:left;}
.pop-box .pop-link-box .temporary {text-align:right;color:#23BBF3;}
.pop-box .pop-link-box .temporary .icon-right-pic{display:inline-block;margin-top:-1%;width:0.24rem;height:0.38rem;margin-left:0.14rem;}
.pop-box .pop-argee-box {font-size:0.36rem;color:#999;padding:0.24rem 0.8rem 0.56rem;}
.pop-box .pop-argee-box label {position:relative;display:block;text-align:left;cursor:pointer;}
.pop-box .pop-argee-box label .checkbox {position:absolute;z-index:2;opacity:0;}
.pop-box .pop-argee-box label .icon {width:0.44rem;height:0.44rem;display:inline-block;margin-right:0.2rem;margin-top:-1%;vertical-align:middle;background:url(../images/login_btn_check_not.png) center center no-repeat;background-size:100% 100%;}
.pop-box .pop-argee-box label .checkbox.on~.icon{background-image:url(../images/login_btn_check.png);}
.pop-box .pop-argee-box label a {color:#23BBF3;}
.thirdlogin {padding:0.4rem 0.8rem 0;}
.thirdlogin .thirdlogin-title {font-size:0.38rem;color:#777;border-bottom:1px solid #E7E7E7;}
.thirdlogin .thirdlogin-title span {width:3.2rem;height:0.4rem;line-height:0.4rem;background:#FFF;display:block;margin:0 auto -0.2rem;}
.thirdlogin .thirdlogin-content {margin:0 0.19rem;padding:0.5rem 0 0.3rem;text-align:center;}
.thirdlogin .thirdlogin-content .butn {display:inline-block;margin:0;padding:0;}
.thirdlogin .thirdlogin-content .butn img {width:1.28rem;height:1.28rem;margin:0 .3rem;display:block;}
.pop-login .pop-title {font-size:0.48rem;padding-top:0.44rem;}
.pop-login .tembox .pop-content {padding:0.47rem 0.4rem 0.7rem 0.6rem;text-align:left;}
.pop-login .tembox .pop-content .temporary-account {margin:0;font-size:0.42rem;color:#666;}
.pop-login .tembox .pop-content .temporary-account span:last-child{color:#333;}
.pop-login .tembox .pop-content .temporary-text {padding-top:.38rem;color:#3C95C8;font-size:0.38rem;line-height:1.5;margin:0;}
.pop-login .tembox .pop-butn-box .pop-bindbutn {cursor:pointer;width:4.94rem;height:1rem;display:block;margin:0 auto 0.8rem;background:#23BBF3;color:#FFF;font-size:0.46rem;line-height:1rem;border-radius:0.08rem;box-sizing:border-box;-webkit-box-sizing:border-box;}
.pop-login .fgnotice {color:#666;font-size:0.32rem;text-align:left;margin:0;padding:.65rem .8rem 0.78rem;line-height:1.5;}
.pop-login .fgnotice .contact_service {color:#23BBF3;}
.pop-login .fgnotice .contact_service img {width:0.24rem;height:0.38rem;margin-left:0.14rem;display:inline-block;}
.pop-pay .pop-box,.pop-partir .pop-box {background:#FFF;position:relative;display:inline-block;position:relative;word-break:break-all;border-radius:0.3rem;width:10rem;padding-bottom:0.8rem;}
.pop-pay .pop-content {}
.pop-pay .pop-content .pop-title,.pop-pay-temp .pop-title,.pop-partir .pop-title {font-size:0.46rem;color:#000;padding-top:0.4rem;}
.pop-pay .pop-content .pop-pay-info {padding-left:0.7rem;padding-top:0.49rem;}
.pop-pay .pop-content .pop-pay-info .pop-row~.pop-row {border-top:2px solid #E7E7E7;}
.pop-pay .pop-content .pop-pay-info .pop-cell {height:1.68rem;max-height:168px;}
.pop-pay .pop-content .pop-pay-info .pm{font-size:0.52rem;text-align:left;}
.pop-pay .pop-content .pop-pay-info .pv {font-size:0.46rem;text-align:right;padding-right:0.7rem;}
.pop-pay .pop-content .pop-pay-info .pv .red {color:#D0021B;}
.pop-pay .pop-content .pop-pay-info .pv i {font-style:normal;font-size:0.72rem;}
.pop-pay .pop-content .pop-pay-qrcode {padding-top:0.78rem;}
.pop-pay .pop-content .pop-pay-qrcode img{width:5.4rem;height:5.4rem;display:block;margin:0 auto;}
.pop-pay .pop-content .pop-pay-qrcode p {font-size:0.48rem;margin:0;padding-top:0.28rem;padding-bottom:0.7rem;}
.pop-pay .pop-content .pop-pay-way-title {font-size:0.4rem;color:#666;height:1rem;line-height:1rem;background:#EDEDED;text-align:left;padding-left:0.7rem;}
.pop-pay .pop-content .pop-pay-way-select {font-size:.3rem;color:#999;text-align:left;padding-left:0.7rem;}
.pop-pay .pop-content .pop-pay-way-select .item {border-bottom:2px solid #E7E7E7;max-height:158px;height:1.58rem;}
.pop-pay .pop-content .pop-pay-way-select .item .item1 {width:1.14rem;}
.pop-pay .pop-content .pop-pay-way-select .item .item1 .icon {width:0.74rem;height:0.74rem;display:block;}
.pop-pay .pop-content .pop-pay-way-select .item .item2 .way {font-size:0.52rem;display:block;color:#333;}
.pop-pay .pop-content .pop-pay-way-select .item .item3 {width:0.7rem;padding-right:0.7rem;text-align:right;}
.pop-pay .pop-content .pop-pay-way-select .item .item3 .icon-hook-wrap {position:relative;overflow:hidden;clear:both;}
.pop-pay .pop-content .pop-pay-way-select .item .item3 .icon-arrow-right {width:0.3rem;height:0.54rem;display:block;float:right;background:url(../images/pop_pay_more.png);}
.pop-pay .pop-content .pop-pay-way-select .item .item3 .radio {position:absolute;opacity:0;}
.pop-pay .pop-content .pop-pay-way-select .item .item3 .icon-hook {width:0.56rem;height:0.44rem;display:block;float:right;background-repeat:no-repeat;background-position:center center;background-size:100% 100%;}
.pop-pay .pop-content .pop-pay-way-select .item .item3 .radio.on~.icon-hook {background-image:url(../images/pop_pay_choose.png);}
.pop-pay .pop-butn-box {padding-top:0.78rem;}
.pop-pay .pop-butn-box .pop-butn,.pop-pay-temp .pop-butn-box .pop-butn {font-size:0.6rem;color:#FFF;background:#23BBF3;width:6.2rem;height:1.4rem;line-height:1.4rem;text-align:center;display:block;border-radius:0.08rem;border:none;margin:0 auto;}
.pop-pay-temp .pop-box {padding-bottom:0.8rem;}
.pop-pay-temp .pop-pay-info {font-size:0.42rem;padding:0.5rem 0.5rem;text-align:left;}
.pop-pay-temp .pop-pay-info .pm {color:#666;}
.pop-pay-temp .pop-pay-notice {padding:0 0.5rem 0.5rem;font-size:0.42rem;color:#23BBF3;text-align:left;}
.pop-partir .pop-box {padding-bottom:0;}
.pop-partir .partir-qrcode {font-size:0.38rem;color:#666;padding-top:0.18rem;}
.pop-partir .partir-qrcode img{width:3rem;height:3rem;}
.pop-partir .partir-qrcode p {margin:0;padding-top:0rem;}
.pop-partir .partir-recommend {padding:0.36rem 0.8rem 0.36rem;font-size:0.38rem;color:#333;}
.pop-partir .partir-recommend ul {margin:0 -0.58rem;}
.pop-partir .partir-recommend li {width:25%;float:left;}
.pop-partir .partir-recommend a img {width:1.5rem;height:1.5rem;display:inline-block;}
.pop-partir .partir-recommend p {margin:0;padding-top:0.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pop-partir .pop-butn-box {border-top:1px solid #D6D6DA;max-height:138px;height:1.38rem;line-height:1.38rem;}
.pop-partir .pop-butn-box .pop-butn {font-size:0.52rem;color:#999;display:block;float:left;width:50%;text-align:center;}
.pop-partir .pop-butn-box .pop-butn.collection {color:#23BBF3;margin-left:-2px;border-left:2px solid #D6D6DA;}
.pop-bookmark .pop-cell {vertical-align: bottom;}
.pop-bookmark .pop-box{position:relative;display:inline-block;position:relative;word-break:break-all;width:5rem;margin-bottom:2.5rem;}
.pop-bookmark .pop-content .bookmark-icon{width:100%;}
.pop-bookmark .pop-close3 {top:-1.37rem;}
.pop-weixin .pop-box {position:relative;display:inline-block;word-break:break-all;width:11rem;border-radius:0.3rem;background:#FFF;}
.pop-weixin .pop-box .pop-title {font-size:0.46rem;padding-top:0.3rem;}
.pop-weixin .pop-box .order-box {font-size:0.38rem;text-align:left;padding:0.3rem 0;}
.pop-weixin .pop-box .order-box .order-table {display:table;width:100%;}
.pop-weixin .pop-box .order-box .order-cell {display:table-cell;line-height:1.8;}
.pop-weixin .pop-box .order-box .oc1 {width:2.5rem;padding-left:0.4rem;}
.pop-weixin .pop-box .winxin-qrcode {}
.pop-weixin .pop-box .winxin-qrcode img {width:90%;margin:.2rem auto;}
.pop-weixin .pop-box .winxin-notice img {width:90%;margin: 0 auto;}
.pop-weixin .pop-box .pop-butn-box {padding:0.4rem 0 0.4rem;}
.pop-weixin .pop-box .pop-butn-box .pop-butn {border:none;color:#FFF;background:#23BBF3;border-radius:0.08rem;font-size:0.5rem;padding:0.2rem 0.8rem;display:block;margin:0 auto;}
.pop-area { display: none;
position: absolute;
z-index: 1999;
top: 0;
left: 0;
right: 0;
text-align: center;
width: 100%;
height: 100%;}
.pop-area .pop-box {
background: #FFF;
position: relative;
display: inline-block;
position: relative;
word-break: break-all;
border-radius: 0.3rem;
width:94%;margin-top:-14%;
}
.pop-area .pop-content {
text-align: center;
margin: 0 auto;padding:0.6rem 0 0.5rem;
}
.pop-area .pop-content .pop-select{
display: inline-block;
width: 30%;
vertical-align: middle;
height: 0.9rem;
padding: 0.05rem 0.08rem;
font-size: .36rem;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 0.08rem;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
margin:0 0.05rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;
}
.pop-area .pop-butn-box {border-top:1px solid #E7E7E7;clear:both;overflow:hidden;text-align:center;}
.pop-area .pop-butn-box .pop-butn {cursor:pointer;font-size:0.48rem;padding:0.1rem 0.5rem;border-radius:0.08rem;}
.pop-area .pop-butn-box .pop-comfirm{background:#23BBF3;color:#FFF;width:2rem;vertical-align:middle;}
| 0.298389 | 0.037892 |
Dark Reddit Simplified
By TheLobotomizer
*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.reddit.com") {
body, body .wikipage, body .message.recipient > .entry .noncollapsed{
font-family: "Trebuchet MS" !important;
color: #ccc !important;
}
body{
padding: 0 !important;
}
body .content textarea{
background: #022 !important;
box-shadow: inset 0 0 2px 1px #000 !important;
-moz-box-shadow: inset 0 0 2px 1px #000 !important;
-webkit-box-shadow: inset 0 0 2px 1px #000 !important;
color: #ccc !important;
border-radius: 5px !important;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
border: none !important;
padding: 5px !important;
}
body .infobar{
background: #550 !important;
box-shadow: 1px 1px 2px 1px #000 !important;
-moz-box-shadow: 1px 1px 2px 1px #000 !important;
-webkit-box-shadow: 1px 1px 2px 1px #000 !important;
border: none !important;
}
body #sr-header-area, body .link .rank, body .side *{
display: none !important;
background: transparent !important;
border: none !important;
}
body .side{
position: absolute !important;
top: 36px !important;
right: 0 !important;
width: 35px !important;
height: 23px !important;
padding: 0 5px !important;
margin: 0 !important;
z-index: 10000000 !important;
overflow: hidden !important;
background: transparent !important;
float: none !important;
}
body .side sidebox, body .side .spacer, body .sidebox.submit, body .sidebox.submit .morelink, body .sidebox.submit .morelink a{
display: block !important;
}
body .sidebox.submit{
float: right !important;
margin-top: 3px !important;
overflow: hidden !important;
padding: 6px 3px !important;
width: 30px !important;
height: 5px !important;
}
body .sidebox.submit .morelink{
margin: 0 !important;
font-size: 1em !important;
font-family: Trebuchet MS, Verdana, Arial !important;
border-left: 1px solid #666 !important;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
}
body .sidebox.submit .morelink a{
color: #cc8 !important;
margin-left: 3px !important;
padding: 0 !important;
line-height: 100% !important;
}
body .side .sidebox.submit .morelink a:hover{
text-decoration: underline !important;
}
#header{
padding: 0 !important;
border-bottom: none !important;
background-color: #ccc !important;
box-shadow: inset 0 -1px 2px 1px #222 !important;
border: 1px solid #000 !important;
-moz-box-shadow: inset 0 -1px 2px 1px #222 !important;
-webkit-box-shadow: inset 0 -1px 2px 1px #222 !important;
width: 100% !important;
margin: 0 !important;
height: 60px !important;
}
body #header #header-img{
margin-top: 5px !important;
max-height: 38px !important;
margin-left: 10px !important;
box-shadow: inset 0 -1px 2px 1px #222 !important;
-moz-box-shadow: inset 0 -1px 2px 1px #222 !important;
-webkit-box-shadow: inset 0 -1px 2px 1px #222 !important;
border-radius: 10px !important;
-moz-border-radius: 10px !important;
-webkit-border-radius: 10px !important;
padding: 5px !important;
background: #cee3f8 !important;
}
body #header #header-bottom-left a{
color: #660 !important;
}
body #header #header-bottom-left a:hover{
color: #880 !important;
}
body #header #header-bottom-left .tabmenu li a{
background: #044 !important;
border-top-left-radius: 5px !important;
border-top-right-radius: 5px !important;
-webkit-border-top-left-radius: 5px !important;
-webkit-border-top-right-radius: 5px !important;
-moz-border-radius-topleft: 5px !important;
-moz-border-radius-topright: 5px !important;
border: none !important;
padding: 3px 10px 4px !important;
color: #cc8 !important;
box-shadow: inset 0 -1px 2px 1px #222 !important;
-moz-box-shadow: inset 0 -1px 1px 1px #222 !important;
-webkit-box-shadow: inset 0 -1px 2px 1px #222 !important;
}
body #header #header-bottom-left .tabmenu li a:hover{
background: #222 !important;
color: #ff4 !important;
}
body #header #header-bottom-left .tabmenu li.selected a{
background: #222 !important;
color: #ccc !important;
}
body #header #header-bottom-right{
background: #033 url(http://i.imgur.com/YdpIo.png) !important;
box-shadow: inset 0 -1px 2px 1px #111 !important;
-moz-box-shadow: inset 0 -1px 2px 1px #111 !important;
-webkit-box-shadow: inset 0 -1px 2px 1px #111 !important;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-top-left-radius: 5px !important;
-webkit-border-top-left-radius: 5px !important;
-moz-border-radius-topleft: 5px !important;
color: #ccc !important;
border: none !important;
bottom: 0 !important;
padding: 4px 43px 4px 8px !important;
overflow: visible !important;
}
body #header #header-bottom-right a{
color: #cc8 !important;
font-weight: bold !important;
}
body #header #header-bottom-right .user b {
color: #ccc !important;
}
body{
background-color: #222 !important;
color: #ccc !important;
}
body .content a:link, body .footer a:link{
color: #aa7 !important;
}
body .content a:hover, body .footer a:hover{
color: #fff !important;
}
body .content a:visited, body .footer a:visited{
color: #777 !important;
}
body .content{
border-radius: 10px !important;
-moz-border-radius: 10px !important;
-webkit-border-radius: 10px !important;
max-width: 1000px !important;
margin: 45px auto 10px !important;
box-shadow: 1px 1px 8px 2px #000 !important;
-moz-box-shadow: 1px 1px 8px 2px #000 !important;
-webkit-box-shadow: 1px 1px 8px 2px #000 !important;
background: #111 !important;
padding-bottom: 2px !important;
}
body .spacer{
margin: 0 !important;
}
body #siteTable_organic.organic-listing{
border: none !important;
}
body #siteTable_organic.organic-listing .thing{
background: transparent !important;
border-bottom: 1px solid #000 !important;
padding: 20px 10px !important;
}
body #siteTable{
background: transparent !important;
}
body #siteTable .thing.even{
padding: 6px 10px 7px !important;
background: transparent !important;
margin: 0 !important;
border-bottom: 1px solid #000 !important;
}
body .keyHighlight, body .keyHighlight div.md{
background: transparent !important;
border: none !important;
}
body .thing.link.last-clicked{
border: none !important;
background: #1c1c1c !important;
}
body .content .nextprev{
padding: 10px !important;
margin: 0 auto !important;
background: #022 !important;
border-top: 1px solid #333 !important;
border-bottom-right-radius: 10px !important;
border-bottom-left-radius: 10px !important;
-webkit-border-bottom-right-radius: 10px !important;
-webkit-border-bottom-left-radius: 10px !important;
-moz-border-radius-bottomright: 10px !important;
-moz-border-radius-bottomleft: 10px !important;
}
body .content #siteTable_organic .nextprev{
border: none !important;
background: transparent !important;
}
body .thing .thumbnail{
margin: 0 15px 0 0 !important;
width: auto !important;
padding: 5px !important;
border: none !important;
}
body .thing .thumbnail img{
box-shadow: 1px 1px 3px 2px #000 !important;
-moz-box-shadow: 1px 1px 3px 2px #000 !important;
-webkit-box-shadow: 1px 1px 3px 2px #000 !important;
border: 5px solid #222 !important;
margin: 0 !important;
padding: 0 !important;
background: #fff !important;
min-height: 30px !important;
}
body .content .score{
font-family: Verdana !important;
font-size: .8em !important;
margin: 3px auto !important;
}
body .link .midcol{
margin: 10px 5px 0 0 !important;
width: 50px !important;
}
body .link .title{
margin-top: 5px !important;
max-width: 90% !important;
font-weight: bold !important;
font-family: Calibri, 'Trebuchet MS' !important;
}
body .link .usertext .md{
background: #222 !important;
box-shadow: 1px 1px 3px 2px #000 !important;
-moz-box-shadow: 1px 1px 3px 2px #000 !important;
-webkit-box-shadow: 1px 1px 3px 2px #000 !important;
border: none !important;
}
body .thing img{
max-width: 400px !important;
}
body .thing .title img, body .commentarea .usertext-body img{
box-shadow: 1px 1px 3px 2px #000 !important;
-moz-box-shadow: 1px 1px 3px 2px #000 !important;
-webkit-box-shadow: 1px 1px 3px 2px #000 !important;
border: 5px solid #222 !important;
margin: 10px !important;
}
body .commentarea{
background: #111 !important;
margin: 0 !important;
border-bottom-left-radius: 15px !important;
border-bottom-right-radius: 15px !important;
-webkit-border-bottom-right-radius: 15px !important;
-webkit-border-bottom-left-radius: 15px !important;
-moz-border-radius-bottomright: 15px !important;
-moz-border-radius-bottomleft: 15px !important;
padding: 0 10px 20px 20px !important;
}
body .commentarea .title, body .panestack-title{
margin: 5px 0 0 !important;
}
body .commentarea .panestack-title{
border-bottom: 1px solid #181818 !important;
}
body .comment{
border-radius: 10px !important;
-moz-border-radius: 10px !important;
-webkit-border-radius: 10px !important;
padding: 8px 10px 8px 10px !important;
border: none !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
margin-left: 0 !important;
background-color:#242424 !important;
box-shadow: inset 0 0 2px 1px #111 !important;
-moz-box-shadow: inset 0 0 2px 1px #111 !important;
-webkit-box-shadow: inset 0 0 2px 1px #111 !important;
}
body .usertext.border .usertext-body{
background-color: transparent !important;
}
.comment .comment {
background-color:#1f1f1f !important;
}
.comment .comment .entry{ background-color:#1f1f1f !important;}
.comment .comment .md{ background-color:#1f1f1f !important;}
.comment .comment .comment { background-color:#242424 !important;}
.comment .comment .comment .entry{ background-color:#242424 !important;}
.comment .comment .comment .md{ background-color:#242424 !important;}
.comment .comment .comment .comment{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .entry{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .md{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .entry{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .md{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .entry{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .md{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .comment{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .entry{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .md{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .comment{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .entry{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .md{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .entry{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .md{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .entry{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .md{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .entry{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .md{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .entry{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .md{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .entry{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .md{ background-color:#242424 !important;}
body .comment .child{
border: none !important;
}
body .menuarea{
border-bottom: 1px solid #000 !important;
margin: 0 !important;
}
body .message.new > .entry,
body .message.new > .entry.unvoted .thing.comment{
background-color: #222 !important;
border: none !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
}
body .message.new > .entry.unvoted{
box-shadow: 1px 1px 3px 2px #080808 !important;
-moz-box-shadow: 1px 1px 3px 2px #080808 !important;
-webkit-box-shadow: 1px 1px 3px 2px #080808 !important;
}
.footer-parent{
padding: 0 !important;
}
.footer{
background: #022 !important;
box-shadow: inset 0 0 3px 2px #080808 !important;
-moz-box-shadow: inset 0 0 3px 2px #080808 !important;
-webkit-box-shadow: inset 0 0 3px 2px #080808 !important;
border: none !important;
padding-bottom: 10px !important;
margin: 20px auto !important;
border-radius: 10px !important;
-moz-border-radius: 10px !important;
-webkit-border-radius: 10px !important;
}
body #sr-header-area #RESShortcutsEditContainer{
right: 5px !important;
top: 2px !important;
}
body #RESShortcuts{
left: 250px !important;
width: 70% !important;
}
body #RESConsole{
color: #333 !important;
left: 20% !important;
top: 20% !important;
position: fixed !important;
}
}
|
data/usercss/44228.user.css
|
Dark Reddit Simplified
By TheLobotomizer
*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.reddit.com") {
body, body .wikipage, body .message.recipient > .entry .noncollapsed{
font-family: "Trebuchet MS" !important;
color: #ccc !important;
}
body{
padding: 0 !important;
}
body .content textarea{
background: #022 !important;
box-shadow: inset 0 0 2px 1px #000 !important;
-moz-box-shadow: inset 0 0 2px 1px #000 !important;
-webkit-box-shadow: inset 0 0 2px 1px #000 !important;
color: #ccc !important;
border-radius: 5px !important;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
border: none !important;
padding: 5px !important;
}
body .infobar{
background: #550 !important;
box-shadow: 1px 1px 2px 1px #000 !important;
-moz-box-shadow: 1px 1px 2px 1px #000 !important;
-webkit-box-shadow: 1px 1px 2px 1px #000 !important;
border: none !important;
}
body #sr-header-area, body .link .rank, body .side *{
display: none !important;
background: transparent !important;
border: none !important;
}
body .side{
position: absolute !important;
top: 36px !important;
right: 0 !important;
width: 35px !important;
height: 23px !important;
padding: 0 5px !important;
margin: 0 !important;
z-index: 10000000 !important;
overflow: hidden !important;
background: transparent !important;
float: none !important;
}
body .side sidebox, body .side .spacer, body .sidebox.submit, body .sidebox.submit .morelink, body .sidebox.submit .morelink a{
display: block !important;
}
body .sidebox.submit{
float: right !important;
margin-top: 3px !important;
overflow: hidden !important;
padding: 6px 3px !important;
width: 30px !important;
height: 5px !important;
}
body .sidebox.submit .morelink{
margin: 0 !important;
font-size: 1em !important;
font-family: Trebuchet MS, Verdana, Arial !important;
border-left: 1px solid #666 !important;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
}
body .sidebox.submit .morelink a{
color: #cc8 !important;
margin-left: 3px !important;
padding: 0 !important;
line-height: 100% !important;
}
body .side .sidebox.submit .morelink a:hover{
text-decoration: underline !important;
}
#header{
padding: 0 !important;
border-bottom: none !important;
background-color: #ccc !important;
box-shadow: inset 0 -1px 2px 1px #222 !important;
border: 1px solid #000 !important;
-moz-box-shadow: inset 0 -1px 2px 1px #222 !important;
-webkit-box-shadow: inset 0 -1px 2px 1px #222 !important;
width: 100% !important;
margin: 0 !important;
height: 60px !important;
}
body #header #header-img{
margin-top: 5px !important;
max-height: 38px !important;
margin-left: 10px !important;
box-shadow: inset 0 -1px 2px 1px #222 !important;
-moz-box-shadow: inset 0 -1px 2px 1px #222 !important;
-webkit-box-shadow: inset 0 -1px 2px 1px #222 !important;
border-radius: 10px !important;
-moz-border-radius: 10px !important;
-webkit-border-radius: 10px !important;
padding: 5px !important;
background: #cee3f8 !important;
}
body #header #header-bottom-left a{
color: #660 !important;
}
body #header #header-bottom-left a:hover{
color: #880 !important;
}
body #header #header-bottom-left .tabmenu li a{
background: #044 !important;
border-top-left-radius: 5px !important;
border-top-right-radius: 5px !important;
-webkit-border-top-left-radius: 5px !important;
-webkit-border-top-right-radius: 5px !important;
-moz-border-radius-topleft: 5px !important;
-moz-border-radius-topright: 5px !important;
border: none !important;
padding: 3px 10px 4px !important;
color: #cc8 !important;
box-shadow: inset 0 -1px 2px 1px #222 !important;
-moz-box-shadow: inset 0 -1px 1px 1px #222 !important;
-webkit-box-shadow: inset 0 -1px 2px 1px #222 !important;
}
body #header #header-bottom-left .tabmenu li a:hover{
background: #222 !important;
color: #ff4 !important;
}
body #header #header-bottom-left .tabmenu li.selected a{
background: #222 !important;
color: #ccc !important;
}
body #header #header-bottom-right{
background: #033 url(http://i.imgur.com/YdpIo.png) !important;
box-shadow: inset 0 -1px 2px 1px #111 !important;
-moz-box-shadow: inset 0 -1px 2px 1px #111 !important;
-webkit-box-shadow: inset 0 -1px 2px 1px #111 !important;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-top-left-radius: 5px !important;
-webkit-border-top-left-radius: 5px !important;
-moz-border-radius-topleft: 5px !important;
color: #ccc !important;
border: none !important;
bottom: 0 !important;
padding: 4px 43px 4px 8px !important;
overflow: visible !important;
}
body #header #header-bottom-right a{
color: #cc8 !important;
font-weight: bold !important;
}
body #header #header-bottom-right .user b {
color: #ccc !important;
}
body{
background-color: #222 !important;
color: #ccc !important;
}
body .content a:link, body .footer a:link{
color: #aa7 !important;
}
body .content a:hover, body .footer a:hover{
color: #fff !important;
}
body .content a:visited, body .footer a:visited{
color: #777 !important;
}
body .content{
border-radius: 10px !important;
-moz-border-radius: 10px !important;
-webkit-border-radius: 10px !important;
max-width: 1000px !important;
margin: 45px auto 10px !important;
box-shadow: 1px 1px 8px 2px #000 !important;
-moz-box-shadow: 1px 1px 8px 2px #000 !important;
-webkit-box-shadow: 1px 1px 8px 2px #000 !important;
background: #111 !important;
padding-bottom: 2px !important;
}
body .spacer{
margin: 0 !important;
}
body #siteTable_organic.organic-listing{
border: none !important;
}
body #siteTable_organic.organic-listing .thing{
background: transparent !important;
border-bottom: 1px solid #000 !important;
padding: 20px 10px !important;
}
body #siteTable{
background: transparent !important;
}
body #siteTable .thing.even{
padding: 6px 10px 7px !important;
background: transparent !important;
margin: 0 !important;
border-bottom: 1px solid #000 !important;
}
body .keyHighlight, body .keyHighlight div.md{
background: transparent !important;
border: none !important;
}
body .thing.link.last-clicked{
border: none !important;
background: #1c1c1c !important;
}
body .content .nextprev{
padding: 10px !important;
margin: 0 auto !important;
background: #022 !important;
border-top: 1px solid #333 !important;
border-bottom-right-radius: 10px !important;
border-bottom-left-radius: 10px !important;
-webkit-border-bottom-right-radius: 10px !important;
-webkit-border-bottom-left-radius: 10px !important;
-moz-border-radius-bottomright: 10px !important;
-moz-border-radius-bottomleft: 10px !important;
}
body .content #siteTable_organic .nextprev{
border: none !important;
background: transparent !important;
}
body .thing .thumbnail{
margin: 0 15px 0 0 !important;
width: auto !important;
padding: 5px !important;
border: none !important;
}
body .thing .thumbnail img{
box-shadow: 1px 1px 3px 2px #000 !important;
-moz-box-shadow: 1px 1px 3px 2px #000 !important;
-webkit-box-shadow: 1px 1px 3px 2px #000 !important;
border: 5px solid #222 !important;
margin: 0 !important;
padding: 0 !important;
background: #fff !important;
min-height: 30px !important;
}
body .content .score{
font-family: Verdana !important;
font-size: .8em !important;
margin: 3px auto !important;
}
body .link .midcol{
margin: 10px 5px 0 0 !important;
width: 50px !important;
}
body .link .title{
margin-top: 5px !important;
max-width: 90% !important;
font-weight: bold !important;
font-family: Calibri, 'Trebuchet MS' !important;
}
body .link .usertext .md{
background: #222 !important;
box-shadow: 1px 1px 3px 2px #000 !important;
-moz-box-shadow: 1px 1px 3px 2px #000 !important;
-webkit-box-shadow: 1px 1px 3px 2px #000 !important;
border: none !important;
}
body .thing img{
max-width: 400px !important;
}
body .thing .title img, body .commentarea .usertext-body img{
box-shadow: 1px 1px 3px 2px #000 !important;
-moz-box-shadow: 1px 1px 3px 2px #000 !important;
-webkit-box-shadow: 1px 1px 3px 2px #000 !important;
border: 5px solid #222 !important;
margin: 10px !important;
}
body .commentarea{
background: #111 !important;
margin: 0 !important;
border-bottom-left-radius: 15px !important;
border-bottom-right-radius: 15px !important;
-webkit-border-bottom-right-radius: 15px !important;
-webkit-border-bottom-left-radius: 15px !important;
-moz-border-radius-bottomright: 15px !important;
-moz-border-radius-bottomleft: 15px !important;
padding: 0 10px 20px 20px !important;
}
body .commentarea .title, body .panestack-title{
margin: 5px 0 0 !important;
}
body .commentarea .panestack-title{
border-bottom: 1px solid #181818 !important;
}
body .comment{
border-radius: 10px !important;
-moz-border-radius: 10px !important;
-webkit-border-radius: 10px !important;
padding: 8px 10px 8px 10px !important;
border: none !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
margin-left: 0 !important;
background-color:#242424 !important;
box-shadow: inset 0 0 2px 1px #111 !important;
-moz-box-shadow: inset 0 0 2px 1px #111 !important;
-webkit-box-shadow: inset 0 0 2px 1px #111 !important;
}
body .usertext.border .usertext-body{
background-color: transparent !important;
}
.comment .comment {
background-color:#1f1f1f !important;
}
.comment .comment .entry{ background-color:#1f1f1f !important;}
.comment .comment .md{ background-color:#1f1f1f !important;}
.comment .comment .comment { background-color:#242424 !important;}
.comment .comment .comment .entry{ background-color:#242424 !important;}
.comment .comment .comment .md{ background-color:#242424 !important;}
.comment .comment .comment .comment{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .entry{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .md{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .entry{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .md{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .entry{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .md{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .comment{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .entry{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .md{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .comment{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .entry{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .md{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .entry{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .md{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .entry{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .md{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .entry{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .md{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .entry{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .md{ background-color:#1f1f1f !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .entry{ background-color:#242424 !important;}
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .md{ background-color:#242424 !important;}
body .comment .child{
border: none !important;
}
body .menuarea{
border-bottom: 1px solid #000 !important;
margin: 0 !important;
}
body .message.new > .entry,
body .message.new > .entry.unvoted .thing.comment{
background-color: #222 !important;
border: none !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
}
body .message.new > .entry.unvoted{
box-shadow: 1px 1px 3px 2px #080808 !important;
-moz-box-shadow: 1px 1px 3px 2px #080808 !important;
-webkit-box-shadow: 1px 1px 3px 2px #080808 !important;
}
.footer-parent{
padding: 0 !important;
}
.footer{
background: #022 !important;
box-shadow: inset 0 0 3px 2px #080808 !important;
-moz-box-shadow: inset 0 0 3px 2px #080808 !important;
-webkit-box-shadow: inset 0 0 3px 2px #080808 !important;
border: none !important;
padding-bottom: 10px !important;
margin: 20px auto !important;
border-radius: 10px !important;
-moz-border-radius: 10px !important;
-webkit-border-radius: 10px !important;
}
body #sr-header-area #RESShortcutsEditContainer{
right: 5px !important;
top: 2px !important;
}
body #RESShortcuts{
left: 250px !important;
width: 70% !important;
}
body #RESConsole{
color: #333 !important;
left: 20% !important;
top: 20% !important;
position: fixed !important;
}
}
| 0.169509 | 0.05455 |
@import url('https://fonts.googleapis.com/css?family=Patrick+Hand');
* {
padding: 0;
margin: 0;
font-family: '<NAME>', cursive;
box-sizing: border-box;
font-size: 1em;
}
body {
background: #9400D3;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
top: 0;
left: 0;
position: fixed;
transition: all .5s ease-in-out;
}
.teamo {
background: #fff;
width: 80%;
max-width: 350px;
text-align: center;
padding: 1.5em;
display: block;
transition: all 900ms ease;
}
input {
background: #fff;
padding: 1em;
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px solid #ddd;
display: block;
outline: 0;
width: 100%;
}
.continue {
display: inline-block;
padding: .5em 1em;
color: #fff;
background: #f62459;
margin-top: 10px;
text-decoration: none;
border-radius: 2px;
}
@keyframes texto {
0%{
transform: scale(1.5,1.5);
}
50% {
transform: scale(1,1);
}
100%{
transform: scale(1.5,1.5);
}
}
.zoom {
animation: texto 900ms infinite ease;
transition: all 900ms ease;
}
@keyframes zoominus {
from {
transform: scale(1.5,1.5);
}
to {
transform: scale(1,1);
}
}
.zoominus {
animation: zoominus 1500ms 1 ease;
}
.load {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: #9400D3 ;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
}
.cargando {
padding: .5em;
animation: carga 900ms infinite ease;
text-align: center;
}
.cargando img {
width: 12px;
}
.fadeout {
animation: fadeout 1s 1 ease;
}
.play {
background: #f62459;
color: #fff;
}
@keyframes carga {
0% {
transform: scale(1.5,1.5);
}
50% {
transform: scale(2,2)
}
100% {
transform: scale(1.5,1.5);
}
}
@keyframes fadeout {
0% {
opacity: 1;
}
50% {
opacity: 0.6;
}
100% {
opacity: 0;
}
}
|
love.css
|
@import url('https://fonts.googleapis.com/css?family=Patrick+Hand');
* {
padding: 0;
margin: 0;
font-family: '<NAME>', cursive;
box-sizing: border-box;
font-size: 1em;
}
body {
background: #9400D3;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
top: 0;
left: 0;
position: fixed;
transition: all .5s ease-in-out;
}
.teamo {
background: #fff;
width: 80%;
max-width: 350px;
text-align: center;
padding: 1.5em;
display: block;
transition: all 900ms ease;
}
input {
background: #fff;
padding: 1em;
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px solid #ddd;
display: block;
outline: 0;
width: 100%;
}
.continue {
display: inline-block;
padding: .5em 1em;
color: #fff;
background: #f62459;
margin-top: 10px;
text-decoration: none;
border-radius: 2px;
}
@keyframes texto {
0%{
transform: scale(1.5,1.5);
}
50% {
transform: scale(1,1);
}
100%{
transform: scale(1.5,1.5);
}
}
.zoom {
animation: texto 900ms infinite ease;
transition: all 900ms ease;
}
@keyframes zoominus {
from {
transform: scale(1.5,1.5);
}
to {
transform: scale(1,1);
}
}
.zoominus {
animation: zoominus 1500ms 1 ease;
}
.load {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: #9400D3 ;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
}
.cargando {
padding: .5em;
animation: carga 900ms infinite ease;
text-align: center;
}
.cargando img {
width: 12px;
}
.fadeout {
animation: fadeout 1s 1 ease;
}
.play {
background: #f62459;
color: #fff;
}
@keyframes carga {
0% {
transform: scale(1.5,1.5);
}
50% {
transform: scale(2,2)
}
100% {
transform: scale(1.5,1.5);
}
}
@keyframes fadeout {
0% {
opacity: 1;
}
50% {
opacity: 0.6;
}
100% {
opacity: 0;
}
}
| 0.572484 | 0.119588 |
.menu-wrap{
position: fixed;
top:0;
left:0;
z-index: 1;
}
.menu-wrap .toggler{
position: absolute;
top: 0;
left: 0;
cursor: pointer;
width: 50px;
height: 50px;
opacity:0;
z-index:2;
}
.menu-wrap .humburger{
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 60px;
background-color: var(--primary-color);
display: flex;
text-align: center;
justify-content: center;
align-items: center;
}
/*linefor menu*/
.menu-wrap .humburger >div{
position: relative;
top: 0;
left: 0;
width: 60%;
height: 2px;
background-color: white;
flex: none;
display: flex;
justify-content: center;
align-items: center;
transition: all .5s ease;
z-index: 1;
}
.menu-wrap .toggler:checked~.menu{
visibility: visible;
}
.menu-wrap .toggler:checked~.menu>div{
transform: scale(1);
transition: all .4s;
}
.menu-wrap .toggler:checked~.menu>div>div{
opacity: 1;
transition: opacity .4s ease .4s;
}
.menu-wrap .humburger >div:before,
.menu-wrap .humburger >div:after{
content: '';
position: absolute;
top: -10px;
left: 0;
width: 100%;
height: 2px;
background-color: white;
flex: none;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
}
.menu-wrap .humburger >div:after{
top:10px
}
/*end of three line*/
.menu-wrap .toggler:checked +.humburger>div{
transform: rotate(135deg);
}
.menu-wrap .toggler:checked +.humburger>div:before,
.menu-wrap .toggler:checked +.humburger>div:after{
top:0;
transform: rotate(90deg);
}
.menu-wrap .toggler:checked:hover + .humburger>div{
transform: rotate(225deg);
}
.menu-wrap .menu {
position: fixed;
top: 0;
left: 0;
visibility: hidden;
width: 100%;
height: 100%;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.menu-wrap .menu>div{
background-color: var(--backgroud-color);
width: 200vw;
height: 200vh;
display: flex;
align-items: center;
justify-content: center;
transform: scale(0);
transition: all .5s ease;
}
.menu-wrap .menu>div>div{
text-align: center;
max-width: 90vw;
max-height: 100vh;
opacity: 0;
transition: opacity .4s ease;
}
.menu-wrap .menu>div>div>ul>li{
list-style: none;
color: white;
font-size: 1.5rem;
padding: 1rem;
}
.menu-wrap .menu>div>div>ul>li a{
color: white;
text-decoration: white;
transition: color .4s ease-in;
}
.menu-wrap .menu>div>div>ul>li a:hover{
color: var(--secondary-color);
}
|
css/menu.css
|
.menu-wrap{
position: fixed;
top:0;
left:0;
z-index: 1;
}
.menu-wrap .toggler{
position: absolute;
top: 0;
left: 0;
cursor: pointer;
width: 50px;
height: 50px;
opacity:0;
z-index:2;
}
.menu-wrap .humburger{
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 60px;
background-color: var(--primary-color);
display: flex;
text-align: center;
justify-content: center;
align-items: center;
}
/*linefor menu*/
.menu-wrap .humburger >div{
position: relative;
top: 0;
left: 0;
width: 60%;
height: 2px;
background-color: white;
flex: none;
display: flex;
justify-content: center;
align-items: center;
transition: all .5s ease;
z-index: 1;
}
.menu-wrap .toggler:checked~.menu{
visibility: visible;
}
.menu-wrap .toggler:checked~.menu>div{
transform: scale(1);
transition: all .4s;
}
.menu-wrap .toggler:checked~.menu>div>div{
opacity: 1;
transition: opacity .4s ease .4s;
}
.menu-wrap .humburger >div:before,
.menu-wrap .humburger >div:after{
content: '';
position: absolute;
top: -10px;
left: 0;
width: 100%;
height: 2px;
background-color: white;
flex: none;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
}
.menu-wrap .humburger >div:after{
top:10px
}
/*end of three line*/
.menu-wrap .toggler:checked +.humburger>div{
transform: rotate(135deg);
}
.menu-wrap .toggler:checked +.humburger>div:before,
.menu-wrap .toggler:checked +.humburger>div:after{
top:0;
transform: rotate(90deg);
}
.menu-wrap .toggler:checked:hover + .humburger>div{
transform: rotate(225deg);
}
.menu-wrap .menu {
position: fixed;
top: 0;
left: 0;
visibility: hidden;
width: 100%;
height: 100%;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.menu-wrap .menu>div{
background-color: var(--backgroud-color);
width: 200vw;
height: 200vh;
display: flex;
align-items: center;
justify-content: center;
transform: scale(0);
transition: all .5s ease;
}
.menu-wrap .menu>div>div{
text-align: center;
max-width: 90vw;
max-height: 100vh;
opacity: 0;
transition: opacity .4s ease;
}
.menu-wrap .menu>div>div>ul>li{
list-style: none;
color: white;
font-size: 1.5rem;
padding: 1rem;
}
.menu-wrap .menu>div>div>ul>li a{
color: white;
text-decoration: white;
transition: color .4s ease-in;
}
.menu-wrap .menu>div>div>ul>li a:hover{
color: var(--secondary-color);
}
| 0.309963 | 0.05572 |
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
v2.0-modified | 20110126
License: none (public domain)
*/
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;
}
/* make sure to set some focus styles for accessibility */
:focus {
outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
-webkit-appearance: none;
-moz-appearance: none;
}
input[type=search] {
-webkit-appearance: none;
-moz-appearance: none;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
textarea {
overflow: auto;
vertical-align: top;
resize: vertical;
}
/**
* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
max-width: 100%;
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
* Known issue: no IE 6 support.
*/
[hidden] {
display: none;
}
/**
* 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
* `em` units.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-size: 100%;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
-ms-text-size-adjust: 100%;
/* 2 */
}
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
outline: thin dotted;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
/**
* 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improve image quality when scaled in IE 7.
*/
img {
border: 0;
/* 1 */
-ms-interpolation-mode: bicubic;
/* 2 */
}
/**
* Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/
figure {
margin: 0;
}
/**
* Correct margin displayed oddly in IE 6/7.
*/
form {
margin: 0;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct color not being inherited in IE 6/7/8/9.
* 2. Correct text not wrapping in Firefox 3.
* 3. Correct alignment displayed oddly in IE 6/7.
*/
legend {
border: 0;
/* 1 */
padding: 0;
white-space: normal;
/* 2 */
*margin-left: -7px;
/* 3 */
}
/**
* 1. Correct font size not being inherited in all browsers.
* 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
* and Chrome.
* 3. Improve appearance and consistency in all browsers.
*/
button,
input,
select,
textarea {
font-size: 100%;
/* 1 */
margin: 0;
/* 2 */
vertical-align: baseline;
/* 3 */
*vertical-align: middle;
/* 3 */
}
/**
* Address Firefox 3+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
line-height: normal;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
* 4. Remove inner spacing in IE 7 without affecting normal text inputs.
* Known issue: inner spacing remains in IE 6.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */
*overflow: visible;
/* 4 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* 1. Address box sizing set to content-box in IE 8/9.
* 2. Remove excess padding in IE 8/9.
* 3. Remove excess padding in IE 7.
* Known issue: excess padding remains in IE 6.
*/
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
*height: 13px;
/* 3 */
*width: 13px;
/* 3 */
}
/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/
input[type=search] {
-webkit-appearance: textfield;
/* 1 */
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Remove inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* 1. Remove default vertical scrollbar in IE 6/7/8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
overflow: auto;
/* 1 */
vertical-align: top;
/* 2 */
}
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
html,
button,
input,
select,
textarea {
color: #222;
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
img {
vertical-align: middle;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
.chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* Fonts */
/* Colors */
nav {
position: relative;
background-color: #fff;
-webkit-box-shadow: 0px 5px 5px #00000029;
box-shadow: 0px 5px 5px #00000029;
-webkit-transition: 0.5s;
transition: 0.5s;
z-index: 2;
}
nav .container-fluid {
background-color: #fff;
}
nav .navbar-brand {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
nav .navbar-toggler:focus {
-webkit-box-shadow: 0 0 0 0.05rem;
box-shadow: 0 0 0 0.05rem;
}
nav .navbar-nav .nav-link {
color: #518764 !important;
}
nav .navbar-nav .dropdown-header {
font-size: 16px;
font-weight: 700;
color: #518764 !important;
}
nav .navbar-nav .dropdown-item {
color: #518764 !important;
}
nav .navbar-buttons-container .lnk-search {
color: #518764 !important;
}
nav.navbar.fixed-top {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
top: -100%;
}
nav.navbar.fixed-top.visible {
-webkit-transform: translateY(0);
transform: translateY(0);
top: 0;
}
@media (max-width: 991px) {
nav {
/* .navbar-buttons-container {
.navbar-search {
margin-bottom: 8px;
}
.navbar-buttons {
justify-content: center;
.btn-outline-success {
margin-left: 0;
}
}
} */
}
nav .navbar-nav .dropdown-menu {
background-color: transparent;
border-color: transparent;
}
}
/* Typograph */
body {
font-family: "Montserrat", sans-serif;
color: #333;
}
h2 {
line-height: 43px;
font-size: 25px;
font-weight: 400;
text-align: center;
}
h3 {
margin-bottom: 30px;
line-height: 44px;
font-size: 34px;
font-weight: 600;
text-align: center;
color: #518764;
}
h4 {
line-height: 28px;
margin-bottom: 20px;
font-size: 20px;
font-weight: 700;
}
p {
line-height: 30px;
font-size: 18px;
margin-bottom: 20px;
}
a {
color: #333;
text-decoration: none;
}
a:hover {
color: #518764;
}
img {
max-width: 100%;
}
/* Colors */
.primary-color {
color: #518764;
}
.secondary-color {
color: #FF9900;
}
.primary-bg-color {
background-color: #518764;
}
.secondary-bg-color {
background-color: #FF9900;
}
.terciary-bg-color {
background-color: #F5F5F5;
}
/* Forms */
::-webkit-input-placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #333;
opacity: .7;
/* Firefox */
}
:-ms-input-placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #333;
opacity: .7;
/* Firefox */
}
::-ms-input-placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #333;
opacity: .7;
/* Firefox */
}
::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #333;
opacity: .7;
/* Firefox */
}
:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #333;
opacity: .7;
}
::-ms-input-placeholder {
/* Microsoft Edge */
color: #333;
opacity: .7;
}
input {
width: 100%;
height: 40px;
line-height: 34px;
padding: 3px;
font-size: 18px;
color: #333;
background-color: transparent;
border: 1px solid #333;
}
textarea {
width: 100%;
height: 120px;
line-height: 34px;
padding: 3px;
}
.btn-submit {
height: 40px;
font-weight: 700;
color: #fff;
background-color: #518764;
border-color: #518764;
}
/* Buttons */
/* Header */
header .header-top {
padding: 6px 15px;
background-color: #518764;
}
header .header-top a, header .header-top li {
color: #fff;
}
header .header-top .links, header .header-top .social-links {
font-size: 0;
}
header .header-top .links li, header .header-top .social-links li {
line-height: 18px;
margin-left: 10px;
font-size: 15px;
display: inline-block;
}
header .header-top .links li:first-child, header .header-top .social-links li:first-child {
margin-left: 0;
}
header .header-top .social-links {
text-align: right;
}
header .header-top .social-links li {
font-size: 18px;
}
header .navbar-buttons-container .lnk-search {
cursor: pointer;
}
@media (max-width: 991px) {
header .navbar-buttons-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
header .form-search-container {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 70px;
padding: 15px;
background-color: #fff;
-webkit-box-shadow: 0px 5px 5px #00000029;
box-shadow: 0px 5px 5px #00000029;
-webkit-transition: 0.5s;
transition: 0.5s;
z-index: -1;
}
header .form-search-container input {
height: 26px;
border-radius: 0;
}
header .form-search-container button {
color: #518764;
border-color: #518764;
border-radius: 0;
}
header .form-search-container button:hover {
color: #fff;
background-color: #518764;
}
header .form-search-container.show {
bottom: -70px;
}
/* Main */
section {
padding: 80px 0;
}
section p:last-child {
margin-bottom: 0;
}
.sec-hero {
position: relative;
padding: 103px 0;
text-align: center;
background-image: url(https://www.spkaa.com/wp-content/uploads/2017/06/home-option1.jpg);
background-size: cover;
background-repeat: no-repeat;
overflow: hidden;
}
.sec-hero h1 {
/* line-height: 80px; */
line-height: 1.43;
margin-bottom: 15px;
font-size: 56px;
font-weight: 400;
color: #fff;
}
.sec-hero p {
line-height: 35px;
margin-bottom: 33px;
font-size: 20px;
font-weight: 400;
color: #fff;
}
.sec-hero a {
line-height: 21px;
padding: 15px 30px;
font-size: 17px;
font-weight: 500;
color: #fff;
background-color: #FF9900;
display: inline-block;
}
.sec-how-help div[class*="col-"] {
position: relative;
padding-bottom: 54px;
}
.sec-how-help div[class*="col-"] .btn-more {
position: absolute;
width: calc(100% - 24px);
bottom: 0;
}
.sec-how-help div[class*="col-"] .btn-more .lnk-more {
padding: 11px 20px;
font-weight: 700;
color: #333;
border: 1px solid #333;
display: inline-block;
}
.sec-clients div[class*="col-"] img {
/* max-width: 250px; */
max-height: 120px;
}
.sec-services div[class*="col-"] .services-container {
position: relative;
height: 100%;
padding: 15px;
background-color: #fff;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.sec-services div[class*="col-"] .services-container .services-image {
margin-bottom: 15px;
}
.sec-services div[class*="col-"] .services-container .services-image img {
max-height: 120px;
}
.sec-services div[class*="col-"] .services-container .services-text {
padding-bottom: 50px;
}
.sec-services div[class*="col-"] .services-container .services-text h4 {
margin-bottom: 0;
}
.sec-services div[class*="col-"] .services-container .btn-more {
position: absolute;
width: calc(100% - 30px);
bottom: 15px;
}
.sec-services div[class*="col-"] .services-container .btn-more .lnk-more {
font-weight: 700;
color: #333;
}
.sec-services div[class*="col-"] .services-container:hover {
-webkit-box-shadow: 0px 15px 20px #00000029;
box-shadow: 0px 15px 20px #00000029;
}
.sec-industries .industries-container .col {
position: relative;
}
.sec-industries .industries-container .col .industries-details {
position: absolute;
top: 0;
width: calc(100% - 24px);
height: 100%;
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;
background-color: rgba(0, 0, 0, 0.5);
-webkit-transition: 0.5s;
transition: 0.5s;
opacity: 0;
}
.sec-industries .industries-container .col .industries-details a {
font-size: 18px;
font-weight: 700;
color: #fff;
}
.sec-industries .industries-container .col:hover .industries-details {
opacity: 1;
}
.sec-get-started h3 {
text-align: left;
}
.sec-get-started h3, .sec-get-started p {
color: #fff;
}
.sec-get-started ::-webkit-input-placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #fff;
}
.sec-get-started :-ms-input-placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #fff;
}
.sec-get-started ::-ms-input-placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #fff;
}
.sec-get-started ::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #fff;
}
.sec-get-started :-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #fff;
}
.sec-get-started ::-ms-input-placeholder {
/* Microsoft Edge */
color: #fff;
}
.sec-get-started input {
color: #fff;
border-color: #fff;
}
.sec-get-started .btn-submit {
background-color: #252626;
border-color: #252626;
}
.sec-map {
padding: 0;
}
.sec-contact h3 {
text-align: left;
}
/* Footer */
footer {
padding: 30px 0;
background-color: #F5F5F5;
}
footer p {
line-height: 18px;
font-size: 14px;
color: rgba(51, 51, 51, 0.8);
}
footer p:last-child {
margin-bottom: 0;
}
footer span {
color: rgba(51, 51, 51, 0.8);
}
footer a {
color: rgba(51, 51, 51, 0.8);
}
footer a:hover {
color: #333;
}
footer a.lnk-bold {
font-weight: 700;
}
footer .menu-container {
margin-bottom: 30px;
}
footer .menu-container ul {
margin-bottom: 18px;
}
footer .menu-container ul li {
line-height: 18px;
font-size: 14px;
margin-bottom: 9px;
}
footer .menu-container ul li span {
font-weight: 700;
}
footer .menu-container ul li:last-child {
margin-bottom: 0;
}
footer .menu-container ul:last-child {
margin-bottom: 0;
}
footer .wbe-seal-container .img-wbe-seal {
max-width: 150px;
}
footer .wbe-seal-container::after {
content: '';
/* width: calc(100% - 30px); */
width: 100%;
height: 1px;
margin: 12px 0;
/* margin-left: 15px; */
border-bottom: 1px solid #d1d1d1;
display: block;
}
footer .links, footer header .header-top .social-links, header .header-top footer .social-links, footer .social-links {
font-size: 0;
}
footer .links li, footer header .header-top .social-links li, header .header-top footer .social-links li, footer .social-links li {
margin-left: 24px;
font-size: 15px;
display: inline-block;
}
footer .links li:first-child, footer .social-links li:first-child {
margin-left: 0;
}
footer .social-links {
text-align: right;
}
footer .social-links li {
font-size: 18px;
}
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */
}
/*
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
/* CSS */
}
/*
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/
@media (max-width: 1024px) {
.sec-industries .industries-container .col {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.3333333333%;
margin-bottom: 24px;
}
.sec-industries .industries-container .col:nth-child(4), .sec-industries .industries-container .col:last-child {
margin-bottom: 0;
}
}
/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
*/
@media (max-width: 767px) {
section {
padding: 50px 0;
}
.sec-hero {
padding: 53px 0;
}
.sec-how-help div[class*="col-"] {
margin-bottom: 40px;
text-align: center;
}
.sec-how-help div[class*="col-"]:last-child {
margin-bottom: 0;
}
.sec-clients div[class*="col-"] {
margin-bottom: 20px;
}
.sec-clients div[class*="col-"] img {
max-width: 250px;
}
.sec-clients div[class*="col-"]:last-child {
margin-bottom: 0;
}
.sec-services div[class*="col-"] {
margin-bottom: 20px;
text-align: center;
}
.sec-services div[class*="col-"]:last-child {
margin-bottom: 0;
}
.sec-materials div[class*="col-"] {
margin-bottom: 20px;
text-align: center;
}
.sec-materials div[class*="col-"]:last-child {
margin-bottom: 0;
}
.sec-materials.column-reverse .row {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-flow: column-reverse;
flex-flow: column-reverse;
}
.sec-materials.column-reverse .row div[class*="col-"] {
margin-bottom: 20px;
}
.sec-materials.column-reverse .row div[class*="col-"]:first-child {
margin-bottom: 0;
}
.sec-get-started .col-primary {
margin-bottom: 20px;
text-align: center;
}
.sec-get-started .col-primary h3 {
text-align: center;
}
.sec-get-started .col-primary:last-child {
margin-bottom: 0;
}
footer .menu-container {
display: none;
}
footer [class*='col-sm'] {
margin-bottom: 10px;
text-align: center;
}
footer [class*='col-sm']:last-child {
margin-bottom: 0;
}
footer .links, footer header .header-top .social-links, header .header-top footer .social-links, footer .social-links, footer .social-links {
text-align: center;
}
}
/*
##Device = Most of the Smartphones Mobiles (Portrait)
*/
@media (max-width: 480px) {
.header-top [class*='col-sm'] {
margin-bottom: 10px;
text-align: center;
}
.header-top [class*='col-sm']:last-child {
margin-bottom: 0;
}
.header-top .links, header .header-top .social-links, .header-top footer .social-links, footer .header-top .social-links, .header-top .social-links {
text-align: center;
}
.sec-hero h1 {
font-size: 36px;
}
.sec-industries .industries-container .col {
width: 100%;
margin-bottom: 12px;
}
.sec-industries .industries-container .col:nth-child(4) {
margin-bottom: 12px;
}
.sec-industries .industries-container .col:last-child {
margin-bottom: 0;
}
}
/*# sourceMappingURL=main.css.map */
|
css/main.css
|
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
v2.0-modified | 20110126
License: none (public domain)
*/
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;
}
/* make sure to set some focus styles for accessibility */
:focus {
outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
-webkit-appearance: none;
-moz-appearance: none;
}
input[type=search] {
-webkit-appearance: none;
-moz-appearance: none;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
textarea {
overflow: auto;
vertical-align: top;
resize: vertical;
}
/**
* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
max-width: 100%;
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
* Known issue: no IE 6 support.
*/
[hidden] {
display: none;
}
/**
* 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
* `em` units.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-size: 100%;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
-ms-text-size-adjust: 100%;
/* 2 */
}
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
outline: thin dotted;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
/**
* 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improve image quality when scaled in IE 7.
*/
img {
border: 0;
/* 1 */
-ms-interpolation-mode: bicubic;
/* 2 */
}
/**
* Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/
figure {
margin: 0;
}
/**
* Correct margin displayed oddly in IE 6/7.
*/
form {
margin: 0;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct color not being inherited in IE 6/7/8/9.
* 2. Correct text not wrapping in Firefox 3.
* 3. Correct alignment displayed oddly in IE 6/7.
*/
legend {
border: 0;
/* 1 */
padding: 0;
white-space: normal;
/* 2 */
*margin-left: -7px;
/* 3 */
}
/**
* 1. Correct font size not being inherited in all browsers.
* 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
* and Chrome.
* 3. Improve appearance and consistency in all browsers.
*/
button,
input,
select,
textarea {
font-size: 100%;
/* 1 */
margin: 0;
/* 2 */
vertical-align: baseline;
/* 3 */
*vertical-align: middle;
/* 3 */
}
/**
* Address Firefox 3+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
line-height: normal;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
* 4. Remove inner spacing in IE 7 without affecting normal text inputs.
* Known issue: inner spacing remains in IE 6.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */
*overflow: visible;
/* 4 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* 1. Address box sizing set to content-box in IE 8/9.
* 2. Remove excess padding in IE 8/9.
* 3. Remove excess padding in IE 7.
* Known issue: excess padding remains in IE 6.
*/
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
*height: 13px;
/* 3 */
*width: 13px;
/* 3 */
}
/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/
input[type=search] {
-webkit-appearance: textfield;
/* 1 */
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Remove inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* 1. Remove default vertical scrollbar in IE 6/7/8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
overflow: auto;
/* 1 */
vertical-align: top;
/* 2 */
}
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
html,
button,
input,
select,
textarea {
color: #222;
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
img {
vertical-align: middle;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
.chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* Fonts */
/* Colors */
nav {
position: relative;
background-color: #fff;
-webkit-box-shadow: 0px 5px 5px #00000029;
box-shadow: 0px 5px 5px #00000029;
-webkit-transition: 0.5s;
transition: 0.5s;
z-index: 2;
}
nav .container-fluid {
background-color: #fff;
}
nav .navbar-brand {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
nav .navbar-toggler:focus {
-webkit-box-shadow: 0 0 0 0.05rem;
box-shadow: 0 0 0 0.05rem;
}
nav .navbar-nav .nav-link {
color: #518764 !important;
}
nav .navbar-nav .dropdown-header {
font-size: 16px;
font-weight: 700;
color: #518764 !important;
}
nav .navbar-nav .dropdown-item {
color: #518764 !important;
}
nav .navbar-buttons-container .lnk-search {
color: #518764 !important;
}
nav.navbar.fixed-top {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
top: -100%;
}
nav.navbar.fixed-top.visible {
-webkit-transform: translateY(0);
transform: translateY(0);
top: 0;
}
@media (max-width: 991px) {
nav {
/* .navbar-buttons-container {
.navbar-search {
margin-bottom: 8px;
}
.navbar-buttons {
justify-content: center;
.btn-outline-success {
margin-left: 0;
}
}
} */
}
nav .navbar-nav .dropdown-menu {
background-color: transparent;
border-color: transparent;
}
}
/* Typograph */
body {
font-family: "Montserrat", sans-serif;
color: #333;
}
h2 {
line-height: 43px;
font-size: 25px;
font-weight: 400;
text-align: center;
}
h3 {
margin-bottom: 30px;
line-height: 44px;
font-size: 34px;
font-weight: 600;
text-align: center;
color: #518764;
}
h4 {
line-height: 28px;
margin-bottom: 20px;
font-size: 20px;
font-weight: 700;
}
p {
line-height: 30px;
font-size: 18px;
margin-bottom: 20px;
}
a {
color: #333;
text-decoration: none;
}
a:hover {
color: #518764;
}
img {
max-width: 100%;
}
/* Colors */
.primary-color {
color: #518764;
}
.secondary-color {
color: #FF9900;
}
.primary-bg-color {
background-color: #518764;
}
.secondary-bg-color {
background-color: #FF9900;
}
.terciary-bg-color {
background-color: #F5F5F5;
}
/* Forms */
::-webkit-input-placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #333;
opacity: .7;
/* Firefox */
}
:-ms-input-placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #333;
opacity: .7;
/* Firefox */
}
::-ms-input-placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #333;
opacity: .7;
/* Firefox */
}
::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #333;
opacity: .7;
/* Firefox */
}
:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #333;
opacity: .7;
}
::-ms-input-placeholder {
/* Microsoft Edge */
color: #333;
opacity: .7;
}
input {
width: 100%;
height: 40px;
line-height: 34px;
padding: 3px;
font-size: 18px;
color: #333;
background-color: transparent;
border: 1px solid #333;
}
textarea {
width: 100%;
height: 120px;
line-height: 34px;
padding: 3px;
}
.btn-submit {
height: 40px;
font-weight: 700;
color: #fff;
background-color: #518764;
border-color: #518764;
}
/* Buttons */
/* Header */
header .header-top {
padding: 6px 15px;
background-color: #518764;
}
header .header-top a, header .header-top li {
color: #fff;
}
header .header-top .links, header .header-top .social-links {
font-size: 0;
}
header .header-top .links li, header .header-top .social-links li {
line-height: 18px;
margin-left: 10px;
font-size: 15px;
display: inline-block;
}
header .header-top .links li:first-child, header .header-top .social-links li:first-child {
margin-left: 0;
}
header .header-top .social-links {
text-align: right;
}
header .header-top .social-links li {
font-size: 18px;
}
header .navbar-buttons-container .lnk-search {
cursor: pointer;
}
@media (max-width: 991px) {
header .navbar-buttons-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
header .form-search-container {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 70px;
padding: 15px;
background-color: #fff;
-webkit-box-shadow: 0px 5px 5px #00000029;
box-shadow: 0px 5px 5px #00000029;
-webkit-transition: 0.5s;
transition: 0.5s;
z-index: -1;
}
header .form-search-container input {
height: 26px;
border-radius: 0;
}
header .form-search-container button {
color: #518764;
border-color: #518764;
border-radius: 0;
}
header .form-search-container button:hover {
color: #fff;
background-color: #518764;
}
header .form-search-container.show {
bottom: -70px;
}
/* Main */
section {
padding: 80px 0;
}
section p:last-child {
margin-bottom: 0;
}
.sec-hero {
position: relative;
padding: 103px 0;
text-align: center;
background-image: url(https://www.spkaa.com/wp-content/uploads/2017/06/home-option1.jpg);
background-size: cover;
background-repeat: no-repeat;
overflow: hidden;
}
.sec-hero h1 {
/* line-height: 80px; */
line-height: 1.43;
margin-bottom: 15px;
font-size: 56px;
font-weight: 400;
color: #fff;
}
.sec-hero p {
line-height: 35px;
margin-bottom: 33px;
font-size: 20px;
font-weight: 400;
color: #fff;
}
.sec-hero a {
line-height: 21px;
padding: 15px 30px;
font-size: 17px;
font-weight: 500;
color: #fff;
background-color: #FF9900;
display: inline-block;
}
.sec-how-help div[class*="col-"] {
position: relative;
padding-bottom: 54px;
}
.sec-how-help div[class*="col-"] .btn-more {
position: absolute;
width: calc(100% - 24px);
bottom: 0;
}
.sec-how-help div[class*="col-"] .btn-more .lnk-more {
padding: 11px 20px;
font-weight: 700;
color: #333;
border: 1px solid #333;
display: inline-block;
}
.sec-clients div[class*="col-"] img {
/* max-width: 250px; */
max-height: 120px;
}
.sec-services div[class*="col-"] .services-container {
position: relative;
height: 100%;
padding: 15px;
background-color: #fff;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.sec-services div[class*="col-"] .services-container .services-image {
margin-bottom: 15px;
}
.sec-services div[class*="col-"] .services-container .services-image img {
max-height: 120px;
}
.sec-services div[class*="col-"] .services-container .services-text {
padding-bottom: 50px;
}
.sec-services div[class*="col-"] .services-container .services-text h4 {
margin-bottom: 0;
}
.sec-services div[class*="col-"] .services-container .btn-more {
position: absolute;
width: calc(100% - 30px);
bottom: 15px;
}
.sec-services div[class*="col-"] .services-container .btn-more .lnk-more {
font-weight: 700;
color: #333;
}
.sec-services div[class*="col-"] .services-container:hover {
-webkit-box-shadow: 0px 15px 20px #00000029;
box-shadow: 0px 15px 20px #00000029;
}
.sec-industries .industries-container .col {
position: relative;
}
.sec-industries .industries-container .col .industries-details {
position: absolute;
top: 0;
width: calc(100% - 24px);
height: 100%;
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;
background-color: rgba(0, 0, 0, 0.5);
-webkit-transition: 0.5s;
transition: 0.5s;
opacity: 0;
}
.sec-industries .industries-container .col .industries-details a {
font-size: 18px;
font-weight: 700;
color: #fff;
}
.sec-industries .industries-container .col:hover .industries-details {
opacity: 1;
}
.sec-get-started h3 {
text-align: left;
}
.sec-get-started h3, .sec-get-started p {
color: #fff;
}
.sec-get-started ::-webkit-input-placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #fff;
}
.sec-get-started :-ms-input-placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #fff;
}
.sec-get-started ::-ms-input-placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #fff;
}
.sec-get-started ::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #fff;
}
.sec-get-started :-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #fff;
}
.sec-get-started ::-ms-input-placeholder {
/* Microsoft Edge */
color: #fff;
}
.sec-get-started input {
color: #fff;
border-color: #fff;
}
.sec-get-started .btn-submit {
background-color: #252626;
border-color: #252626;
}
.sec-map {
padding: 0;
}
.sec-contact h3 {
text-align: left;
}
/* Footer */
footer {
padding: 30px 0;
background-color: #F5F5F5;
}
footer p {
line-height: 18px;
font-size: 14px;
color: rgba(51, 51, 51, 0.8);
}
footer p:last-child {
margin-bottom: 0;
}
footer span {
color: rgba(51, 51, 51, 0.8);
}
footer a {
color: rgba(51, 51, 51, 0.8);
}
footer a:hover {
color: #333;
}
footer a.lnk-bold {
font-weight: 700;
}
footer .menu-container {
margin-bottom: 30px;
}
footer .menu-container ul {
margin-bottom: 18px;
}
footer .menu-container ul li {
line-height: 18px;
font-size: 14px;
margin-bottom: 9px;
}
footer .menu-container ul li span {
font-weight: 700;
}
footer .menu-container ul li:last-child {
margin-bottom: 0;
}
footer .menu-container ul:last-child {
margin-bottom: 0;
}
footer .wbe-seal-container .img-wbe-seal {
max-width: 150px;
}
footer .wbe-seal-container::after {
content: '';
/* width: calc(100% - 30px); */
width: 100%;
height: 1px;
margin: 12px 0;
/* margin-left: 15px; */
border-bottom: 1px solid #d1d1d1;
display: block;
}
footer .links, footer header .header-top .social-links, header .header-top footer .social-links, footer .social-links {
font-size: 0;
}
footer .links li, footer header .header-top .social-links li, header .header-top footer .social-links li, footer .social-links li {
margin-left: 24px;
font-size: 15px;
display: inline-block;
}
footer .links li:first-child, footer .social-links li:first-child {
margin-left: 0;
}
footer .social-links {
text-align: right;
}
footer .social-links li {
font-size: 18px;
}
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */
}
/*
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
/* CSS */
}
/*
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/
@media (max-width: 1024px) {
.sec-industries .industries-container .col {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.3333333333%;
margin-bottom: 24px;
}
.sec-industries .industries-container .col:nth-child(4), .sec-industries .industries-container .col:last-child {
margin-bottom: 0;
}
}
/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
*/
@media (max-width: 767px) {
section {
padding: 50px 0;
}
.sec-hero {
padding: 53px 0;
}
.sec-how-help div[class*="col-"] {
margin-bottom: 40px;
text-align: center;
}
.sec-how-help div[class*="col-"]:last-child {
margin-bottom: 0;
}
.sec-clients div[class*="col-"] {
margin-bottom: 20px;
}
.sec-clients div[class*="col-"] img {
max-width: 250px;
}
.sec-clients div[class*="col-"]:last-child {
margin-bottom: 0;
}
.sec-services div[class*="col-"] {
margin-bottom: 20px;
text-align: center;
}
.sec-services div[class*="col-"]:last-child {
margin-bottom: 0;
}
.sec-materials div[class*="col-"] {
margin-bottom: 20px;
text-align: center;
}
.sec-materials div[class*="col-"]:last-child {
margin-bottom: 0;
}
.sec-materials.column-reverse .row {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-flow: column-reverse;
flex-flow: column-reverse;
}
.sec-materials.column-reverse .row div[class*="col-"] {
margin-bottom: 20px;
}
.sec-materials.column-reverse .row div[class*="col-"]:first-child {
margin-bottom: 0;
}
.sec-get-started .col-primary {
margin-bottom: 20px;
text-align: center;
}
.sec-get-started .col-primary h3 {
text-align: center;
}
.sec-get-started .col-primary:last-child {
margin-bottom: 0;
}
footer .menu-container {
display: none;
}
footer [class*='col-sm'] {
margin-bottom: 10px;
text-align: center;
}
footer [class*='col-sm']:last-child {
margin-bottom: 0;
}
footer .links, footer header .header-top .social-links, header .header-top footer .social-links, footer .social-links, footer .social-links {
text-align: center;
}
}
/*
##Device = Most of the Smartphones Mobiles (Portrait)
*/
@media (max-width: 480px) {
.header-top [class*='col-sm'] {
margin-bottom: 10px;
text-align: center;
}
.header-top [class*='col-sm']:last-child {
margin-bottom: 0;
}
.header-top .links, header .header-top .social-links, .header-top footer .social-links, footer .header-top .social-links, .header-top .social-links {
text-align: center;
}
.sec-hero h1 {
font-size: 36px;
}
.sec-industries .industries-container .col {
width: 100%;
margin-bottom: 12px;
}
.sec-industries .industries-container .col:nth-child(4) {
margin-bottom: 12px;
}
.sec-industries .industries-container .col:last-child {
margin-bottom: 0;
}
}
/*# sourceMappingURL=main.css.map */
| 0.517083 | 0.069479 |
html,
body {
font-size: 24px;
}
input,
button {
padding: 5px;
background: none;
border: none;
border-left: 1px solid #a1a1a1;
border-top: 1px solid #a1a1a1;
color: #000;
display: inline-block;
font-size: 24px;
}
div,
input,
button {
box-sizing: border-box;
}
button:active {
background: #C9C9C9;
}
.active {
animation: buttonActive 0.2s;
}
.calculator-wrapper {
margin: 40px auto 0;
width: 320px;
background: rgba(146, 146, 146, 0.3);
}
.calculator-number,
.calculator-operation,
.calculator-helper {
display: inline-block;
}
.calculator-handle {
float: left;
cursor: pointer;
height: 60px;
}
.calculator-handle:nth-child(4n) {
margin-right: 0;
border-right: 1px solid #a1a1a1;
}
.calculator-handle:nth-child(n + 16) {
margin-right: 0;
border-bottom: 1px solid #a1a1a1;
}
.calculator-header {
padding: 10px;
overflow: hidden;
}
.calculator-handle {
width: 25%;
}
.calculator-clear {
background: rgba(222, 43, 39, 0.9);
color: #fff;
}
.calculator-clear:active {
background: rgb(208, 40, 37);
}
.calculator-clear.active {
animation: buttonClearActive 0.2s;
}
.calculator-workarea {
width: 100%;
height: 50px;
background: #fff;
color: #000;
border-color: #fff;
margin-right: 0;
}
.calculator-grid {
padding: 5px 10px 10px 10px;
overflow: hidden;
}
.calculator-result {
background: #2da8de;
border-color: #2da8de;
margin-right: 0;
color: #fff;
}
.calculator-result:active {
background: #2B87B6;
}
.calculator-result.active {
animation: buttonResultActive 0.2s;
}
.calculator-handle sup {
font-size: 12px;
}
.calculator-handle-narrow {
width: 50%;
}
@keyframes buttonActive {
0% {background-color: transparent;}
50% {background-color: #C9C9C9;}
100% {background-color: transparent;}
}
@keyframes buttonClearActive {
0% {background-color: rgba(222, 43, 39, 0.9);}
50% {background-color: rgb(208, 40, 37);}
100% {background-color: rgba(222, 43, 39, 0.9);}
}
@keyframes buttonResultActive {
0% {background-color: #2da8de;}
50% {background-color: #2B87B6;}
100% {background-color: #2da8de;}
}
|
styles/calc.css
|
html,
body {
font-size: 24px;
}
input,
button {
padding: 5px;
background: none;
border: none;
border-left: 1px solid #a1a1a1;
border-top: 1px solid #a1a1a1;
color: #000;
display: inline-block;
font-size: 24px;
}
div,
input,
button {
box-sizing: border-box;
}
button:active {
background: #C9C9C9;
}
.active {
animation: buttonActive 0.2s;
}
.calculator-wrapper {
margin: 40px auto 0;
width: 320px;
background: rgba(146, 146, 146, 0.3);
}
.calculator-number,
.calculator-operation,
.calculator-helper {
display: inline-block;
}
.calculator-handle {
float: left;
cursor: pointer;
height: 60px;
}
.calculator-handle:nth-child(4n) {
margin-right: 0;
border-right: 1px solid #a1a1a1;
}
.calculator-handle:nth-child(n + 16) {
margin-right: 0;
border-bottom: 1px solid #a1a1a1;
}
.calculator-header {
padding: 10px;
overflow: hidden;
}
.calculator-handle {
width: 25%;
}
.calculator-clear {
background: rgba(222, 43, 39, 0.9);
color: #fff;
}
.calculator-clear:active {
background: rgb(208, 40, 37);
}
.calculator-clear.active {
animation: buttonClearActive 0.2s;
}
.calculator-workarea {
width: 100%;
height: 50px;
background: #fff;
color: #000;
border-color: #fff;
margin-right: 0;
}
.calculator-grid {
padding: 5px 10px 10px 10px;
overflow: hidden;
}
.calculator-result {
background: #2da8de;
border-color: #2da8de;
margin-right: 0;
color: #fff;
}
.calculator-result:active {
background: #2B87B6;
}
.calculator-result.active {
animation: buttonResultActive 0.2s;
}
.calculator-handle sup {
font-size: 12px;
}
.calculator-handle-narrow {
width: 50%;
}
@keyframes buttonActive {
0% {background-color: transparent;}
50% {background-color: #C9C9C9;}
100% {background-color: transparent;}
}
@keyframes buttonClearActive {
0% {background-color: rgba(222, 43, 39, 0.9);}
50% {background-color: rgb(208, 40, 37);}
100% {background-color: rgba(222, 43, 39, 0.9);}
}
@keyframes buttonResultActive {
0% {background-color: #2da8de;}
50% {background-color: #2B87B6;}
100% {background-color: #2da8de;}
}
| 0.646795 | 0.160957 |
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
box-sizing: border-box;
}
*,*::before,*::after{
box-sizing: inherit;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
h1{
color:rgb(21, 144, 245);
font-family: 'PT Sans', sans-serif;
text-transform: uppercase;
font-size: 10vw;
}
a{
text-decoration: none;
font-family: 'Open Sans', sans-serif;
color: #fff;
}
body{
font-family: 'Open Sans', sans-serif;
background-color: #f2f2f2;
}
h3{
font-family: 'PT Sans', sans-serif;
color:#1590f5;
text-transform:uppercase;
font-size: 1.5em;
}
h2{
/*font-family: 'Josefin Sans', sans-serif;*/
font-family: 'Ubuntu Condensed', sans-serif;
/*font-family: 'Patua One', cursive;*/
/*font-family: 'PT Sans', sans-serif;*/
font-size: 3.8em;
text-align: center;
color: #2968f1;
text-transform: uppercase;
}
h2::after{
content: '';
background-image: url(../img/divisor.png);
background-repeat: no-repeat;
width: 100px;
height: 30px;
margin: 0 auto;
display: block;
}
.activo{
border-top: 1px solid #1590f5;
}
.boton,#botonRegistro{
padding: 15px;
background-color: #fff;
color:rgb(21, 144, 245);
border: none;
text-align: center;
text-transform: uppercase;
font-weight: bold;
transition: all 0.4s ease;
font-size: 1.3em;
}
.boton:hover,#botonRegistro:hover{
cursor:pointer;
color:#fff;
background-color: #1590f5;
}
/**********Header**********/
header.cabecera{
background-image: url(../img/principal.jpg);
background-position: center center;
background-size:cover;
height: 60vh;
}
header.cabecera div{
width: 100%;
background-color: rgba(0,0,0,.6);
}
header.cabecera div img{
width: 40%;
display: block;
margin-top: 20vh;
margin-left: 30%;
margin-right: 30%;
border-radius: 3%;
padding: 25px;
}
/*** Barra menu principal ***/
div.barra-nav{
width: 100%;
background-color: #1590f5;
}
nav.menu-principal{
width: 100%;
display: none;
}
nav.menu-principal a{
padding: 15px 0;
width: 100%;
font-size: 1.3em;
color: white;
text-decoration: none;
text-transform: uppercase;
text-align: center;
display: block;
clear: both;
transition: all 0.4s ease-in-out;
}
nav.menu-principal a:hover{
color: rgb(9, 128, 224);
background-color: #fff;
}
@media only screen and (min-width:768px){
nav.menu-principal{
width: 90%;
margin: 0 auto;
display: block;
float: right;
text-align: left;
}
nav.menu-principal a{
width: auto;
padding: 10px 5%;
text-align: center;
display: inline-block;
}
}
/*** Menu movil ***/
div.menu-movil{
width:100px;
display: block;
float: right;
margin-top: 12px;
margin-bottom: 12px;
text-align: right;
margin-right: 15px;
padding: 15px;
transition: all 0.3s ease-out;
}
div.menu-movil:hover{
cursor: pointer;
background-color: #fff;
}
div.menu-movil span{
background-color: #fff;
height: 8px;
margin-bottom: 10px;
display: block;
transition: all 0.3s ease-out;
}
div.menu-movil span:last-child{
margin-bottom: 0;
}
div.menu-movil:hover span{
background-color: #1590f5;
}
@media only screen and (min-width:768px){
div.menu-movil{
display: none;
}
}
/*** Recetas y demas ***/
.contenido{
width: 95%;
margin: 0 auto;
}
@media only screen and (min-width:768px){
.contenido{
width: 90%;
margin: 0 auto;
}
}
@media only screen and (min-width:998px){
.contenido{
width: 90%;
max-width: 1100px;
}
}
nav.programas{
width: 100%;
border-bottom: 2px solid #1590f5;
margin: 25px 0;
}
nav.programas a{
width: 100%;
padding: 10px 0;
font-size: 1.3em;
display: block;
transition: all 0.4s ease;
color:#1590f5;
text-align: center;
text-transform: uppercase;
}
nav.programas a:hover{
background-color: #1590f5;
color: #fff;
transform: scale(1.1);
}
@media only screen and (min-width:768px){
nav.programas a{
width: 33.3%;
float: left;
display: inline-block;
}
}
div.info-programa{
box-shadow: 1px 1px 2px 3px rgba(0,0,0,0.2);
width: 95%;
margin: 5px auto 10px auto;
padding: 20px;
}
@media only screen and (min-width:768px){
div.info-programa{
width: 85%;
}
}
div.info-programa h3{
width: 100%;
text-align: left;
font-size: 1.6em;
color: #2270b1;
}
article.articulos{
border-bottom: 2px solid #1590f5;
width: 100%;
font-size: 1.15em;
}
article.articulos img{
width: 60%;
display: block;
margin: 0 20% 15px 20%;
box-shadow: 0px 0px 1px 2px rgba(21, 144, 245,0.4);
}
@media only screen and (min-width:768px){
article.articulos img{
float: left;
width: 30%;
margin: 0 15px 15px 5px;
}
}
/** Restaurants **/
div.info-restaurants{
display: none;
}
div.info-restaurants article.articulos{
width: 90%;
margin: 5px auto;
padding: 10px;
}
@media only screen and (min-width: 768px) {
div.info-restaurants article.articulos{
width: 50%;
float: left;
}
}
div.info-restaurants article.articulos img{
width: 95%;
}
@media only screen and (min-width: 768px) {
div.info-restaurants article.articulos img{
float: none;
}
}
/** Chefs **/
div.info-chefs{
display: none;
}
div.cajon{
display: block;
float: left;
width: 50%;
padding: 10px;
}
@media only screen and (min-width: 768px){
div.cajon{
width: 25%;
}
}
div.cajon a{
width: 100%;
}
div.cajon a img{
width: 100%;
-webkit-filter: grayscale(.7);
-webkit-transition: all .4s ease-in-out;
}
div.cajon a img:hover{
-webkit-filter: grayscale(0);
-webkit-transform:scale(1.1) ;
}
div.cajon p {
text-align: center;
font-size:1.2em;
color:#1590f5;
font-weight: bold;
padding: 5px;
border-bottom: 2px solid #1590f5;
border-right: 1.9px solid #1590f5;
}
/**** seccion-cursos ****/
div.seccion-cursos{
/* border: 2px solid rgba(21, 144, 245,0.4); */
box-shadow: 0 0 1px 0.5px rgba(0,0,0,0.2);
padding: 10px;
}
div.bloques-cursos{
width: 100%;
margin-bottom: 15px;
}
@media only screen and (min-width:768px){
div.bloques-cursos{
width: 33.3%;
float: left;
margin-bottom: 0;
}
}
.planes,.registro,.categorias-cursos{
width: 95%;
margin: 15px auto;
padding: 10px;
background-color: #19ee9c;
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
}
.rcp{
width:95%!important;
margin: 0 auto;
max-width: 1200px;
}
/** registro**/
div.registro{
padding: 25px;
}
div.registro a{
width: 100%;
background-color: #fff;
color: #19ee9c;
padding: 15px 0;
margin: auto 0;
text-align: center;
text-transform: uppercase;
font-size: 1.4em;
display: block;
font-weight: bold;
margin-top: 70%;
transition: all .3s ease-out;
}
div.registro a:hover{
background-color: #19ee9c;
color: #fff;
border: 2px solid #fff;
}
@media only screen and (min-width:690px) {
div.registro a{
margin-top: 120%;
}
}
/** categorias **/
div.categoria h3, div.planes h3{
color:#fff;
}
div.categoria h3{
text-align: center;
border-bottom: 1px solid #fff;
padding: 15px 0;
}
div.categoria ul{
list-style: none;
}
div.categoria ul li{
margin-left: -20px;
margin-bottom: 20px;
border-bottom: 2px solid #fff;
transition: all 0.4s ease-in;
padding: 15px 5px;
width: 95%;
}
div.categoria ul li:hover{
transform: scale(1.1);
-moz-transform: scale(1.1);
background-color: #0db373;
}
div.categoria ul li a{
color: #fff;
font-size: 1.1em;
text-transform: uppercase;
}
/** Planes **/
div.planes{
padding-top:15px;
background-color: transparent;
box-shadow: none;
}
div.planes > h3{
text-align: center;
color:#1590f5;
margin-bottom: 10px;
}
div.plan{
margin-bottom: 15px;
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
padding:10px;
}
div.plan h3{
text-align: center;
background-color: #1590f5;
}
div.plan ul li{
color:#fff;
font-size: 1.2em;
border-left: 4px solid #1590f5;
margin-bottom: 5px;
margin-left: -18px;
padding-left: 5px;
}
div.plan:nth-of-type(1){
background-color: #C88023;
}
div.plan:nth-of-type(2){
background-color: #A6A6A6;
}
div.plan:nth-of-type(3){
background-color: #C9D32F;
}
/**** Barra movible ****/
.parallax::before{
width:100%;
height: 100%;
position: absolute;
top:0;
left: 0;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
filter: brightness(.6);
-webkit-filter: brightness(.6);
}
div.barraMov{
position: relative;
height: auto;
}
div.barraMov::before{
content: '';
background-image: url(../img/cafe.jpg);
}
div.barraMov h2{
position: relative;
padding: 70px 0;
}
/****** Footer *******/
nav.menu-redes{
width: 95%;
margin: 0 auto 95px auto;
clear: both;
}
nav.menu-redes a{
width: 20%;
font-size: 1.8em;
color: #1590f5;
float: left;
display: inline-block;
text-align: center;
}
@media only screen and (min-width:768px){
nav.menu-redes{
width: 80%;
}
nav.menu-redes a{
color:#6191e2;
}
}
footer{
background-color:#092d4b;
padding-top: 15px;
margin:50px 0 0 0;
}
footer p:last-child{
color: #fff;
text-align: center;
padding: 10px 0;
font-size: 1.1em;
}
footer h3{
font-size: 1.1em;
text-align: center;
margin-bottom:15px;
}
div.cuadros{
width: 100%;
padding:20px;
height: 40vh;
border-bottom: 1px solid rgb(25, 35, 49);
}
@media only screen and (min-width:480px) and (max-width:767px){
div.cuadros {
width: 50%;
float: left;
}
}
@media only screen and (min-width:768px){
div.cuadros{
width: 25%;
float: left;
border-right: 1px solid rgb(25, 35, 49);
}
}
div.descripcion p{
text-align: justify;
font-size: 16px;
color: #757e97;
padding: 0;
}
div.servicios a,div.redes a{
width: 100%;
display: block;
color: #757e97;
padding: 5px 0;
}
@media only screen and (min-width:480px) and (max-width:767px){
div.servicios a,div.redes a{
float: left;
width: 50%;
display: inline-block;
padding-left: 25px;
}
}
@media only screen and (min-width:768px){
div.servicios a,div.redes a{
margin-left: 50px;
}
}
div.contacto ul{
list-style: none;
}
div.contacto ul li{
color:#757e97;
margin-bottom: 10px;
}
/*********** INTERNAS ************/
/**** Seccion cursos ****/
div.seccion-cursos{
border-top: 2px solid #1590f5;
margin-top:20px;
width: 100%;
}
div.sec-curso{
width: 98%;
margin: 20px auto 0 auto;
padding:5px;
}
@media only screen and (min-width:768px){
div.sec-curso{
width: 50%;
float: left;
}
div.sec-curso:last-child{
float: none;
display: inline-block;
margin-left: auto!important;
margin-right: auto!important;
}
}
div.descripcion-curso{
position: relative;
overflow: hidden;
}
div.descripcion-curso img{
width: 100%;
filter: grey;
-webkit-filter: grayscale(.8);
-webkit-transition: all 0.4s ease-in-out;
}
div.descripcion-curso:hover img{
-webkit-filter: grayscale(0);
-webkit-transform: scale(1.1);
}
div.descripcion-curso div.detalles{
position: absolute;
bottom: 0;
left: 0;
margin: 0;
background-color: rgba(35, 143, 231, 0.2);
width: 100%;
-webkit-transition: all 0.4s ease-in-out;
}
div.detalles p{
color: #fff;
padding: 0px 10px;
text-align: right;
text-transform: uppercase;
font-weight: bold;
}
div.descripcion-curso:hover div.detalles{
bottom: -80px;
opacity: 0;
}
/** Resumem **/
div.seleccion-cursos{
margin-bottom: 25px;
}
div.calculo{
width:100%;
/*background-color: #19ee9c;*/
background-color: #000;
border-radius: 6px;
box-shadow: 1px 2px 3px 2px rgba(0,0,0,.4);
padding: 20px;
}
div.seleccion img{
width: 100%;
margin: 11px 0;
}
/**Los checkboxes y radio buttons**/
div#seleccionar,div#seleccionarPlan{
width: 95%;
padding: 15px;
margin: 10px auto;
}
div#seleccionarPlan input[type="checkbox"],div#seleccionar input[type="checkbox"]{
display: none;
}
@media only screen and (min-width:768px){
div#seleccionar,div#seleccionarPlan{
width: 33.3%;
float: left;
margin: 0;
padding: 15px 15px 15px 25px;
}
div.seleccion img{
width: 33%;
margin: 15px 0.15%;
float: right
}
}
div#seleccionar p,
div#seleccionarPlan p{
font-size: 1.2em;
font-weight: bold;
color: #1590f5;
}
div#seleccionar label,
div#seleccionarPlan label{
width: 100%;
font-family: 'Krona One', sans-serif;
display: inline-block;
position:relative;
margin-bottom: 5px;
padding: 2.5px 15px 2.5px 45px;
font-size: 1.2em;
color: #fff;
cursor:pointer;
transition: all .4s ease-out;
border-radius: 5px;
}
@media only screen and (max-width:768px){
div#seleccionar label,
div#seleccionarPlan label{
width: 50%;
float: left;
}
}
div#seleccionar label:hover,
div#seleccionarPlan label:hover{
background-color: #fff;
color:#1590f5;
}
div#seleccionar label:before,
div#seleccionarPlan label:before{
content: "";
display: inline-block;
width: 19px;
height: 19px;
border: 2px solid #1590f5;
background-color: none;
border-radius: 3px;
position: absolute;
left: 17px;
top: 9px;
}
div#seleccionar input[type="checkbox"]:checked +label,
div#seleccionarPlan input[type="checkbox"]:checked +label{
padding: 5px 15px;
background-color: #1590f5;
color:#fff;
}
div#seleccionar input[type="checkbox"]:checked +label:before,
div#seleccionarPlan input[type="checkbox"]:checked +label:before{
display: none;
}
div#seleccionar label input{
margin-right: 15px;
}
/** fin de checkboxes y radio buttons**/
.aparicion{
border-radius: 3px;
color:#fff;
background-color: #F64C10;
padding:15px 2px 15px 25px;
/*font-family: 'PT Serif', serif;*/
font-weight: bold;
font-family: 'PT Sans', sans-serif;
box-shadow: 0px 0px 2px 2px #FF5E1F;
}
.aparicion li{
text-transform: uppercase;
text-align: center;
}
div.muestraResultados{
width:90%;
margin:5px auto;
}
div#resumen{
color:#1590f5;
width: 70%;
padding: 10px;
margin:10px auto;
display: none;
}
div#resumen ul{
margin: 15px;
}
div#resumen ul li{
list-style: none;
font-size: 1.4em;
transition: all .5s ease-in-out;
}
div.finalCursos h3{
text-align: center;
font-family: 'Anton', sans-serif;
font-size: 1.8em;
margin: 5px 0;
width: 100%;
display: block;
}
div.finalCursos input.boton{
width:fit-content;
display: block;
margin: 30px auto 15px auto;
}
@media only screen and (min-width:768px){
div.muestraResultados{
width: 100%;
}
div.finalCursos{
width: 40%;
float: right;
}
div#resumen{
width: 60%;
float: left;
}
}
#sumaTotal{
color:#fff;
font-size: 1.4em;
padding: 12px 0;
text-align: center;
border-radius: 3px;
background-color: gold;
display: none;
margin: 15px 0;
}
div.calculo input[type="submit"]{
width:40%;
display: block;
margin:25px auto;
}
/******* Registro ********/
.seccion-registro{
margin: 40px auto;
}
div.registrar{
background-color: #1590f5;
padding: 20px
}
form.login label{
width: 80%;
margin: 5px auto 0 auto;
display: block;
font-size: 1.4em;
text-transform: uppercase;
text-align: left;
color: #fff;
padding-left: 20%;
}
form.login label input{
display: block;
width:100%;
margin: 5px 0;
}
form.login label input[type=text],form.login label input[type=password],form.login label input[type=email]{
border:none;
background-color: #1590f5;
border-bottom: 1px solid #fff;
padding: 8px 2px;
max-width: 450px;
letter-spacing: 1px;
transition: all 0.3s ease-in-out;
font-size: 1.3em;
color: #fff;
}
form.login input::-moz-placeholder{
color: #fff;
}
form.login input[type=text]:focus,form.login input[type=password]:focus,form.login input[type=email]:focus{
outline: none;
border-bottom: 1px solid #fff;
transform: scale(1.1);
color: #fff;
}
form.login input[type=text]::after,form.login input[type=password]::after,form.login input[type=email]::after{
border-bottom: 1px solid #fff;
}
/*@media only screen and (min-width:768px) {
form.login label:nth-of-type(odd){
float: left;
width: 50%;
margin-bottom: 15px;
}
form.login label:nth-of-type(even){
float: right;
width: 50%;
margin-bottom: 15px;
}
form.login label input{
width: 90%;
}
}*/
form.login input#botonRegistro{
width:80%;
margin: 20px 10%;
}
@media only screen and (min-width:768px){
form.login input.boton{
width: 60%;
margin: 20px 20%;
}
}
#error{
width: 100%;
text-align: center;
font-weight: bold;
font-size: 1.2em;
}
/****** Usuario *****/
div.respuesta-registro{
border: 3px solid #1590f5;
margin: 20px 0;
padding: 10px;
}
h4{
text-align: center;
width: 100%;
font-size: 3em;
font-weight: bold;
}
div.respuesta-registro h4 i{
font-size: 6em;
}
div.respuesta-registro h4 i.fa-check-circle{
color:green;
}div.respuesta-registro h4 i.fa-times-circle{
color:red;
}
div.respuesta-registro a.boton{
text-align: center;
display: block;
width: 25%;
margin: 5px auto;
background-color: #1590f5;
color: #fff;
}
div.respuesta-registro a.boton:hover{
color:#1590f5;
background-color: #fff;
}
div.respuesta-registro p{
color: #1590f5;
font-size: 1.4em;
text-align: center;
}
/** Recetario **/
.recetario{
background-color:#FB9FF8!important;
}
.seleccionado{
color: #fff!important;
background-color:#1590f5;
}
aside#cat_recetas{
width: 100%;
padding: 20px;
}
div.selec_cat{
background-color: #fff;
border-radius: 9px;
padding:10px 0 10px 10px;
box-shadow: 1px 2px 5px 3px rgba(0,0,0,0.4);
}
div.selec_cat h3{
text-align: center;
}
@media only screen and (min-width: 768px){
aside#cat_recetas{
width: 30%;
float: left;
}
}
ul{
list-style: none;
}
div.selec_cat ul li{
margin-top: 5px;
margin-left: -10px;
font-weight: bold;
}
div.selec_cat ul li a{
display: block;
width: 100%;
padding: 8px 10px;
font-family: 'Ubuntu Condensed', sans-serif;
font-size: 1.3em;
color:#000;
text-align: center;
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
transition: all .4s ease-in-out;
}
div.selec_cat ul li a:hover{
background-color: #fb9ff8;
color:#fff;
}
div.recetas{
width: 100%;
padding: 20px;
}
@media only screen and (min-width: 768px){
div.recetas{
width: 70%;
float: right;
}
div.selec_cat ul li a{
text-align: left;
}
}
div.receta{
background-color: #fff;
padding: 10px 20px;
border-radius: 20px;
margin-bottom: 15px;
box-shadow: 1px 20px 20px 8px rgba(0,0,0,0.5);
/*display: none;*/
}
div.receta img{
width:100%;
}
div.receta ul{
list-style: circle;
}
div.receta p, div.receta ul li{
font-family: 'Josefin Sans', sans-serif;
/*font-family: 'Ubuntu Condensed', sans-serif;*/
/*font-family: 'Patua One', cursive;*/
font-size:1.2em;
}
body.recetario nav.menu-redes a{
color:#fff;
}
/**Chefs **/
div.cont_chef{
width: 100%;
padding: 15px;
background-color: #1590f5;
color: #fff;
margin-top: 15px;
margin-bottom: 12px;
border-radius: 9px;
box-shadow: 1px 1px 5px 2px rgba(0,0,0,.3);
}
div.cont_chef img{
width: 50%;
margin:10px 25%;
display: inline-block;
}
div.cont_chef p{
display: block;
margin:0 0 10px 5px;
font-family: 'Josefin Sans', sans-serif;
font-size: 1.05em;
/*width: 60%;*/
}
div.cont_chef p.nom_chef{
text-transform: uppercase;
font-weight: bold;
font-size: 1.4em;
padding: 10px 30px;
font-family: 'Patua One', cursive;
background-color: #fff;
color: #1590f5;
}
div.cont_chef p i{
font-size: 0.9em;
}
@media only screen and (min-width: 768px){
div.cont_chef img{
width: 25%;
margin: 0 0 10px 0;
padding-right: 15px;
float: left;
}
}
/** Blog **/
div.noticias{
width:100%;
padding:15px;
}
div.noticia{
background-color: #1590f5;
color:#fff;
padding: 15px;
margin-bottom: 20px;
border-radius: 4px;
box-shadow: 1px 1px 3px 4px rgba(0,0,0,.3);
}
div.noticia h3{
text-align: center;
font-weight: bold;
color:#fff;
font-size: 2em;
}
div.noticia img{
width: 85%;
margin:10px 7.5%;
}
div.noticia p{
padding-left: 5px;
}
@media only screen and (min-width: 768px){
div.noticias{
width: 70%;
float: left;
margin:0 0 20px 0 ;
}
}
div.noticia textarea{
outline: 0;
width: 70%;
margin: 5px 0 5px 30%;
display: block;
max-height: 100px;
height: 100px;
padding: 8px 10px;
border:none;
background-color: transparent;
border-bottom: 2px solid #fff;
}
div.noticia textarea:focus{
color: #fff;
}
aside.panel{
background-color: #fff;
border-bottom: 2px solid #1590f5;
border-radius: 3px;
display: none;
box-shadow: 1px 1px 4px 4px rgba(0,0,0,.1);
}
@media only screen and (min-width: 768px){
aside.panel{
width: 30%;
float: right;
/*min-height: 500px;*/
margin-top: 15px;
display:inline-block;
}
}
aside.panel h4{
font-size: 1.6em;
color: #1590f5;
}
aside.panel ul li{
margin-bottom: 5px;
font-size: 1.1em;
color: #1590f5;
transition: all .3s ease;
}
aside.panel ul li:hover{
transform: scale(1.04);
cursor: pointer;
}
.fixed{
position: fixed;
width: 100%;
top: 0;
right: 15px;
z-index: 1;/*colocamos esto para que la barra en algun punto no deje de verse*/
}
div.noticia button.boton{
margin:20px 0 20px 75%;
}
div.noticia button.boton:hover{
background-color: #F0300A;
}
div#panel_movil{
width: 85px;
float: right;
margin-top: 12px;
margin-bottom: 15px;
text-align: right;
margin-right: 15px;
padding: 15px;
transition: all 0.3s ease-out;
background-color: #fff;
}
div#panel_movil span{
background-color: #1590f5;
height: 8px;
margin-bottom: 10px;
display: block;
width: 100%;
transition: all 0.3s ease-out;
}
div#panel_movil span:last-child{
margin-bottom: 0;
}
div#panel_movil:hover{
cursor: pointer;
}
@media only screen and (min-width: 768px){
div#panel_movil{
display: none;
}
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap; /* 1 */
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
-webkit-clip-path: none;
clip-path: none;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
white-space: inherit;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
|
css/main.css
|
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
box-sizing: border-box;
}
*,*::before,*::after{
box-sizing: inherit;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
h1{
color:rgb(21, 144, 245);
font-family: 'PT Sans', sans-serif;
text-transform: uppercase;
font-size: 10vw;
}
a{
text-decoration: none;
font-family: 'Open Sans', sans-serif;
color: #fff;
}
body{
font-family: 'Open Sans', sans-serif;
background-color: #f2f2f2;
}
h3{
font-family: 'PT Sans', sans-serif;
color:#1590f5;
text-transform:uppercase;
font-size: 1.5em;
}
h2{
/*font-family: 'Josefin Sans', sans-serif;*/
font-family: 'Ubuntu Condensed', sans-serif;
/*font-family: 'Patua One', cursive;*/
/*font-family: 'PT Sans', sans-serif;*/
font-size: 3.8em;
text-align: center;
color: #2968f1;
text-transform: uppercase;
}
h2::after{
content: '';
background-image: url(../img/divisor.png);
background-repeat: no-repeat;
width: 100px;
height: 30px;
margin: 0 auto;
display: block;
}
.activo{
border-top: 1px solid #1590f5;
}
.boton,#botonRegistro{
padding: 15px;
background-color: #fff;
color:rgb(21, 144, 245);
border: none;
text-align: center;
text-transform: uppercase;
font-weight: bold;
transition: all 0.4s ease;
font-size: 1.3em;
}
.boton:hover,#botonRegistro:hover{
cursor:pointer;
color:#fff;
background-color: #1590f5;
}
/**********Header**********/
header.cabecera{
background-image: url(../img/principal.jpg);
background-position: center center;
background-size:cover;
height: 60vh;
}
header.cabecera div{
width: 100%;
background-color: rgba(0,0,0,.6);
}
header.cabecera div img{
width: 40%;
display: block;
margin-top: 20vh;
margin-left: 30%;
margin-right: 30%;
border-radius: 3%;
padding: 25px;
}
/*** Barra menu principal ***/
div.barra-nav{
width: 100%;
background-color: #1590f5;
}
nav.menu-principal{
width: 100%;
display: none;
}
nav.menu-principal a{
padding: 15px 0;
width: 100%;
font-size: 1.3em;
color: white;
text-decoration: none;
text-transform: uppercase;
text-align: center;
display: block;
clear: both;
transition: all 0.4s ease-in-out;
}
nav.menu-principal a:hover{
color: rgb(9, 128, 224);
background-color: #fff;
}
@media only screen and (min-width:768px){
nav.menu-principal{
width: 90%;
margin: 0 auto;
display: block;
float: right;
text-align: left;
}
nav.menu-principal a{
width: auto;
padding: 10px 5%;
text-align: center;
display: inline-block;
}
}
/*** Menu movil ***/
div.menu-movil{
width:100px;
display: block;
float: right;
margin-top: 12px;
margin-bottom: 12px;
text-align: right;
margin-right: 15px;
padding: 15px;
transition: all 0.3s ease-out;
}
div.menu-movil:hover{
cursor: pointer;
background-color: #fff;
}
div.menu-movil span{
background-color: #fff;
height: 8px;
margin-bottom: 10px;
display: block;
transition: all 0.3s ease-out;
}
div.menu-movil span:last-child{
margin-bottom: 0;
}
div.menu-movil:hover span{
background-color: #1590f5;
}
@media only screen and (min-width:768px){
div.menu-movil{
display: none;
}
}
/*** Recetas y demas ***/
.contenido{
width: 95%;
margin: 0 auto;
}
@media only screen and (min-width:768px){
.contenido{
width: 90%;
margin: 0 auto;
}
}
@media only screen and (min-width:998px){
.contenido{
width: 90%;
max-width: 1100px;
}
}
nav.programas{
width: 100%;
border-bottom: 2px solid #1590f5;
margin: 25px 0;
}
nav.programas a{
width: 100%;
padding: 10px 0;
font-size: 1.3em;
display: block;
transition: all 0.4s ease;
color:#1590f5;
text-align: center;
text-transform: uppercase;
}
nav.programas a:hover{
background-color: #1590f5;
color: #fff;
transform: scale(1.1);
}
@media only screen and (min-width:768px){
nav.programas a{
width: 33.3%;
float: left;
display: inline-block;
}
}
div.info-programa{
box-shadow: 1px 1px 2px 3px rgba(0,0,0,0.2);
width: 95%;
margin: 5px auto 10px auto;
padding: 20px;
}
@media only screen and (min-width:768px){
div.info-programa{
width: 85%;
}
}
div.info-programa h3{
width: 100%;
text-align: left;
font-size: 1.6em;
color: #2270b1;
}
article.articulos{
border-bottom: 2px solid #1590f5;
width: 100%;
font-size: 1.15em;
}
article.articulos img{
width: 60%;
display: block;
margin: 0 20% 15px 20%;
box-shadow: 0px 0px 1px 2px rgba(21, 144, 245,0.4);
}
@media only screen and (min-width:768px){
article.articulos img{
float: left;
width: 30%;
margin: 0 15px 15px 5px;
}
}
/** Restaurants **/
div.info-restaurants{
display: none;
}
div.info-restaurants article.articulos{
width: 90%;
margin: 5px auto;
padding: 10px;
}
@media only screen and (min-width: 768px) {
div.info-restaurants article.articulos{
width: 50%;
float: left;
}
}
div.info-restaurants article.articulos img{
width: 95%;
}
@media only screen and (min-width: 768px) {
div.info-restaurants article.articulos img{
float: none;
}
}
/** Chefs **/
div.info-chefs{
display: none;
}
div.cajon{
display: block;
float: left;
width: 50%;
padding: 10px;
}
@media only screen and (min-width: 768px){
div.cajon{
width: 25%;
}
}
div.cajon a{
width: 100%;
}
div.cajon a img{
width: 100%;
-webkit-filter: grayscale(.7);
-webkit-transition: all .4s ease-in-out;
}
div.cajon a img:hover{
-webkit-filter: grayscale(0);
-webkit-transform:scale(1.1) ;
}
div.cajon p {
text-align: center;
font-size:1.2em;
color:#1590f5;
font-weight: bold;
padding: 5px;
border-bottom: 2px solid #1590f5;
border-right: 1.9px solid #1590f5;
}
/**** seccion-cursos ****/
div.seccion-cursos{
/* border: 2px solid rgba(21, 144, 245,0.4); */
box-shadow: 0 0 1px 0.5px rgba(0,0,0,0.2);
padding: 10px;
}
div.bloques-cursos{
width: 100%;
margin-bottom: 15px;
}
@media only screen and (min-width:768px){
div.bloques-cursos{
width: 33.3%;
float: left;
margin-bottom: 0;
}
}
.planes,.registro,.categorias-cursos{
width: 95%;
margin: 15px auto;
padding: 10px;
background-color: #19ee9c;
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
}
.rcp{
width:95%!important;
margin: 0 auto;
max-width: 1200px;
}
/** registro**/
div.registro{
padding: 25px;
}
div.registro a{
width: 100%;
background-color: #fff;
color: #19ee9c;
padding: 15px 0;
margin: auto 0;
text-align: center;
text-transform: uppercase;
font-size: 1.4em;
display: block;
font-weight: bold;
margin-top: 70%;
transition: all .3s ease-out;
}
div.registro a:hover{
background-color: #19ee9c;
color: #fff;
border: 2px solid #fff;
}
@media only screen and (min-width:690px) {
div.registro a{
margin-top: 120%;
}
}
/** categorias **/
div.categoria h3, div.planes h3{
color:#fff;
}
div.categoria h3{
text-align: center;
border-bottom: 1px solid #fff;
padding: 15px 0;
}
div.categoria ul{
list-style: none;
}
div.categoria ul li{
margin-left: -20px;
margin-bottom: 20px;
border-bottom: 2px solid #fff;
transition: all 0.4s ease-in;
padding: 15px 5px;
width: 95%;
}
div.categoria ul li:hover{
transform: scale(1.1);
-moz-transform: scale(1.1);
background-color: #0db373;
}
div.categoria ul li a{
color: #fff;
font-size: 1.1em;
text-transform: uppercase;
}
/** Planes **/
div.planes{
padding-top:15px;
background-color: transparent;
box-shadow: none;
}
div.planes > h3{
text-align: center;
color:#1590f5;
margin-bottom: 10px;
}
div.plan{
margin-bottom: 15px;
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
padding:10px;
}
div.plan h3{
text-align: center;
background-color: #1590f5;
}
div.plan ul li{
color:#fff;
font-size: 1.2em;
border-left: 4px solid #1590f5;
margin-bottom: 5px;
margin-left: -18px;
padding-left: 5px;
}
div.plan:nth-of-type(1){
background-color: #C88023;
}
div.plan:nth-of-type(2){
background-color: #A6A6A6;
}
div.plan:nth-of-type(3){
background-color: #C9D32F;
}
/**** Barra movible ****/
.parallax::before{
width:100%;
height: 100%;
position: absolute;
top:0;
left: 0;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
filter: brightness(.6);
-webkit-filter: brightness(.6);
}
div.barraMov{
position: relative;
height: auto;
}
div.barraMov::before{
content: '';
background-image: url(../img/cafe.jpg);
}
div.barraMov h2{
position: relative;
padding: 70px 0;
}
/****** Footer *******/
nav.menu-redes{
width: 95%;
margin: 0 auto 95px auto;
clear: both;
}
nav.menu-redes a{
width: 20%;
font-size: 1.8em;
color: #1590f5;
float: left;
display: inline-block;
text-align: center;
}
@media only screen and (min-width:768px){
nav.menu-redes{
width: 80%;
}
nav.menu-redes a{
color:#6191e2;
}
}
footer{
background-color:#092d4b;
padding-top: 15px;
margin:50px 0 0 0;
}
footer p:last-child{
color: #fff;
text-align: center;
padding: 10px 0;
font-size: 1.1em;
}
footer h3{
font-size: 1.1em;
text-align: center;
margin-bottom:15px;
}
div.cuadros{
width: 100%;
padding:20px;
height: 40vh;
border-bottom: 1px solid rgb(25, 35, 49);
}
@media only screen and (min-width:480px) and (max-width:767px){
div.cuadros {
width: 50%;
float: left;
}
}
@media only screen and (min-width:768px){
div.cuadros{
width: 25%;
float: left;
border-right: 1px solid rgb(25, 35, 49);
}
}
div.descripcion p{
text-align: justify;
font-size: 16px;
color: #757e97;
padding: 0;
}
div.servicios a,div.redes a{
width: 100%;
display: block;
color: #757e97;
padding: 5px 0;
}
@media only screen and (min-width:480px) and (max-width:767px){
div.servicios a,div.redes a{
float: left;
width: 50%;
display: inline-block;
padding-left: 25px;
}
}
@media only screen and (min-width:768px){
div.servicios a,div.redes a{
margin-left: 50px;
}
}
div.contacto ul{
list-style: none;
}
div.contacto ul li{
color:#757e97;
margin-bottom: 10px;
}
/*********** INTERNAS ************/
/**** Seccion cursos ****/
div.seccion-cursos{
border-top: 2px solid #1590f5;
margin-top:20px;
width: 100%;
}
div.sec-curso{
width: 98%;
margin: 20px auto 0 auto;
padding:5px;
}
@media only screen and (min-width:768px){
div.sec-curso{
width: 50%;
float: left;
}
div.sec-curso:last-child{
float: none;
display: inline-block;
margin-left: auto!important;
margin-right: auto!important;
}
}
div.descripcion-curso{
position: relative;
overflow: hidden;
}
div.descripcion-curso img{
width: 100%;
filter: grey;
-webkit-filter: grayscale(.8);
-webkit-transition: all 0.4s ease-in-out;
}
div.descripcion-curso:hover img{
-webkit-filter: grayscale(0);
-webkit-transform: scale(1.1);
}
div.descripcion-curso div.detalles{
position: absolute;
bottom: 0;
left: 0;
margin: 0;
background-color: rgba(35, 143, 231, 0.2);
width: 100%;
-webkit-transition: all 0.4s ease-in-out;
}
div.detalles p{
color: #fff;
padding: 0px 10px;
text-align: right;
text-transform: uppercase;
font-weight: bold;
}
div.descripcion-curso:hover div.detalles{
bottom: -80px;
opacity: 0;
}
/** Resumem **/
div.seleccion-cursos{
margin-bottom: 25px;
}
div.calculo{
width:100%;
/*background-color: #19ee9c;*/
background-color: #000;
border-radius: 6px;
box-shadow: 1px 2px 3px 2px rgba(0,0,0,.4);
padding: 20px;
}
div.seleccion img{
width: 100%;
margin: 11px 0;
}
/**Los checkboxes y radio buttons**/
div#seleccionar,div#seleccionarPlan{
width: 95%;
padding: 15px;
margin: 10px auto;
}
div#seleccionarPlan input[type="checkbox"],div#seleccionar input[type="checkbox"]{
display: none;
}
@media only screen and (min-width:768px){
div#seleccionar,div#seleccionarPlan{
width: 33.3%;
float: left;
margin: 0;
padding: 15px 15px 15px 25px;
}
div.seleccion img{
width: 33%;
margin: 15px 0.15%;
float: right
}
}
div#seleccionar p,
div#seleccionarPlan p{
font-size: 1.2em;
font-weight: bold;
color: #1590f5;
}
div#seleccionar label,
div#seleccionarPlan label{
width: 100%;
font-family: 'Krona One', sans-serif;
display: inline-block;
position:relative;
margin-bottom: 5px;
padding: 2.5px 15px 2.5px 45px;
font-size: 1.2em;
color: #fff;
cursor:pointer;
transition: all .4s ease-out;
border-radius: 5px;
}
@media only screen and (max-width:768px){
div#seleccionar label,
div#seleccionarPlan label{
width: 50%;
float: left;
}
}
div#seleccionar label:hover,
div#seleccionarPlan label:hover{
background-color: #fff;
color:#1590f5;
}
div#seleccionar label:before,
div#seleccionarPlan label:before{
content: "";
display: inline-block;
width: 19px;
height: 19px;
border: 2px solid #1590f5;
background-color: none;
border-radius: 3px;
position: absolute;
left: 17px;
top: 9px;
}
div#seleccionar input[type="checkbox"]:checked +label,
div#seleccionarPlan input[type="checkbox"]:checked +label{
padding: 5px 15px;
background-color: #1590f5;
color:#fff;
}
div#seleccionar input[type="checkbox"]:checked +label:before,
div#seleccionarPlan input[type="checkbox"]:checked +label:before{
display: none;
}
div#seleccionar label input{
margin-right: 15px;
}
/** fin de checkboxes y radio buttons**/
.aparicion{
border-radius: 3px;
color:#fff;
background-color: #F64C10;
padding:15px 2px 15px 25px;
/*font-family: 'PT Serif', serif;*/
font-weight: bold;
font-family: 'PT Sans', sans-serif;
box-shadow: 0px 0px 2px 2px #FF5E1F;
}
.aparicion li{
text-transform: uppercase;
text-align: center;
}
div.muestraResultados{
width:90%;
margin:5px auto;
}
div#resumen{
color:#1590f5;
width: 70%;
padding: 10px;
margin:10px auto;
display: none;
}
div#resumen ul{
margin: 15px;
}
div#resumen ul li{
list-style: none;
font-size: 1.4em;
transition: all .5s ease-in-out;
}
div.finalCursos h3{
text-align: center;
font-family: 'Anton', sans-serif;
font-size: 1.8em;
margin: 5px 0;
width: 100%;
display: block;
}
div.finalCursos input.boton{
width:fit-content;
display: block;
margin: 30px auto 15px auto;
}
@media only screen and (min-width:768px){
div.muestraResultados{
width: 100%;
}
div.finalCursos{
width: 40%;
float: right;
}
div#resumen{
width: 60%;
float: left;
}
}
#sumaTotal{
color:#fff;
font-size: 1.4em;
padding: 12px 0;
text-align: center;
border-radius: 3px;
background-color: gold;
display: none;
margin: 15px 0;
}
div.calculo input[type="submit"]{
width:40%;
display: block;
margin:25px auto;
}
/******* Registro ********/
.seccion-registro{
margin: 40px auto;
}
div.registrar{
background-color: #1590f5;
padding: 20px
}
form.login label{
width: 80%;
margin: 5px auto 0 auto;
display: block;
font-size: 1.4em;
text-transform: uppercase;
text-align: left;
color: #fff;
padding-left: 20%;
}
form.login label input{
display: block;
width:100%;
margin: 5px 0;
}
form.login label input[type=text],form.login label input[type=password],form.login label input[type=email]{
border:none;
background-color: #1590f5;
border-bottom: 1px solid #fff;
padding: 8px 2px;
max-width: 450px;
letter-spacing: 1px;
transition: all 0.3s ease-in-out;
font-size: 1.3em;
color: #fff;
}
form.login input::-moz-placeholder{
color: #fff;
}
form.login input[type=text]:focus,form.login input[type=password]:focus,form.login input[type=email]:focus{
outline: none;
border-bottom: 1px solid #fff;
transform: scale(1.1);
color: #fff;
}
form.login input[type=text]::after,form.login input[type=password]::after,form.login input[type=email]::after{
border-bottom: 1px solid #fff;
}
/*@media only screen and (min-width:768px) {
form.login label:nth-of-type(odd){
float: left;
width: 50%;
margin-bottom: 15px;
}
form.login label:nth-of-type(even){
float: right;
width: 50%;
margin-bottom: 15px;
}
form.login label input{
width: 90%;
}
}*/
form.login input#botonRegistro{
width:80%;
margin: 20px 10%;
}
@media only screen and (min-width:768px){
form.login input.boton{
width: 60%;
margin: 20px 20%;
}
}
#error{
width: 100%;
text-align: center;
font-weight: bold;
font-size: 1.2em;
}
/****** Usuario *****/
div.respuesta-registro{
border: 3px solid #1590f5;
margin: 20px 0;
padding: 10px;
}
h4{
text-align: center;
width: 100%;
font-size: 3em;
font-weight: bold;
}
div.respuesta-registro h4 i{
font-size: 6em;
}
div.respuesta-registro h4 i.fa-check-circle{
color:green;
}div.respuesta-registro h4 i.fa-times-circle{
color:red;
}
div.respuesta-registro a.boton{
text-align: center;
display: block;
width: 25%;
margin: 5px auto;
background-color: #1590f5;
color: #fff;
}
div.respuesta-registro a.boton:hover{
color:#1590f5;
background-color: #fff;
}
div.respuesta-registro p{
color: #1590f5;
font-size: 1.4em;
text-align: center;
}
/** Recetario **/
.recetario{
background-color:#FB9FF8!important;
}
.seleccionado{
color: #fff!important;
background-color:#1590f5;
}
aside#cat_recetas{
width: 100%;
padding: 20px;
}
div.selec_cat{
background-color: #fff;
border-radius: 9px;
padding:10px 0 10px 10px;
box-shadow: 1px 2px 5px 3px rgba(0,0,0,0.4);
}
div.selec_cat h3{
text-align: center;
}
@media only screen and (min-width: 768px){
aside#cat_recetas{
width: 30%;
float: left;
}
}
ul{
list-style: none;
}
div.selec_cat ul li{
margin-top: 5px;
margin-left: -10px;
font-weight: bold;
}
div.selec_cat ul li a{
display: block;
width: 100%;
padding: 8px 10px;
font-family: 'Ubuntu Condensed', sans-serif;
font-size: 1.3em;
color:#000;
text-align: center;
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
transition: all .4s ease-in-out;
}
div.selec_cat ul li a:hover{
background-color: #fb9ff8;
color:#fff;
}
div.recetas{
width: 100%;
padding: 20px;
}
@media only screen and (min-width: 768px){
div.recetas{
width: 70%;
float: right;
}
div.selec_cat ul li a{
text-align: left;
}
}
div.receta{
background-color: #fff;
padding: 10px 20px;
border-radius: 20px;
margin-bottom: 15px;
box-shadow: 1px 20px 20px 8px rgba(0,0,0,0.5);
/*display: none;*/
}
div.receta img{
width:100%;
}
div.receta ul{
list-style: circle;
}
div.receta p, div.receta ul li{
font-family: 'Josefin Sans', sans-serif;
/*font-family: 'Ubuntu Condensed', sans-serif;*/
/*font-family: 'Patua One', cursive;*/
font-size:1.2em;
}
body.recetario nav.menu-redes a{
color:#fff;
}
/**Chefs **/
div.cont_chef{
width: 100%;
padding: 15px;
background-color: #1590f5;
color: #fff;
margin-top: 15px;
margin-bottom: 12px;
border-radius: 9px;
box-shadow: 1px 1px 5px 2px rgba(0,0,0,.3);
}
div.cont_chef img{
width: 50%;
margin:10px 25%;
display: inline-block;
}
div.cont_chef p{
display: block;
margin:0 0 10px 5px;
font-family: 'Josefin Sans', sans-serif;
font-size: 1.05em;
/*width: 60%;*/
}
div.cont_chef p.nom_chef{
text-transform: uppercase;
font-weight: bold;
font-size: 1.4em;
padding: 10px 30px;
font-family: 'Patua One', cursive;
background-color: #fff;
color: #1590f5;
}
div.cont_chef p i{
font-size: 0.9em;
}
@media only screen and (min-width: 768px){
div.cont_chef img{
width: 25%;
margin: 0 0 10px 0;
padding-right: 15px;
float: left;
}
}
/** Blog **/
div.noticias{
width:100%;
padding:15px;
}
div.noticia{
background-color: #1590f5;
color:#fff;
padding: 15px;
margin-bottom: 20px;
border-radius: 4px;
box-shadow: 1px 1px 3px 4px rgba(0,0,0,.3);
}
div.noticia h3{
text-align: center;
font-weight: bold;
color:#fff;
font-size: 2em;
}
div.noticia img{
width: 85%;
margin:10px 7.5%;
}
div.noticia p{
padding-left: 5px;
}
@media only screen and (min-width: 768px){
div.noticias{
width: 70%;
float: left;
margin:0 0 20px 0 ;
}
}
div.noticia textarea{
outline: 0;
width: 70%;
margin: 5px 0 5px 30%;
display: block;
max-height: 100px;
height: 100px;
padding: 8px 10px;
border:none;
background-color: transparent;
border-bottom: 2px solid #fff;
}
div.noticia textarea:focus{
color: #fff;
}
aside.panel{
background-color: #fff;
border-bottom: 2px solid #1590f5;
border-radius: 3px;
display: none;
box-shadow: 1px 1px 4px 4px rgba(0,0,0,.1);
}
@media only screen and (min-width: 768px){
aside.panel{
width: 30%;
float: right;
/*min-height: 500px;*/
margin-top: 15px;
display:inline-block;
}
}
aside.panel h4{
font-size: 1.6em;
color: #1590f5;
}
aside.panel ul li{
margin-bottom: 5px;
font-size: 1.1em;
color: #1590f5;
transition: all .3s ease;
}
aside.panel ul li:hover{
transform: scale(1.04);
cursor: pointer;
}
.fixed{
position: fixed;
width: 100%;
top: 0;
right: 15px;
z-index: 1;/*colocamos esto para que la barra en algun punto no deje de verse*/
}
div.noticia button.boton{
margin:20px 0 20px 75%;
}
div.noticia button.boton:hover{
background-color: #F0300A;
}
div#panel_movil{
width: 85px;
float: right;
margin-top: 12px;
margin-bottom: 15px;
text-align: right;
margin-right: 15px;
padding: 15px;
transition: all 0.3s ease-out;
background-color: #fff;
}
div#panel_movil span{
background-color: #1590f5;
height: 8px;
margin-bottom: 10px;
display: block;
width: 100%;
transition: all 0.3s ease-out;
}
div#panel_movil span:last-child{
margin-bottom: 0;
}
div#panel_movil:hover{
cursor: pointer;
}
@media only screen and (min-width: 768px){
div#panel_movil{
display: none;
}
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap; /* 1 */
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
-webkit-clip-path: none;
clip-path: none;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
white-space: inherit;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
| 0.517571 | 0.080828 |
.topnav {
overflow: hidden;
background-color: #214252;
}
/* Style the links inside the navigation bar */
.topnav a {
float: left;
display: block;
color: #e6d5b8;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
/* Change the color of links on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}
/* Style the "active" element to highlight the current page */
.topnav a.active {
background-color: #2196F3;
color: white;
}
/* Style the search box inside the navigation bar */
.topnav input[type=text] {
float: right;
padding: 6px;
border: none;
margin-top: 8px;
margin-right: 16px;
font-size: 17px;
}
/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
@media screen and (max-width: 600px) {
.topnav a, .topnav input[type=text] {
float: none;
display: block;
text-align: left;
width: 100%;
margin: 0;
padding: 14px;
}
.topnav input[type=text] {
border: 1px solid #ccc;
}
}
#features{
padding: 3% 10%;
background-color:#1f6f8b;
position: relative;
/* dont really have to use this but html stacking would have done the job */
}
#tables{
padding: 5% 10%;
background-color:#99a8b2;
position: relative;
}
#searchButtons {
background-color:#214252;
}
footer {
color: #DBEDF3;
font-family: sans-serif;
}
/*images*/
img {
border: 1px solid #1f6f8b;
border-radius: 4px;
padding: 5px;
width: 300px;
height: 250px;
}
h4{
color: #e6d5b8;
}
.row {
display: flex;
}
.column {
flex: 33.33%;
padding: 5px;
}
table {
background-color:#DBEDF3;
border-collapse: collapse;
width: 50%;
font-family: monospace;
font-size: 25px;
text-align: left;
}
th, td {
padding: 8px;
text-align: left;
border-bottom: 1px solid #ddd;
}
.buttons {
padding: 5% 5% 5% 5%;
}
.results {
outline: none;
border: 5px solid #404B69;
font-size: 1rem;
font-family: 'Arvo', cursive;
line-height: 2;
font-weight: 900;
color: #e6d5b8;;
border-radius: 15px;
width: 300px;
height: auto;
text-align: center;
margin: 30px;
background-color: #1f6f8b;
}
.events {
outline: none;
border: 5px solid #404B69;
font-size: 1rem;
font-family: 'Arvo', cursive;
line-height: 2;
font-weight: 900;
color: #e6d5b8;;
border-radius: 15px;
width: 200px;
height: 200px;
text-align: center;
margin: 30px;
background-color: #1f6f8b;
}
|
Working project copy/styles.css
|
.topnav {
overflow: hidden;
background-color: #214252;
}
/* Style the links inside the navigation bar */
.topnav a {
float: left;
display: block;
color: #e6d5b8;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
/* Change the color of links on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}
/* Style the "active" element to highlight the current page */
.topnav a.active {
background-color: #2196F3;
color: white;
}
/* Style the search box inside the navigation bar */
.topnav input[type=text] {
float: right;
padding: 6px;
border: none;
margin-top: 8px;
margin-right: 16px;
font-size: 17px;
}
/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
@media screen and (max-width: 600px) {
.topnav a, .topnav input[type=text] {
float: none;
display: block;
text-align: left;
width: 100%;
margin: 0;
padding: 14px;
}
.topnav input[type=text] {
border: 1px solid #ccc;
}
}
#features{
padding: 3% 10%;
background-color:#1f6f8b;
position: relative;
/* dont really have to use this but html stacking would have done the job */
}
#tables{
padding: 5% 10%;
background-color:#99a8b2;
position: relative;
}
#searchButtons {
background-color:#214252;
}
footer {
color: #DBEDF3;
font-family: sans-serif;
}
/*images*/
img {
border: 1px solid #1f6f8b;
border-radius: 4px;
padding: 5px;
width: 300px;
height: 250px;
}
h4{
color: #e6d5b8;
}
.row {
display: flex;
}
.column {
flex: 33.33%;
padding: 5px;
}
table {
background-color:#DBEDF3;
border-collapse: collapse;
width: 50%;
font-family: monospace;
font-size: 25px;
text-align: left;
}
th, td {
padding: 8px;
text-align: left;
border-bottom: 1px solid #ddd;
}
.buttons {
padding: 5% 5% 5% 5%;
}
.results {
outline: none;
border: 5px solid #404B69;
font-size: 1rem;
font-family: 'Arvo', cursive;
line-height: 2;
font-weight: 900;
color: #e6d5b8;;
border-radius: 15px;
width: 300px;
height: auto;
text-align: center;
margin: 30px;
background-color: #1f6f8b;
}
.events {
outline: none;
border: 5px solid #404B69;
font-size: 1rem;
font-family: 'Arvo', cursive;
line-height: 2;
font-weight: 900;
color: #e6d5b8;;
border-radius: 15px;
width: 200px;
height: 200px;
text-align: center;
margin: 30px;
background-color: #1f6f8b;
}
| 0.398992 | 0.101589 |
* font-family: 'Alegreya Sans SC', sans-serif; -- h1, h2, (h3?)
* font-family: 'PT Sans', sans-serif; -- body */
/* General Styles */
body {
width: 960px;
margin: 0 auto;
font: 14px/22px 'PT Sans', Helvetica, Arial, sans-serif, 'Comic Sans MS';
}
p { margin: 11px; }
img { margin: 10px; }
/* Lists */
ol,
ul { padding-left: 40px; }
ol { list-style-type: decimal; }
ul { list-style-type: disc; }
dl {
margin: 15px;
background-color: #444;
border-radius: 10px;
padding: 10px;
max-width: 50%;
}
dl > img {
max-height: 100px;
max-width: 100px;
float: left;
}
dt {
font-weight: bold;
padding: 2px;
margin-top: 10px;
}
dd {
border-radius: 5px;
padding: 5px;
margin: 3px 10px 15px 0;
background-color: #888;
}
/* Headings */
h1 {
font: bold 40px/44px 'Alegreya Sans SC', Helvetica, Arial, sans-serif, 'Comic Sans MS';
margin: 0 120px auto 80px;
}
h2 {
font: bold 30px/33px 'Alegreya Sans SC', Helvetica, Arial, sans-serif, 'Comic Sans MS';
margin: 0 20px auto 60px;
}
h3,
h4 {
font: bold 24px/26px 'Alegreya Sans SC', Helvetica, Arial, sans-serif, 'Comic Sans MS';
margin: 0 5px auto 48px;
}
h4 { font-weight: bold; }
h5,
h6 {
font: 20px/22px 'Alegreya Sans SC', Helvetica, Arial, sans-serif, 'Comic Sans MS';
margin: 0 5px auto 40px;
}
h5 { font-weight: bold; }
/* Header */
header {
height: 60px;
border-bottom: 2px #ccc solid;
padding: 20px 20px 50px;
margin-bottom: 30px;
}
header h1 {
position: relative;
top: 25px;
}
header img {
width: 100px;
float: left;
position: relative;
margin: 0 20px 0 0;
}
header nav {
text-align: right;
margin-top: 40px;
}
header nav a,
header nav a:link,
header nav a:visited {
color: black;
text-decoration: none;
margin: auto 10px;
}
/* Forms */
form {
background-color: #eee;
display: inline-block;
border-radius: 25px;
padding: 10px;
margin: 10px;
height: 400px;
}
form fieldset {
border: none;
background-color: #bbb;
border-radius: 15px;
padding: 20px;
margin: 10px;
}
form legend {
font: bold 40px/44px 'Alegreya Sans SC', Helvetica, Arial, sans-serif, 'Comic Sans MS';
color: white;
background-color: rgba(168, 168, 168, 0.75);
padding: 5px;
border-radius: 5px;
}
form label {
margin-right: 15px;
float: left;
text-align: right;
width: 100px;
}
form input[type=button],
form input[type=submit] {
background: -moz-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(209,209,209,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(209,209,209,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(209,209,209,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(209,209,209,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(209,209,209,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
border-radius: 5px;
border: 1px solid #888;
padding: 3px;
margin: 2px;
font: 14px/22px 'PT Sans', Helvetica, Arial, sans-serif, 'Comic Sans MS';
}
form input[type=button]:hover,
form input[type=submit]:hover {
border: 1px solid black;
}
form input[type=text] {
font: 13px/21px 'PT Sans', Helvetica, Arial, sans-serif, 'Comic Sans MS';
border-radius: 2px;
color: black;
border: 1px solid #eee;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
form input[type=text]:focus {
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
form select {
border-radius: 2px;
border: none;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
#account-forms { text-align: center; }
#account-forms > form {
background-color: #eee;
display: inline-block;
border-radius: 25px;
padding: 10px;
margin: 10px;
height: 400px;
}
#account-forms a {
position: relative;
color: black;
text-decoration: none;
background-color: #aaa;
padding: 5px;
border-radius: 5px;
border: 1px black solid;
font: 12px/14px 'PT Sans', Helvetica, Arial, sans-serif, 'Comic Sans MS';
}
#account-forms legend {
font: 20px/22px 'Alegreya Sans SC', Helvetica, Arial, sans-serif, 'Comic Sans MS';
}
#login-form > fieldset {
position: relative;
top: 25%;
}
/* Wishlist/Profile page */
#profile-img {
max-width: 100px;
max-height: 100px;
float: left;
margin: 0 20px;
}
#display-name { margin-top: 0; }
hr {
position: relative;
left: 12.5%;
border: 0;
height: 1px;
width: 75%;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
}
#share {
background-color: #eee;
border: 1px #ddd solid;
padding: 10px;
border-radius: 10px;
font: bold 20px/22px 'Alegreya Sans SC', Helvetica, Arial, sans-serif, 'Comic Sans MS';
float: right;
margin-right: 30px;
color: black;
text-decoration: none;
}
/* Product List */
#product-list { margin-left: 20px; }
#product-list > a {
display: block;
margin: 10px 20px;
float: left;
width: 45%;
}
#product-list figure {
height: 90px;
padding: 5px;
margin: 0;
border-radius: 10px;
border: 1px solid #ddd;
background: #eee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
#product-list figure:hover { border: 1px solid #aaa; }
#product-list figcaption { padding: 20px 0 0 90px; }
#product-list img {
max-width: 80px;
max-height: 80px;
float: left;
padding: 5px;
}
#product-list a,
#product-list a:link,
#product-list a:visited {
color: black;
text-decoration: none;
}
#product-list figure {
border-radius: 10px;
border: 1px solid #ddd;
background: #eee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
#product-list .tooltip {
display: inline;
position: relative;
}
.tooltip:hover:after{
background: #333;
background: rgba(0,0,0,.8);
border-radius: 5px;
bottom: 26px;
color: #fff;
content: attr(tooltip);
left: 50%;
padding: 5px 15px;
position: absolute;
z-index: 98;
width: 220px;
}
.tooltip:hover:before{
border: solid;
border-color: #333 transparent;
border-width: 6px 6px 0 6px;
bottom: 20px;
content: "";
left: 55%;
position: absolute;
z-index: 99;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after { clear: both; }
/* Footer */
footer {
clear: both;
text-align: center;
padding: 20px;
}
|
static/css/styleguide.css
|
* font-family: 'Alegreya Sans SC', sans-serif; -- h1, h2, (h3?)
* font-family: 'PT Sans', sans-serif; -- body */
/* General Styles */
body {
width: 960px;
margin: 0 auto;
font: 14px/22px 'PT Sans', Helvetica, Arial, sans-serif, 'Comic Sans MS';
}
p { margin: 11px; }
img { margin: 10px; }
/* Lists */
ol,
ul { padding-left: 40px; }
ol { list-style-type: decimal; }
ul { list-style-type: disc; }
dl {
margin: 15px;
background-color: #444;
border-radius: 10px;
padding: 10px;
max-width: 50%;
}
dl > img {
max-height: 100px;
max-width: 100px;
float: left;
}
dt {
font-weight: bold;
padding: 2px;
margin-top: 10px;
}
dd {
border-radius: 5px;
padding: 5px;
margin: 3px 10px 15px 0;
background-color: #888;
}
/* Headings */
h1 {
font: bold 40px/44px 'Alegreya Sans SC', Helvetica, Arial, sans-serif, 'Comic Sans MS';
margin: 0 120px auto 80px;
}
h2 {
font: bold 30px/33px 'Alegreya Sans SC', Helvetica, Arial, sans-serif, 'Comic Sans MS';
margin: 0 20px auto 60px;
}
h3,
h4 {
font: bold 24px/26px 'Alegreya Sans SC', Helvetica, Arial, sans-serif, 'Comic Sans MS';
margin: 0 5px auto 48px;
}
h4 { font-weight: bold; }
h5,
h6 {
font: 20px/22px 'Alegreya Sans SC', Helvetica, Arial, sans-serif, 'Comic Sans MS';
margin: 0 5px auto 40px;
}
h5 { font-weight: bold; }
/* Header */
header {
height: 60px;
border-bottom: 2px #ccc solid;
padding: 20px 20px 50px;
margin-bottom: 30px;
}
header h1 {
position: relative;
top: 25px;
}
header img {
width: 100px;
float: left;
position: relative;
margin: 0 20px 0 0;
}
header nav {
text-align: right;
margin-top: 40px;
}
header nav a,
header nav a:link,
header nav a:visited {
color: black;
text-decoration: none;
margin: auto 10px;
}
/* Forms */
form {
background-color: #eee;
display: inline-block;
border-radius: 25px;
padding: 10px;
margin: 10px;
height: 400px;
}
form fieldset {
border: none;
background-color: #bbb;
border-radius: 15px;
padding: 20px;
margin: 10px;
}
form legend {
font: bold 40px/44px 'Alegreya Sans SC', Helvetica, Arial, sans-serif, 'Comic Sans MS';
color: white;
background-color: rgba(168, 168, 168, 0.75);
padding: 5px;
border-radius: 5px;
}
form label {
margin-right: 15px;
float: left;
text-align: right;
width: 100px;
}
form input[type=button],
form input[type=submit] {
background: -moz-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(209,209,209,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(209,209,209,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(209,209,209,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(209,209,209,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(209,209,209,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
border-radius: 5px;
border: 1px solid #888;
padding: 3px;
margin: 2px;
font: 14px/22px 'PT Sans', Helvetica, Arial, sans-serif, 'Comic Sans MS';
}
form input[type=button]:hover,
form input[type=submit]:hover {
border: 1px solid black;
}
form input[type=text] {
font: 13px/21px 'PT Sans', Helvetica, Arial, sans-serif, 'Comic Sans MS';
border-radius: 2px;
color: black;
border: 1px solid #eee;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
form input[type=text]:focus {
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
form select {
border-radius: 2px;
border: none;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
#account-forms { text-align: center; }
#account-forms > form {
background-color: #eee;
display: inline-block;
border-radius: 25px;
padding: 10px;
margin: 10px;
height: 400px;
}
#account-forms a {
position: relative;
color: black;
text-decoration: none;
background-color: #aaa;
padding: 5px;
border-radius: 5px;
border: 1px black solid;
font: 12px/14px 'PT Sans', Helvetica, Arial, sans-serif, 'Comic Sans MS';
}
#account-forms legend {
font: 20px/22px 'Alegreya Sans SC', Helvetica, Arial, sans-serif, 'Comic Sans MS';
}
#login-form > fieldset {
position: relative;
top: 25%;
}
/* Wishlist/Profile page */
#profile-img {
max-width: 100px;
max-height: 100px;
float: left;
margin: 0 20px;
}
#display-name { margin-top: 0; }
hr {
position: relative;
left: 12.5%;
border: 0;
height: 1px;
width: 75%;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
}
#share {
background-color: #eee;
border: 1px #ddd solid;
padding: 10px;
border-radius: 10px;
font: bold 20px/22px 'Alegreya Sans SC', Helvetica, Arial, sans-serif, 'Comic Sans MS';
float: right;
margin-right: 30px;
color: black;
text-decoration: none;
}
/* Product List */
#product-list { margin-left: 20px; }
#product-list > a {
display: block;
margin: 10px 20px;
float: left;
width: 45%;
}
#product-list figure {
height: 90px;
padding: 5px;
margin: 0;
border-radius: 10px;
border: 1px solid #ddd;
background: #eee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
#product-list figure:hover { border: 1px solid #aaa; }
#product-list figcaption { padding: 20px 0 0 90px; }
#product-list img {
max-width: 80px;
max-height: 80px;
float: left;
padding: 5px;
}
#product-list a,
#product-list a:link,
#product-list a:visited {
color: black;
text-decoration: none;
}
#product-list figure {
border-radius: 10px;
border: 1px solid #ddd;
background: #eee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
#product-list .tooltip {
display: inline;
position: relative;
}
.tooltip:hover:after{
background: #333;
background: rgba(0,0,0,.8);
border-radius: 5px;
bottom: 26px;
color: #fff;
content: attr(tooltip);
left: 50%;
padding: 5px 15px;
position: absolute;
z-index: 98;
width: 220px;
}
.tooltip:hover:before{
border: solid;
border-color: #333 transparent;
border-width: 6px 6px 0 6px;
bottom: 20px;
content: "";
left: 55%;
position: absolute;
z-index: 99;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after { clear: both; }
/* Footer */
footer {
clear: both;
text-align: center;
padding: 20px;
}
| 0.239438 | 0.127083 |
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://fonts.gstatic.com/s/opensans/v10/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJUo2lTMeWA_kmIyWrkNCwPc.woff2) format('woff2'), url(http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJR_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff');
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(http://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2'), url(http://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJYlIZu-HDpmDIZMigmsroc4.woff2) format('woff2'), url(http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJTqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}
/*
Font Sparkling
End
*/
|
css/sparkling-fontface.css
|
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://fonts.gstatic.com/s/opensans/v10/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJUo2lTMeWA_kmIyWrkNCwPc.woff2) format('woff2'), url(http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJR_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff');
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(http://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2'), url(http://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJYlIZu-HDpmDIZMigmsroc4.woff2) format('woff2'), url(http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJTqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}
/*
Font Sparkling
End
*/
| 0.338186 | 0.057918 |
html,
body
{
background-color: #3b3b3b !important;
opacity: 0.75;
}
.nbutton
{
color: #e3e3e3 !important;
}
.nbutton.active
{
background-color: #4a4a4a !important;
}
p
{
color: #e3e3e3 !important;
}
.uname
{
color: white;
}
/*
html,
body
{
padding: 0;
margin: 0;
overflow-x: hidden;
overflow-y: hidden;
user-select: none;
}
.Section_Chat_ELEMENT
{
position: absolute;
}
.Section_Chat_Topbar
{
height: 7vh;
width: 100vw;
}
.Section_Chat_Sidebar
{
margin-top: 7vh;
height: 93vh;
width: 15vw;
}
.Section_Chat_Button
{
height: 7vh;
width: 10vw;
}
.Section_Chat_ELEMENT_Fill,
.Section_Chat-ELEMENT_Fill:focus
{
height: inherit;
width: inherit;
outline: 0;
border: 0;
}
.Dropdown:hover
{
transform: translate(0, 0);
transition: transform 0.75s ease;
}
.Dropdown
{
transform: translate(0, -21vh);
transition: transform 0.75s ease;
z-index: 1000;
}
.mainframe
{
margin-top: 7vh;
margin-left: 15vw;
height: 93vh;
width: 85vw;
outline: 0;
border: 0;
position: absolute;
}
.modal
{
margin-left: 25vw;
margin-top: 25vh;
width: 50vw;
height: 50vh;
z-index: 503;
background-color: white;
position: absolute;
user-select: none;
padding: 10px;
}
.pagecover
{
width: 100vw;
height: 100vh;
z-index: 501;
position: absolute;
transition: filter 0.5s;
}
.cover
{
filter: blur(5px) grayscale(20%);
transition: filter 0.5s;
}
.ModalVis
{
display: block;
opacity: 1;
transition: opacity 0.75s;
}
.ModalHidden
{
display: none;
opacity: 0;
transition: opacity 0.75s;
}
.nbutton
{
width: 15vw;
height: 9vh;
background-color: transparent;
outline: 0;
border: 0;
text-align: left;
font-size: large;
z-index: 1500;
}
.nbutton.subtext
{
font-size: small;
}
.nbutton.active
{
background-color: #f0f0f0;
}
.nbutton:focus
{
outline: 0;
border: 0;
}
.mainframe.hidden
{
transition: opacity 0.5s;
opacity: 0;
z-index: -500;
}
.mainframe.inview
{
transition: opacity 0.5s;
opacity: 1;
position: absolute;
z-index: 500;
}
.textinput
{
width: 15vw;
height: 5vh;
border: 0;
outline: 0;
background-color: #f9f9f9;
position: absolute;
}
.textinputsub
{
width: 15vw;
height: 20vh;
background-color: #f0f0f0;
position: absolute;
margin-top: 6vh;
scroll-behavior: smooth;
overflow-x: hidden;
overflow-y: scroll;
}
.userlist
{
width: 15vw;
height: 30vh;
background-color: #f0f0f0;
margin-left: 20vw;
position: absolute;
}
.off9
{
position: absolute;
margin-left: 40vw;
}
*/
|
v3/app/css/dark.css
|
html,
body
{
background-color: #3b3b3b !important;
opacity: 0.75;
}
.nbutton
{
color: #e3e3e3 !important;
}
.nbutton.active
{
background-color: #4a4a4a !important;
}
p
{
color: #e3e3e3 !important;
}
.uname
{
color: white;
}
/*
html,
body
{
padding: 0;
margin: 0;
overflow-x: hidden;
overflow-y: hidden;
user-select: none;
}
.Section_Chat_ELEMENT
{
position: absolute;
}
.Section_Chat_Topbar
{
height: 7vh;
width: 100vw;
}
.Section_Chat_Sidebar
{
margin-top: 7vh;
height: 93vh;
width: 15vw;
}
.Section_Chat_Button
{
height: 7vh;
width: 10vw;
}
.Section_Chat_ELEMENT_Fill,
.Section_Chat-ELEMENT_Fill:focus
{
height: inherit;
width: inherit;
outline: 0;
border: 0;
}
.Dropdown:hover
{
transform: translate(0, 0);
transition: transform 0.75s ease;
}
.Dropdown
{
transform: translate(0, -21vh);
transition: transform 0.75s ease;
z-index: 1000;
}
.mainframe
{
margin-top: 7vh;
margin-left: 15vw;
height: 93vh;
width: 85vw;
outline: 0;
border: 0;
position: absolute;
}
.modal
{
margin-left: 25vw;
margin-top: 25vh;
width: 50vw;
height: 50vh;
z-index: 503;
background-color: white;
position: absolute;
user-select: none;
padding: 10px;
}
.pagecover
{
width: 100vw;
height: 100vh;
z-index: 501;
position: absolute;
transition: filter 0.5s;
}
.cover
{
filter: blur(5px) grayscale(20%);
transition: filter 0.5s;
}
.ModalVis
{
display: block;
opacity: 1;
transition: opacity 0.75s;
}
.ModalHidden
{
display: none;
opacity: 0;
transition: opacity 0.75s;
}
.nbutton
{
width: 15vw;
height: 9vh;
background-color: transparent;
outline: 0;
border: 0;
text-align: left;
font-size: large;
z-index: 1500;
}
.nbutton.subtext
{
font-size: small;
}
.nbutton.active
{
background-color: #f0f0f0;
}
.nbutton:focus
{
outline: 0;
border: 0;
}
.mainframe.hidden
{
transition: opacity 0.5s;
opacity: 0;
z-index: -500;
}
.mainframe.inview
{
transition: opacity 0.5s;
opacity: 1;
position: absolute;
z-index: 500;
}
.textinput
{
width: 15vw;
height: 5vh;
border: 0;
outline: 0;
background-color: #f9f9f9;
position: absolute;
}
.textinputsub
{
width: 15vw;
height: 20vh;
background-color: #f0f0f0;
position: absolute;
margin-top: 6vh;
scroll-behavior: smooth;
overflow-x: hidden;
overflow-y: scroll;
}
.userlist
{
width: 15vw;
height: 30vh;
background-color: #f0f0f0;
margin-left: 20vw;
position: absolute;
}
.off9
{
position: absolute;
margin-left: 40vw;
}
*/
| 0.61057 | 0.053924 |
body.OH_VSIP_body
{
font-family:Segoe UI, Verdana, Arial;
font-size:0.85em; /*10pt*/
color:#000;
margin:0px;
padding:0px;
min-width:600px;
background-color:#fff;
}
body
{
font-family:Segoe UI, Verdana, Arial;
font-size:0.85em; /*10pt*/
color:#000;
margin:0px;
padding:0px;
min-width:600px;
background-color:#fff;
}
a
{
color: #1364c4;
text-decoration: none;
}
a:link
{
color: #1364c4;
}
a:visited
{
color: #960bb4;
}
.OH_leftNav a:visited
{
color: #1364c4;
}
a:hover,
a:active
{
color: #960bb4;
}
a img
{
border:none;
}
pre
{
overflow: hidden;
white-space:pre-wrap;
word-wrap:break-word;
}
DIV.OH_outerContent table
{
width:100%;
border-collapse:collapse;
border-color:#bbb;
border-width:1px;
border-style:solid;
}
DIV.OH_outerContent table th
{
border-color:#bbb;
border-width:1px;
border-style:solid;
height:21px;
text-align:left;
color:#000;
padding:4px;
font-style:normal;
font-weight:normal;
background-color:rgb(229,229,229);
}
DIV.OH_outerContent table td
{
border-color:#bbb;
border-width:1px;
border-style:solid;
margin:1px;
}
.OH_topic
{
margin: 13px;
}
DIV.OH_title
{
clear:both;
font-family:Segoe UI, Verdana, Arial;
margin-left:-13px;
margin-right:-13px;
}
DIV.OH_title table
{
border: 0;
border-color: #ffffff;
width: 100%;
margin: 0px;
padding: 0px;
border-collapse:collapse;
border-spacing:0;
}
DIV.OH_title table tr td
{
border: 0px;
height: 22px;
vertical-align: middle;
}
.OH_tdSearchTitle
{
font-family:Segoe UI, Verdana, Arial;
font-size: 1.45em; /*17pt*/
font-weight: bold;
padding-left:10px;
text-align: left;
color:#250c58;
}
.OH_tdTitleColumn
{
font-family:Segoe UI, Verdana, Arial;
font-size: 1.45em; /*17pt*/
font-weight: bold;
color:#250c58;
padding:0px;
padding-left:10px;
text-align: left;
}
.OH_tdLogoColumn
{
padding:0px;
padding-top:11px;
padding-right:13px;
padding-bottom:12px;
vertical-align:middle;
text-align: right;
}
DIV.majorTitle
{
font-size:0.5em; /*6pt*/
font-weight:normal;
color:Black;
padding-bottom:2px;
}
a.other-version
{
padding:0px 5px 0px 5px;
}
.breadcrumb
{
font-family:Segoe UI, Verdana, Arial;
font-size:1em; /*12pt*/
line-height:300%;
vertical-align:middle;
background-color:#E6E6E6;
width:100%;
}
.target
{
font-weight:bold;
}
a.breadcrumb
{
text-decoration:none;
cursor:pointer;
}
table.header
{
width:100%;
}
td.header
{
padding:0px 0px 0px 16px;
}
.nextbc
{
background-color:Transparent;
padding:0px 3px 0px 3px;
position:relative;
right:0;
}
H1 {
font-size:2em; /*24pt*/
font-weight:400;
}
H1.heading {
font-size:1.2em; /*14pt*/
font-family:Segoe UI, Verdana, Arial;
font-weight:bold;
line-height:120%;
}
H2 {
font-size:1.15em; /*13.5pt*/
font-weight:bold;
}
H2.subtitle {
font-size:1.8em; /*22pt*/
font-weight:400;
margin-bottom:0.6em;
}
H3 {
font-size:1.1em; /*13pt*/
font-weight:bold;
}
.heading
{
font-size:0.85em; /*10pt*/
font-family:Segoe UI, Verdana, Arial;
font-weight:bold;
margin:0px;
margin-top:18px;
}
H4.subHeading
{
margin-top: 10px;
font-size: 1em; /*12pt*/
}
H4.subHeading,
.subHeading
{
font-size:0.85em; /*10pt*/
font-family:Segoe UI, Verdana, Arial;
font-weight:bold;
margin:0px;
}
dl {
margin:0 0 10px;
padding:0 0 0 1px;
}
dt {
font-style:normal;
margin:0px;
}
dd
{
margin-left:13px;
}
li {
margin-bottom:3px;
margin-left:0;
}
ol {
line-height:140%;
list-style-type:decimal;
margin-bottom:15px;
}
ol ol {
line-height:140%;
list-style-type:lower-alpha;
margin-bottom:4px;
margin-top:3px;
}
ol ol ol
{
line-height:140%;
list-style-type:lower-roman;
margin-bottom:4px;
margin-top:3px;
}
ol ul,ul ol {
line-height:140%;
margin-bottom:15px;
margin-top:15px;
}
p {
margin:0;
margin-top:12px;
margin-bottom:12px;
}
div.section p {
margin-bottom:15px;
margin-top:0;
}
ul {
line-height:140%;
list-style-position:outside;
list-style-type:disc;
margin-bottom:15px;
}
ul ul {
line-height:140%;
list-style-type:disc;
margin-bottom:4px;
margin-left:13px;
margin-top:3px;
}
div#startpage ul
{
margin-Top:0px;
}
.OH_NoContentinstalledSection
{
padding-left: 10px;
padding-top: 10px;
}
div#header {
background-color:#d4dfff;
padding:0;
width:100%;
}
div#header table td {
color:#00f;
margin-bottom:0;
margin-top:0;
padding-right:20px;
}
div#header table tr#headerTableRow3 td {
padding-bottom:2px;
padding-top:5px;
}
div#header table#bottomTable {
border-top-color:#fff;
border-top-style:solid;
border-top-width:1px;
text-align:left;
}
div#mainSection
{
padding-left: 10px;
padding-top: 10px;
padding-bottom: 15px;
padding-right:10px;
}
DIV.OH_outerContent div#mainSection table
{
border-collapse:collapse;
border:1px solid #bbbbbb;
margin-bottom:5px;
margin-top:5px;
margin-right:13px;
padding:0px;
width:auto;
}
DIV.OH_outerContent div#mainSection table th
{
font-family:Segoe UI, Verdana, Arial;
font-size:0.85em; /*10pt*/
border:1px solid #bbbbbb;
color:#000000;
background-color:#e5e5e5;
padding-left:13px;
padding-right:13px;
vertical-align:middle;
text-align:left;
}
DIV.OH_outerContent div#mainSection table td
{
font-family:Segoe UI, Verdana, Arial;
font-size:0.85em; /*10pt*/
border:1px solid #bbbbbb;
color:#000000;
padding:5px;
overflow:visible;
vertical-align:top;
}
DIV.OH_outerContent div#mainSection table td p
{
padding: 5px;
}
DIV.OH_outerContent div#mainSection table td.imageCell
{
white-space:nowrap;
}
DIV.OH_outerContent div#mainSection table td img
{
margin-top:3px;
margin-bottom:3px;
}
DIV.OH_outerContent DIV#mainSection TABLE.MtpsTableLayout
{
BORDER: 0px;
}
DIV.OH_outerContent DIV#mainSection TABLE.MtpsTableLayout1
{
BORDER: 0px;
width:700px;
}
DIV.OH_outerContent DIV#mainSection TABLE.MtpsTableLayout TD
{
PADDING-RIGHT: 5px;
PADDING-LEFT: 5px;
MARGIN: 1px;
BORDER: 0px;
}
DIV.OH_outerContent DIV#mainSection TABLE.MtpsTableLayout1 TD
{
PADDING-LEFT: 15px;
BORDER: 0px;
Padding-Bottom:0px;
padding-top:0px;
width:600px;
font-weight:normal;
}
DIV.OH_outerContent div#mainSection table table td
{
border-right:0px;
}
.media img
{
vertical-align:top;
}
.HeaderCaptionText, .title {
color:#000000;
font-family:Segoe UI, Verdana, Arial;
font-size:1.9em; /*24pt*/
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin:0pt 0pt 10px;
}
div#mainBody div.alert,
div#mainBody div.code {
width:98.9%;
}
div#mainBody div.alert
{
padding-bottom:0.82em; /*9px*/
}
span.selflink {
font-weight:bold;
}
div.caption
{
font-weight: bold;
font-size:1em; /*12pt*/
color:#003399;
}
.procedureSubHeading {
font-size : 1.1em; /*13.5pt*/
font-weight:bold;
}
/* added for new spans that replace
sub, sup, big and small tags
*/
span.sub {vertical-align:sub }
span.sup {vertical-align:super }
span.big {font-size:larger}
span.small {font-size:smaller}
span.tt {font-family: Courier, "Courier New", Consolas, monospace}
div.clsNote {
background-color:#EEEEEE;
margin-bottom:4px;
padding:2px;
}
.OH_regiontitle
{
font-size:1.3em; /*15pt*/
font-family:Segoe UI, Verdana, Arial;
font-weight:bold;
color:#250c58;
float: left;
background-color: #FFFFFF;
margin-top:13px;
margin-bottom:5px;
padding-right:7px;
z-index: 2;
}
.OH_404_regiontitle
{
font-size:1.2em;
font-family:Segoe UI, Verdana, Arial;
font-weight:bold;
color:#6a6a6a;
float: left;
background-color: #FFFFFF;
margin-top:13px;
margin-bottom:5px;
padding-right:7px;
z-index: 2;
}
.OH_CollapsibleAreaRegion
{
z-index: 100;
}
.OH_CollapsibleArea_HrDiv
{
PADDING-TOP: 18px;
}
.OH_CollapsibleArea_Hr
{
MARGIN-LEFT: 4px;
COLOR: #e5e5e5;
BORDER-TOP-STYLE: none;
BORDER-BOTTOM: #e5e5e5 1px solid;
BORDER-RIGHT-STYLE: none;
BORDER-LEFT-STYLE: none
}
.OH_RegionToggle
{
line-height:0px;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #e5e5e5;
top: -13px;
position: relative;
float: left;
width: 90%;
z-index: -1;
}
.OH_CodeSnippetTitleBar
{
background-color:#DDDDDD;
padding-top:3px;
padding-left:3px;
padding-right:3px;
padding-bottom:3px;
white-space:nowrap;
border-bottom:solid 1px #aaaaaa;
height:15px;
word-spacing:normal;
letter-spacing:normal;
}
.OH_CodeDisplayLanguage
{
float:left;
text-align:left;
}
.OH_CopyCodeButton
{
float:right;
text-align:right;
}
span.copyCode
{
font-weight: normal;
display: inline;
}
a.copyCode
{
cursor: pointer;
color: blue;
text-decoration: none;
text-align:right;
}
div.libCScode
{
width:98.9%;
padding-bottom: 20px;
border-top:#ffffff 5px solid;
display:block;
}
div.libCScode table
{
border: 0;
font-size:0.85em; /*10pt*/
margin-bottom: 5px;
width: 100%
}
div.libCScode table th
{
background: #dddddd;
border-bottom-color: #C8CDDE;
border-bottom-style: solid;
border-bottom-width: 1px;
color: #000066;
font-weight: bold;
}
div.libCScode table td, pre.libCScode
{
background: #dddddd;
border-top-color: #C8CDDE;
border-top-style: solid;
border-top-width: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
margin: 0 0 10px 0;
display:block;
}
div.libCScode pre
{
font-family:Monospace, Courier New, Courier;
font-size: 1.05em; /*13pt*/
color: #000066;
white-space:-moz-pre-wrap;
word-wrap: break-word;
overflow:hidden;
}
pre.ideCScode
{
background: #F7F7FF;
border-top-color: #FFFFFF;
border-top-style: solid;
border-top-width: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 0px;
margin: 0 0 10px 0;
word-wrap:break-word;
font-size:1.05em; /*13pt*/
border-bottom:#ffffff 5px solid;
font-family:Monospace, Courier New, Courier;
white-space:pre;
display:block;
}
.OH_CodeSnippetContainer
{
clear:both;
margin-top:10px;
line-height:normal;
}
.OH_CodeSnippetContainerTabs
{
position:relative;
top:3px;
_top:3px;
float:left;
background-color:Transparent;
vertical-align: middle;
cursor:default;
margin:0px;
padding:0px;
z-index:2;
border-left: 1px solid #E5E5E5;
border-right: 1px solid #E5E5E5;
}
.OH_CodeSnippetContainerTab,
.OH_CodeSnippetContainerTabLeft,
.OH_CodeSnippetContainerTabRight,
.OH_CodeSnippetContainerTabFirst,
.OH_CodeSnippetContainerTabActive,
.OH_CodeSnippetContainerTabLeftActive,
.OH_CodeSnippetContainerTabRightActive,
.OH_CodeSnippetContainerTabActiveNotFirst,
.OH_CodeSnippetContainerTabDisabled,
.OH_CodeSnippetContainerTabLeftDisabled,
.OH_CodeSnippetContainerTabRightDisabled,
.OH_CodeSnippetContainerTabDisabledNotFirst,
.OH_CodeSnippetContainerTabSolo
{
float: left;
font-size:0.8em; /*10pt*/
margin:0px;
padding:0px;
_padding-top:2px;
height:20px;
}
.OH_CodeSnippetContainerTab,
.OH_CodeSnippetContainerTabFirst,
.OH_CodeSnippetContainerTabActive,
.OH_CodeSnippetContainerTabActiveNotFirst,
.OH_CodeSnippetContainerTabDisabled,
.OH_CodeSnippetContainerTabDisabledNotFirst,
.OH_CodeSnippetContainerTabSolo
{
border-top:solid 1px #bbbbbb;
}
.OH_CodeSnippetContainerTab,
.OH_CodeSnippetContainerTabLeft,
.OH_CodeSnippetContainerTabRight,
.OH_CodeSnippetContainerTabFirst,
.OH_CodeSnippetContainerTabDisabled,
.OH_CodeSnippetContainerTabLeftDisabled,
.OH_CodeSnippetContainerTabRightDisabled,
.OH_CodeSnippetContainerTabDisabledNotFirst
{
border-bottom:solid 3px #e5e5e5;
}
.OH_CodeSnippetContainerTab,
.OH_CodeSnippetContainerTabActiveNotFirst,
.OH_CodeSnippetContainerTabDisabledNotFirst
{
border-left:solid 1px #bbbbbb;
}
.OH_CodeSnippetContainerTab,
.OH_CodeSnippetContainerTabLeft,
.OH_CodeSnippetContainerTabRight,
.OH_CodeSnippetContainerTabFirst
{
background-color:#eff5ff;
}
.OH_CodeSnippetContainerTabDisabled,
.OH_CodeSnippetContainerTabLeftDisabled,
.OH_CodeSnippetContainerTabRightDisabled,
.OH_CodeSnippetContainerTabDisabledNotFirst
{
background-color:#f5f5f5;
}
.OH_CodeSnippetContainerTabActive,
.OH_CodeSnippetContainerTabLeftActive,
.OH_CodeSnippetContainerTabRightActive,
.OH_CodeSnippetContainerTabActiveNotFirst,
.OH_CodeSnippetContainerTabSolo
{
background-color:white;
font-weight:bold;
border-bottom: 3px solid white;
}
.OH_CodeSnippetContainerTab a,
.OH_CodeSnippetContainerTab a:link,
.OH_CodeSnippetContainerTab a:visited,
.OH_CodeSnippetContainerTab a:active,
.OH_CodeSnippetContainerTab a:hover,
.OH_CodeSnippetContainerTabFirst a,
.OH_CodeSnippetContainerTabFirst a:link,
.OH_CodeSnippetContainerTabFirst a:visited,
.OH_CodeSnippetContainerTabFirst a:active,
.OH_CodeSnippetContainerTabFirst a:hover
{
padding:0px 5px 0px 5px;
color:#1364c4;
text-decoration:none;
cursor: pointer;
}
.OH_CodeSnippetContainerTabSolo a,
.OH_CodeSnippetContainerTabSolo a:link,
.OH_CodeSnippetContainerTabSolo a:visited,
.OH_CodeSnippetContainerTabSolo a:active,
.OH_CodeSnippetContainerTabSolo a:hover
{
padding:0px 5px 0px 5px;
color:#1364c4;
text-decoration:none;
}
.OH_CodeSnippetContainerTab a:link,
.OH_CodeSnippetContainerTab a:visited,
.OH_CodeSnippetContainerTabFirst a:link,
.OH_CodeSnippetContainerTabFirst a:visited,
.OH_CodeSnippetContainerTabSolo a:link,
.OH_CodeSnippetContainerTabSolo a:visited
{
color:#1364c4;
}
.OH_CodeSnippetContainerTab a:active,
.OH_CodeSnippetContainerTab a:hover,
.OH_CodeSnippetContainerTabFirst a:active,
.OH_CodeSnippetContainerTabFirst a:hover
{
color:#250c58;
}
.OH_CodeSnippetContainerTabActive a,
.OH_CodeSnippetContainerTabActive a:link,
.OH_CodeSnippetContainerTabActive a:visited,
.OH_CodeSnippetContainerTabActive a:active,
.OH_CodeSnippetContainerTabActive a:hover,
.OH_CodeSnippetContainerTabActiveNotFirst a,
.OH_CodeSnippetContainerTabActiveNotFirst a:link,
.OH_CodeSnippetContainerTabActiveNotFirst a:visited,
.OH_CodeSnippetContainerTabActiveNotFirst a:active,
.OH_CodeSnippetContainerTabActiveNotFirst a:hover
{
padding:0px 5px 0px 5px;
background-color:white;
color: #250c58;
text-decoration: none;
cursor: pointer;
}
.OH_CodeSnippetContainerTabDisabled a,
.OH_CodeSnippetContainerTabDisabledNotFirst a
{
padding:0px 5px 0px 5px;
color:#a8a8a8;
text-decoration:none;
}
.OH_CodeSnippetContainerTabLeftActive,
.OH_CodeSnippetContainerTabLeft,
.OH_CodeSnippetContainerTabLeftDisabled,
.OH_CodeSnippetContainerTabRightActive,
.OH_CodeSnippetContainerTabRight,
.OH_CodeSnippetContainerTabRightDisabled
{
width: 0px;
float: left;
}
.OH_CodeSnippetContainerTabLeftActive,
.OH_CodeSnippetContainerTabLeft,
.OH_CodeSnippetContainerTabLeftDisabled
{
/* background-image: url(tabLeftBG.gif); generated from XSLT */
background-repeat:no-repeat;
}
.OH_CodeSnippetContainerTabRightActive,
.OH_CodeSnippetContainerTabRight,
.OH_CodeSnippetContainerTabRightDisabled
{
/* background-image: url(tabRightBG.gif); generated from XSLT */
background-repeat:no-repeat;
}
.OH_CodeSnippetToolBar
{
width: 100%;
height: 1em;
border-top:solid 3px #e5e5e5;
}
.OH_CodeSnippetToolBarText
{
float: right;
position: relative;
background-color: white;
z-index: 100;
width: auto;
margin-right:13px;
top:-13px
}
.OH_CodeSnippetToolBarText a:link,
.OH_CodeSnippetToolBarText a:visited,
.OH_CodeSnippetToolBarText a:active,
.OH_CodeSnippetToolBarText a:hover
{
font-size:0.8em; /*10pt*/
padding-left:3px;
padding-right:3px;
text-decoration:none;
}
.OH_CodeSnippetToolBarText a:link,
.OH_CodeSnippetToolBarText a:visited,
.OH_CodeSnippetToolBarText a:active
{
color:#1364c4;
}
.OH_CodeSnippetToolBarText a:hover
{
color:#e66a38;
}
.OH_CodeSnippetContainerCodeCollection
{
border-left:solid 1px #e5e5e5;
border-right:solid 1px #e5e5e5;
border-bottom:solid 3px #e5e5e5;
clear:both;
margin:0px;
margin-bottom:5px;
width:99%;
}
.OH_CodeSnippetContainerCode
{
width: 100%;
border-right-width:0px;
margin: 0px;
padding:0px;
padding-left: 19px;
}
.OH_MultiViewContainerPanel {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BACKGROUND-COLOR: #69c
}
.OH_MultiViewTableHeaderCell {
PADDING-RIGHT: 3px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 1em; /*12pt*/ PADDING-BOTTOM: 3px; MARGIN: 10px; COLOR: #fff; PADDING-TOP: 3px; FONT-FAMILY: Segoe UI, Verdana, Arial; BACKGROUND-COLOR: #69c
}
.OH_MultiViewContainerPanelDhtmlTable {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
.OH_MultiViewContainerPanelDhtmlTable TBODY TR TD.OH_MultiViewTableCellContentCell {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
.OH_MultiViewTableCellListCell {
BORDER-RIGHT: #69c 2px solid; PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; MARGIN: 0px; BORDER-LEFT: #69c 1px solid; COLOR: #000; PADDING-TOP: 5px; BORDER-BOTTOM: #69c 1px solid; BACKGROUND-COLOR: #ddd
}
.OH_MultiViewTableCellContentCell {
BORDER-RIGHT: #69c 1px solid; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 100%; PADDING-TOP: 0px; BORDER-BOTTOM: #69c 1px solid
}
.OH_mvt_ShowTextLabel {
FONT-WEIGHT: bold; FONT-SIZE: x-small
}
.OH_mvt_ListBtn {
PADDING-RIGHT: 4px; BORDER-TOP: #69c 1px solid; PADDING-LEFT: 4px; FONT-SIZE: x-small; PADDING-BOTTOM: 4px; MARGIN: 0px; WIDTH: auto; PADDING-TOP: 4px
}
.OH_mvt_ListBtn A {
PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; MARGIN: 0px; WIDTH: 100%; COLOR: #000; PADDING-TOP: 4px
}
.OH_mvt_ListBtn A:active {
PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; MARGIN: 0px; WIDTH: 100%; COLOR: #fff; PADDING-TOP: 4px; BACKGROUND-COLOR: #999
}
.OH_mvt_ListBtn A:hover {
PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; WIDTH: 100%; COLOR: #369; PADDING-TOP: 4px; BACKGROUND-COLOR: #ccc
}
.OH_MultiViewPanelClosed {
PADDING-RIGHT: 0px; DISPLAY: none; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
.OH_MultiViewPanelOpen {
PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; OVERFLOW: auto; WIDTH: 100%; PADDING-TOP: 0px; TOP: 0px
}
.OH_MultiViewTableCellContentCell TABLE.clsStd {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; BOTTOM: 0px; PADDING-TOP: 0px; TOP: 0px;BACKGROUND-COLOR: #ffffff
}
TABLE.clsStd TBODY TR TH {
PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: x-small; PADDING-BOTTOM: 2px; VERTICAL-ALIGN: top; PADDING-TOP: 2px; BACKGROUND-COLOR: #ddd; TEXT-ALIGN: left
}
TABLE.clsStd TBODY TR TD {
PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: x-small; PADDING-BOTTOM: 2px; VERTICAL-ALIGN: top; PADDING-TOP: 2px; BACKGROUND-COLOR: #eee
}
TABLE.clsStd TD SPAN A {
FONT-SIZE: x-small; COLOR: #039
}
div.OH_mtps-table {
}
div.OH_mtps-thead {
display: table-header-group
}
span.OH_mtps-caption {
padding-right: 4pt; padding-left: 4pt; padding-bottom: 4pt; padding-top: 4pt
}
div.OH_mtps-row {
padding-right: 4pt; padding-left: 4pt; padding-bottom: 4pt; padding-top: 4pt
}
span.OH_mtps-cell {
padding-right: 4pt; padding-left: 4pt; padding-bottom: 4pt; padding-top: 4pt
}
span.OH_mtps-th {
padding-right: 4pt; padding-left: 4pt; padding-bottom: 4pt; padding-top: 4pt
}
.members
{
border-collapse:collapse;
border-spacing:0;
}
.members td
{
border: 1px solid #DDDDDD;
}
.members th
{
background: #CCCCCC none repeat scroll 0 0;
}
.OH_disclaimer
{
background:#ffdbdb;
border-top:solid 1px #bbbbbb;
border-bottom:solid 1px #bbbbbb;
padding:5px;
padding-left:13px;
padding-right:13px;
}
.OH_infoIcon
{
float:left;
border-width:0px;
vertical-align:middle;
}
.OH_disclaimerText
{
display:inline;
font-size:0.8em; /*10pt*/
vertical-align:middle;
}
.OH_leftNav
{
float:left;
left:0px;
width:280px;
margin-right:-1px;
_margin-right:-4px;
background-color:White;
overflow:hidden;
border-bottom: solid 1px #bbbbbb;
border-right:1px solid #bbb;
}
.OH_outerDiv
{
background-color:#ffffff;
}
.OH_outerContent
{
_width:99.9%;
overflow:visible;
border-left:1px solid #bbb;
}
.OH_footer
{
clear:both;
border-top: solid 1px #bbb;
padding: 0px 10px 5px 10px;
}
.OH_feedbacklink
{
font-family:Segoe UI, Verdana, Arial;
font-size:0.8em; /*10pt*/
padding-left:10px;
}
.OH_footer .OH_feedbacklink
{
padding-left:0px;
}
.OH_leftNav DIV#searchDiv
{
clear:both;
padding:1px 0px 1px 3px;
width: 280px;
}
.OH_leftNav DIV#searchBox
{
background-color:transparent;
border: solid 1px #bbbbbb;
padding: 2px;
margin: 6px 8px 4px 4px;
}
.OH_leftNav INPUT.OH_searchTextbox
{
border:none;
background-color:transparent;
margin-right:2px;
width:230px;
font-size:0.9em;
padding:2px;
overflow:visible;
cursor:text;
}
.OH_searchWatermark
{
position:absolute;
top:0;
left:0;
color:silver;
font-style:italic;
vertical-align:middle;
}
.OH_leftNav BUTTON#btnS
{
border: none;
background-color: transparent;
padding:0px;
margin:0px;
vertical-align:middle;
cursor:pointer;
}
.OH_leftNav DIV#toc
{
font-size:0.9em;
}
DIV.OH_parentTocLinks
{
padding:5px 0px 0px 10px;
white-space:nowrap;
overflow:hidden;
background-color:White;
}
DIV.OH_parentTocLinks a:visited
{
text-decoration:none;
}
DIV.OH_selfTocHeader
{
padding:0px 0px 0px 20px;
color:#250c58;
font-weight:bold;
white-space:nowrap;
}
DIV.OH_selfTocLinks
{
padding:0px 0px 5px 25px;
white-space:nowrap;
overflow:hidden;
background-color:White;
border-bottom:solid 1px #bbbbbb;
}
DIV.OH_selfTocLinks a:visited
{
text-decoration:none;
}
DIV.OH_selectedChild
{
font-weight:bold;
color:#250c58;
overflow:hidden;
}
DIV.OH_siblingTocHeader
{
padding:5px 0px 0px 10px;
color:#6e6e6e;
font-weight:bold;
border-top:solid 3px #f1f1f1;
}
DIV.OH_siblingTocLinks
{
padding:5px 0px 5px 10px;
white-space:nowrap;
overflow:hidden;
background-color:White;
}
DIV.OH_siblingTocLinks a:visited
{
text-decoration:none;
}
.OH_searchCount
{
font-weight: bold;
}
.OH_searchTerm
{
color: #250c58;
font-weight:bold;
}
.OH_searchPaging
{
margin-left: 10px;
padding-left:10px;
font-size:0.95em;
}
.OH_currentPage
{
margin:3px 5px 3px 5px;
padding: 0px 5px 0px 5px;
border: solid 1px #ffa615;
background-color:#fbefbd;
color:#eb7c00;
font-weight:bold;}
.OH_resultLink
{
margin:3px 5px 3px 5px;
padding: 0px 5px 0px 5px;
border: solid 1px #999;
}
.OH_resultNavLink
{
margin:3px 5px 3px 5px;
padding: 0px 5px 0px 5px;
}
.OH_clear
{
clear:both;
}
DIV.OH_outerContent div#mainSection table.OH_borderlessTable,
DIV.OH_outerContent div#mainSection table.OH_borderlessTable TR,
DIV.OH_outerContent div#mainSection table.OH_borderlessTable TD
{
border:0;
vertical-align:top;
}
DIV.OH_outerContent div#mainSection table.OH_borderlessTableSP
{
width:800px;
background-color:#d3d3d3;
}
DIV.OH_outerContent div#mainSection table.OH_borderlessTableSP,
DIV.OH_outerContent div#mainSection table.OH_borderlessTableSP TR,
DIV.OH_outerContent div#mainSection table.OH_borderlessTableSP TD
{
border:0;
vertical-align:top;
padding-top:0px;
padding-bottom:0px;
}
DIV.OH_outerContent div#mainSection table.OH_borderlessTableSP TD
{
width:300px;
background-color:#e5e5e5;
}
IMG.OH_offlineIcon
{
border:0;
vertical-align:top;
}
/*Start of colorization*/
div.seeAlsoStyle { padding-top:5px;}
td.nsrBottom { height: 0.6em; width: 100%;}
SPAN.code, SPAN.command { FONT-SIZE: 105%; COLOR: #000066; FONT-FAMILY: Monospace, Courier New, Courier}
SPAN.ui { FONT-WEIGHT: bold}
SPAN.math { FONT-STYLE: italic}
SPAN.input { FONT-WEIGHT:700;}
SPAN.term { FONT-STYLE: italic}
SPAN.label { FONT-WEIGHT: bold}
SPAN.foreignPhrase, SPAN.phrase { FONT-STYLE: italic}
SPAN.placeholder { FONT-STYLE: italic}
SPAN.keyword { FONT-WEIGHT: bold}
SPAN.typeparameter { FONT-STYLE: italic}
SPAN.identifier { }
SPAN.keyword { COLOR: #871f78}
SPAN.parameter { FONT-STYLE: italic}
SPAN.literal, SPAN.literalValue { COLOR: maroon}
SPAN.comment { COLOR: green}
SPAN.syntaxLabel { FONT-WEIGHT: bold; COLOR: #0481da}
SPAN.introStyle { COLOR: DarkGray}
/*End of colorization*/
.OH_TocResize
{
position:absolute;
top:86px;
left:279px;
width:5px;
height:20px;
cursor:pointer;
}
.OH_TocResize img
{
border:none;
}
/* Various *******************************************************************/
q
{
font-style: italic;
}
dl.authored dt
{
font-weight: bold;
margin-top: 5px;
}
dl.authored dd
{
margin-left: 20px;
margin-bottom: 5px;
}
span.nolink
{
font-weight: bold;
}
ul.autoOutline
{
}
li.outlineSectionEntry
{
}
div.outlineSectionEntrySummary
{
}
/* Media *********************************************************************/
div.ps_mediaNear
{
text-align: left;
margin-top: 1em;
margin-bottom: 1em;
}
div.ps_mediaFar
{
text-align: right;
margin-top: 1em;
margin-bottom: 1em;
}
div.ps_mediaCenter
{
text-align: center;
margin-top: 1em;
margin-bottom: 1em;
}
span.ps_captionLead
{
font-weight: bold;
margin-right: .5em;
}
/* Glossary ******************************************************************/
DIV.clsTooltip
{
border: 1px solid black;
padding: 2px;
position: absolute;
top: 0;
left: 0;
display: none;
background-color: #FFFFAA;
color: black;
font-size: 8pt;
font-family: Arial;
}
h1.ps_glossaryTitle
{
color: #000000;
font-size: 140%;
margin-top: 10px;
margin-bottom: 10px;
}
div.ps_glossaryDiv
{
}
h2.ps_glossaryDivHeading
{
color: Black;
font-size: 115%;
margin-top: 1em;
margin-bottom: 0px;
}
div.ps_glossaryLetterBar
{
font-size: 90%;
}
hr.ps_glossaryRule
{
text-align: left;
color: Black;
}
h3.ps_glossaryGroupHeading
{
font-size: 120%;
color: Gray;
margin: 5px 0 5px 0;
}
div.ps_glossaryGroup
{
}
dl.ps_glossaryGroupList
{
margin: 0;
color: Black;
}
dt.ps_glossaryEntry
{
font-weight: bold;
margin-left: 2em;
}
dd.ps_glossaryEntry
{
margin-left: 2em;
margin-bottom: 2em;
}
div.ps_relatedEntry
{
margin-bottom: 4px;
}
/* Bibliography***************************************************************/
div.bibliographStyle
{
padding-top: 5px;
}
span.bibliographyNumber
{
}
span.bibliographyAuthor
{
font-weight: bold;
}
span.bibliographyTitle
{
font-style: italic;
}
span.bibliographyPublisher
{
}
sup.citation a:link a:visited a:active
{
text-decoration: none;
}
|
reference/Sandcastle/branding.css
|
body.OH_VSIP_body
{
font-family:Segoe UI, Verdana, Arial;
font-size:0.85em; /*10pt*/
color:#000;
margin:0px;
padding:0px;
min-width:600px;
background-color:#fff;
}
body
{
font-family:Segoe UI, Verdana, Arial;
font-size:0.85em; /*10pt*/
color:#000;
margin:0px;
padding:0px;
min-width:600px;
background-color:#fff;
}
a
{
color: #1364c4;
text-decoration: none;
}
a:link
{
color: #1364c4;
}
a:visited
{
color: #960bb4;
}
.OH_leftNav a:visited
{
color: #1364c4;
}
a:hover,
a:active
{
color: #960bb4;
}
a img
{
border:none;
}
pre
{
overflow: hidden;
white-space:pre-wrap;
word-wrap:break-word;
}
DIV.OH_outerContent table
{
width:100%;
border-collapse:collapse;
border-color:#bbb;
border-width:1px;
border-style:solid;
}
DIV.OH_outerContent table th
{
border-color:#bbb;
border-width:1px;
border-style:solid;
height:21px;
text-align:left;
color:#000;
padding:4px;
font-style:normal;
font-weight:normal;
background-color:rgb(229,229,229);
}
DIV.OH_outerContent table td
{
border-color:#bbb;
border-width:1px;
border-style:solid;
margin:1px;
}
.OH_topic
{
margin: 13px;
}
DIV.OH_title
{
clear:both;
font-family:Segoe UI, Verdana, Arial;
margin-left:-13px;
margin-right:-13px;
}
DIV.OH_title table
{
border: 0;
border-color: #ffffff;
width: 100%;
margin: 0px;
padding: 0px;
border-collapse:collapse;
border-spacing:0;
}
DIV.OH_title table tr td
{
border: 0px;
height: 22px;
vertical-align: middle;
}
.OH_tdSearchTitle
{
font-family:Segoe UI, Verdana, Arial;
font-size: 1.45em; /*17pt*/
font-weight: bold;
padding-left:10px;
text-align: left;
color:#250c58;
}
.OH_tdTitleColumn
{
font-family:Segoe UI, Verdana, Arial;
font-size: 1.45em; /*17pt*/
font-weight: bold;
color:#250c58;
padding:0px;
padding-left:10px;
text-align: left;
}
.OH_tdLogoColumn
{
padding:0px;
padding-top:11px;
padding-right:13px;
padding-bottom:12px;
vertical-align:middle;
text-align: right;
}
DIV.majorTitle
{
font-size:0.5em; /*6pt*/
font-weight:normal;
color:Black;
padding-bottom:2px;
}
a.other-version
{
padding:0px 5px 0px 5px;
}
.breadcrumb
{
font-family:Segoe UI, Verdana, Arial;
font-size:1em; /*12pt*/
line-height:300%;
vertical-align:middle;
background-color:#E6E6E6;
width:100%;
}
.target
{
font-weight:bold;
}
a.breadcrumb
{
text-decoration:none;
cursor:pointer;
}
table.header
{
width:100%;
}
td.header
{
padding:0px 0px 0px 16px;
}
.nextbc
{
background-color:Transparent;
padding:0px 3px 0px 3px;
position:relative;
right:0;
}
H1 {
font-size:2em; /*24pt*/
font-weight:400;
}
H1.heading {
font-size:1.2em; /*14pt*/
font-family:Segoe UI, Verdana, Arial;
font-weight:bold;
line-height:120%;
}
H2 {
font-size:1.15em; /*13.5pt*/
font-weight:bold;
}
H2.subtitle {
font-size:1.8em; /*22pt*/
font-weight:400;
margin-bottom:0.6em;
}
H3 {
font-size:1.1em; /*13pt*/
font-weight:bold;
}
.heading
{
font-size:0.85em; /*10pt*/
font-family:Segoe UI, Verdana, Arial;
font-weight:bold;
margin:0px;
margin-top:18px;
}
H4.subHeading
{
margin-top: 10px;
font-size: 1em; /*12pt*/
}
H4.subHeading,
.subHeading
{
font-size:0.85em; /*10pt*/
font-family:Segoe UI, Verdana, Arial;
font-weight:bold;
margin:0px;
}
dl {
margin:0 0 10px;
padding:0 0 0 1px;
}
dt {
font-style:normal;
margin:0px;
}
dd
{
margin-left:13px;
}
li {
margin-bottom:3px;
margin-left:0;
}
ol {
line-height:140%;
list-style-type:decimal;
margin-bottom:15px;
}
ol ol {
line-height:140%;
list-style-type:lower-alpha;
margin-bottom:4px;
margin-top:3px;
}
ol ol ol
{
line-height:140%;
list-style-type:lower-roman;
margin-bottom:4px;
margin-top:3px;
}
ol ul,ul ol {
line-height:140%;
margin-bottom:15px;
margin-top:15px;
}
p {
margin:0;
margin-top:12px;
margin-bottom:12px;
}
div.section p {
margin-bottom:15px;
margin-top:0;
}
ul {
line-height:140%;
list-style-position:outside;
list-style-type:disc;
margin-bottom:15px;
}
ul ul {
line-height:140%;
list-style-type:disc;
margin-bottom:4px;
margin-left:13px;
margin-top:3px;
}
div#startpage ul
{
margin-Top:0px;
}
.OH_NoContentinstalledSection
{
padding-left: 10px;
padding-top: 10px;
}
div#header {
background-color:#d4dfff;
padding:0;
width:100%;
}
div#header table td {
color:#00f;
margin-bottom:0;
margin-top:0;
padding-right:20px;
}
div#header table tr#headerTableRow3 td {
padding-bottom:2px;
padding-top:5px;
}
div#header table#bottomTable {
border-top-color:#fff;
border-top-style:solid;
border-top-width:1px;
text-align:left;
}
div#mainSection
{
padding-left: 10px;
padding-top: 10px;
padding-bottom: 15px;
padding-right:10px;
}
DIV.OH_outerContent div#mainSection table
{
border-collapse:collapse;
border:1px solid #bbbbbb;
margin-bottom:5px;
margin-top:5px;
margin-right:13px;
padding:0px;
width:auto;
}
DIV.OH_outerContent div#mainSection table th
{
font-family:Segoe UI, Verdana, Arial;
font-size:0.85em; /*10pt*/
border:1px solid #bbbbbb;
color:#000000;
background-color:#e5e5e5;
padding-left:13px;
padding-right:13px;
vertical-align:middle;
text-align:left;
}
DIV.OH_outerContent div#mainSection table td
{
font-family:Segoe UI, Verdana, Arial;
font-size:0.85em; /*10pt*/
border:1px solid #bbbbbb;
color:#000000;
padding:5px;
overflow:visible;
vertical-align:top;
}
DIV.OH_outerContent div#mainSection table td p
{
padding: 5px;
}
DIV.OH_outerContent div#mainSection table td.imageCell
{
white-space:nowrap;
}
DIV.OH_outerContent div#mainSection table td img
{
margin-top:3px;
margin-bottom:3px;
}
DIV.OH_outerContent DIV#mainSection TABLE.MtpsTableLayout
{
BORDER: 0px;
}
DIV.OH_outerContent DIV#mainSection TABLE.MtpsTableLayout1
{
BORDER: 0px;
width:700px;
}
DIV.OH_outerContent DIV#mainSection TABLE.MtpsTableLayout TD
{
PADDING-RIGHT: 5px;
PADDING-LEFT: 5px;
MARGIN: 1px;
BORDER: 0px;
}
DIV.OH_outerContent DIV#mainSection TABLE.MtpsTableLayout1 TD
{
PADDING-LEFT: 15px;
BORDER: 0px;
Padding-Bottom:0px;
padding-top:0px;
width:600px;
font-weight:normal;
}
DIV.OH_outerContent div#mainSection table table td
{
border-right:0px;
}
.media img
{
vertical-align:top;
}
.HeaderCaptionText, .title {
color:#000000;
font-family:Segoe UI, Verdana, Arial;
font-size:1.9em; /*24pt*/
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin:0pt 0pt 10px;
}
div#mainBody div.alert,
div#mainBody div.code {
width:98.9%;
}
div#mainBody div.alert
{
padding-bottom:0.82em; /*9px*/
}
span.selflink {
font-weight:bold;
}
div.caption
{
font-weight: bold;
font-size:1em; /*12pt*/
color:#003399;
}
.procedureSubHeading {
font-size : 1.1em; /*13.5pt*/
font-weight:bold;
}
/* added for new spans that replace
sub, sup, big and small tags
*/
span.sub {vertical-align:sub }
span.sup {vertical-align:super }
span.big {font-size:larger}
span.small {font-size:smaller}
span.tt {font-family: Courier, "Courier New", Consolas, monospace}
div.clsNote {
background-color:#EEEEEE;
margin-bottom:4px;
padding:2px;
}
.OH_regiontitle
{
font-size:1.3em; /*15pt*/
font-family:Segoe UI, Verdana, Arial;
font-weight:bold;
color:#250c58;
float: left;
background-color: #FFFFFF;
margin-top:13px;
margin-bottom:5px;
padding-right:7px;
z-index: 2;
}
.OH_404_regiontitle
{
font-size:1.2em;
font-family:Segoe UI, Verdana, Arial;
font-weight:bold;
color:#6a6a6a;
float: left;
background-color: #FFFFFF;
margin-top:13px;
margin-bottom:5px;
padding-right:7px;
z-index: 2;
}
.OH_CollapsibleAreaRegion
{
z-index: 100;
}
.OH_CollapsibleArea_HrDiv
{
PADDING-TOP: 18px;
}
.OH_CollapsibleArea_Hr
{
MARGIN-LEFT: 4px;
COLOR: #e5e5e5;
BORDER-TOP-STYLE: none;
BORDER-BOTTOM: #e5e5e5 1px solid;
BORDER-RIGHT-STYLE: none;
BORDER-LEFT-STYLE: none
}
.OH_RegionToggle
{
line-height:0px;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #e5e5e5;
top: -13px;
position: relative;
float: left;
width: 90%;
z-index: -1;
}
.OH_CodeSnippetTitleBar
{
background-color:#DDDDDD;
padding-top:3px;
padding-left:3px;
padding-right:3px;
padding-bottom:3px;
white-space:nowrap;
border-bottom:solid 1px #aaaaaa;
height:15px;
word-spacing:normal;
letter-spacing:normal;
}
.OH_CodeDisplayLanguage
{
float:left;
text-align:left;
}
.OH_CopyCodeButton
{
float:right;
text-align:right;
}
span.copyCode
{
font-weight: normal;
display: inline;
}
a.copyCode
{
cursor: pointer;
color: blue;
text-decoration: none;
text-align:right;
}
div.libCScode
{
width:98.9%;
padding-bottom: 20px;
border-top:#ffffff 5px solid;
display:block;
}
div.libCScode table
{
border: 0;
font-size:0.85em; /*10pt*/
margin-bottom: 5px;
width: 100%
}
div.libCScode table th
{
background: #dddddd;
border-bottom-color: #C8CDDE;
border-bottom-style: solid;
border-bottom-width: 1px;
color: #000066;
font-weight: bold;
}
div.libCScode table td, pre.libCScode
{
background: #dddddd;
border-top-color: #C8CDDE;
border-top-style: solid;
border-top-width: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
margin: 0 0 10px 0;
display:block;
}
div.libCScode pre
{
font-family:Monospace, Courier New, Courier;
font-size: 1.05em; /*13pt*/
color: #000066;
white-space:-moz-pre-wrap;
word-wrap: break-word;
overflow:hidden;
}
pre.ideCScode
{
background: #F7F7FF;
border-top-color: #FFFFFF;
border-top-style: solid;
border-top-width: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 0px;
margin: 0 0 10px 0;
word-wrap:break-word;
font-size:1.05em; /*13pt*/
border-bottom:#ffffff 5px solid;
font-family:Monospace, Courier New, Courier;
white-space:pre;
display:block;
}
.OH_CodeSnippetContainer
{
clear:both;
margin-top:10px;
line-height:normal;
}
.OH_CodeSnippetContainerTabs
{
position:relative;
top:3px;
_top:3px;
float:left;
background-color:Transparent;
vertical-align: middle;
cursor:default;
margin:0px;
padding:0px;
z-index:2;
border-left: 1px solid #E5E5E5;
border-right: 1px solid #E5E5E5;
}
.OH_CodeSnippetContainerTab,
.OH_CodeSnippetContainerTabLeft,
.OH_CodeSnippetContainerTabRight,
.OH_CodeSnippetContainerTabFirst,
.OH_CodeSnippetContainerTabActive,
.OH_CodeSnippetContainerTabLeftActive,
.OH_CodeSnippetContainerTabRightActive,
.OH_CodeSnippetContainerTabActiveNotFirst,
.OH_CodeSnippetContainerTabDisabled,
.OH_CodeSnippetContainerTabLeftDisabled,
.OH_CodeSnippetContainerTabRightDisabled,
.OH_CodeSnippetContainerTabDisabledNotFirst,
.OH_CodeSnippetContainerTabSolo
{
float: left;
font-size:0.8em; /*10pt*/
margin:0px;
padding:0px;
_padding-top:2px;
height:20px;
}
.OH_CodeSnippetContainerTab,
.OH_CodeSnippetContainerTabFirst,
.OH_CodeSnippetContainerTabActive,
.OH_CodeSnippetContainerTabActiveNotFirst,
.OH_CodeSnippetContainerTabDisabled,
.OH_CodeSnippetContainerTabDisabledNotFirst,
.OH_CodeSnippetContainerTabSolo
{
border-top:solid 1px #bbbbbb;
}
.OH_CodeSnippetContainerTab,
.OH_CodeSnippetContainerTabLeft,
.OH_CodeSnippetContainerTabRight,
.OH_CodeSnippetContainerTabFirst,
.OH_CodeSnippetContainerTabDisabled,
.OH_CodeSnippetContainerTabLeftDisabled,
.OH_CodeSnippetContainerTabRightDisabled,
.OH_CodeSnippetContainerTabDisabledNotFirst
{
border-bottom:solid 3px #e5e5e5;
}
.OH_CodeSnippetContainerTab,
.OH_CodeSnippetContainerTabActiveNotFirst,
.OH_CodeSnippetContainerTabDisabledNotFirst
{
border-left:solid 1px #bbbbbb;
}
.OH_CodeSnippetContainerTab,
.OH_CodeSnippetContainerTabLeft,
.OH_CodeSnippetContainerTabRight,
.OH_CodeSnippetContainerTabFirst
{
background-color:#eff5ff;
}
.OH_CodeSnippetContainerTabDisabled,
.OH_CodeSnippetContainerTabLeftDisabled,
.OH_CodeSnippetContainerTabRightDisabled,
.OH_CodeSnippetContainerTabDisabledNotFirst
{
background-color:#f5f5f5;
}
.OH_CodeSnippetContainerTabActive,
.OH_CodeSnippetContainerTabLeftActive,
.OH_CodeSnippetContainerTabRightActive,
.OH_CodeSnippetContainerTabActiveNotFirst,
.OH_CodeSnippetContainerTabSolo
{
background-color:white;
font-weight:bold;
border-bottom: 3px solid white;
}
.OH_CodeSnippetContainerTab a,
.OH_CodeSnippetContainerTab a:link,
.OH_CodeSnippetContainerTab a:visited,
.OH_CodeSnippetContainerTab a:active,
.OH_CodeSnippetContainerTab a:hover,
.OH_CodeSnippetContainerTabFirst a,
.OH_CodeSnippetContainerTabFirst a:link,
.OH_CodeSnippetContainerTabFirst a:visited,
.OH_CodeSnippetContainerTabFirst a:active,
.OH_CodeSnippetContainerTabFirst a:hover
{
padding:0px 5px 0px 5px;
color:#1364c4;
text-decoration:none;
cursor: pointer;
}
.OH_CodeSnippetContainerTabSolo a,
.OH_CodeSnippetContainerTabSolo a:link,
.OH_CodeSnippetContainerTabSolo a:visited,
.OH_CodeSnippetContainerTabSolo a:active,
.OH_CodeSnippetContainerTabSolo a:hover
{
padding:0px 5px 0px 5px;
color:#1364c4;
text-decoration:none;
}
.OH_CodeSnippetContainerTab a:link,
.OH_CodeSnippetContainerTab a:visited,
.OH_CodeSnippetContainerTabFirst a:link,
.OH_CodeSnippetContainerTabFirst a:visited,
.OH_CodeSnippetContainerTabSolo a:link,
.OH_CodeSnippetContainerTabSolo a:visited
{
color:#1364c4;
}
.OH_CodeSnippetContainerTab a:active,
.OH_CodeSnippetContainerTab a:hover,
.OH_CodeSnippetContainerTabFirst a:active,
.OH_CodeSnippetContainerTabFirst a:hover
{
color:#250c58;
}
.OH_CodeSnippetContainerTabActive a,
.OH_CodeSnippetContainerTabActive a:link,
.OH_CodeSnippetContainerTabActive a:visited,
.OH_CodeSnippetContainerTabActive a:active,
.OH_CodeSnippetContainerTabActive a:hover,
.OH_CodeSnippetContainerTabActiveNotFirst a,
.OH_CodeSnippetContainerTabActiveNotFirst a:link,
.OH_CodeSnippetContainerTabActiveNotFirst a:visited,
.OH_CodeSnippetContainerTabActiveNotFirst a:active,
.OH_CodeSnippetContainerTabActiveNotFirst a:hover
{
padding:0px 5px 0px 5px;
background-color:white;
color: #250c58;
text-decoration: none;
cursor: pointer;
}
.OH_CodeSnippetContainerTabDisabled a,
.OH_CodeSnippetContainerTabDisabledNotFirst a
{
padding:0px 5px 0px 5px;
color:#a8a8a8;
text-decoration:none;
}
.OH_CodeSnippetContainerTabLeftActive,
.OH_CodeSnippetContainerTabLeft,
.OH_CodeSnippetContainerTabLeftDisabled,
.OH_CodeSnippetContainerTabRightActive,
.OH_CodeSnippetContainerTabRight,
.OH_CodeSnippetContainerTabRightDisabled
{
width: 0px;
float: left;
}
.OH_CodeSnippetContainerTabLeftActive,
.OH_CodeSnippetContainerTabLeft,
.OH_CodeSnippetContainerTabLeftDisabled
{
/* background-image: url(tabLeftBG.gif); generated from XSLT */
background-repeat:no-repeat;
}
.OH_CodeSnippetContainerTabRightActive,
.OH_CodeSnippetContainerTabRight,
.OH_CodeSnippetContainerTabRightDisabled
{
/* background-image: url(tabRightBG.gif); generated from XSLT */
background-repeat:no-repeat;
}
.OH_CodeSnippetToolBar
{
width: 100%;
height: 1em;
border-top:solid 3px #e5e5e5;
}
.OH_CodeSnippetToolBarText
{
float: right;
position: relative;
background-color: white;
z-index: 100;
width: auto;
margin-right:13px;
top:-13px
}
.OH_CodeSnippetToolBarText a:link,
.OH_CodeSnippetToolBarText a:visited,
.OH_CodeSnippetToolBarText a:active,
.OH_CodeSnippetToolBarText a:hover
{
font-size:0.8em; /*10pt*/
padding-left:3px;
padding-right:3px;
text-decoration:none;
}
.OH_CodeSnippetToolBarText a:link,
.OH_CodeSnippetToolBarText a:visited,
.OH_CodeSnippetToolBarText a:active
{
color:#1364c4;
}
.OH_CodeSnippetToolBarText a:hover
{
color:#e66a38;
}
.OH_CodeSnippetContainerCodeCollection
{
border-left:solid 1px #e5e5e5;
border-right:solid 1px #e5e5e5;
border-bottom:solid 3px #e5e5e5;
clear:both;
margin:0px;
margin-bottom:5px;
width:99%;
}
.OH_CodeSnippetContainerCode
{
width: 100%;
border-right-width:0px;
margin: 0px;
padding:0px;
padding-left: 19px;
}
.OH_MultiViewContainerPanel {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BACKGROUND-COLOR: #69c
}
.OH_MultiViewTableHeaderCell {
PADDING-RIGHT: 3px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 1em; /*12pt*/ PADDING-BOTTOM: 3px; MARGIN: 10px; COLOR: #fff; PADDING-TOP: 3px; FONT-FAMILY: Segoe UI, Verdana, Arial; BACKGROUND-COLOR: #69c
}
.OH_MultiViewContainerPanelDhtmlTable {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
.OH_MultiViewContainerPanelDhtmlTable TBODY TR TD.OH_MultiViewTableCellContentCell {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
.OH_MultiViewTableCellListCell {
BORDER-RIGHT: #69c 2px solid; PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; MARGIN: 0px; BORDER-LEFT: #69c 1px solid; COLOR: #000; PADDING-TOP: 5px; BORDER-BOTTOM: #69c 1px solid; BACKGROUND-COLOR: #ddd
}
.OH_MultiViewTableCellContentCell {
BORDER-RIGHT: #69c 1px solid; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 100%; PADDING-TOP: 0px; BORDER-BOTTOM: #69c 1px solid
}
.OH_mvt_ShowTextLabel {
FONT-WEIGHT: bold; FONT-SIZE: x-small
}
.OH_mvt_ListBtn {
PADDING-RIGHT: 4px; BORDER-TOP: #69c 1px solid; PADDING-LEFT: 4px; FONT-SIZE: x-small; PADDING-BOTTOM: 4px; MARGIN: 0px; WIDTH: auto; PADDING-TOP: 4px
}
.OH_mvt_ListBtn A {
PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; MARGIN: 0px; WIDTH: 100%; COLOR: #000; PADDING-TOP: 4px
}
.OH_mvt_ListBtn A:active {
PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; MARGIN: 0px; WIDTH: 100%; COLOR: #fff; PADDING-TOP: 4px; BACKGROUND-COLOR: #999
}
.OH_mvt_ListBtn A:hover {
PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; WIDTH: 100%; COLOR: #369; PADDING-TOP: 4px; BACKGROUND-COLOR: #ccc
}
.OH_MultiViewPanelClosed {
PADDING-RIGHT: 0px; DISPLAY: none; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
.OH_MultiViewPanelOpen {
PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; OVERFLOW: auto; WIDTH: 100%; PADDING-TOP: 0px; TOP: 0px
}
.OH_MultiViewTableCellContentCell TABLE.clsStd {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; BOTTOM: 0px; PADDING-TOP: 0px; TOP: 0px;BACKGROUND-COLOR: #ffffff
}
TABLE.clsStd TBODY TR TH {
PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: x-small; PADDING-BOTTOM: 2px; VERTICAL-ALIGN: top; PADDING-TOP: 2px; BACKGROUND-COLOR: #ddd; TEXT-ALIGN: left
}
TABLE.clsStd TBODY TR TD {
PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: x-small; PADDING-BOTTOM: 2px; VERTICAL-ALIGN: top; PADDING-TOP: 2px; BACKGROUND-COLOR: #eee
}
TABLE.clsStd TD SPAN A {
FONT-SIZE: x-small; COLOR: #039
}
div.OH_mtps-table {
}
div.OH_mtps-thead {
display: table-header-group
}
span.OH_mtps-caption {
padding-right: 4pt; padding-left: 4pt; padding-bottom: 4pt; padding-top: 4pt
}
div.OH_mtps-row {
padding-right: 4pt; padding-left: 4pt; padding-bottom: 4pt; padding-top: 4pt
}
span.OH_mtps-cell {
padding-right: 4pt; padding-left: 4pt; padding-bottom: 4pt; padding-top: 4pt
}
span.OH_mtps-th {
padding-right: 4pt; padding-left: 4pt; padding-bottom: 4pt; padding-top: 4pt
}
.members
{
border-collapse:collapse;
border-spacing:0;
}
.members td
{
border: 1px solid #DDDDDD;
}
.members th
{
background: #CCCCCC none repeat scroll 0 0;
}
.OH_disclaimer
{
background:#ffdbdb;
border-top:solid 1px #bbbbbb;
border-bottom:solid 1px #bbbbbb;
padding:5px;
padding-left:13px;
padding-right:13px;
}
.OH_infoIcon
{
float:left;
border-width:0px;
vertical-align:middle;
}
.OH_disclaimerText
{
display:inline;
font-size:0.8em; /*10pt*/
vertical-align:middle;
}
.OH_leftNav
{
float:left;
left:0px;
width:280px;
margin-right:-1px;
_margin-right:-4px;
background-color:White;
overflow:hidden;
border-bottom: solid 1px #bbbbbb;
border-right:1px solid #bbb;
}
.OH_outerDiv
{
background-color:#ffffff;
}
.OH_outerContent
{
_width:99.9%;
overflow:visible;
border-left:1px solid #bbb;
}
.OH_footer
{
clear:both;
border-top: solid 1px #bbb;
padding: 0px 10px 5px 10px;
}
.OH_feedbacklink
{
font-family:Segoe UI, Verdana, Arial;
font-size:0.8em; /*10pt*/
padding-left:10px;
}
.OH_footer .OH_feedbacklink
{
padding-left:0px;
}
.OH_leftNav DIV#searchDiv
{
clear:both;
padding:1px 0px 1px 3px;
width: 280px;
}
.OH_leftNav DIV#searchBox
{
background-color:transparent;
border: solid 1px #bbbbbb;
padding: 2px;
margin: 6px 8px 4px 4px;
}
.OH_leftNav INPUT.OH_searchTextbox
{
border:none;
background-color:transparent;
margin-right:2px;
width:230px;
font-size:0.9em;
padding:2px;
overflow:visible;
cursor:text;
}
.OH_searchWatermark
{
position:absolute;
top:0;
left:0;
color:silver;
font-style:italic;
vertical-align:middle;
}
.OH_leftNav BUTTON#btnS
{
border: none;
background-color: transparent;
padding:0px;
margin:0px;
vertical-align:middle;
cursor:pointer;
}
.OH_leftNav DIV#toc
{
font-size:0.9em;
}
DIV.OH_parentTocLinks
{
padding:5px 0px 0px 10px;
white-space:nowrap;
overflow:hidden;
background-color:White;
}
DIV.OH_parentTocLinks a:visited
{
text-decoration:none;
}
DIV.OH_selfTocHeader
{
padding:0px 0px 0px 20px;
color:#250c58;
font-weight:bold;
white-space:nowrap;
}
DIV.OH_selfTocLinks
{
padding:0px 0px 5px 25px;
white-space:nowrap;
overflow:hidden;
background-color:White;
border-bottom:solid 1px #bbbbbb;
}
DIV.OH_selfTocLinks a:visited
{
text-decoration:none;
}
DIV.OH_selectedChild
{
font-weight:bold;
color:#250c58;
overflow:hidden;
}
DIV.OH_siblingTocHeader
{
padding:5px 0px 0px 10px;
color:#6e6e6e;
font-weight:bold;
border-top:solid 3px #f1f1f1;
}
DIV.OH_siblingTocLinks
{
padding:5px 0px 5px 10px;
white-space:nowrap;
overflow:hidden;
background-color:White;
}
DIV.OH_siblingTocLinks a:visited
{
text-decoration:none;
}
.OH_searchCount
{
font-weight: bold;
}
.OH_searchTerm
{
color: #250c58;
font-weight:bold;
}
.OH_searchPaging
{
margin-left: 10px;
padding-left:10px;
font-size:0.95em;
}
.OH_currentPage
{
margin:3px 5px 3px 5px;
padding: 0px 5px 0px 5px;
border: solid 1px #ffa615;
background-color:#fbefbd;
color:#eb7c00;
font-weight:bold;}
.OH_resultLink
{
margin:3px 5px 3px 5px;
padding: 0px 5px 0px 5px;
border: solid 1px #999;
}
.OH_resultNavLink
{
margin:3px 5px 3px 5px;
padding: 0px 5px 0px 5px;
}
.OH_clear
{
clear:both;
}
DIV.OH_outerContent div#mainSection table.OH_borderlessTable,
DIV.OH_outerContent div#mainSection table.OH_borderlessTable TR,
DIV.OH_outerContent div#mainSection table.OH_borderlessTable TD
{
border:0;
vertical-align:top;
}
DIV.OH_outerContent div#mainSection table.OH_borderlessTableSP
{
width:800px;
background-color:#d3d3d3;
}
DIV.OH_outerContent div#mainSection table.OH_borderlessTableSP,
DIV.OH_outerContent div#mainSection table.OH_borderlessTableSP TR,
DIV.OH_outerContent div#mainSection table.OH_borderlessTableSP TD
{
border:0;
vertical-align:top;
padding-top:0px;
padding-bottom:0px;
}
DIV.OH_outerContent div#mainSection table.OH_borderlessTableSP TD
{
width:300px;
background-color:#e5e5e5;
}
IMG.OH_offlineIcon
{
border:0;
vertical-align:top;
}
/*Start of colorization*/
div.seeAlsoStyle { padding-top:5px;}
td.nsrBottom { height: 0.6em; width: 100%;}
SPAN.code, SPAN.command { FONT-SIZE: 105%; COLOR: #000066; FONT-FAMILY: Monospace, Courier New, Courier}
SPAN.ui { FONT-WEIGHT: bold}
SPAN.math { FONT-STYLE: italic}
SPAN.input { FONT-WEIGHT:700;}
SPAN.term { FONT-STYLE: italic}
SPAN.label { FONT-WEIGHT: bold}
SPAN.foreignPhrase, SPAN.phrase { FONT-STYLE: italic}
SPAN.placeholder { FONT-STYLE: italic}
SPAN.keyword { FONT-WEIGHT: bold}
SPAN.typeparameter { FONT-STYLE: italic}
SPAN.identifier { }
SPAN.keyword { COLOR: #871f78}
SPAN.parameter { FONT-STYLE: italic}
SPAN.literal, SPAN.literalValue { COLOR: maroon}
SPAN.comment { COLOR: green}
SPAN.syntaxLabel { FONT-WEIGHT: bold; COLOR: #0481da}
SPAN.introStyle { COLOR: DarkGray}
/*End of colorization*/
.OH_TocResize
{
position:absolute;
top:86px;
left:279px;
width:5px;
height:20px;
cursor:pointer;
}
.OH_TocResize img
{
border:none;
}
/* Various *******************************************************************/
q
{
font-style: italic;
}
dl.authored dt
{
font-weight: bold;
margin-top: 5px;
}
dl.authored dd
{
margin-left: 20px;
margin-bottom: 5px;
}
span.nolink
{
font-weight: bold;
}
ul.autoOutline
{
}
li.outlineSectionEntry
{
}
div.outlineSectionEntrySummary
{
}
/* Media *********************************************************************/
div.ps_mediaNear
{
text-align: left;
margin-top: 1em;
margin-bottom: 1em;
}
div.ps_mediaFar
{
text-align: right;
margin-top: 1em;
margin-bottom: 1em;
}
div.ps_mediaCenter
{
text-align: center;
margin-top: 1em;
margin-bottom: 1em;
}
span.ps_captionLead
{
font-weight: bold;
margin-right: .5em;
}
/* Glossary ******************************************************************/
DIV.clsTooltip
{
border: 1px solid black;
padding: 2px;
position: absolute;
top: 0;
left: 0;
display: none;
background-color: #FFFFAA;
color: black;
font-size: 8pt;
font-family: Arial;
}
h1.ps_glossaryTitle
{
color: #000000;
font-size: 140%;
margin-top: 10px;
margin-bottom: 10px;
}
div.ps_glossaryDiv
{
}
h2.ps_glossaryDivHeading
{
color: Black;
font-size: 115%;
margin-top: 1em;
margin-bottom: 0px;
}
div.ps_glossaryLetterBar
{
font-size: 90%;
}
hr.ps_glossaryRule
{
text-align: left;
color: Black;
}
h3.ps_glossaryGroupHeading
{
font-size: 120%;
color: Gray;
margin: 5px 0 5px 0;
}
div.ps_glossaryGroup
{
}
dl.ps_glossaryGroupList
{
margin: 0;
color: Black;
}
dt.ps_glossaryEntry
{
font-weight: bold;
margin-left: 2em;
}
dd.ps_glossaryEntry
{
margin-left: 2em;
margin-bottom: 2em;
}
div.ps_relatedEntry
{
margin-bottom: 4px;
}
/* Bibliography***************************************************************/
div.bibliographStyle
{
padding-top: 5px;
}
span.bibliographyNumber
{
}
span.bibliographyAuthor
{
font-weight: bold;
}
span.bibliographyTitle
{
font-style: italic;
}
span.bibliographyPublisher
{
}
sup.citation a:link a:visited a:active
{
text-decoration: none;
}
| 0.167763 | 0.038394 |
*{
margin:0;
padding:0;
-webkit-font-smoothing: antialiased;
}
/* Body stuff */
body{
background: #efefef;
font: 1em 'Helvetica Neue', 'Verdana', Calibri, Arial, sans-serif;
}
/* Header & nav Styling */
header#top{
background: #568b8d; /* Old browsers */
background: -moz-linear-gradient(top, #568b8d 0%, #4d7d7f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#568b8d), color-stop(100%,#4d7d7f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #568b8d 0%,#4d7d7f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #568b8d 0%,#4d7d7f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #568b8d 0%,#4d7d7f 100%); /* IE10+ */
background: linear-gradient(top, #568b8d 0%,#4d7d7f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#568b8d', endColorstr='#4d7d7f',GradientType=0 ); /* IE6-9 */
height:200px;
border-bottom: 1px solid #fff;
box-shadow: inset 0 -5px 15px rgba(5,5,5,0.08);
overflow: hidden;
}
header #nav_wrap{
margin:0 auto;
width: 960px;
height: 200px;
padding: 15px;
}
header #nav_wrap p{
font: lighter 1.6em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
color:#eee;
float: left;
margin-top: 76px;
}
header #nav_wrap nav{
float: right;
margin-top: 80px;
}
header #nav_wrap nav ul li{
list-style: none;
float: left;
padding-left: 20px;
}
header #nav_wrap nav ul li a{
text-decoration:none;
font: lighter 1.375em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
color:#eee;
}
header #nav_wrap nav ul li a:hover{
color:#fff;
border-bottom: 1px solid #fff;
}
/* List of posts*/
.page_wrap{
max-width: 960px;
padding: 10px;
margin:0 auto;
}
ul.posts_wrap {
float: left;
max-width: 60%;
text-align: left;
}
ul.posts_wrap li {
list-style: none;
margin-top: 30px;
}
ul.posts_wrap li a{
text-decoration: none;
margin-top: 15px;
color:#666;
}
ul.posts_wrap li a:hover{
color:#444;
}
ul.posts_wrap li a time{
color:#888;
font-size: 0.8em;
}
ul.posts_wrap li a p#desc{
font-size: 0.9em;
}
ul.posts_wrap li a h2{
font: lighter 1.8em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
margin-top: 10px;
margin-bottom: 10px;
}
/* Search bar styling */
.search_wrap, .search_wrap_large{
width: 30%;
float: right;
padding: 10px;
margin-top: 40px;
background: #333;
}
.search_wrap form#search input, .search_wrap_large form#search input{
height: 40px;
width: 100%;
padding: 8px 12px;
color: #333;
border: none;
font: lighter 1em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
}
.search_wrap_large{
width: 100%;
float: none;
}
/* Twitter feed / topics styling */
.feed_wrap{
max-width: 30%;
float: right;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
margin-top: 40px;
background: #333;
padding-bottom: 10px;
}
.feed_wrap p{
color:#ddd;
margin-top: 20px;
margin-bottom: 5px;
font-size: 0.8em;
text-align: justified;
}
.feed_wrap em{
color:#aaa;
font-size: 0.78em;
margin-left: 5px;
}
.feed_wrap h3{
color:#eee;
font: lighter 1.5em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
}
.feed_wrap p.topic{
font-size: 0.7em;
color:#aaa;
}
.feed_wrap a, .feed_wrap p.topic a{
color: #eee;
text-decoration: none;
font-size: 1.1em;
}
/* Footer */
.footer_wrap{
margin: 0 auto;
max-width: 100%;
padding: 15px;
}
footer#bottom {
margin-top: 70px;
position: inherit;
width: 100%;
height: 200px;
float: left;
color: #aaa;
border-top: 1px solid #ddd;
padding-top: 15px;
}
footer#bottom ul{
list-style: none;
float: right;
}
footer#bottom ul li{
float: right;
margin-left: 15px;
font-size: 0.8em;
}
footer#bottom ul li:last-child{
margin-left: 0px;
}
footer#bottom ul li a{
text-decoration: none;
color:#777;
}
footer#bottom ul li a:hover{
text-decoration: underline;
}
footer#bottom small{
float: left;
font-size: 0.8em;
font-weight: lighter;
color: #aaa;
}
footer#bottom a#attribution{
float: right;
font-size: 0.8em;
font-weight: lighter;
color: #aaa;
}
footer#bottom a#attribution:hover{
color: #777;
}
/* Section styling */
section.content{
padding: 10px;
}
section.content a{
color: #555;
font: lighter 1em;
text-decoration: underline;
}
section.content .search_wrap{
margin-top: 0px;
}
section.content p{
color: #666;
font: lighter 1em;
line-height: 1.3em;
margin-bottom: 15px;
}
section.content h1{
color: #444;
font: lighter 2.2em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
margin-bottom: 10px;
}
section.content ul{
list-style: none;
}
section.content ul li{
margin-bottom: 15px;
list-style: none;
}
section.content ul li a{
text-decoration: none;
margin-top: 15px;
color:#666;
}
section.content ul li time{
color:#888;
font-size: 0.8em;
}
section.footnote{
font-size: 0.8em;
color:#666;
padding: 10px;
}
section.comments h1{
color: #444;
font: lighter 1.2em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
margin-bottom: 20px;
}
section.comments a{
color: #444;
font: lighter 1em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
}
section.comments p{
color: #444;
font: lighter 1em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
margin-bottom: 15px;
}
section.comments p em{
font-size: 0.8em;
color: #666;
margin-left: 15px;
}
section.comments input{
height: 20px;
width: 50%;
padding: 8px 12px;
color: #333;
border: none;
font: lighter 0.8em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
border: 1px solid #ddd;
}
section.comments textarea{
height: 100px;
width: 50%;
padding: 8px 12px;
color: #333;
border: none;
font: lighter 0.8em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
resize:vertical;
border: 1px solid #ddd;
}
section.comments legend{
color: #222;
font: lighter 1em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
margin-bottom: 10px;
}
section.comments button{
height: 40px;
width: 120px;
border: 1px solid #ccc;
background: #ddd;
font: lighter 0.8em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
}
section.comments button:hover{
cursor: pointer;
background: #eaeaea;
}
section.comments button:active{
background: #dadada;
}
section.comments a{
color: #555;
font: lighter 1em;
text-decoration: underline;
}
section.comments .content{
color: #444;
font-size: 0.9em;
font-weight: lighter;
line-height: 1.3em;
margin-top: 10px;
}
section.comments h2{
color: #444;
font: lighter 1.2em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
margin-bottom: 10px;
}
section.comments ul{
list-style: none;
margin-bottom: 15px;
}
section.comments ul li{
margin-bottom: 15px;
list-style: none;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin-bottom: 15px;
background: #eaeaea;
padding: 10px;
}
section.comments ul li a{
text-decoration: none;
margin-top: 15px;
color:#666;
}
section.comments ul li time{
color:#888;
font-size: 0.8em;
}
/* Our @media queries to make it nice and responsive at all resolutions. */
@media screen and (max-width: 1024px){
header #nav_wrap{
margin:0 auto;
max-width: 90%;
height: 200px;
}
header#top{
max-width: 1024px;
}
.page_wrap{
max-width: 924px;
}
.footer_wrap{
max-width: 924px;
}
}
@media screen and (max-width: 768px){
header #nav_wrap{
margin:0 auto;
max-width: 90%;
height: 200px;
}
header#top{
max-width: 768px;
}
.page_wrap{
max-width: 668px;
}
.feed_wrap{
float: left;
}
.search_wrap{
float: left;
}
.footer_wrap{
max-width: 668px;
}
}
@media screen and (max-width: 600px){
header #nav_wrap{
margin:0 auto;
max-width: 90%;
height: 200px;
}
header #nav_wrap nav{
text-align: left;
display:block;
}
header#top{
max-width: 600px;
}
.page_wrap{
max-width: 500px;
}
.feed_wrap{
float: left;
max-width: 100%;
}
ul.posts_wrap {
max-width: 100%;
}
.search_wrap_large{
width: 95%;
}
.search_wrap{
width: 95%;
max-width: 100%;
}
.footer_wrap{
max-width: 500px;
}
section.comments input{
width: 95%;
}
section.comments textarea{
width: 95%;
}
}
@media screen and (max-width: 480px){
header #nav_wrap{
margin:0 auto;
max-width: 90%;
height: 200px;
}
header #nav_wrap nav{
text-align: left;
display:block;
}
header#top{
max-width: 480px;
}
header #nav_wrap nav ul li a{
font-size: 1.175em ;
}
.page_wrap{
max-width: 380px;
}
.search_wrap_large{
width: 95%;
}
.feed_wrap{
float: left;
max-width: 100%;
}
ul.posts_wrap {
max-width: 100%;
}
.search_wrap{
width: 95%;
max-width: 100%;
}
.footer_wrap{
max-width: 380px;
}
footer#bottom ul{
float:left;
}
footer#bottom a#attribution{
float:left;
}
section.comments input{
width: 95%;
}
section.comments textarea{
width: 95%;
}
}
@media screen and (max-width: 320px){
header #nav_wrap{
margin:0 auto;
max-width: 90%;
height: 200px;
}
header #nav_wrap nav{
text-align: left;
display:block;
}
header#top{
max-width: 320px;
}
.page_wrap{
max-width: 220px;
}
.feed_wrap{
float: left;
max-width: 100%;
}
ul.posts_wrap {
max-width: 100%;
}
.search_wrap{
width: 95%;
max-width: 100%;
}
.search_wrap_large{
width: 95%;
}
.footer_wrap{
max-width: 220px;
}
footer#bottom ul{
float:left;
}
footer#bottom a#attribution{
float:left;
}
section.comments input{
width: 95%;
}
section.comments textarea{
width: 95%;
}
}
@media screen and (max-width: 240px){
header #nav_wrap{
margin:0 auto;
max-width: 90%;
height: 200px;
}
header #nav_wrap nav{
text-align: left;
display:block;
}
header#top{
max-width: 240px;
}
.page_wrap{
max-width: 140px;
}
.feed_wrap{
float: left;
max-width: 100%;
}
.search_wrap_large{
width: 95%;
}
ul.posts_wrap {
max-width: 100%;
}
.search_wrap{
width: 95%;
max-width: 100%;
}
.footer_wrap{
max-width: 140px;
}
footer#bottom ul{
float:left;
}
footer#bottom a#attribution{
float:left;
}
section.comments input{
width: 95%;
}
section.comments textarea{
width: 95%;
}
}
|
css/stylesheet.css
|
*{
margin:0;
padding:0;
-webkit-font-smoothing: antialiased;
}
/* Body stuff */
body{
background: #efefef;
font: 1em 'Helvetica Neue', 'Verdana', Calibri, Arial, sans-serif;
}
/* Header & nav Styling */
header#top{
background: #568b8d; /* Old browsers */
background: -moz-linear-gradient(top, #568b8d 0%, #4d7d7f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#568b8d), color-stop(100%,#4d7d7f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #568b8d 0%,#4d7d7f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #568b8d 0%,#4d7d7f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #568b8d 0%,#4d7d7f 100%); /* IE10+ */
background: linear-gradient(top, #568b8d 0%,#4d7d7f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#568b8d', endColorstr='#4d7d7f',GradientType=0 ); /* IE6-9 */
height:200px;
border-bottom: 1px solid #fff;
box-shadow: inset 0 -5px 15px rgba(5,5,5,0.08);
overflow: hidden;
}
header #nav_wrap{
margin:0 auto;
width: 960px;
height: 200px;
padding: 15px;
}
header #nav_wrap p{
font: lighter 1.6em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
color:#eee;
float: left;
margin-top: 76px;
}
header #nav_wrap nav{
float: right;
margin-top: 80px;
}
header #nav_wrap nav ul li{
list-style: none;
float: left;
padding-left: 20px;
}
header #nav_wrap nav ul li a{
text-decoration:none;
font: lighter 1.375em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
color:#eee;
}
header #nav_wrap nav ul li a:hover{
color:#fff;
border-bottom: 1px solid #fff;
}
/* List of posts*/
.page_wrap{
max-width: 960px;
padding: 10px;
margin:0 auto;
}
ul.posts_wrap {
float: left;
max-width: 60%;
text-align: left;
}
ul.posts_wrap li {
list-style: none;
margin-top: 30px;
}
ul.posts_wrap li a{
text-decoration: none;
margin-top: 15px;
color:#666;
}
ul.posts_wrap li a:hover{
color:#444;
}
ul.posts_wrap li a time{
color:#888;
font-size: 0.8em;
}
ul.posts_wrap li a p#desc{
font-size: 0.9em;
}
ul.posts_wrap li a h2{
font: lighter 1.8em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
margin-top: 10px;
margin-bottom: 10px;
}
/* Search bar styling */
.search_wrap, .search_wrap_large{
width: 30%;
float: right;
padding: 10px;
margin-top: 40px;
background: #333;
}
.search_wrap form#search input, .search_wrap_large form#search input{
height: 40px;
width: 100%;
padding: 8px 12px;
color: #333;
border: none;
font: lighter 1em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
}
.search_wrap_large{
width: 100%;
float: none;
}
/* Twitter feed / topics styling */
.feed_wrap{
max-width: 30%;
float: right;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
margin-top: 40px;
background: #333;
padding-bottom: 10px;
}
.feed_wrap p{
color:#ddd;
margin-top: 20px;
margin-bottom: 5px;
font-size: 0.8em;
text-align: justified;
}
.feed_wrap em{
color:#aaa;
font-size: 0.78em;
margin-left: 5px;
}
.feed_wrap h3{
color:#eee;
font: lighter 1.5em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
}
.feed_wrap p.topic{
font-size: 0.7em;
color:#aaa;
}
.feed_wrap a, .feed_wrap p.topic a{
color: #eee;
text-decoration: none;
font-size: 1.1em;
}
/* Footer */
.footer_wrap{
margin: 0 auto;
max-width: 100%;
padding: 15px;
}
footer#bottom {
margin-top: 70px;
position: inherit;
width: 100%;
height: 200px;
float: left;
color: #aaa;
border-top: 1px solid #ddd;
padding-top: 15px;
}
footer#bottom ul{
list-style: none;
float: right;
}
footer#bottom ul li{
float: right;
margin-left: 15px;
font-size: 0.8em;
}
footer#bottom ul li:last-child{
margin-left: 0px;
}
footer#bottom ul li a{
text-decoration: none;
color:#777;
}
footer#bottom ul li a:hover{
text-decoration: underline;
}
footer#bottom small{
float: left;
font-size: 0.8em;
font-weight: lighter;
color: #aaa;
}
footer#bottom a#attribution{
float: right;
font-size: 0.8em;
font-weight: lighter;
color: #aaa;
}
footer#bottom a#attribution:hover{
color: #777;
}
/* Section styling */
section.content{
padding: 10px;
}
section.content a{
color: #555;
font: lighter 1em;
text-decoration: underline;
}
section.content .search_wrap{
margin-top: 0px;
}
section.content p{
color: #666;
font: lighter 1em;
line-height: 1.3em;
margin-bottom: 15px;
}
section.content h1{
color: #444;
font: lighter 2.2em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
margin-bottom: 10px;
}
section.content ul{
list-style: none;
}
section.content ul li{
margin-bottom: 15px;
list-style: none;
}
section.content ul li a{
text-decoration: none;
margin-top: 15px;
color:#666;
}
section.content ul li time{
color:#888;
font-size: 0.8em;
}
section.footnote{
font-size: 0.8em;
color:#666;
padding: 10px;
}
section.comments h1{
color: #444;
font: lighter 1.2em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
margin-bottom: 20px;
}
section.comments a{
color: #444;
font: lighter 1em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
}
section.comments p{
color: #444;
font: lighter 1em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
margin-bottom: 15px;
}
section.comments p em{
font-size: 0.8em;
color: #666;
margin-left: 15px;
}
section.comments input{
height: 20px;
width: 50%;
padding: 8px 12px;
color: #333;
border: none;
font: lighter 0.8em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
border: 1px solid #ddd;
}
section.comments textarea{
height: 100px;
width: 50%;
padding: 8px 12px;
color: #333;
border: none;
font: lighter 0.8em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
resize:vertical;
border: 1px solid #ddd;
}
section.comments legend{
color: #222;
font: lighter 1em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
margin-bottom: 10px;
}
section.comments button{
height: 40px;
width: 120px;
border: 1px solid #ccc;
background: #ddd;
font: lighter 0.8em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
}
section.comments button:hover{
cursor: pointer;
background: #eaeaea;
}
section.comments button:active{
background: #dadada;
}
section.comments a{
color: #555;
font: lighter 1em;
text-decoration: underline;
}
section.comments .content{
color: #444;
font-size: 0.9em;
font-weight: lighter;
line-height: 1.3em;
margin-top: 10px;
}
section.comments h2{
color: #444;
font: lighter 1.2em 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
margin-bottom: 10px;
}
section.comments ul{
list-style: none;
margin-bottom: 15px;
}
section.comments ul li{
margin-bottom: 15px;
list-style: none;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin-bottom: 15px;
background: #eaeaea;
padding: 10px;
}
section.comments ul li a{
text-decoration: none;
margin-top: 15px;
color:#666;
}
section.comments ul li time{
color:#888;
font-size: 0.8em;
}
/* Our @media queries to make it nice and responsive at all resolutions. */
@media screen and (max-width: 1024px){
header #nav_wrap{
margin:0 auto;
max-width: 90%;
height: 200px;
}
header#top{
max-width: 1024px;
}
.page_wrap{
max-width: 924px;
}
.footer_wrap{
max-width: 924px;
}
}
@media screen and (max-width: 768px){
header #nav_wrap{
margin:0 auto;
max-width: 90%;
height: 200px;
}
header#top{
max-width: 768px;
}
.page_wrap{
max-width: 668px;
}
.feed_wrap{
float: left;
}
.search_wrap{
float: left;
}
.footer_wrap{
max-width: 668px;
}
}
@media screen and (max-width: 600px){
header #nav_wrap{
margin:0 auto;
max-width: 90%;
height: 200px;
}
header #nav_wrap nav{
text-align: left;
display:block;
}
header#top{
max-width: 600px;
}
.page_wrap{
max-width: 500px;
}
.feed_wrap{
float: left;
max-width: 100%;
}
ul.posts_wrap {
max-width: 100%;
}
.search_wrap_large{
width: 95%;
}
.search_wrap{
width: 95%;
max-width: 100%;
}
.footer_wrap{
max-width: 500px;
}
section.comments input{
width: 95%;
}
section.comments textarea{
width: 95%;
}
}
@media screen and (max-width: 480px){
header #nav_wrap{
margin:0 auto;
max-width: 90%;
height: 200px;
}
header #nav_wrap nav{
text-align: left;
display:block;
}
header#top{
max-width: 480px;
}
header #nav_wrap nav ul li a{
font-size: 1.175em ;
}
.page_wrap{
max-width: 380px;
}
.search_wrap_large{
width: 95%;
}
.feed_wrap{
float: left;
max-width: 100%;
}
ul.posts_wrap {
max-width: 100%;
}
.search_wrap{
width: 95%;
max-width: 100%;
}
.footer_wrap{
max-width: 380px;
}
footer#bottom ul{
float:left;
}
footer#bottom a#attribution{
float:left;
}
section.comments input{
width: 95%;
}
section.comments textarea{
width: 95%;
}
}
@media screen and (max-width: 320px){
header #nav_wrap{
margin:0 auto;
max-width: 90%;
height: 200px;
}
header #nav_wrap nav{
text-align: left;
display:block;
}
header#top{
max-width: 320px;
}
.page_wrap{
max-width: 220px;
}
.feed_wrap{
float: left;
max-width: 100%;
}
ul.posts_wrap {
max-width: 100%;
}
.search_wrap{
width: 95%;
max-width: 100%;
}
.search_wrap_large{
width: 95%;
}
.footer_wrap{
max-width: 220px;
}
footer#bottom ul{
float:left;
}
footer#bottom a#attribution{
float:left;
}
section.comments input{
width: 95%;
}
section.comments textarea{
width: 95%;
}
}
@media screen and (max-width: 240px){
header #nav_wrap{
margin:0 auto;
max-width: 90%;
height: 200px;
}
header #nav_wrap nav{
text-align: left;
display:block;
}
header#top{
max-width: 240px;
}
.page_wrap{
max-width: 140px;
}
.feed_wrap{
float: left;
max-width: 100%;
}
.search_wrap_large{
width: 95%;
}
ul.posts_wrap {
max-width: 100%;
}
.search_wrap{
width: 95%;
max-width: 100%;
}
.footer_wrap{
max-width: 140px;
}
footer#bottom ul{
float:left;
}
footer#bottom a#attribution{
float:left;
}
section.comments input{
width: 95%;
}
section.comments textarea{
width: 95%;
}
}
| 0.24726 | 0.04123 |
body {
margin: 0px;
padding: 0px;
background-color: #f7f9fa;
}
.title {
background-color: #30333b;
}
h1 {
padding: 6px;
text-align: center;
color: white;
}
.box {
width: 500px;
height: 170px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
text-align: center;
visibility: visible;
opacity: 1;
/*transition-delay: 0s;*/
}
p {
color: #bbbdbe;
font-size: 20px;
}
.hidden {
display: none;
}
.button {
background-color: Transparent;
background-repeat: no-repeat;
border: none;
padding-bottom: 12px;
cursor: pointer;
overflow: hidden;
outline: none;
font-size: 16px;
text-align: center;
align-items: center;
}
.button-activate {
border-bottom: 3px solid #476ddc;
color: #476ddc;
}
.button-deactivate {
border-bottom: 3px solid #d65a4a;
color: #d65a4a;
}
/*https://github.com/electron/electron/issues/4420*/
::selection {
background: transparent;
}
/* Button */
*,
*:before,
*:after {
box-sizing: border-box;
margin: 0;
padding: 0;
/*transition*/
/* -webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
outline: none; */
}
#version {
margin: auto;
text-align: center;
font-size: 12px;
}
#switch {
width: 60px;
/* margin: 50px auto; */
margin: auto;
margin-left: 1em;
margin-top: 0.5em;
text-align: center;
}
#result {
width: 100%;
margin: auto;
/* margin-left: 1em; */
margin-top: 0.5em;
margin-bottom: 1em;
text-align: center;
}
.ios-toggle,
.ios-toggle:active {
position: absolute;
top: -5000px;
height: 0;
width: 0;
opacity: 0;
border: none;
outline: none;
}
.checkbox-label {
display: block;
position: relative;
padding: 10px;
margin-bottom: 20px;
font-size: 18px;
line-height: 16px;
width: 100%;
height: 36px;
/*border-radius*/
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
background: #f8f8f8;
cursor: pointer;
}
.checkbox-label:before {
content: "";
display: block;
position: absolute;
z-index: 1;
line-height: 34px;
text-indent: 40px;
height: 36px;
width: 36px;
/*border-radius*/
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
top: 0px;
left: 0px;
right: auto;
background: white;
/*box-shadow*/
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
}
.checkbox-label:after {
content: attr(data-off);
display: block;
position: absolute;
z-index: 1;
top: 0;
/* left: -300px; */
left: 2px;
padding: 10px;
height: 100%;
width: 300px;
/* text-align: left; */
color: #bfbfbf;
white-space: nowrap;
}
.ios-toggle:checked + .checkbox-label {
/*box-shadow*/
-webkit-box-shadow: inset 0 0 0 20px rgba(19, 191, 17, 1),
0 0 0 2px rgba(19, 191, 17, 1);
-moz-box-shadow: inset 0 0 0 20px rgba(19, 191, 17, 1),
0 0 0 2px rgba(19, 191, 17, 1);
box-shadow: inset 0 0 0 20px rgba(19, 191, 17, 1),
0 0 0 2px rgba(19, 191, 17, 1);
}
.ios-toggle:checked + .checkbox-label:before {
left: calc(100% - 36px);
/*box-shadow*/
-webkit-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
}
.ios-toggle:checked + .checkbox-label:after {
content: attr(data-on);
left: 60px;
width: 36px;
}
/* GREEN CHECKBOX */
.checkbox + .checkbox-label {
/*box-shadow*/
-webkit-box-shadow: inset 0 0 0 0px rgba(19, 191, 17, 1), 0 0 0 2px #dddddd;
-moz-box-shadow: inset 0 0 0 0px rgba(19, 191, 17, 1), 0 0 0 2px #dddddd;
box-shadow: inset 0 0 0 0px rgba(19, 191, 17, 1), 0 0 0 2px #dddddd;
}
.checkbox:checked + .checkbox-label {
/*box-shadow*/
-webkit-box-shadow: inset 0 0 0 18px rgba(19, 191, 17, 1),
0 0 0 2px rgba(19, 191, 17, 1);
-moz-box-shadow: inset 0 0 0 18px rgba(19, 191, 17, 1),
0 0 0 2px rgba(19, 191, 17, 1);
box-shadow: inset 0 0 0 18px rgba(19, 191, 17, 1),
0 0 0 2px rgba(19, 191, 17, 1);
}
.checkbox:checked + .checkbox-label:after {
color: rgba(19, 191, 17, 1);
}
.status-img {
margin-top: 10px;
max-height: 80px;
}
|
assets/css/settings.css
|
body {
margin: 0px;
padding: 0px;
background-color: #f7f9fa;
}
.title {
background-color: #30333b;
}
h1 {
padding: 6px;
text-align: center;
color: white;
}
.box {
width: 500px;
height: 170px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
text-align: center;
visibility: visible;
opacity: 1;
/*transition-delay: 0s;*/
}
p {
color: #bbbdbe;
font-size: 20px;
}
.hidden {
display: none;
}
.button {
background-color: Transparent;
background-repeat: no-repeat;
border: none;
padding-bottom: 12px;
cursor: pointer;
overflow: hidden;
outline: none;
font-size: 16px;
text-align: center;
align-items: center;
}
.button-activate {
border-bottom: 3px solid #476ddc;
color: #476ddc;
}
.button-deactivate {
border-bottom: 3px solid #d65a4a;
color: #d65a4a;
}
/*https://github.com/electron/electron/issues/4420*/
::selection {
background: transparent;
}
/* Button */
*,
*:before,
*:after {
box-sizing: border-box;
margin: 0;
padding: 0;
/*transition*/
/* -webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
outline: none; */
}
#version {
margin: auto;
text-align: center;
font-size: 12px;
}
#switch {
width: 60px;
/* margin: 50px auto; */
margin: auto;
margin-left: 1em;
margin-top: 0.5em;
text-align: center;
}
#result {
width: 100%;
margin: auto;
/* margin-left: 1em; */
margin-top: 0.5em;
margin-bottom: 1em;
text-align: center;
}
.ios-toggle,
.ios-toggle:active {
position: absolute;
top: -5000px;
height: 0;
width: 0;
opacity: 0;
border: none;
outline: none;
}
.checkbox-label {
display: block;
position: relative;
padding: 10px;
margin-bottom: 20px;
font-size: 18px;
line-height: 16px;
width: 100%;
height: 36px;
/*border-radius*/
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
background: #f8f8f8;
cursor: pointer;
}
.checkbox-label:before {
content: "";
display: block;
position: absolute;
z-index: 1;
line-height: 34px;
text-indent: 40px;
height: 36px;
width: 36px;
/*border-radius*/
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
top: 0px;
left: 0px;
right: auto;
background: white;
/*box-shadow*/
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
}
.checkbox-label:after {
content: attr(data-off);
display: block;
position: absolute;
z-index: 1;
top: 0;
/* left: -300px; */
left: 2px;
padding: 10px;
height: 100%;
width: 300px;
/* text-align: left; */
color: #bfbfbf;
white-space: nowrap;
}
.ios-toggle:checked + .checkbox-label {
/*box-shadow*/
-webkit-box-shadow: inset 0 0 0 20px rgba(19, 191, 17, 1),
0 0 0 2px rgba(19, 191, 17, 1);
-moz-box-shadow: inset 0 0 0 20px rgba(19, 191, 17, 1),
0 0 0 2px rgba(19, 191, 17, 1);
box-shadow: inset 0 0 0 20px rgba(19, 191, 17, 1),
0 0 0 2px rgba(19, 191, 17, 1);
}
.ios-toggle:checked + .checkbox-label:before {
left: calc(100% - 36px);
/*box-shadow*/
-webkit-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
}
.ios-toggle:checked + .checkbox-label:after {
content: attr(data-on);
left: 60px;
width: 36px;
}
/* GREEN CHECKBOX */
.checkbox + .checkbox-label {
/*box-shadow*/
-webkit-box-shadow: inset 0 0 0 0px rgba(19, 191, 17, 1), 0 0 0 2px #dddddd;
-moz-box-shadow: inset 0 0 0 0px rgba(19, 191, 17, 1), 0 0 0 2px #dddddd;
box-shadow: inset 0 0 0 0px rgba(19, 191, 17, 1), 0 0 0 2px #dddddd;
}
.checkbox:checked + .checkbox-label {
/*box-shadow*/
-webkit-box-shadow: inset 0 0 0 18px rgba(19, 191, 17, 1),
0 0 0 2px rgba(19, 191, 17, 1);
-moz-box-shadow: inset 0 0 0 18px rgba(19, 191, 17, 1),
0 0 0 2px rgba(19, 191, 17, 1);
box-shadow: inset 0 0 0 18px rgba(19, 191, 17, 1),
0 0 0 2px rgba(19, 191, 17, 1);
}
.checkbox:checked + .checkbox-label:after {
color: rgba(19, 191, 17, 1);
}
.status-img {
margin-top: 10px;
max-height: 80px;
}
| 0.402744 | 0.08196 |
html,
body,
.app {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background-color: #111;
color: white;
}
.progress {
max-width: 30%;
margin: 45vh auto 55vh auto;
}
.app {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: linear-gradient(to right, #010305, #131516);
}
.sequencer,
.controls {
width: 80vw;
}
.controls {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.control {
text-align: center;
}
.control input {
margin-bottom: 20px;
}
.select-wrapper span.caret {
color: inherit; /* Override materialize.css black */
}
.select-wrapper input.select-dropdown {
margin-bottom: 10px;
}
.input-field {
margin-top: 0;
}
input[type='range'] {
border: 0;
}
input[type='range'] + .thumb {
background-color: #2196f3;
}
input[type='range']::-webkit-slider-thumb {
background-color: #2196f3;
}
input[type='range']::-moz-range-thumb {
background-color: #2196f3;
}
input[type='range']::-ms-thumb {
background-color: #2196f3;
}
.control .share {
margin-top: 10px;
}
.midi-output {
max-width: 200px;
margin: 0 auto;
}
.sequencer {
position: relative;
height: 70vh;
margin: 20px 0;
display: flex;
flex-direction: row;
perspective: 1000px;
transform-style: preserve-3d;
}
.sequencer .legend {
flex: 0.75;
display: flex;
flex-direction: column;
}
.drum-class {
display: flex;
align-items: center;
justify-content: flex-start;
margin: 2.5px;
font-size: 12px;
color: #999;
}
.sequencer .steps {
flex: 9;
display: flex;
flex-direction: row;
}
.step {
flex: 1;
display: flex;
flex-direction: column;
transform-style: preserve-3d;
}
.steps {
transform-style: preserve-3d;
}
.gutter {
width: 5px;
}
.gutter.seed-marker {
background-color: #aaa;
margin: 0 10px;
cursor: move;
}
.gutter.seed-marker:hover {
background-color: white;
}
.cell {
margin: 2.5px 0;
background-color: rgba(100, 100, 100, 0.1);
border: 1px solid rgba(100, 100, 100, 0.2);
border-radius: 3px;
z-index: 0;
transition: background-color 0.3s ease;
}
.cell:hover {
background-color: rgba(100, 100, 100, 0.5);
}
.step:not(.regenerating) .cell.on {
background-color: #64b5f6;
opacity: 1;
}
.step.seed .cell.on {
background-color: #e91e63;
}
.regenerate {
position: absolute;
visibility: hidden;
font-size: 30px;
line-height: 56px;
}
.kick {
flex: 2;
margin-bottom: 10px;
}
.snare {
flex: 1;
margin-top: 10px;
margin-bottom: 10px;
}
.hi-hat-closed {
flex: 1;
margin-top: 10px;
}
.hi-hat-open {
flex: 1;
margin-bottom: 10px;
}
.tom-low {
flex: 1;
margin-top: 10px;
}
.tom-mid {
flex: 1;
}
.tom-high {
flex: 1;
margin-bottom: 10px;
}
.clap {
flex: 1;
margin-top: 10px;
}
.rim {
flex: 1;
}
.info {
max-width: 50%;
margin: 100px auto;
text-align: center;
}
|
css/style.css
|
html,
body,
.app {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background-color: #111;
color: white;
}
.progress {
max-width: 30%;
margin: 45vh auto 55vh auto;
}
.app {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: linear-gradient(to right, #010305, #131516);
}
.sequencer,
.controls {
width: 80vw;
}
.controls {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.control {
text-align: center;
}
.control input {
margin-bottom: 20px;
}
.select-wrapper span.caret {
color: inherit; /* Override materialize.css black */
}
.select-wrapper input.select-dropdown {
margin-bottom: 10px;
}
.input-field {
margin-top: 0;
}
input[type='range'] {
border: 0;
}
input[type='range'] + .thumb {
background-color: #2196f3;
}
input[type='range']::-webkit-slider-thumb {
background-color: #2196f3;
}
input[type='range']::-moz-range-thumb {
background-color: #2196f3;
}
input[type='range']::-ms-thumb {
background-color: #2196f3;
}
.control .share {
margin-top: 10px;
}
.midi-output {
max-width: 200px;
margin: 0 auto;
}
.sequencer {
position: relative;
height: 70vh;
margin: 20px 0;
display: flex;
flex-direction: row;
perspective: 1000px;
transform-style: preserve-3d;
}
.sequencer .legend {
flex: 0.75;
display: flex;
flex-direction: column;
}
.drum-class {
display: flex;
align-items: center;
justify-content: flex-start;
margin: 2.5px;
font-size: 12px;
color: #999;
}
.sequencer .steps {
flex: 9;
display: flex;
flex-direction: row;
}
.step {
flex: 1;
display: flex;
flex-direction: column;
transform-style: preserve-3d;
}
.steps {
transform-style: preserve-3d;
}
.gutter {
width: 5px;
}
.gutter.seed-marker {
background-color: #aaa;
margin: 0 10px;
cursor: move;
}
.gutter.seed-marker:hover {
background-color: white;
}
.cell {
margin: 2.5px 0;
background-color: rgba(100, 100, 100, 0.1);
border: 1px solid rgba(100, 100, 100, 0.2);
border-radius: 3px;
z-index: 0;
transition: background-color 0.3s ease;
}
.cell:hover {
background-color: rgba(100, 100, 100, 0.5);
}
.step:not(.regenerating) .cell.on {
background-color: #64b5f6;
opacity: 1;
}
.step.seed .cell.on {
background-color: #e91e63;
}
.regenerate {
position: absolute;
visibility: hidden;
font-size: 30px;
line-height: 56px;
}
.kick {
flex: 2;
margin-bottom: 10px;
}
.snare {
flex: 1;
margin-top: 10px;
margin-bottom: 10px;
}
.hi-hat-closed {
flex: 1;
margin-top: 10px;
}
.hi-hat-open {
flex: 1;
margin-bottom: 10px;
}
.tom-low {
flex: 1;
margin-top: 10px;
}
.tom-mid {
flex: 1;
}
.tom-high {
flex: 1;
margin-bottom: 10px;
}
.clap {
flex: 1;
margin-top: 10px;
}
.rim {
flex: 1;
}
.info {
max-width: 50%;
margin: 100px auto;
text-align: center;
}
| 0.53777 | 0.096706 |
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital@0;1&display=swap');
@font-face {
font-family: 'fontlogo';
src: url("../_fonts/bubblegum-sans-regular.otf");
}
body{
font-family: Arial, sans-serif;
background-color: #dddddd;
color: rgba(0,0,0 1)
}
p {
text-align: justify;
text-indent: 50px;
font-size: 1rem;
}
.interface{
width: 70%;
margin-top: -20px;
margin-left: auto;
margin-right: auto;
background-color: white;
padding: 5%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
a {
text-decoration:none;
color: #606060;
}
/*formatting for the header in css*/
.thisheader{
display: block;
border-bottom: 1px solid #606060;
height: 150px;
background: url("../_imagens/glass-logo-peq.jpg") no-repeat 0 100px;
}
.thisheader h1{
font-family: 'fontlogo', sans-serif;
font-size: 30px;
color: #606060;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
margin-bottom: 0;
}
.thisheader h2{
font-family: 'Titillium Web', sans-serif;
font-size: 15pt;
color: #888888;
margin-top: 0;
}
.headerfig {
position: absolute;
right: 8%;
top:15%;
}
/*formatting images in css*/
.photos_with_captions{
position: relative;
border: 8px solid white;
box-shadow: 1px 1px 4px black;
}
.photos_with_captions img{
width: 100%;
height: 100%;
}
.photos_with_captions figcaption{
opacity: 0;
position: absolute;
top: 0;
color: White;
background-color: rgba(0,0,0, 0.4);
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 10px;
transition: 1s;
}
.photos_with_captions figcaption:hover{
opacity: 100%;
transition: 1s;
}
.tableaspect {
border: 1px solid #606060;
border-spacing: 0;
margin-left: auto;
margin-right: auto;
}
.tableaspect td{
border: 1px solid #606060;
padding: 10px;
}
.tdleft {
text-align: right;
background-color: #606060;
color: white;
text-align: top;
font-weight: bold;
}
.tdright {
text-align: left;
background-color: #cecece;
}
.tableaspect caption {
color: #888888;
font-weight: bold;
font-size: 16px;
}
.tableaspect span{
color: black;
display: block;
float: right;
margin-top: 10px;
font-size: 12px;
}
.mainbody {
display: block;
width: 52%;
float: left;
padding: 3%;
border-right: 1px solid #606060;
}
.mainbody hgroup h1 {
font-family: 'fontlogo', sans-serif;
font-size: 26px;
color: #606060;
margin-bottom: 0;
}
.mainbody hgroup h3 {
margin-top: 0;
font-size: 12pt;
color: #888888;
}
.mainbody hgroup h3 span{
display: block;
float: right;
margin-top:auto;
font-style: italic;
font-size: 9pt;
color: #606060;
}
.mainbody hgroup h2 {
margin-top: 0;
font-size: 12pt;
color: #888888;
}
video source{
padding-left: auto;
padding-right: auto;
align-items: center;
width: 100%;
}
/*formatting for the menu in css*/
.menu {
display: block;
}
.menu ul {
position: absolute;
top: -20px;
right: 20%;
text-transform: uppercase;
list-style: none;
}
.menu li{
text-transform: uppercase;
list-style: none;
display: inline-block;
color: white;
background-color: #B3B3B4;
transition: 1.5s;
padding: 10px;
margin: 2px;
border-radius: 6px;
}
.menu li:hover{
background-color: white;
color: #B3B3B4;
transform: scale(1.1);
transition: 1s;
}
.menu a {
text-decoration: none;
color: white;
}
.menu a:hover {
color: #B3B3B4;
transform: scale(1.1);
transition: 1s;
}
.menu h1 {
display: none;
}
/*formatting for the main in css*/
.mainside {
display: block;
width: 35%;
float: right;
padding: 3%;
}
.mainfooter{
clear: both;
border-top: 1px solid #606060;
padding-top: 5%;
}
.mainfooter p{
text-align: center;
}
article h2, article h1 {
background-color: #D9D9D9;
color: #606060;
padding: 0.5rem;
margin-top: 2rem;
border-radius: 0.5rem;
}
.mainside {
background-color: #D9D9D9;
margin-top: 5%;
border-radius: 1rem;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.mainside h2{
background-color: #606060;
color: white;
padding: 0.5rem;
margin-top: 2rem;
font-size: 1em;
}
.mainside h1{
font-family: 'fontlogo', sans-serif;
padding: 0.5rem;
margin-top: 2rem;
color: #606060;
}
|
pacotes/curso-html5-pacote01/projeto-glass-html5/_css/index.css
|
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital@0;1&display=swap');
@font-face {
font-family: 'fontlogo';
src: url("../_fonts/bubblegum-sans-regular.otf");
}
body{
font-family: Arial, sans-serif;
background-color: #dddddd;
color: rgba(0,0,0 1)
}
p {
text-align: justify;
text-indent: 50px;
font-size: 1rem;
}
.interface{
width: 70%;
margin-top: -20px;
margin-left: auto;
margin-right: auto;
background-color: white;
padding: 5%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
a {
text-decoration:none;
color: #606060;
}
/*formatting for the header in css*/
.thisheader{
display: block;
border-bottom: 1px solid #606060;
height: 150px;
background: url("../_imagens/glass-logo-peq.jpg") no-repeat 0 100px;
}
.thisheader h1{
font-family: 'fontlogo', sans-serif;
font-size: 30px;
color: #606060;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
margin-bottom: 0;
}
.thisheader h2{
font-family: 'Titillium Web', sans-serif;
font-size: 15pt;
color: #888888;
margin-top: 0;
}
.headerfig {
position: absolute;
right: 8%;
top:15%;
}
/*formatting images in css*/
.photos_with_captions{
position: relative;
border: 8px solid white;
box-shadow: 1px 1px 4px black;
}
.photos_with_captions img{
width: 100%;
height: 100%;
}
.photos_with_captions figcaption{
opacity: 0;
position: absolute;
top: 0;
color: White;
background-color: rgba(0,0,0, 0.4);
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 10px;
transition: 1s;
}
.photos_with_captions figcaption:hover{
opacity: 100%;
transition: 1s;
}
.tableaspect {
border: 1px solid #606060;
border-spacing: 0;
margin-left: auto;
margin-right: auto;
}
.tableaspect td{
border: 1px solid #606060;
padding: 10px;
}
.tdleft {
text-align: right;
background-color: #606060;
color: white;
text-align: top;
font-weight: bold;
}
.tdright {
text-align: left;
background-color: #cecece;
}
.tableaspect caption {
color: #888888;
font-weight: bold;
font-size: 16px;
}
.tableaspect span{
color: black;
display: block;
float: right;
margin-top: 10px;
font-size: 12px;
}
.mainbody {
display: block;
width: 52%;
float: left;
padding: 3%;
border-right: 1px solid #606060;
}
.mainbody hgroup h1 {
font-family: 'fontlogo', sans-serif;
font-size: 26px;
color: #606060;
margin-bottom: 0;
}
.mainbody hgroup h3 {
margin-top: 0;
font-size: 12pt;
color: #888888;
}
.mainbody hgroup h3 span{
display: block;
float: right;
margin-top:auto;
font-style: italic;
font-size: 9pt;
color: #606060;
}
.mainbody hgroup h2 {
margin-top: 0;
font-size: 12pt;
color: #888888;
}
video source{
padding-left: auto;
padding-right: auto;
align-items: center;
width: 100%;
}
/*formatting for the menu in css*/
.menu {
display: block;
}
.menu ul {
position: absolute;
top: -20px;
right: 20%;
text-transform: uppercase;
list-style: none;
}
.menu li{
text-transform: uppercase;
list-style: none;
display: inline-block;
color: white;
background-color: #B3B3B4;
transition: 1.5s;
padding: 10px;
margin: 2px;
border-radius: 6px;
}
.menu li:hover{
background-color: white;
color: #B3B3B4;
transform: scale(1.1);
transition: 1s;
}
.menu a {
text-decoration: none;
color: white;
}
.menu a:hover {
color: #B3B3B4;
transform: scale(1.1);
transition: 1s;
}
.menu h1 {
display: none;
}
/*formatting for the main in css*/
.mainside {
display: block;
width: 35%;
float: right;
padding: 3%;
}
.mainfooter{
clear: both;
border-top: 1px solid #606060;
padding-top: 5%;
}
.mainfooter p{
text-align: center;
}
article h2, article h1 {
background-color: #D9D9D9;
color: #606060;
padding: 0.5rem;
margin-top: 2rem;
border-radius: 0.5rem;
}
.mainside {
background-color: #D9D9D9;
margin-top: 5%;
border-radius: 1rem;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.mainside h2{
background-color: #606060;
color: white;
padding: 0.5rem;
margin-top: 2rem;
font-size: 1em;
}
.mainside h1{
font-family: 'fontlogo', sans-serif;
padding: 0.5rem;
margin-top: 2rem;
color: #606060;
}
| 0.411702 | 0.104706 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container{
width: 90%;
margin: auto;
}
.main-color{
color: rgb(102, 99, 99);
}
.acticeColor{
color: magenta;
text-decoration: none;
font-weight: bold;
}
svg{
cursor: pointer;
}
ul li a{
color: rgb(71, 68, 68);
text-decoration: none;
font-weight: bold;
}
/* End Global Style to Whole Website */
/* ---------- Start Style Head ----------*/
header{
background-color: rgb(211, 205, 205);
padding: 10px 0;
}
header .info-account{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.info-account .my-info ul li{
list-style: none;
display: inline-block;
margin: 0 10px;
}
.info-account .my-info ul li a{
text-decoration: none;
font-weight: bold;
font-size: 14px;
}
.orders p{
font-weight: bold;
}
/* ---------- End Style Head ----------*/
/* ---------- Start Style Search ----------*/
.search{
margin: 5px 0;
}
.search .searchInput{
text-align: center;
margin: 30px 0;
}
.search .searchInput input{
width: 300px;
padding: 10px;
/* border-radius: 10px; */
border: none;
}
.search .searchInput .icons{
border: gray solid 2px;
padding: 15px;
border-radius: 10px;
}
/* ---------- End Style Search ----------*/
/* ---------- Start Style menu ----------*/
.menu{
background-color: black;
padding: 10px;
margin-top: 5px;
height: 70px;
display: flex;
flex-direction: row;
align-items: center;
}
.menu .menu-content ul li{
list-style: none;
margin: 0 10px;
display: inline-block;
}
.menu .menu-content ul span li a ,
.menu p{
text-decoration: none;
font-weight: bold;
font-size: 15px;
color: white;
}
.menu .container{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.menu p{
font-family: cursive;
font-size: 25px;
}
/* ---------- End Style menu ----------*/
/* ---------- Start Style swiper ----------*/
.swiper{
direction: rtl;
margin-bottom: 30px;
}
.swiper .slide1{
background-image: url(../img/3\ girls.jpeg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
height: 100vh;
}
.swiper .slide2{
background-image: url(../img/girle2.jpeg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
height: 100vh;
}
.swiper .slide3{
background-image: url(../img/girle3.jpeg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
height: 100vh;
}
.swiper .slide1 .msg,
.swiper .slide2 .msg,
.swiper .slide3 .msg{
top: 50%; left: 50%;
transform: translate(-50% , -50%);
position: absolute;
background-color: rgb(209, 55, 171);
padding: 20px;
opacity: .5;
text-align: center;
}
.swiper .slide1 .msg .small,
.swiper .slide2 .msg .small,
.swiper .slide3 .msg .small{
font-size: 25px;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.swiper .slide1 .msg .large,
.swiper .slide2 .msg .large,
.swiper .slide3 .msg .large{
font-size: 40px;
}
/* ---------- End Style swiper ----------*/
/* ---------- Start Style collection ----------*/
.collection{
margin: 5px 0;
}
/* ---------- Start Style collection-cont ----------*/
.collection .collection-cont .cont-img{
background-image: url(../img/girl4.png);
background-position: left;
background-repeat: no-repeat;
background-size: cover;
position: relative;
width: 550px;
height: 400px;
}
.collection .container .container-cont{
display: flex;
flex-direction: column;
}
.collection .collection-cont .cont-info{
margin: 10px 0;
}
.collection .collection-cont .cont-info .mainB{
color: magenta;
}
.collection .collection-cont .cont-info p{
margin: 30px 0;
}
.collection .collection-cont .cont-info p span{
margin-right: 15px;
}
.collection .collection-cont .cont-info .title{
font-size: 25px;
font-weight: bold;
}
.collection .collection-cont .cont-info .para{
color: rgb(71, 68, 68);
width: 80%;
}
.collection .collection-cont .cont-info button{
padding: 5px 15px;
background-color: white;
}
.collection .collection-cont .cont-info button a{
text-decoration: none;
color: rgb(71, 68, 68);
}
/* ---------- End Style collection-cont ----------*/
/* ---------- Start Style collection-view ----------*/
.collection-view{
display: flex;
flex-direction: column;
margin: 0 30px;
}
.collection-view .view-info{
background-image: url(../img/man2.jpg);
background-position: right;
background-repeat: no-repeat;
background-size: cover;
position: relative;
width: 550px;
height: 400px;
}
.collection-view .view-info button{
top: 50%; left: 50%;
transform: translate(-50% , -50%);
position: absolute;
padding: 5px 20px;
text-align: center;
background-color: transparent;
border-color: white;
font-weight: bold;
font-size: 20px;
}
.collection-view .view-info button a{
text-decoration: none;
color: white;
}
.collection-view .view-info button:hover,
.collection .collection-cont .cont-info button:hover{
background-color: violet;
}
.collection-view .view-img{
background-image: url(../img/man.jpg);
background-position: right;
background-repeat: no-repeat;
background-size: cover;
position: relative;
width: 550px;
height: 400px;
margin: 10px 0;
}
.collection .container{
display: flex;
flex-direction: row;
justify-content: space-between;
}
/* ---------- Start Style collection-view ----------*/
/* ---------- End Style collection ----------*/
/* ---------- Start Style featured ----------*/
.featured{
margin: 5px 0;
}
.featured .feat-title h3{
text-align: center;
}
.featured .feat-title .feat-itmes{
text-align: center;
margin: 10px 0;
}
.featured .feat-title .feat-itmes ul li{
display: inline-block;
list-style: none;
font-size: 16px;
margin: 0 15px;
}
/* .featured .feat-title .feat-itmes ul li a{
text-decoration: none;
font-weight: bold;
color: rgb(71, 68, 68);
} */
.featured .feat-title .feat-itmes ul li a:hover{
text-decoration: underline;
}
.feat-box{
padding: 20px 0;
direction: ltr;
}
.row{
display: flex;
justify-content: center;
}
.box{
margin: 10px 0;
/* filter: grayscale(1);
transition: .7s ease-in-out; */
}
/* .box:hover{
filter: grayscale(0);
transition: .7s ease-in-out;
} */
.feat-box .box .box-img{
background-image: url(../img/fas1..png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
height: 380px; width: 250px;
overflow: hidden;
}
.feat-box .box .box-img .price{
top: 0;
right: 0;
padding: 8px 20px;
background-color: black;
position: absolute;
color: white;
font-weight: bold;
}
.feat-box .img-content p{
font-size: 30px;
color: rgb(73, 70, 70);
}
.feat-box .img-content .stars{
margin: 8px 0;
}
.feat-box .img-content .stars .active{
color: rgb(226, 150, 50);
}
.feat-box .img-content .interaction{
display: flex;
}
.feat-box .img-content .interaction div{
margin: 0 5px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border: gray 1px solid;
color: rgb(92, 88, 88);
border-radius: 50%;
cursor: pointer;
transition: .7s ease-in-out;
}
.feat-box .img-content .interaction div:hover{
transform: rotateY(360deg);
}
.feat-box .img-content .interaction div:first-child{
color: rgb(241, 26, 134);
}
.feat-box .img-content .interaction div:nth-child(2){
color: rgb(211, 194, 47);
}
.feat-box .img-content .interaction div:last-child{
color: lightgreen;
}
.feat-box .box .overflew{
top: 100%;
left: 0;
position: absolute;
width: 100%;
height: 100%;
background-color: rgb(252, 249, 249);
opacity: .3;
/* transition: .7s ease-in-out; */
}
.feat-box .box .box-img:hover .overflew{
top: 0;
}
.feat-box .box .overflew div{
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50% , -50%);
background-color: black;
opacity: .8;
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
border-radius: 50%;
}
.feat-box .box .overflew div svg{
font-size: 70px;
padding: 10px 20px;
color: white;
}
/* ---------- End Style featured ----------*/
/* ---------- Start Style offer ----------*/
.offer{
margin: 10px 0;
display: flex;
}
.offer .img1{
background-image: url(../img/face1.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
width: 50%;
height: 300px;
}
.offer .img2{
background-image: url(../img/face2.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
width: 50%;
height: 300px;
}
.offer .img1 .img1-content{
position: absolute;
top: 50%;
left: 70%;
transform: translate(-50% , -70%);
color: white;
}
.offer .img1 .img1-content .info{
display: flex;
align-items: center;
}
.offer .img1 .img1-content .price{
font-size: 40px;
margin-right: 20px;
font-weight: bold;
}
.offer .img1 .img1-content .para{
font-size: 20px;
font-weight: 400;
}
.offer .img2 .img2-content{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50% , -50%);
color: white;
text-align: center;
}
.offer .img2 .img2-content .p{
font-size: 30px;
font-weight: bold;
}
/* ---------- End Style offer ----------*/
/* ---------- Start Style person ----------*/
.person{
margin: 10px 0;
}
.person .person-img{
background-image: url(../img/man3.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
width: 100%;
height: 417px;
}
.person .person-img .person-content{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50% , -50%);
color: white;
text-align: center;
}
.person .person-img .person-content .person-icon{
font-size: 30px;
color: deeppink;
}
.person .person-img .person-content .p{
margin: 40px 0;
}
.person .person-img .person-content .person-para p{
font-weight: bold;
}
/* ---------- End Style person ----------*/
/* ---------- Start Style latest ----------*/
.latest .swiper-slide{
display: flex;
justify-content: space-between;
margin: 10px 0;
text-align: inherit;
}
.latest .slide-con .para{
margin: 0 20px;
}
.latest .slide-con button{
padding: 5px 15px;
}
.latest h3{
text-align: center;
}
/* ---------- End Style latest ----------*/
/* ---------- Start Style brand ----------*/
.brand{
margin: 10px 0;
}
.brand h3{
text-align: center;
margin-bottom: 40px;
}
.brand .icon-con{
display: flex;
justify-content: center;
filter: grayscale(1);
transition: .7s ease-in-out;
cursor: pointer;
}
.brand .icon-con:hover{
filter: grayscale(0);
}
.brand .icon-con .icon svg{
font-size: 40px;
color: rgb(168, 156, 48);
}
.brand .icon-con p{
font-size: 25px;
color: rgb(41, 39, 19);
}
/* ---------- End Style brand ----------*/
/* ---------- Start Style footer ----------*/
footer .foot-con{
background-color: rgba(3, 3, 3, 0.904);
padding: 20px 0;
}
footer .foot-con .box nav ul li{
list-style: none;
margin: 10px 0;
}
footer .foot-con .box h5,
footer .foot-con .box-b h5{
color:rgb(221, 214, 214) ;
}
footer .foot-con .box nav ul li a{
text-decoration: none;
color: rgb(221, 214, 214);
font-weight: bold;
}
footer .foot-con .box-b div{
margin: 30px 0;
}
footer .foot-con .box-b div a{
text-decoration: none;
color: white;
}
footer .foot-con .box-b div input{
background-color: transparent;
padding: 10px;
color: white;
}
footer .copyright{
background-color: black;
color: white;
padding: 15px 0;
}
footer .copyright .cards ul li{
display: inline-block;
list-style: none;
margin: 0 15px;
}
footer .copyright .cards ul li a{
color: white;
}
/* ---------- End Style footer ----------*/
|
public/userpanel/css/main.css
|
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container{
width: 90%;
margin: auto;
}
.main-color{
color: rgb(102, 99, 99);
}
.acticeColor{
color: magenta;
text-decoration: none;
font-weight: bold;
}
svg{
cursor: pointer;
}
ul li a{
color: rgb(71, 68, 68);
text-decoration: none;
font-weight: bold;
}
/* End Global Style to Whole Website */
/* ---------- Start Style Head ----------*/
header{
background-color: rgb(211, 205, 205);
padding: 10px 0;
}
header .info-account{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.info-account .my-info ul li{
list-style: none;
display: inline-block;
margin: 0 10px;
}
.info-account .my-info ul li a{
text-decoration: none;
font-weight: bold;
font-size: 14px;
}
.orders p{
font-weight: bold;
}
/* ---------- End Style Head ----------*/
/* ---------- Start Style Search ----------*/
.search{
margin: 5px 0;
}
.search .searchInput{
text-align: center;
margin: 30px 0;
}
.search .searchInput input{
width: 300px;
padding: 10px;
/* border-radius: 10px; */
border: none;
}
.search .searchInput .icons{
border: gray solid 2px;
padding: 15px;
border-radius: 10px;
}
/* ---------- End Style Search ----------*/
/* ---------- Start Style menu ----------*/
.menu{
background-color: black;
padding: 10px;
margin-top: 5px;
height: 70px;
display: flex;
flex-direction: row;
align-items: center;
}
.menu .menu-content ul li{
list-style: none;
margin: 0 10px;
display: inline-block;
}
.menu .menu-content ul span li a ,
.menu p{
text-decoration: none;
font-weight: bold;
font-size: 15px;
color: white;
}
.menu .container{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.menu p{
font-family: cursive;
font-size: 25px;
}
/* ---------- End Style menu ----------*/
/* ---------- Start Style swiper ----------*/
.swiper{
direction: rtl;
margin-bottom: 30px;
}
.swiper .slide1{
background-image: url(../img/3\ girls.jpeg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
height: 100vh;
}
.swiper .slide2{
background-image: url(../img/girle2.jpeg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
height: 100vh;
}
.swiper .slide3{
background-image: url(../img/girle3.jpeg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
height: 100vh;
}
.swiper .slide1 .msg,
.swiper .slide2 .msg,
.swiper .slide3 .msg{
top: 50%; left: 50%;
transform: translate(-50% , -50%);
position: absolute;
background-color: rgb(209, 55, 171);
padding: 20px;
opacity: .5;
text-align: center;
}
.swiper .slide1 .msg .small,
.swiper .slide2 .msg .small,
.swiper .slide3 .msg .small{
font-size: 25px;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.swiper .slide1 .msg .large,
.swiper .slide2 .msg .large,
.swiper .slide3 .msg .large{
font-size: 40px;
}
/* ---------- End Style swiper ----------*/
/* ---------- Start Style collection ----------*/
.collection{
margin: 5px 0;
}
/* ---------- Start Style collection-cont ----------*/
.collection .collection-cont .cont-img{
background-image: url(../img/girl4.png);
background-position: left;
background-repeat: no-repeat;
background-size: cover;
position: relative;
width: 550px;
height: 400px;
}
.collection .container .container-cont{
display: flex;
flex-direction: column;
}
.collection .collection-cont .cont-info{
margin: 10px 0;
}
.collection .collection-cont .cont-info .mainB{
color: magenta;
}
.collection .collection-cont .cont-info p{
margin: 30px 0;
}
.collection .collection-cont .cont-info p span{
margin-right: 15px;
}
.collection .collection-cont .cont-info .title{
font-size: 25px;
font-weight: bold;
}
.collection .collection-cont .cont-info .para{
color: rgb(71, 68, 68);
width: 80%;
}
.collection .collection-cont .cont-info button{
padding: 5px 15px;
background-color: white;
}
.collection .collection-cont .cont-info button a{
text-decoration: none;
color: rgb(71, 68, 68);
}
/* ---------- End Style collection-cont ----------*/
/* ---------- Start Style collection-view ----------*/
.collection-view{
display: flex;
flex-direction: column;
margin: 0 30px;
}
.collection-view .view-info{
background-image: url(../img/man2.jpg);
background-position: right;
background-repeat: no-repeat;
background-size: cover;
position: relative;
width: 550px;
height: 400px;
}
.collection-view .view-info button{
top: 50%; left: 50%;
transform: translate(-50% , -50%);
position: absolute;
padding: 5px 20px;
text-align: center;
background-color: transparent;
border-color: white;
font-weight: bold;
font-size: 20px;
}
.collection-view .view-info button a{
text-decoration: none;
color: white;
}
.collection-view .view-info button:hover,
.collection .collection-cont .cont-info button:hover{
background-color: violet;
}
.collection-view .view-img{
background-image: url(../img/man.jpg);
background-position: right;
background-repeat: no-repeat;
background-size: cover;
position: relative;
width: 550px;
height: 400px;
margin: 10px 0;
}
.collection .container{
display: flex;
flex-direction: row;
justify-content: space-between;
}
/* ---------- Start Style collection-view ----------*/
/* ---------- End Style collection ----------*/
/* ---------- Start Style featured ----------*/
.featured{
margin: 5px 0;
}
.featured .feat-title h3{
text-align: center;
}
.featured .feat-title .feat-itmes{
text-align: center;
margin: 10px 0;
}
.featured .feat-title .feat-itmes ul li{
display: inline-block;
list-style: none;
font-size: 16px;
margin: 0 15px;
}
/* .featured .feat-title .feat-itmes ul li a{
text-decoration: none;
font-weight: bold;
color: rgb(71, 68, 68);
} */
.featured .feat-title .feat-itmes ul li a:hover{
text-decoration: underline;
}
.feat-box{
padding: 20px 0;
direction: ltr;
}
.row{
display: flex;
justify-content: center;
}
.box{
margin: 10px 0;
/* filter: grayscale(1);
transition: .7s ease-in-out; */
}
/* .box:hover{
filter: grayscale(0);
transition: .7s ease-in-out;
} */
.feat-box .box .box-img{
background-image: url(../img/fas1..png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
height: 380px; width: 250px;
overflow: hidden;
}
.feat-box .box .box-img .price{
top: 0;
right: 0;
padding: 8px 20px;
background-color: black;
position: absolute;
color: white;
font-weight: bold;
}
.feat-box .img-content p{
font-size: 30px;
color: rgb(73, 70, 70);
}
.feat-box .img-content .stars{
margin: 8px 0;
}
.feat-box .img-content .stars .active{
color: rgb(226, 150, 50);
}
.feat-box .img-content .interaction{
display: flex;
}
.feat-box .img-content .interaction div{
margin: 0 5px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border: gray 1px solid;
color: rgb(92, 88, 88);
border-radius: 50%;
cursor: pointer;
transition: .7s ease-in-out;
}
.feat-box .img-content .interaction div:hover{
transform: rotateY(360deg);
}
.feat-box .img-content .interaction div:first-child{
color: rgb(241, 26, 134);
}
.feat-box .img-content .interaction div:nth-child(2){
color: rgb(211, 194, 47);
}
.feat-box .img-content .interaction div:last-child{
color: lightgreen;
}
.feat-box .box .overflew{
top: 100%;
left: 0;
position: absolute;
width: 100%;
height: 100%;
background-color: rgb(252, 249, 249);
opacity: .3;
/* transition: .7s ease-in-out; */
}
.feat-box .box .box-img:hover .overflew{
top: 0;
}
.feat-box .box .overflew div{
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50% , -50%);
background-color: black;
opacity: .8;
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
border-radius: 50%;
}
.feat-box .box .overflew div svg{
font-size: 70px;
padding: 10px 20px;
color: white;
}
/* ---------- End Style featured ----------*/
/* ---------- Start Style offer ----------*/
.offer{
margin: 10px 0;
display: flex;
}
.offer .img1{
background-image: url(../img/face1.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
width: 50%;
height: 300px;
}
.offer .img2{
background-image: url(../img/face2.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
width: 50%;
height: 300px;
}
.offer .img1 .img1-content{
position: absolute;
top: 50%;
left: 70%;
transform: translate(-50% , -70%);
color: white;
}
.offer .img1 .img1-content .info{
display: flex;
align-items: center;
}
.offer .img1 .img1-content .price{
font-size: 40px;
margin-right: 20px;
font-weight: bold;
}
.offer .img1 .img1-content .para{
font-size: 20px;
font-weight: 400;
}
.offer .img2 .img2-content{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50% , -50%);
color: white;
text-align: center;
}
.offer .img2 .img2-content .p{
font-size: 30px;
font-weight: bold;
}
/* ---------- End Style offer ----------*/
/* ---------- Start Style person ----------*/
.person{
margin: 10px 0;
}
.person .person-img{
background-image: url(../img/man3.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
width: 100%;
height: 417px;
}
.person .person-img .person-content{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50% , -50%);
color: white;
text-align: center;
}
.person .person-img .person-content .person-icon{
font-size: 30px;
color: deeppink;
}
.person .person-img .person-content .p{
margin: 40px 0;
}
.person .person-img .person-content .person-para p{
font-weight: bold;
}
/* ---------- End Style person ----------*/
/* ---------- Start Style latest ----------*/
.latest .swiper-slide{
display: flex;
justify-content: space-between;
margin: 10px 0;
text-align: inherit;
}
.latest .slide-con .para{
margin: 0 20px;
}
.latest .slide-con button{
padding: 5px 15px;
}
.latest h3{
text-align: center;
}
/* ---------- End Style latest ----------*/
/* ---------- Start Style brand ----------*/
.brand{
margin: 10px 0;
}
.brand h3{
text-align: center;
margin-bottom: 40px;
}
.brand .icon-con{
display: flex;
justify-content: center;
filter: grayscale(1);
transition: .7s ease-in-out;
cursor: pointer;
}
.brand .icon-con:hover{
filter: grayscale(0);
}
.brand .icon-con .icon svg{
font-size: 40px;
color: rgb(168, 156, 48);
}
.brand .icon-con p{
font-size: 25px;
color: rgb(41, 39, 19);
}
/* ---------- End Style brand ----------*/
/* ---------- Start Style footer ----------*/
footer .foot-con{
background-color: rgba(3, 3, 3, 0.904);
padding: 20px 0;
}
footer .foot-con .box nav ul li{
list-style: none;
margin: 10px 0;
}
footer .foot-con .box h5,
footer .foot-con .box-b h5{
color:rgb(221, 214, 214) ;
}
footer .foot-con .box nav ul li a{
text-decoration: none;
color: rgb(221, 214, 214);
font-weight: bold;
}
footer .foot-con .box-b div{
margin: 30px 0;
}
footer .foot-con .box-b div a{
text-decoration: none;
color: white;
}
footer .foot-con .box-b div input{
background-color: transparent;
padding: 10px;
color: white;
}
footer .copyright{
background-color: black;
color: white;
padding: 15px 0;
}
footer .copyright .cards ul li{
display: inline-block;
list-style: none;
margin: 0 15px;
}
footer .copyright .cards ul li a{
color: white;
}
/* ---------- End Style footer ----------*/
| 0.434221 | 0.055566 |
* {
margin: 0;
margin-bottom: 20px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ;
}
:root {
--rounded-corner: 12px;
--gnomeblue: #1c71d8;
--blue1: rgb(153,193,241);
--blue2: rgb(98,160,234);
--blue3: rgb(53,132,228);
--blue4: rgb(28,113,216);
--blue5: rgb(26,95,180);
--green1: rgb(143,240,164);
--green2: rgb(87,227,137);
--green3: rgb(51,209,122);
--green4: rgb(46,194,126);
--green5: rgb(38,162,105);
--yellow1: rgb(249,240,107);
--yellow2: rgb(248,228,92);
--yellow3: rgb(246,211,45);
--yellow4: rgb(245,194,17);
--yellow5: rgb(229,165,10);
--orange1: rgb(255,190,111);
--orange2: rgb(255,163,72);
--orange3: rgb(255,120,0);
--orange4: rgb(230,97,0);
--orange5: rgb(198,70,0);
--red1: rgb(246,97,81);
--red2: rgb(237,51,59);
--red3: rgb(224,27,36);
--red4: rgb(192,28,40);
--red5: rgb(165,29,45);
--purple1: rgb(220,138,221);
--purple2: rgb(192,97,203);
--purple3: rgb(145,65,172);
--purple4: rgb(129,61,156);
--purple5: rgb(97,53,131);
--brown1: rgb(205,171,143);
--brown2: rgb(181,131,90);
--brown3: rgb(152,106,68);
--brown4: rgb(134,94,60);
--brown5: rgb(99,69,44);
--light1: rgb(255,255,255);
--light2: rgb(246,245,244);
--light3: rgb(222,221,218);
--light4: rgb(192,191,188);
--light5: rgb(154,153,150);
--dark1: rgb(119,118,123);
--dark2: rgb(94,92,100);
--dark3: rgb(61,56,70);
--dark4: rgb(36,31,49);
--dark5: rgb(0,0,0);
--text: #f6f5f4;
}
body {
background: var(--dark3);
color: var(--text);
}
#page-wrapper {
display: flex;
min-height: 100%;
align-content: center;
padding-left: 300px;
padding-right: 300px;
flex-direction: column;
margin: 50px;
}
.posts li {
background: var(--dark2);
padding: 20px;
border-radius: var(--rounded-corner);
list-style-type : none;
transition: 200ms ease-in-out;
border: 0px solid transparent;
margin: 0;
}
.posts {
padding: 0;
}
.posts * {
margin: 0;
margin-bottom: 10px;
}
.posts li {
margin: 20px 0;
}
.posts li h2, .posts a {
margin-bottom: 10px;
color: var(--text);
text-decoration: none;
}
.posts li:hover {
transform: scale(1.05);
margin-bottom: 20px;
border: 5px solid var(--gnomeblue);
}
.headerbar {
display: flex;
flex-direction: row;
}
.headerbar * {
margin-right: 10px;
}
.headerbar a {
color: var(--text);
}
.yok {
color: var(--light5);
}
@media (max-width: 1000px) {
* {
margin: 2px !important;
padding: 5px !important;
}
.headerbar {
align-items: center;
}
}
.highlight {
background: var(--dark4);
border-radius: 10px;
font-family: monospace;
}
.highlighter-rouge {
background: var(--dark4);
border-radius: 10px;
font-family: "Iosevka Term", monospace;
}
.highlight * {
font-family: "Iosevka Term", monospace;
padding: 10px;
font-size: 15px;
}
.highlighter-rouge {
padding: 3px;
}
blockquote {
background: var(--dark2);
border-left: 3px solid var(--light5);
padding: 10px;
border-radius: 10px;
}
blockquote p {
margin: 0;
padding: 0;
}
a {
color: var(--blue1);
text-decoration: none;
}
|
assets/style.css
|
* {
margin: 0;
margin-bottom: 20px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ;
}
:root {
--rounded-corner: 12px;
--gnomeblue: #1c71d8;
--blue1: rgb(153,193,241);
--blue2: rgb(98,160,234);
--blue3: rgb(53,132,228);
--blue4: rgb(28,113,216);
--blue5: rgb(26,95,180);
--green1: rgb(143,240,164);
--green2: rgb(87,227,137);
--green3: rgb(51,209,122);
--green4: rgb(46,194,126);
--green5: rgb(38,162,105);
--yellow1: rgb(249,240,107);
--yellow2: rgb(248,228,92);
--yellow3: rgb(246,211,45);
--yellow4: rgb(245,194,17);
--yellow5: rgb(229,165,10);
--orange1: rgb(255,190,111);
--orange2: rgb(255,163,72);
--orange3: rgb(255,120,0);
--orange4: rgb(230,97,0);
--orange5: rgb(198,70,0);
--red1: rgb(246,97,81);
--red2: rgb(237,51,59);
--red3: rgb(224,27,36);
--red4: rgb(192,28,40);
--red5: rgb(165,29,45);
--purple1: rgb(220,138,221);
--purple2: rgb(192,97,203);
--purple3: rgb(145,65,172);
--purple4: rgb(129,61,156);
--purple5: rgb(97,53,131);
--brown1: rgb(205,171,143);
--brown2: rgb(181,131,90);
--brown3: rgb(152,106,68);
--brown4: rgb(134,94,60);
--brown5: rgb(99,69,44);
--light1: rgb(255,255,255);
--light2: rgb(246,245,244);
--light3: rgb(222,221,218);
--light4: rgb(192,191,188);
--light5: rgb(154,153,150);
--dark1: rgb(119,118,123);
--dark2: rgb(94,92,100);
--dark3: rgb(61,56,70);
--dark4: rgb(36,31,49);
--dark5: rgb(0,0,0);
--text: #f6f5f4;
}
body {
background: var(--dark3);
color: var(--text);
}
#page-wrapper {
display: flex;
min-height: 100%;
align-content: center;
padding-left: 300px;
padding-right: 300px;
flex-direction: column;
margin: 50px;
}
.posts li {
background: var(--dark2);
padding: 20px;
border-radius: var(--rounded-corner);
list-style-type : none;
transition: 200ms ease-in-out;
border: 0px solid transparent;
margin: 0;
}
.posts {
padding: 0;
}
.posts * {
margin: 0;
margin-bottom: 10px;
}
.posts li {
margin: 20px 0;
}
.posts li h2, .posts a {
margin-bottom: 10px;
color: var(--text);
text-decoration: none;
}
.posts li:hover {
transform: scale(1.05);
margin-bottom: 20px;
border: 5px solid var(--gnomeblue);
}
.headerbar {
display: flex;
flex-direction: row;
}
.headerbar * {
margin-right: 10px;
}
.headerbar a {
color: var(--text);
}
.yok {
color: var(--light5);
}
@media (max-width: 1000px) {
* {
margin: 2px !important;
padding: 5px !important;
}
.headerbar {
align-items: center;
}
}
.highlight {
background: var(--dark4);
border-radius: 10px;
font-family: monospace;
}
.highlighter-rouge {
background: var(--dark4);
border-radius: 10px;
font-family: "Iosevka Term", monospace;
}
.highlight * {
font-family: "Iosevka Term", monospace;
padding: 10px;
font-size: 15px;
}
.highlighter-rouge {
padding: 3px;
}
blockquote {
background: var(--dark2);
border-left: 3px solid var(--light5);
padding: 10px;
border-radius: 10px;
}
blockquote p {
margin: 0;
padding: 0;
}
a {
color: var(--blue1);
text-decoration: none;
}
| 0.544317 | 0.153264 |
.l-grid-footer2, body, figure, picture, img, figcaption, section, ul, li, input {
margin: 0;
padding: 0;
}
/* CSS category Layout */ /* border display height media width ... */
.l-footer2 {
font-family: sans-serif;
display: block;
padding-bottom: 18px;
}
.l-grid-footer2 {
/* align-content: not used if only one row */
align-items: flex-start;
display: flex;
flex-flow: row nowrap; /* Shorthand for flex-direction and flex-wrap */
justify-content: space-between;
margin: 0 auto;
padding: 24px 0 2px;
width: 980px;
}
.l-grid-footer2__shop {
/* align-content: not used if only one row */
align-items: flex-start;
display: flex;
flex-flow: row nowrap; /* Shorthand for flex-direction and flex-wrap */
justify-content: space-between;
}
.l-grid-footer2__bottom {
/* align-content: not used if only one row */
align-items: flex-start;
border-top: 1px solid #fff;
display: flex;
flex-flow: row nowrap; /* Shorthand for flex-direction and flex-wrap */
justify-content: space-between;
margin: 0 auto;
width: 964px;
}
.l-grid-footer2__bottom aside { padding-top: 10px; }
.l-grid-footer2__bottom aside:nth-of-type(1) { text-align: left; }
.l-grid-footer2__bottom aside:nth-of-type(2) { text-align: right; }
.footer2__aside {
padding: 2px 6px;
}
.footer2__top--small {text-align: center; padding: 8px;}
.footer2__aside--need { width: 20%; }
.footer2__aside--about { width: 20%; }
.footer2__aside--shop { width: 60%; }
.footer2__aside h5 {
border-bottom: 1px solid #fff;
font-size: 16px;
font-weight: 600;
margin: 4px 0 8px 0;
padding-bottom: 8px;
}
.footer2__aside ul {
padding: 8px 0 0 0;
}
.footer2__aside--ul {
list-style: none;
margin-bottom: 20px;
}
.l-footer2 a {
font-size: 12px;
}
.l-footer2 aside > a {
text-decoration: underline;
}
.l-grid-footer2 .footer2__aside--li a {
text-decoration: none;
}
.footer2__copyr {
font-family: sans-serif;
font-size: 12px;
line-height: 12px;
}
.footer2__top--small {
display: none;
}
@media only screen and (max-width: 47.9375em) {
/* small */
.l-grid-footer2__bottom aside {
text-align: center!important;
}
.l-grid-footer2__bottom {
display: block;
}
.l-grid-footer2 {
display: none;
}
.footer2__top--small {
display: block;
}
}
@media only screen and (min-width:48em) and (max-width:61.1875em){
/* medium */
}
@media only screen and (max-width:61.1875em){
/* small and medium */
.l-grid-footer2 {
width: inherit;
}
.l-grid-footer2__bottom {
padding: 0 8px;
width: inherit;
}
}
|
bookpage/components/footer2/footer2_layout.css
|
.l-grid-footer2, body, figure, picture, img, figcaption, section, ul, li, input {
margin: 0;
padding: 0;
}
/* CSS category Layout */ /* border display height media width ... */
.l-footer2 {
font-family: sans-serif;
display: block;
padding-bottom: 18px;
}
.l-grid-footer2 {
/* align-content: not used if only one row */
align-items: flex-start;
display: flex;
flex-flow: row nowrap; /* Shorthand for flex-direction and flex-wrap */
justify-content: space-between;
margin: 0 auto;
padding: 24px 0 2px;
width: 980px;
}
.l-grid-footer2__shop {
/* align-content: not used if only one row */
align-items: flex-start;
display: flex;
flex-flow: row nowrap; /* Shorthand for flex-direction and flex-wrap */
justify-content: space-between;
}
.l-grid-footer2__bottom {
/* align-content: not used if only one row */
align-items: flex-start;
border-top: 1px solid #fff;
display: flex;
flex-flow: row nowrap; /* Shorthand for flex-direction and flex-wrap */
justify-content: space-between;
margin: 0 auto;
width: 964px;
}
.l-grid-footer2__bottom aside { padding-top: 10px; }
.l-grid-footer2__bottom aside:nth-of-type(1) { text-align: left; }
.l-grid-footer2__bottom aside:nth-of-type(2) { text-align: right; }
.footer2__aside {
padding: 2px 6px;
}
.footer2__top--small {text-align: center; padding: 8px;}
.footer2__aside--need { width: 20%; }
.footer2__aside--about { width: 20%; }
.footer2__aside--shop { width: 60%; }
.footer2__aside h5 {
border-bottom: 1px solid #fff;
font-size: 16px;
font-weight: 600;
margin: 4px 0 8px 0;
padding-bottom: 8px;
}
.footer2__aside ul {
padding: 8px 0 0 0;
}
.footer2__aside--ul {
list-style: none;
margin-bottom: 20px;
}
.l-footer2 a {
font-size: 12px;
}
.l-footer2 aside > a {
text-decoration: underline;
}
.l-grid-footer2 .footer2__aside--li a {
text-decoration: none;
}
.footer2__copyr {
font-family: sans-serif;
font-size: 12px;
line-height: 12px;
}
.footer2__top--small {
display: none;
}
@media only screen and (max-width: 47.9375em) {
/* small */
.l-grid-footer2__bottom aside {
text-align: center!important;
}
.l-grid-footer2__bottom {
display: block;
}
.l-grid-footer2 {
display: none;
}
.footer2__top--small {
display: block;
}
}
@media only screen and (min-width:48em) and (max-width:61.1875em){
/* medium */
}
@media only screen and (max-width:61.1875em){
/* small and medium */
.l-grid-footer2 {
width: inherit;
}
.l-grid-footer2__bottom {
padding: 0 8px;
width: inherit;
}
}
| 0.250363 | 0.082475 |
@charset "UTF-8";
/*********** GLOBAL RULES ***********/
body, html{
height: 100vh;
max-width: 80vw;
background-color: #FFF;
font-family: "Roboto", 'Roboto Thin', sans-serif;
font-weight: 105;
font-style: normal;
font-size: 15px;
color:#000;
overflow-x: hidden;
overflow-y: hidden;
margin: 0 auto !important;
}
hr{
width: 100%;
}
/*********** PAGE CONTAINERS ***********/
#main_body{
min-height:80vh;
}
#PageContainer{
width: 100%;
min-height: inherit;
overflow-x: hidden;
overflow-y: auto;
padding-left: 10px;
padding-right: : 10px;
border-style: solid;
border-color: #000;
border-width: 2px;
}
div#title_holder{
display: flex;
flex-direction: column;
}
span#title_span{
font-weight: 180;
font-style: normal;
padding-left: 4px;
padding-right: 10px;
font-size: 24px;
}
span#title2_span{
display: block;
font-weight: 100;
font-style: normal;
padding-left: 4px;
padding-right: 10px;
font-size: 14px;
}
.override{
font-family: "Roboto", 'Roboto Thin', sans-serif;
font-weight: 180;
font-style: normal;
font-size: 20px;
color:#000;
}
/*********** SCHEDULE TABLE ***********/
.schedule-table{
text-align: center;
}
#row_spacer{
text-align: inherit;
font-weight: 800;
}
th, td > .schedule-table{
text-align: inherit;
width: calc(100% / 4);
}
/*********** REGISTRATION FRAME ***********/
#registration_embed,#maps_embed{
height: 100%;
}
#registration_embed>iframe,#maps_embed>iframe{
width: 100%;
height: 100%;
}
#maps_embed>iframe{
pointer-events: none;
}
/*********** NAVBAR ***********/
.navbar{
margin-top: 10px;
}
.navbar-brand {
padding: 5px;
}
.navbar-brand>img {
height: 100%;
padding: 20px;
width: auto;
}
.nav li:hover{
background:#DDD;
cursor: pointer;
cursor: hand;
}
.nav>li{
display: inline-block;
}
.nav{
min-height:3vh;
white-space: nowrap;
display: inline-block;
font-size: 13px;
font-style: bold;
}
/*Logo rules*/
.Logo {
font-family: 'Roboto', 'Roboto Thin', sans-serif;
font-weight: 100;
font-style: normal;
font-size: 35px;
color:#000;
display: flex;
flex-direction: row;
}
/* Welcome message*/
#welcome_msg_container{
text-align: center;
}
#welcome_msg{
font-weight: bold;
text-align: center;
}
/* ARC Header Image */
#arc_header{
display: block;
margin: 15px auto;
max-height: 100px;
width: auto;
}
/*********** SPACERS ***********/
.spacer-right{
margin-right: 10px;
}
.spacer-top{
margin-top: 20px;
}
.spacer {
margin-top: 2%;
}
/*********** INSTRUCTOR CARDS ***********/
.card_row{
display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox; /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Chrome */
display:flex;
flex-direction: row;
justify-content: space-evenly;
}
@media (max-width: 768px) {
.card_row{
display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox; /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Chrome */
display:flex;
flex-direction: column;
justify-content: space-evenly;
flex-wrap: wrap;
}
}
img.meet{
width: 150px;
height: 150px;
overflow: hidden;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
width: 240px;
margin: auto;
text-align: center;
margin: 3px;
}
.card_title {
color: grey;
font-size: 12px;
}
button {
border: none;
outline: 0;
padding: 5px;
color: white;
background-color: #AAA;
text-align: center;
cursor: pointer;
width: auto;
font-size: 18px;
}
.card_email{
color: #777;
font-size: 12px;
}
a.meet {
text-decoration: none;
font-size: 22px;
color: black;
}
button:hover, a:hover {
opacity: 0.7;
}
|
resources/css/main.css
|
@charset "UTF-8";
/*********** GLOBAL RULES ***********/
body, html{
height: 100vh;
max-width: 80vw;
background-color: #FFF;
font-family: "Roboto", 'Roboto Thin', sans-serif;
font-weight: 105;
font-style: normal;
font-size: 15px;
color:#000;
overflow-x: hidden;
overflow-y: hidden;
margin: 0 auto !important;
}
hr{
width: 100%;
}
/*********** PAGE CONTAINERS ***********/
#main_body{
min-height:80vh;
}
#PageContainer{
width: 100%;
min-height: inherit;
overflow-x: hidden;
overflow-y: auto;
padding-left: 10px;
padding-right: : 10px;
border-style: solid;
border-color: #000;
border-width: 2px;
}
div#title_holder{
display: flex;
flex-direction: column;
}
span#title_span{
font-weight: 180;
font-style: normal;
padding-left: 4px;
padding-right: 10px;
font-size: 24px;
}
span#title2_span{
display: block;
font-weight: 100;
font-style: normal;
padding-left: 4px;
padding-right: 10px;
font-size: 14px;
}
.override{
font-family: "Roboto", 'Roboto Thin', sans-serif;
font-weight: 180;
font-style: normal;
font-size: 20px;
color:#000;
}
/*********** SCHEDULE TABLE ***********/
.schedule-table{
text-align: center;
}
#row_spacer{
text-align: inherit;
font-weight: 800;
}
th, td > .schedule-table{
text-align: inherit;
width: calc(100% / 4);
}
/*********** REGISTRATION FRAME ***********/
#registration_embed,#maps_embed{
height: 100%;
}
#registration_embed>iframe,#maps_embed>iframe{
width: 100%;
height: 100%;
}
#maps_embed>iframe{
pointer-events: none;
}
/*********** NAVBAR ***********/
.navbar{
margin-top: 10px;
}
.navbar-brand {
padding: 5px;
}
.navbar-brand>img {
height: 100%;
padding: 20px;
width: auto;
}
.nav li:hover{
background:#DDD;
cursor: pointer;
cursor: hand;
}
.nav>li{
display: inline-block;
}
.nav{
min-height:3vh;
white-space: nowrap;
display: inline-block;
font-size: 13px;
font-style: bold;
}
/*Logo rules*/
.Logo {
font-family: 'Roboto', 'Roboto Thin', sans-serif;
font-weight: 100;
font-style: normal;
font-size: 35px;
color:#000;
display: flex;
flex-direction: row;
}
/* Welcome message*/
#welcome_msg_container{
text-align: center;
}
#welcome_msg{
font-weight: bold;
text-align: center;
}
/* ARC Header Image */
#arc_header{
display: block;
margin: 15px auto;
max-height: 100px;
width: auto;
}
/*********** SPACERS ***********/
.spacer-right{
margin-right: 10px;
}
.spacer-top{
margin-top: 20px;
}
.spacer {
margin-top: 2%;
}
/*********** INSTRUCTOR CARDS ***********/
.card_row{
display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox; /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Chrome */
display:flex;
flex-direction: row;
justify-content: space-evenly;
}
@media (max-width: 768px) {
.card_row{
display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox; /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Chrome */
display:flex;
flex-direction: column;
justify-content: space-evenly;
flex-wrap: wrap;
}
}
img.meet{
width: 150px;
height: 150px;
overflow: hidden;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
width: 240px;
margin: auto;
text-align: center;
margin: 3px;
}
.card_title {
color: grey;
font-size: 12px;
}
button {
border: none;
outline: 0;
padding: 5px;
color: white;
background-color: #AAA;
text-align: center;
cursor: pointer;
width: auto;
font-size: 18px;
}
.card_email{
color: #777;
font-size: 12px;
}
a.meet {
text-decoration: none;
font-size: 22px;
color: black;
}
button:hover, a:hover {
opacity: 0.7;
}
| 0.253491 | 0.047825 |
* {
margin: 0;
}
.header {
position: fixed;
top: 0;
width: 100%;
z-index: 100;
}
.main {
text-align: center;
margin-top: 36px;
}
.footer {
clear: both;
flex-direction: column;
margin: 5px auto 60px auto;
width: 1200px;
text-align: center;
}
p {
color: #333;
font-size: 20px;
font-family: 'Times New Roman', Times, serif;
line-height: 2rem;
}
.flex {
display: flex;
}
/* -----------------------------Header------------------------------- */
.header-container {
flex-direction: row;
justify-content: space-between;
padding: 4px 15px 2px 15px;
height: 36px;
width: 100%;
align-items: center;
border-top: 1px solid rgb(189, 187, 187);
border-bottom: 1px solid rgb(189, 187, 187);
background-color: white;
}
.header-title img {
width: 205px;
height: 45px;
}
.header-btns {
margin: 0 30px 0 0;
}
.header-btns button {
background-color: #567b95;
color: white;
border-radius: 4px;
border: none;
width: fit-content;
height: 35px;
padding: 0 15px 0 15px;
}
.header-menu img {
width: 16px;
height: 16px;
padding: 8px 9px 9px 9px;
}
/* --------------------------Main------------------------------ */
.main-containner {
flex-direction: column;
align-items: center;
width: 1200px;
text-align: center;
margin: auto;
}
.article-container {
margin: 20px 190px 0;
clear: both;
}
.article-title-container {
width: 982px;
padding: 40px 20px 20px 30px;
}
.article-title-container-h {
width: 600px;
text-align: start;
margin: 0 45% 20px 20%;
}
.article-title-container-h h1 {
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 35px;
font-style: italic;
}
.article-title-container p {
text-align: start;
}
.image p {
font-size: 14px;
padding: 0 250px 0 0;
line-height: normal;
color: #979292;
}
.recommended-articles {
height: 990px;
display: grid;
grid-template-columns: 70% 30%;
grid-template-rows: 60% 40%;
padding-top: 32px;
column-gap: 10px;
}
/* ----------------------------Article Header----------------------------- */
.article-header {
text-align: start;
margin: 10px 0 10px 0;
width: 600px;
}
.article-header h2 {
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 550;
}
.article-header a {
color: black;
text-decoration-color: lightgray;
}
.article-header-data {
align-items: center;
margin: 20px 0 0 0;
}
.article-header-date {
width: 30%;
}
.article-header-date h5 {
color: #5c5b5b;
font-weight: normal;
}
.article-header-icons {
align-items: center;
justify-content: flex-end;
width: 70%;
}
.article-header-icons a {
text-decoration: none;
color: #837d7d;
}
.article-header-icons img {
width: 27px;
height: 27px;
padding: 0 5px;
}
.article-header-icons span {
font-size: 27px;
padding: 0 5px;
}
/* ----------------------------Article Body-------------------------------- */
.article-body {
text-align: justify;
width: 600px;
padding: 20px 20% 20px 19%;
}
.unlock-articles hr {
margin: 15px 0 15px 460px;
width: 70px;
}
.unlock-articles {
padding: 20px 0;
}
.unlock-articles a {
text-decoration: none;
color: #567b95;
font-weight: bold;
}
/* ---------------------------Inflation Table--------------------- */
.inflation-header {
text-align: start;
margin: 5px 0 10px 0;
}
.inflation-header h2 {
font-size: 20px;
padding-bottom: 10px;
}
.inflation-header p {
padding: 0 50px 0 0;
font-size: 14px;
color: #837d7d;
line-height: normal;
}
.inflation-picks-containner {
display: grid;
width: 100%;
grid-template-columns: repeat(4, 25%);
grid-template-rows: repeat(2, 50%);
gap: 10px;
margin-bottom: 50px;
}
.inflation-module-containner {
height: 288px;
width: 228px;
}
.inflation-module-containner img {
width: inherit;
height: 168px;
padding-bottom: 5px;
}
.inflation-footer {
text-align: start;
padding-top: 20px;
}
.inflation-footer h3 {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 500;
color: #505050;
}
.inflation-footer hr {
margin-bottom: 15px;
width: 100px;
}
/* --------------------------------Video Container--------------------- */
.video-container {
text-align: center;
width: 600px;
margin: auto;
}
.video-container h4 {
font-size: 14px;
text-align: start;
line-height: normal;
color: #979292;
}
/* ------------------------------Image Container--------------------------- */
.image-container {
margin: auto;
width: 600px;
}
.image-container p {
font-size: 14px;
text-align: start;
line-height: normal;
color: #979292;
}
/* -------------------------------Aside Editor's Picks----------------------- */
.editor-picks {
position: absolute;
right: 4rem;
top: 115rem;
float: right;
}
.picks-header {
width: auto;
padding: 10px;
border-bottom: solid 1px #a39f9f;
text-align: start;
}
.picks-header h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}
.picks-container {
align-items: center;
padding: 5px;
width: 230px;
height: 98px;
}
.picks-container-description {
text-align: start;
justify-content: flex-start;
align-items: center;
padding-left: 10px;
}
.picks-container-description a {
text-decoration: none;
font-size: 14px;
color: #333;
}
.picks-container img {
width: 75px;
height: 75px;
}
/* -----------------------------Article Footer----------------------------- */
.article-footer {
text-align: start;
margin: 10px 0 10px 0;
width: 600px;
clear: both;
}
.article-footer-data {
align-items: center;
flex-direction: row;
height: 50%;
padding-top: 20px;
}
.article-footer-btn {
width: 55%;
}
.article-footer-btn button {
background-color: #567b95;
border: none;
border-radius: 3px;
color: white;
width: 100%;
height: 35px;
font-weight: bold;
}
.article-footer-icons {
justify-content: flex-end;
width: 45%;
}
.article-footer-icons span {
font-size: 27px;
padding: 0 10px;
}
.article-footer-icons a {
text-decoration: none;
color: #837d7d;
}
.article-footer-title h5,
.article-footer-title a {
color: rgb(138, 134, 134);
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}
/* ---------------------------Recommended Articles------------------------ */
.recommended-articles-containner hr {
width: 770px;
height: 2px;
margin: 0 5px 20px 31px;
background-color: black;
}
.more {
flex-wrap: wrap;
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 1;
grid-row-end: 2;
justify-content: space-evenly;
}
.more-title {
text-align: start;
padding-left: 32px;
}
.more-title a {
text-decoration: none;
color: black;
}
.more-title h4 {
padding: 0 0 20px 0;
}
.img-conatiner img {
width: 232px;
height: 181px;
}
.img-conatiner h6 {
text-align: end;
color: gray;
font-weight: normal;
}
.img-description {
text-align: start;
}
.img-description a {
text-decoration: none;
color: #333;
}
.img-description h6 {
color: grey;
font-weight: normal;
}
.more-article-container {
width: 232px;
margin: 5px;
height: calc(50% - 10px);
}
/* -----------------Most popular list---------------------------------- */
.most-popular {
grid-column-start: 2;
grid-column-end: 3;
grid-row-start: 1;
grid-row-end: 3;
}
.most-popular hr {
width: 350px;
height: 2px;
margin: 0 5px 20px 0;
background-color: black;
}
.most-popular-container {
text-align: start;
padding: 10px;
border-top: 1px lightgray solid;
}
.most-popular h3 {
padding: 0 0 20px 0;
}
.most-popular-container a {
text-decoration: none;
color: black;
}
.most-popular-container p {
font-size: 20px;
font-family: 'Times New Roman', Times, serif;
font-weight: 500;
}
/* ------------------------Editor's Picks---------------------- */
.Editors-picks {
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 2;
grid-row-end: 3;
}
.Editors-picks hr {
width: 770px;
height: 2px;
margin: 0 5px 20px 31px;
background-color: black;
}
.Editors-picks-title {
text-align: start;
padding-left: 32px;
padding-bottom: 20px;
}
.Editors-picks-videos {
justify-content: space-evenly;
height: 90%;
}
.editors-videos {
width: 232px;
}
/* ------------------------Footer------------------------------ */
.nav-container {
flex-direction: row;
justify-content: space-around;
margin: 0 0 10px 0;
}
.footer-title {
flex-direction: row;
justify-content: flex-start;
padding: 5px 0 5px 20px;
margin: 10px 0 0 0;
border-top: lightgray;
border-top-style: double;
}
.footer-title img {
width: 184px;
height: 44px;
}
.footer-title a {
margin: 10px;
padding: 0 0 0 800px;
font-size: 10px;
text-decoration: none;
color: #567b95;
font-family: Arial, Helvetica, sans-serif;
}
.footer-nav ul {
list-style: none;
text-align: start;
padding: 5px 0 0 0;
}
.footer-nav {
text-align: start;
}
.footer-nav a {
color: black;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
padding-bottom: 20px;
}
.footer-subscribe {
border-left: solid 1px lightgray;
padding: 0 10px 10px 10px;
}
.footer-subscribe img {
width: 15px;
height: 15px;
padding: 0 5px 0 0;
}
.footer-subscribe ul li {
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
padding: 5px;
}
.footer-subscribe h4 {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.subscribe-nav {
text-align: start;
}
.subscribe-nav ul {
list-style: none;
padding: 0;
}
.subscribe-nav a {
font-weight: bold;
font-size: 15px;
color: black;
text-decoration: none;
}
.footer-nav h4 {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.footer-disclaimer {
border-top: 1px solid lightgray;
}
.footer-disclaimer ul {
display: flex;
flex-direction: row;
justify-content: space-evenly;
list-style: none;
margin: 5px;
}
.footer-disclaimer a {
color: gray;
font-size: 12px;
text-decoration: none;
}
/* ----------------------------Dynamic Footer-------------------- */
.dynamic-footer-container {
position: fixed;
bottom: 0;
width: 100vw;
height: 45px;
background-color: white;
border-top: 1px solid black;
z-index: 99;
}
.dynamic-footer {
width: 100%;
padding: 5px 0 5px 20px;
}
.filler {
width: 25%;
}
.dynamic-footer-data {
text-align: center;
width: 50%;
align-items: center;
}
.dynamic-footer-data p {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 510;
}
.dynamic-footer-btn {
width: 25%;
align-items: center;
justify-content: flex-start;
}
.dynamic-footer-btn a {
text-decoration: none;
color: black;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
padding: 5px 0 15px 35px;
font-weight: bolder;
}
.dynamic-footer-btn img {
width: 15px;
height: 15px;
padding: 5px 0 0 25px;
}
/* -------------hovers------------------------- */
.article-header a:hover,
.article-header-icons img:hover {
text-decoration: none;
cursor: pointer;
}
.footer-nav a:hover,
.footer-disclaimer a:hover {
text-decoration: underline;
}
.picks-container-description a:hover {
text-decoration: underline;
}
.header-menu:hover,
.header-btns button:hover,
.header-title:hover {
cursor: pointer;
}
|
style.css
|
* {
margin: 0;
}
.header {
position: fixed;
top: 0;
width: 100%;
z-index: 100;
}
.main {
text-align: center;
margin-top: 36px;
}
.footer {
clear: both;
flex-direction: column;
margin: 5px auto 60px auto;
width: 1200px;
text-align: center;
}
p {
color: #333;
font-size: 20px;
font-family: 'Times New Roman', Times, serif;
line-height: 2rem;
}
.flex {
display: flex;
}
/* -----------------------------Header------------------------------- */
.header-container {
flex-direction: row;
justify-content: space-between;
padding: 4px 15px 2px 15px;
height: 36px;
width: 100%;
align-items: center;
border-top: 1px solid rgb(189, 187, 187);
border-bottom: 1px solid rgb(189, 187, 187);
background-color: white;
}
.header-title img {
width: 205px;
height: 45px;
}
.header-btns {
margin: 0 30px 0 0;
}
.header-btns button {
background-color: #567b95;
color: white;
border-radius: 4px;
border: none;
width: fit-content;
height: 35px;
padding: 0 15px 0 15px;
}
.header-menu img {
width: 16px;
height: 16px;
padding: 8px 9px 9px 9px;
}
/* --------------------------Main------------------------------ */
.main-containner {
flex-direction: column;
align-items: center;
width: 1200px;
text-align: center;
margin: auto;
}
.article-container {
margin: 20px 190px 0;
clear: both;
}
.article-title-container {
width: 982px;
padding: 40px 20px 20px 30px;
}
.article-title-container-h {
width: 600px;
text-align: start;
margin: 0 45% 20px 20%;
}
.article-title-container-h h1 {
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 35px;
font-style: italic;
}
.article-title-container p {
text-align: start;
}
.image p {
font-size: 14px;
padding: 0 250px 0 0;
line-height: normal;
color: #979292;
}
.recommended-articles {
height: 990px;
display: grid;
grid-template-columns: 70% 30%;
grid-template-rows: 60% 40%;
padding-top: 32px;
column-gap: 10px;
}
/* ----------------------------Article Header----------------------------- */
.article-header {
text-align: start;
margin: 10px 0 10px 0;
width: 600px;
}
.article-header h2 {
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 550;
}
.article-header a {
color: black;
text-decoration-color: lightgray;
}
.article-header-data {
align-items: center;
margin: 20px 0 0 0;
}
.article-header-date {
width: 30%;
}
.article-header-date h5 {
color: #5c5b5b;
font-weight: normal;
}
.article-header-icons {
align-items: center;
justify-content: flex-end;
width: 70%;
}
.article-header-icons a {
text-decoration: none;
color: #837d7d;
}
.article-header-icons img {
width: 27px;
height: 27px;
padding: 0 5px;
}
.article-header-icons span {
font-size: 27px;
padding: 0 5px;
}
/* ----------------------------Article Body-------------------------------- */
.article-body {
text-align: justify;
width: 600px;
padding: 20px 20% 20px 19%;
}
.unlock-articles hr {
margin: 15px 0 15px 460px;
width: 70px;
}
.unlock-articles {
padding: 20px 0;
}
.unlock-articles a {
text-decoration: none;
color: #567b95;
font-weight: bold;
}
/* ---------------------------Inflation Table--------------------- */
.inflation-header {
text-align: start;
margin: 5px 0 10px 0;
}
.inflation-header h2 {
font-size: 20px;
padding-bottom: 10px;
}
.inflation-header p {
padding: 0 50px 0 0;
font-size: 14px;
color: #837d7d;
line-height: normal;
}
.inflation-picks-containner {
display: grid;
width: 100%;
grid-template-columns: repeat(4, 25%);
grid-template-rows: repeat(2, 50%);
gap: 10px;
margin-bottom: 50px;
}
.inflation-module-containner {
height: 288px;
width: 228px;
}
.inflation-module-containner img {
width: inherit;
height: 168px;
padding-bottom: 5px;
}
.inflation-footer {
text-align: start;
padding-top: 20px;
}
.inflation-footer h3 {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 500;
color: #505050;
}
.inflation-footer hr {
margin-bottom: 15px;
width: 100px;
}
/* --------------------------------Video Container--------------------- */
.video-container {
text-align: center;
width: 600px;
margin: auto;
}
.video-container h4 {
font-size: 14px;
text-align: start;
line-height: normal;
color: #979292;
}
/* ------------------------------Image Container--------------------------- */
.image-container {
margin: auto;
width: 600px;
}
.image-container p {
font-size: 14px;
text-align: start;
line-height: normal;
color: #979292;
}
/* -------------------------------Aside Editor's Picks----------------------- */
.editor-picks {
position: absolute;
right: 4rem;
top: 115rem;
float: right;
}
.picks-header {
width: auto;
padding: 10px;
border-bottom: solid 1px #a39f9f;
text-align: start;
}
.picks-header h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}
.picks-container {
align-items: center;
padding: 5px;
width: 230px;
height: 98px;
}
.picks-container-description {
text-align: start;
justify-content: flex-start;
align-items: center;
padding-left: 10px;
}
.picks-container-description a {
text-decoration: none;
font-size: 14px;
color: #333;
}
.picks-container img {
width: 75px;
height: 75px;
}
/* -----------------------------Article Footer----------------------------- */
.article-footer {
text-align: start;
margin: 10px 0 10px 0;
width: 600px;
clear: both;
}
.article-footer-data {
align-items: center;
flex-direction: row;
height: 50%;
padding-top: 20px;
}
.article-footer-btn {
width: 55%;
}
.article-footer-btn button {
background-color: #567b95;
border: none;
border-radius: 3px;
color: white;
width: 100%;
height: 35px;
font-weight: bold;
}
.article-footer-icons {
justify-content: flex-end;
width: 45%;
}
.article-footer-icons span {
font-size: 27px;
padding: 0 10px;
}
.article-footer-icons a {
text-decoration: none;
color: #837d7d;
}
.article-footer-title h5,
.article-footer-title a {
color: rgb(138, 134, 134);
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}
/* ---------------------------Recommended Articles------------------------ */
.recommended-articles-containner hr {
width: 770px;
height: 2px;
margin: 0 5px 20px 31px;
background-color: black;
}
.more {
flex-wrap: wrap;
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 1;
grid-row-end: 2;
justify-content: space-evenly;
}
.more-title {
text-align: start;
padding-left: 32px;
}
.more-title a {
text-decoration: none;
color: black;
}
.more-title h4 {
padding: 0 0 20px 0;
}
.img-conatiner img {
width: 232px;
height: 181px;
}
.img-conatiner h6 {
text-align: end;
color: gray;
font-weight: normal;
}
.img-description {
text-align: start;
}
.img-description a {
text-decoration: none;
color: #333;
}
.img-description h6 {
color: grey;
font-weight: normal;
}
.more-article-container {
width: 232px;
margin: 5px;
height: calc(50% - 10px);
}
/* -----------------Most popular list---------------------------------- */
.most-popular {
grid-column-start: 2;
grid-column-end: 3;
grid-row-start: 1;
grid-row-end: 3;
}
.most-popular hr {
width: 350px;
height: 2px;
margin: 0 5px 20px 0;
background-color: black;
}
.most-popular-container {
text-align: start;
padding: 10px;
border-top: 1px lightgray solid;
}
.most-popular h3 {
padding: 0 0 20px 0;
}
.most-popular-container a {
text-decoration: none;
color: black;
}
.most-popular-container p {
font-size: 20px;
font-family: 'Times New Roman', Times, serif;
font-weight: 500;
}
/* ------------------------Editor's Picks---------------------- */
.Editors-picks {
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 2;
grid-row-end: 3;
}
.Editors-picks hr {
width: 770px;
height: 2px;
margin: 0 5px 20px 31px;
background-color: black;
}
.Editors-picks-title {
text-align: start;
padding-left: 32px;
padding-bottom: 20px;
}
.Editors-picks-videos {
justify-content: space-evenly;
height: 90%;
}
.editors-videos {
width: 232px;
}
/* ------------------------Footer------------------------------ */
.nav-container {
flex-direction: row;
justify-content: space-around;
margin: 0 0 10px 0;
}
.footer-title {
flex-direction: row;
justify-content: flex-start;
padding: 5px 0 5px 20px;
margin: 10px 0 0 0;
border-top: lightgray;
border-top-style: double;
}
.footer-title img {
width: 184px;
height: 44px;
}
.footer-title a {
margin: 10px;
padding: 0 0 0 800px;
font-size: 10px;
text-decoration: none;
color: #567b95;
font-family: Arial, Helvetica, sans-serif;
}
.footer-nav ul {
list-style: none;
text-align: start;
padding: 5px 0 0 0;
}
.footer-nav {
text-align: start;
}
.footer-nav a {
color: black;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
padding-bottom: 20px;
}
.footer-subscribe {
border-left: solid 1px lightgray;
padding: 0 10px 10px 10px;
}
.footer-subscribe img {
width: 15px;
height: 15px;
padding: 0 5px 0 0;
}
.footer-subscribe ul li {
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
padding: 5px;
}
.footer-subscribe h4 {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.subscribe-nav {
text-align: start;
}
.subscribe-nav ul {
list-style: none;
padding: 0;
}
.subscribe-nav a {
font-weight: bold;
font-size: 15px;
color: black;
text-decoration: none;
}
.footer-nav h4 {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.footer-disclaimer {
border-top: 1px solid lightgray;
}
.footer-disclaimer ul {
display: flex;
flex-direction: row;
justify-content: space-evenly;
list-style: none;
margin: 5px;
}
.footer-disclaimer a {
color: gray;
font-size: 12px;
text-decoration: none;
}
/* ----------------------------Dynamic Footer-------------------- */
.dynamic-footer-container {
position: fixed;
bottom: 0;
width: 100vw;
height: 45px;
background-color: white;
border-top: 1px solid black;
z-index: 99;
}
.dynamic-footer {
width: 100%;
padding: 5px 0 5px 20px;
}
.filler {
width: 25%;
}
.dynamic-footer-data {
text-align: center;
width: 50%;
align-items: center;
}
.dynamic-footer-data p {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 510;
}
.dynamic-footer-btn {
width: 25%;
align-items: center;
justify-content: flex-start;
}
.dynamic-footer-btn a {
text-decoration: none;
color: black;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
padding: 5px 0 15px 35px;
font-weight: bolder;
}
.dynamic-footer-btn img {
width: 15px;
height: 15px;
padding: 5px 0 0 25px;
}
/* -------------hovers------------------------- */
.article-header a:hover,
.article-header-icons img:hover {
text-decoration: none;
cursor: pointer;
}
.footer-nav a:hover,
.footer-disclaimer a:hover {
text-decoration: underline;
}
.picks-container-description a:hover {
text-decoration: underline;
}
.header-menu:hover,
.header-btns button:hover,
.header-title:hover {
cursor: pointer;
}
| 0.398875 | 0.086285 |
form {
overflow: visible;
}
form > * + * {
margin-top: var(--space-3x, 1em);
}
form *[hidden] {
margin: 0;
}
/* FIELDSET */
fieldset {
padding: 0 var(--space-3x) var(--space-3x);
margin: var(--space) 0 0;
border: 1px solid rgba(var(--color-grey-50), 1);
min-width: auto;
display: block;
overflow: visible;
}
fieldset > * + * {
margin-top: var(--space-3x, 1em);
}
legend {
transform: translateY(-2px);
margin: calc(var(--space-3x) * -1) auto 0;
}
label {
display: block;
line-height: var(--space-3x);
padding: 0;
text-align: left;
text-transform: uppercase;
font-size: var(--font-size-30);
font-weight: 400;
letter-spacing: 0.1rem;
color: rgba(var(--color-grey-500), 1);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
label .badge,
label small {
text-transform: none;
letter-spacing: 0;
}
input,
select,
textarea,
output {
display: block;
width: 100%;
background-color: rgba(var(--color-grey-00), 1);
min-height: var(--space-5x);
padding: calc(var(--space) - 1px) calc(var(--space-2x) - 1px);
margin: 0;
/* border */
border: 1px solid rgba(var(--color-grey-50), 1);
border-radius: var(--border-radius-s, 0);
outline: 0 none;
box-shadow: var(--box-inset-shadow-s);
/* text */
color: rgba(var(--color-grey-600), 1);
font-family: inherit;
font-size: var(--base-font-size);
line-height: var(--space-3x);
}
input:focus,
select:focus,
textarea:focus,
output:focus {
outline: 0 none;
border-color: rgba(var(--color-blue-400), 1);
box-shadow:
0 0 0 2px rgba(var(--color-blue-200), 1),
var(--box-shadow-s);
}
input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
output:focus:not(:focus-visible) {
outline: none;
}
input[disabled],
select[disabled],
textarea[disabled],
output[disabled] {
border-color: rgba(var(--color-grey-100), 1);
color: rgba(var(--color-bg), 1);
background-color: rgba(var(--color-grey-100), 1);
box-shadow: none;
cursor: not-allowed;
opacity: 1;
}
input[readonly],
select[readonly],
textarea[readonly],
output[readonly] {
border: 1px dashed rgba(var(--color-grey-200), 1);
cursor: not-allowed;
color: rgba(var(--color-grey-500), 1);
background-color: transparent;
box-shadow: 0 0 0 0;
}
input:-internal-autofill-selected,
select:-internal-autofill-selected,
textarea:-internal-autofill-selected,
output:-internal-autofill-selected {
font-size: var(--base-font-size);
background-color: rgba(var(--color-green-100), 1) !important;
}
label + input,
label + textarea,
label + select,
label + output {
margin-top: 0;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
border-color:rgba(var(--color-blue-200), 1);
font-size: var(--base-font-size);
-webkit-text-fill-color:rgba(var(--color-blue-700), 1);
-webkit-box-shadow: 0 0 0px 1000px rgba(var(--color-blue-100), 1) inset;
box-shadow: 0 0 0px 1000px rgba(var(--color-blue-100), 1) inset;
transition: background-color 5000s ease-in-out 0s;
}
::placeholder {
color: rgba(var(--color-grey-300), 1);
}
/**************************************************/
/* textarea */
/**************************************************/
textarea,
select[multiple] {
min-height: calc(var(--space) * 11);
}
textarea {
resize: vertical;
}
/* special inputs */
input[type="file"],
input[type="date"],
input[type="time"] {
height: var(--space-5x);
}
input[type="date"],
input[type="time"],
input[type="tel"],
input[type="number"] {
max-width: 16ch;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
opacity: .8;
}
.theme-dark {
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
filter: invert(0.5);
}
}
input[type="color"] {
max-width: var(--space-5x);
padding: 0;
position: relative;
}
input[type="search"] {
-webkit-appearance: none;
}
|
assets/css/ariato/elements/form.css
|
form {
overflow: visible;
}
form > * + * {
margin-top: var(--space-3x, 1em);
}
form *[hidden] {
margin: 0;
}
/* FIELDSET */
fieldset {
padding: 0 var(--space-3x) var(--space-3x);
margin: var(--space) 0 0;
border: 1px solid rgba(var(--color-grey-50), 1);
min-width: auto;
display: block;
overflow: visible;
}
fieldset > * + * {
margin-top: var(--space-3x, 1em);
}
legend {
transform: translateY(-2px);
margin: calc(var(--space-3x) * -1) auto 0;
}
label {
display: block;
line-height: var(--space-3x);
padding: 0;
text-align: left;
text-transform: uppercase;
font-size: var(--font-size-30);
font-weight: 400;
letter-spacing: 0.1rem;
color: rgba(var(--color-grey-500), 1);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
label .badge,
label small {
text-transform: none;
letter-spacing: 0;
}
input,
select,
textarea,
output {
display: block;
width: 100%;
background-color: rgba(var(--color-grey-00), 1);
min-height: var(--space-5x);
padding: calc(var(--space) - 1px) calc(var(--space-2x) - 1px);
margin: 0;
/* border */
border: 1px solid rgba(var(--color-grey-50), 1);
border-radius: var(--border-radius-s, 0);
outline: 0 none;
box-shadow: var(--box-inset-shadow-s);
/* text */
color: rgba(var(--color-grey-600), 1);
font-family: inherit;
font-size: var(--base-font-size);
line-height: var(--space-3x);
}
input:focus,
select:focus,
textarea:focus,
output:focus {
outline: 0 none;
border-color: rgba(var(--color-blue-400), 1);
box-shadow:
0 0 0 2px rgba(var(--color-blue-200), 1),
var(--box-shadow-s);
}
input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
output:focus:not(:focus-visible) {
outline: none;
}
input[disabled],
select[disabled],
textarea[disabled],
output[disabled] {
border-color: rgba(var(--color-grey-100), 1);
color: rgba(var(--color-bg), 1);
background-color: rgba(var(--color-grey-100), 1);
box-shadow: none;
cursor: not-allowed;
opacity: 1;
}
input[readonly],
select[readonly],
textarea[readonly],
output[readonly] {
border: 1px dashed rgba(var(--color-grey-200), 1);
cursor: not-allowed;
color: rgba(var(--color-grey-500), 1);
background-color: transparent;
box-shadow: 0 0 0 0;
}
input:-internal-autofill-selected,
select:-internal-autofill-selected,
textarea:-internal-autofill-selected,
output:-internal-autofill-selected {
font-size: var(--base-font-size);
background-color: rgba(var(--color-green-100), 1) !important;
}
label + input,
label + textarea,
label + select,
label + output {
margin-top: 0;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
border-color:rgba(var(--color-blue-200), 1);
font-size: var(--base-font-size);
-webkit-text-fill-color:rgba(var(--color-blue-700), 1);
-webkit-box-shadow: 0 0 0px 1000px rgba(var(--color-blue-100), 1) inset;
box-shadow: 0 0 0px 1000px rgba(var(--color-blue-100), 1) inset;
transition: background-color 5000s ease-in-out 0s;
}
::placeholder {
color: rgba(var(--color-grey-300), 1);
}
/**************************************************/
/* textarea */
/**************************************************/
textarea,
select[multiple] {
min-height: calc(var(--space) * 11);
}
textarea {
resize: vertical;
}
/* special inputs */
input[type="file"],
input[type="date"],
input[type="time"] {
height: var(--space-5x);
}
input[type="date"],
input[type="time"],
input[type="tel"],
input[type="number"] {
max-width: 16ch;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
opacity: .8;
}
.theme-dark {
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
filter: invert(0.5);
}
}
input[type="color"] {
max-width: var(--space-5x);
padding: 0;
position: relative;
}
input[type="search"] {
-webkit-appearance: none;
}
| 0.351311 | 0.107625 |
.center {
text-align: center;
}
.rotate180 {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
}
.menushadow {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.2);
border: 2px solid rgba(0, 0, 0, 0);
}
nav.sheetnavi {
/* width: 90%; */
margin: 0 auto;
/* background-color: #ffffff; */
/* box-shadow: 0px 3px 0px #dedede; */
}
.sheetnavi_h {
list-style: none;
text-align: center;
}
.sheetnavi_v {
list-style: none;
text-align: left;
}
.sheetnavi_h li {
display: inline-block;
list-style: none;
}
.sheetnavi_v li {
list-style: none;
}
nav.sheetnavi ul li a {
display: block;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
/* font-weight: 800; */
/*text-transform: uppercase;*/
margin: 0 2px;
}
nav.sheetnavi ul li a:hover {
/* color: #555; */
cursor: pointer;
}
/* stroke */
nav.sheetnavi-stroke ul li a,
nav.fill ul li a {
position: relative;
}
nav.sheetnavi-stroke ul li a:after,
nav.fill ul li a:after {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 0%;
content: ".";
color: transparent;
background: rgb(165, 36, 36);
height: 1px;
}
nav.sheetnavi-stroke ul li a:hover:after {
width: 100%;
}
.absoluteSubMenu {
z-index: 500;
display: none;
position: absolute;
background-color: rgba(0, 0, 0, 0);
font-family: "QlikView Sans";
}
.absoluteSubMenu ul {
margin-bottom: 6px;
}
.absoluteSubMenuEntry {
width: 100%;
padding-top: 5px;
text-overflow: ellipsis;
}
.spinningwheel {
height: 60px;
width: 60px;
margin: 0 auto;
background-image: url(../extensions/sheetnavi/pics/loader.svg);
background-size: 100% 100%;
animation-name: rotate;
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
transform: rotate(1turn);
-webkit-animation-name: rotate;
-webkit-animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-webkit-transform: rotate(1turn);
}
#prvSheetList {
margin-top: 15px;
margin-bottom: 15px;
}
#prvSheetList tr:first-child {
border-bottom: 1px solid #bbb;
}
#gca_previewtitle {
font-weight: bold;
}
#gca_exportmode label,
#gca_exportfor label {
margin-top: 5px;
}
|
styles.css
|
.center {
text-align: center;
}
.rotate180 {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
}
.menushadow {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.2);
border: 2px solid rgba(0, 0, 0, 0);
}
nav.sheetnavi {
/* width: 90%; */
margin: 0 auto;
/* background-color: #ffffff; */
/* box-shadow: 0px 3px 0px #dedede; */
}
.sheetnavi_h {
list-style: none;
text-align: center;
}
.sheetnavi_v {
list-style: none;
text-align: left;
}
.sheetnavi_h li {
display: inline-block;
list-style: none;
}
.sheetnavi_v li {
list-style: none;
}
nav.sheetnavi ul li a {
display: block;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
/* font-weight: 800; */
/*text-transform: uppercase;*/
margin: 0 2px;
}
nav.sheetnavi ul li a:hover {
/* color: #555; */
cursor: pointer;
}
/* stroke */
nav.sheetnavi-stroke ul li a,
nav.fill ul li a {
position: relative;
}
nav.sheetnavi-stroke ul li a:after,
nav.fill ul li a:after {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 0%;
content: ".";
color: transparent;
background: rgb(165, 36, 36);
height: 1px;
}
nav.sheetnavi-stroke ul li a:hover:after {
width: 100%;
}
.absoluteSubMenu {
z-index: 500;
display: none;
position: absolute;
background-color: rgba(0, 0, 0, 0);
font-family: "QlikView Sans";
}
.absoluteSubMenu ul {
margin-bottom: 6px;
}
.absoluteSubMenuEntry {
width: 100%;
padding-top: 5px;
text-overflow: ellipsis;
}
.spinningwheel {
height: 60px;
width: 60px;
margin: 0 auto;
background-image: url(../extensions/sheetnavi/pics/loader.svg);
background-size: 100% 100%;
animation-name: rotate;
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
transform: rotate(1turn);
-webkit-animation-name: rotate;
-webkit-animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-webkit-transform: rotate(1turn);
}
#prvSheetList {
margin-top: 15px;
margin-bottom: 15px;
}
#prvSheetList tr:first-child {
border-bottom: 1px solid #bbb;
}
#gca_previewtitle {
font-weight: bold;
}
#gca_exportmode label,
#gca_exportfor label {
margin-top: 5px;
}
| 0.433981 | 0.127435 |
.profile_pic {
width: 35%;
float: left
}
.img-circle.profile_img {
width: 70%;
background: #fff;
margin-left: 15%;
z-index: 1000;
position: inherit;
margin-top: 10px;
border: 1px solid rgba(52, 73, 94, 0.44);
padding: 4px
}
.profile_info {
padding: 10px;
width: 65%;
float: left
}
.profile_info span {
font-size: 13px;
line-height: 30px;
color: #BAB8B8
}
.profile_info h2 {
font-size: 14px;
color: #ECF0F1;
margin: 0;
font-weight: 300
}
.profile.img_2 {
text-align: center
}
.profile.img_2 .profile_pic {
width: 100%
}
.profile.img_2 .profile_pic .img-circle.profile_img {
width: 50%;
margin: 10px 0 0
}
.profile.img_2 .profile_info {
padding: 15px 10px 0;
width: 100%;
margin-bottom: 10px;
float: left
}
.profile_details:nth-child(3n) {
clear: both
}
.profile_details .profile_view {
display: inline-block;
padding: 10px 0 0;
background: #fff
}
.profile_details .profile_view .divider {
border-top: 1px solid #e5e5e5;
padding-top: 5px;
margin-top: 5px
}
.profile_details .profile_view .ratings {
margin-bottom: 0
}
.profile_details .profile_view .bottom {
background: #F2F5F7;
padding: 9px 0;
border-top: 1px solid #E6E9ED
}
.profile_details .profile_view .left {
margin-top: 20px
}
.profile_details .profile_view .left p {
margin-bottom: 3px
}
.profile_details .profile_view .right {
margin-top: 0px;
padding: 10px
}
.profile_details .profile_view .img-circle {
border: 1px solid #E6E9ED;
padding: 2px
}
.profile_details .profile_view h2 {
margin: 5px 0
}
.profile_details .profile_view .ratings {
text-align: left;
font-size: 16px
}
.profile_details .profile_view .brief {
margin: 0;
font-weight: 300
}
.profile_details .profile_left {
background: white
}
ul.top_profiles {
height: 330px;
width: 100%
}
ul.top_profiles li {
margin: 0;
padding: 3px 5px
}
ul.top_profiles li:nth-child(odd) {
background-color: #eee
}
.media .profile_thumb {
border: 1px solid;
width: 50px;
height: 50px;
margin: 5px 10px 5px 0;
border-radius: 50%;
padding: 9px 12px
}
.media .profile_thumb i {
font-size: 30px
}
ul.widget_profile_box {
width: 100%;
height: 42px;
padding: 3px;
background: #ececec;
margin-top: 40px;
margin-left: 1px
}
ul.widget_profile_box li:first-child {
width: 25%;
float: left
}
ul.widget_profile_box li:first-child a {
float: left
}
ul.widget_profile_box li:last-child {
width: 25%;
float: right
}
ul.widget_profile_box li:last-child a {
float: right
}
ul.widget_profile_box li a {
font-size: 22px;
text-align: center;
width: 35px;
height: 35px;
border: 1px solid rgba(52, 73, 94, 0.44);
display: block;
border-radius: 50%;
padding: 0px
}
ul.widget_profile_box li a:hover {
color: #1ABB9C !important;
border: 1px solid #26b99a
}
ul.widget_profile_box li .profile_img {
width: 85px;
height: 85px;
margin: 0;
margin-top: -28px
}
.profile_title {
background: #F5F7FA;
border: 0;
padding: 7px 0;
display: -ms-flexbox;
display: flex
}
|
src/etc/notUsed_css/profile.css
|
.profile_pic {
width: 35%;
float: left
}
.img-circle.profile_img {
width: 70%;
background: #fff;
margin-left: 15%;
z-index: 1000;
position: inherit;
margin-top: 10px;
border: 1px solid rgba(52, 73, 94, 0.44);
padding: 4px
}
.profile_info {
padding: 10px;
width: 65%;
float: left
}
.profile_info span {
font-size: 13px;
line-height: 30px;
color: #BAB8B8
}
.profile_info h2 {
font-size: 14px;
color: #ECF0F1;
margin: 0;
font-weight: 300
}
.profile.img_2 {
text-align: center
}
.profile.img_2 .profile_pic {
width: 100%
}
.profile.img_2 .profile_pic .img-circle.profile_img {
width: 50%;
margin: 10px 0 0
}
.profile.img_2 .profile_info {
padding: 15px 10px 0;
width: 100%;
margin-bottom: 10px;
float: left
}
.profile_details:nth-child(3n) {
clear: both
}
.profile_details .profile_view {
display: inline-block;
padding: 10px 0 0;
background: #fff
}
.profile_details .profile_view .divider {
border-top: 1px solid #e5e5e5;
padding-top: 5px;
margin-top: 5px
}
.profile_details .profile_view .ratings {
margin-bottom: 0
}
.profile_details .profile_view .bottom {
background: #F2F5F7;
padding: 9px 0;
border-top: 1px solid #E6E9ED
}
.profile_details .profile_view .left {
margin-top: 20px
}
.profile_details .profile_view .left p {
margin-bottom: 3px
}
.profile_details .profile_view .right {
margin-top: 0px;
padding: 10px
}
.profile_details .profile_view .img-circle {
border: 1px solid #E6E9ED;
padding: 2px
}
.profile_details .profile_view h2 {
margin: 5px 0
}
.profile_details .profile_view .ratings {
text-align: left;
font-size: 16px
}
.profile_details .profile_view .brief {
margin: 0;
font-weight: 300
}
.profile_details .profile_left {
background: white
}
ul.top_profiles {
height: 330px;
width: 100%
}
ul.top_profiles li {
margin: 0;
padding: 3px 5px
}
ul.top_profiles li:nth-child(odd) {
background-color: #eee
}
.media .profile_thumb {
border: 1px solid;
width: 50px;
height: 50px;
margin: 5px 10px 5px 0;
border-radius: 50%;
padding: 9px 12px
}
.media .profile_thumb i {
font-size: 30px
}
ul.widget_profile_box {
width: 100%;
height: 42px;
padding: 3px;
background: #ececec;
margin-top: 40px;
margin-left: 1px
}
ul.widget_profile_box li:first-child {
width: 25%;
float: left
}
ul.widget_profile_box li:first-child a {
float: left
}
ul.widget_profile_box li:last-child {
width: 25%;
float: right
}
ul.widget_profile_box li:last-child a {
float: right
}
ul.widget_profile_box li a {
font-size: 22px;
text-align: center;
width: 35px;
height: 35px;
border: 1px solid rgba(52, 73, 94, 0.44);
display: block;
border-radius: 50%;
padding: 0px
}
ul.widget_profile_box li a:hover {
color: #1ABB9C !important;
border: 1px solid #26b99a
}
ul.widget_profile_box li .profile_img {
width: 85px;
height: 85px;
margin: 0;
margin-top: -28px
}
.profile_title {
background: #F5F7FA;
border: 0;
padding: 7px 0;
display: -ms-flexbox;
display: flex
}
| 0.493164 | 0.118462 |
*, *:before, *:after{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
}
.volta-td-btn:active, .volta-btn:active, .random-btn:active, .avanca-btn:active, .avanca-td-btn:active{
animation-duration:2s;
transform:scale(0.8,0.8);
/*height:40px;
margin-right:35px;
padding-left:5px;
animation-duration:0.5s;*/
}
@media (min-width: 961px){
body{
background-color: #207982;
display: inline-block;
height: 10px;
width: 100%;
background: repeating-linear-gradient(to right, #386180, #386180 6px, #207982 6px, #207982 18px);
}
.header-wrapper{
margin: auto;
width: 960px;
}
.header-bar{
position: relative;
top: 0px;
height: 60px;
width: 100%;
background-color: #004D57;
}
.main-nav{
position: relative;
width: 100%;
height: 30px;
margin: auto;
top: 15px;
}
.main-nav ul{
margin-left: 7%;
}
.main-nav li{
float:left;
width:100px;
height:30px;
background-color: #004D57;
margin-left:20px;
text-align: center;
border-radius: 10px;
font-family: 'Architects Daughter', cursive;
font-size: 100%;
vertical-align: middle;
padding-top: 6px;
color: #DDDDDD;
}
.header-title{
position: relative;
width: 480px;
height: 120px;
background-color: #004D57;
border-bottom-right-radius: 25px;
border-bottom-left-radius: 25px;
left:25px;
}
.header-title:after{
position: relative;
content: "";
height: 50px;
width: 50px;
background-color: green;
display: inline-block;
left: 476px;
border-radius: 25px 0 0 0;
box-shadow: -6px -6px 0 6px rgb(0,77,87);
background: transparent;
}
.header-title:before{
content: "";
height: 50px;
width: 50px;
background-color: green;
display: inline-block;
margin-left: -50px;
border-radius: 0 25px 0 0;
box-shadow: 5px -5px 0 5px rgb(0,77,87);
clip: rect(20px, 20px, 20px, 20px);
background: transparent;
}
.footer{
position:fixed;
display: inline-block;
bottom: -3px;
height: 40px;
width: 100%;
background-color: #004D57;
}
.content{
position: relative;
display: block;
min-height: 455px;
width: 960px;
background-color: white;
margin:auto;
margin-top: 30px;
border-top: solid 1px #004D57;
border-left: solid 1px #004D57;
border-right: solid 1px #004D57;
border-top-right-radius: 25px;
border-top-left-radius: 25px;
padding: 50px 0px 40px 0px;
}
.content-objeto{
position: relative;
margin: auto;
width: 800px;
top: 05%;
}
.content-bottom{
position: relative;
margin:auto;
margin-bottom: 30px;
background-color: #DAE9EB;
height: 140px;
width:960px;
border-radius: 0px 0px 25px 25px;
bottom:0px;
border-top: solid 1px #A6B8CF;
border-bottom: solid 1px #004D57;
border-left: solid 1px #004D57;
border-right: solid 1px #004D57;
}
.content-bottom p{
position: relative;
width: 850px;
margin: auto;
font-family: 'Quattrocento Sans', sans-serif;
font-size: 100%;
line-height: 110%;
clear: both;
}
.content-info-wrapper{
margin: auto;
width: 850px;
height: 20px;
}
.content-title , .content-date{
display: inline-block;
margin: 20px 0px 20px 0px;
font-family: 'Architects Daughter', cursive;
font-size: 100%;
}
.content-nav{
width: 390px;
display: block;
position: relative;
clear:right;
margin: auto;
top: 68px;
z-index: 1;
}
.content-nav img{
height: 50px;
margin: auto;
margin-right:30px;
}
.content-nav img:nth-child(5){
margin: auto;
}
.content-date{
float:right;
}
.content-title{
float:left;
}
.main-nav li{
transition: all .2s ease-in-out;
}
.main-nav li:hover{
transform: scale(1.2);
}
}
@media (max-width: 960px), (max-width: 320px){
.header-bar{
position: relative;
top: 0px;
height: 80px;
width: 100%;
background-color: #004D57;
}
.main-nav ul{
width: 100%;
margin: auto;
}
.main-nav li{
float:left;
width: 33.33333333%;
height:30px;
background-color: #004D57;
text-align: center;
font-family: 'Architects Daughter', cursive;
font-size: 100%;
vertical-align: middle;
padding-top: 6px;
color: #DDDDDD;
}
.content{
margin: auto;
position: relative;
width: 100%;
margin: auto;
margin-top: 50px;
margin-bottom:50px;
overflow-x: auto;
}
.content-bottom p{
position: relative;
margin: auto;
margin-top:5px;
width:95%;
font-family: 'Quattrocento Sans', sans-serif;
font-size: 95%;
text-align: center;
line-height: 110%;
clear: both;
}
.content-objeto img{
display: block;
position: relative;
max-width: 150%;
margin: auto;
}
.content-title , .content-date{
display: inline-block;
margin: 0px 0px 10px 0px;
font-family: 'Architects Daughter', cursive;
font-size: 100%;
}
.content-date{
float:right;
margin-right: 5%;
}
.content-title{
float:left;
margin-left: 5%;
}
.content-nav{
width: 100%;
display: inline-block;
position: fixed;
text-align: center;
clear: right;
bottom: 40px;
}
.content-nav img{
height: 40px;
margin: auto;
margin-right:8px;
}
.content-nav img:nth-child(5){
margin: auto;
margin-right: 0px;
}
.footer{
position:fixed;
display: inline-block;
bottom: -3px;
height: 40px;
width: 100%;
background-color: #004D57;
}
}
@media (max-width: 320px){
.main-nav li{
font-family: 'Architects Daughter', cursive;
font-size: 80%;
}
.content-nav{
width: 100%;
display: inline-block;
position: fixed;
text-align: center;
clear: right;
bottom: 40px;
}
.content-nav img{
height: 35px;
margin: auto;
margin-right:8px;
}
.content-nav img:nth-child(5){
margin: auto;
margin-right: 0px;
}
}
|
scripts/css/main.css
|
*, *:before, *:after{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
}
.volta-td-btn:active, .volta-btn:active, .random-btn:active, .avanca-btn:active, .avanca-td-btn:active{
animation-duration:2s;
transform:scale(0.8,0.8);
/*height:40px;
margin-right:35px;
padding-left:5px;
animation-duration:0.5s;*/
}
@media (min-width: 961px){
body{
background-color: #207982;
display: inline-block;
height: 10px;
width: 100%;
background: repeating-linear-gradient(to right, #386180, #386180 6px, #207982 6px, #207982 18px);
}
.header-wrapper{
margin: auto;
width: 960px;
}
.header-bar{
position: relative;
top: 0px;
height: 60px;
width: 100%;
background-color: #004D57;
}
.main-nav{
position: relative;
width: 100%;
height: 30px;
margin: auto;
top: 15px;
}
.main-nav ul{
margin-left: 7%;
}
.main-nav li{
float:left;
width:100px;
height:30px;
background-color: #004D57;
margin-left:20px;
text-align: center;
border-radius: 10px;
font-family: 'Architects Daughter', cursive;
font-size: 100%;
vertical-align: middle;
padding-top: 6px;
color: #DDDDDD;
}
.header-title{
position: relative;
width: 480px;
height: 120px;
background-color: #004D57;
border-bottom-right-radius: 25px;
border-bottom-left-radius: 25px;
left:25px;
}
.header-title:after{
position: relative;
content: "";
height: 50px;
width: 50px;
background-color: green;
display: inline-block;
left: 476px;
border-radius: 25px 0 0 0;
box-shadow: -6px -6px 0 6px rgb(0,77,87);
background: transparent;
}
.header-title:before{
content: "";
height: 50px;
width: 50px;
background-color: green;
display: inline-block;
margin-left: -50px;
border-radius: 0 25px 0 0;
box-shadow: 5px -5px 0 5px rgb(0,77,87);
clip: rect(20px, 20px, 20px, 20px);
background: transparent;
}
.footer{
position:fixed;
display: inline-block;
bottom: -3px;
height: 40px;
width: 100%;
background-color: #004D57;
}
.content{
position: relative;
display: block;
min-height: 455px;
width: 960px;
background-color: white;
margin:auto;
margin-top: 30px;
border-top: solid 1px #004D57;
border-left: solid 1px #004D57;
border-right: solid 1px #004D57;
border-top-right-radius: 25px;
border-top-left-radius: 25px;
padding: 50px 0px 40px 0px;
}
.content-objeto{
position: relative;
margin: auto;
width: 800px;
top: 05%;
}
.content-bottom{
position: relative;
margin:auto;
margin-bottom: 30px;
background-color: #DAE9EB;
height: 140px;
width:960px;
border-radius: 0px 0px 25px 25px;
bottom:0px;
border-top: solid 1px #A6B8CF;
border-bottom: solid 1px #004D57;
border-left: solid 1px #004D57;
border-right: solid 1px #004D57;
}
.content-bottom p{
position: relative;
width: 850px;
margin: auto;
font-family: 'Quattrocento Sans', sans-serif;
font-size: 100%;
line-height: 110%;
clear: both;
}
.content-info-wrapper{
margin: auto;
width: 850px;
height: 20px;
}
.content-title , .content-date{
display: inline-block;
margin: 20px 0px 20px 0px;
font-family: 'Architects Daughter', cursive;
font-size: 100%;
}
.content-nav{
width: 390px;
display: block;
position: relative;
clear:right;
margin: auto;
top: 68px;
z-index: 1;
}
.content-nav img{
height: 50px;
margin: auto;
margin-right:30px;
}
.content-nav img:nth-child(5){
margin: auto;
}
.content-date{
float:right;
}
.content-title{
float:left;
}
.main-nav li{
transition: all .2s ease-in-out;
}
.main-nav li:hover{
transform: scale(1.2);
}
}
@media (max-width: 960px), (max-width: 320px){
.header-bar{
position: relative;
top: 0px;
height: 80px;
width: 100%;
background-color: #004D57;
}
.main-nav ul{
width: 100%;
margin: auto;
}
.main-nav li{
float:left;
width: 33.33333333%;
height:30px;
background-color: #004D57;
text-align: center;
font-family: 'Architects Daughter', cursive;
font-size: 100%;
vertical-align: middle;
padding-top: 6px;
color: #DDDDDD;
}
.content{
margin: auto;
position: relative;
width: 100%;
margin: auto;
margin-top: 50px;
margin-bottom:50px;
overflow-x: auto;
}
.content-bottom p{
position: relative;
margin: auto;
margin-top:5px;
width:95%;
font-family: 'Quattrocento Sans', sans-serif;
font-size: 95%;
text-align: center;
line-height: 110%;
clear: both;
}
.content-objeto img{
display: block;
position: relative;
max-width: 150%;
margin: auto;
}
.content-title , .content-date{
display: inline-block;
margin: 0px 0px 10px 0px;
font-family: 'Architects Daughter', cursive;
font-size: 100%;
}
.content-date{
float:right;
margin-right: 5%;
}
.content-title{
float:left;
margin-left: 5%;
}
.content-nav{
width: 100%;
display: inline-block;
position: fixed;
text-align: center;
clear: right;
bottom: 40px;
}
.content-nav img{
height: 40px;
margin: auto;
margin-right:8px;
}
.content-nav img:nth-child(5){
margin: auto;
margin-right: 0px;
}
.footer{
position:fixed;
display: inline-block;
bottom: -3px;
height: 40px;
width: 100%;
background-color: #004D57;
}
}
@media (max-width: 320px){
.main-nav li{
font-family: 'Architects Daughter', cursive;
font-size: 80%;
}
.content-nav{
width: 100%;
display: inline-block;
position: fixed;
text-align: center;
clear: right;
bottom: 40px;
}
.content-nav img{
height: 35px;
margin: auto;
margin-right:8px;
}
.content-nav img:nth-child(5){
margin: auto;
margin-right: 0px;
}
}
| 0.195748 | 0.041676 |
.recipe-name {
font-family: "Playfair Display";
}
.recipe-in-list {
font-family: "Cormorant Garamond", "Garamond", "Georgia", "Serif";
}
.featured-recipes-heading {
font-size: 24px;
text-transform: uppercase;
font-family: "Cormorant Garamond", "Garamond", "Georgia", "Serif";
font-family: "Playfair Display";
}
.featured-recipes .image-card {
margin-bottom: 36px;
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
position: relative;
border: none;
border-radius: 2px;
}
.featured-recipes .image-card .card-image {
width: 100%;
z-index: 100;
border-radius: 2px 2px 0 0;
}
.featured-recipes .image-card .card-header {
overflow-y: hidden;
padding-bottom: 48px;
max-height: 220px;
border-radius: 0 0 2px 2px;
}
.featured-recipes .image-card .card-header:before {
content: '';
position: absolute;
width: 100%;
height: 20%;
bottom: 0;
left: 0;
border-radius: 0 0 2px 2px;
background: linear-gradient(0deg, #f5f5f5 33%, rgba(255, 255, 255, 0));
}
.featured-recipes .image-card .card-header div a.open-featured-recipe {
position: absolute;
text-align: center;
font-family: "Cormorant Garamond", "Garamond", "Georgia", "Serif";
font-style: italic;
bottom: 0;
z-index: 999;
width: 100%;
left: 50%;
color: white;
padding: 8px;
line-height: 0.6;
border-radius: 0 0 2px 2px;
background-color: #FFddEE;
transform: translateX(-50%);
color: #223;
text-decoration: none;
transition: all 0.2s;
}
.featured-recipes .image-card .card-header div a.open-featured-recipe:hover,
.featured-recipes .image-card .card-header div a.open-featured-recipe:focus {
color: #FFddEE;
background-color: #223;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.this-or-next {
letter-spacing: 0.05rem;
font-style: italic;
text-align: center;
position: relative;
display: block;
margin: 0 auto;
background-color: #212135;
color: #FFddEE;
width: 22px;
border-radius: 50%;
}
.featured-recipe-name {
font-family: "Cormorant Garamond", "Garamond", "Georgia", "Serif";
font-family: "Fira Sans";
font-weight: 900;
letter-spacing: 0.03rem;
/*
background-color: @pink;
padding-left: 30px;
margin-left: -30px;
padding-right: 30px;
margin-right: -30px;
padding-top: 30px;
padding-bottom: 12px;
margin-top: -30px;
color: @slate;
*/
}
.featured-recipe-ingredients {
padding: 0;
margin: 0;
}
.featured-recipe-ingredients li {
list-style: none;
padding-left: 1.5em;
text-indent: -1.5em;
font-family: "Cormorant Garamond", "Garamond", "Georgia", "Serif";
}
.featured-recipe-ingredients li .ingredient-amount {
font-weight: bold;
}
main.hero {
overflow: hidden;
position: relative;
width: 100%;
margin-top: 80px;
max-height: 720px;
}
.hero-body-content {
font-family: "Cormorant Garamond", "Garamond", "Georgia", "Serif";
font-family: "Roboto";
position: absolute;
color: #454566;
z-index: 2;
top: 50%;
transform: translateY(-50%);
text-transform: lowercase;
right: 60px;
margin-left: 60px;
letter-spacing: 0.1em;
}
.hero-body-content #site-info-card {
background-color: white;
padding: 8px 12px;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.hero-body-content ul.social-links {
list-style: none;
}
.hero-body-content ul.social-links li {
text-align: center;
float: right;
}
.hero-body-content ul.social-links li span {
transition: all 0.1s linear;
}
.hero-body-content ul.social-links li a {
color: #454566;
font-size: 32px;
}
.hero-body-content ul.social-links li a:hover {
text-decoration: none;
color: #4F0A72;
}
.hero-body-content ul.social-links li a:hover span {
background-color: #D0C6DB;
}
.hero-body-content ul.social-links li a:hover span.text {
border-top: #D0C6DB 1px solid;
}
.hero-body-content ul.social-links li span.icon {
border-radius: 6px 6px 0 0;
width: 70px;
display: block;
}
.hero-body-content ul.social-links li span.text {
display: list-item;
border-top: white 1px solid;
font-size: 12px;
padding-right: 0;
border-radius: 0 0 6px 6px;
}
.hero-body-content h1 {
font-size: 72px;
font-weight: 400;
letter-spacing: 0.1em;
}
.hero-body-content h1 span.first-name {
color: #334;
}
.hero-body-content h1 span.last-name {
color: #d34;
}
.hero-body-content p {
font-size: 18px;
margin-top: -8px;
text-align: right;
padding-right: 10px;
}
.hero-body-content #cn-tower {
position: absolute;
top: -56px;
width: 30%;
}
.hero-body-content #to-skyline {
position: absolute;
width: 620px;
left: -100%;
bottom: -100px;
}
.red-light-animation {
animation: lighting 2.4s infinite;
}
@keyframes lighting {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
#svg-bg path {
transition: all 4s linear;
opacity: 0.4;
}
#svg-bg path:hover {
transition: all 0s linear;
opacity: 1;
}
.photo-holder {
position: relative;
color: #212135;
height: 100%;
}
div.photo-credit {
font-family: "Cormorant Garamond", "Garamond", "Georgia", "Serif";
z-index: 5;
background: rgba(255, 239, 230, 0.7);
position: absolute;
bottom: 0px;
text-align: right;
}
div.photo-credit a,
div.photo-credit span {
padding: 2px 8px;
font-weight: 800;
color: #212135;
}
div.photo-credit a:hover {
color: #ffefe6;
background-color: #212135;
text-decoration: none;
}
div.color-overlay {
height: 100%;
width: 100%;
background-color: #001F3F;
background-color: rgba(50, 50, 95, 0.1);
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.homepage-section {
background-color: white;
padding-top: 50px;
padding-bottom: 50px;
padding-left: 36px;
padding-right: 36px;
}
.homepage-section .homepage-section-img {
width: 100%;
}
@media (min-width: 992px) {
.homepage-section .homepage-section-img {
padding-top: 59px;
}
}
@media (max-width: 991px) {
.homepage-section .hide-sm {
display: none;
}
}
@media (min-width: 992px) {
.homepage-section .hide-md {
display: none;
}
}
.homepage-section h2.section-title {
letter-spacing: 0.1rem;
font-family: "Roboto";
font-weight: 800;
font-size: 40px;
}
.homepage-section .section-body {
font-family: "Cormorant Garamond", "Garamond", "Georgia", "Serif";
font-weight: 500;
}
body {
background-color: #FFF0EE;
background-color: white;
font-family: "Roboto";
}
.logo {
z-index: 2;
padding-top: 8px;
background-color: #FFF0EE;
background-color: transparent;
display: inline-block;
}
.logo div {
display: inline;
}
.logo svg {
width: 60px;
}
.logo svg path {
transition: all 0.1s linear;
fill: black !important;
}
.logo:hover path {
fill: #4F0A72 !important;
}
.logo-holder {
position: relative;
display: inline;
}
.stacked-nav {
position: absolute;
left: -30px;
top: 200px;
z-index: 10;
}
.stacked-nav #stacked-nav-items > li {
display: block;
margin-left: 0;
clear: both;
font-size: 42px;
}
.stacked-nav #stacked-nav-items > li a {
margin-top: 12px;
color: white;
display: inline;
padding: 2px 8px;
color: #212135;
background-color: white;
}
.stacked-nav #stacked-nav-items > li a:hover {
text-decoration: none;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
@keyframes rock {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(12deg);
}
50% {
transform: rotate(0deg);
}
75% {
transform: rotate(12deg);
}
}
.logo {
font-family: "Roboto";
text-transform: lowercase;
font-size: 18px;
white-space: nowrap;
}
.body-content {
text-align: right;
}
@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#pythonListItem span {
animation: blink 1s infinite;
margin-right: -15px;
}
.top-menu-bar {
min-height: 80px;
padding-right: 30px;
padding-left: 30px;
background-color: white;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
z-index: 1000;
width: 100%;
position: fixed;
top: 0;
}
.top-menu-bar .top-menu {
display: inline-block;
}
.top-menu-bar .nav-section {
float: right;
}
.top-menu-bar .logo {
font-family: "Fira Sans";
}
.top-menu-bar .logo span {
color: #fff000;
font-size: 22px;
}
.top-menu-bar ul.nav-ul {
float: right;
font-size: 20px;
margin-top: 32px;
list-style: none;
padding: 0;
font-family: "Roboto";
}
.top-menu-bar ul.nav-ul li a {
margin: 0 12px;
color: white;
color: #223;
}
.top-menu-bar ul.nav-ul li a:hover {
text-decoration: none;
background-color: #e1deee;
box-shadow: 5px 0 0 #e1deee, -5px 0 0 #e1deee;
}
.index-page-content {
margin-top: 60px;
}
|
personalsite/static/dist/styles.css
|
.recipe-name {
font-family: "Playfair Display";
}
.recipe-in-list {
font-family: "Cormorant Garamond", "Garamond", "Georgia", "Serif";
}
.featured-recipes-heading {
font-size: 24px;
text-transform: uppercase;
font-family: "Cormorant Garamond", "Garamond", "Georgia", "Serif";
font-family: "Playfair Display";
}
.featured-recipes .image-card {
margin-bottom: 36px;
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
position: relative;
border: none;
border-radius: 2px;
}
.featured-recipes .image-card .card-image {
width: 100%;
z-index: 100;
border-radius: 2px 2px 0 0;
}
.featured-recipes .image-card .card-header {
overflow-y: hidden;
padding-bottom: 48px;
max-height: 220px;
border-radius: 0 0 2px 2px;
}
.featured-recipes .image-card .card-header:before {
content: '';
position: absolute;
width: 100%;
height: 20%;
bottom: 0;
left: 0;
border-radius: 0 0 2px 2px;
background: linear-gradient(0deg, #f5f5f5 33%, rgba(255, 255, 255, 0));
}
.featured-recipes .image-card .card-header div a.open-featured-recipe {
position: absolute;
text-align: center;
font-family: "Cormorant Garamond", "Garamond", "Georgia", "Serif";
font-style: italic;
bottom: 0;
z-index: 999;
width: 100%;
left: 50%;
color: white;
padding: 8px;
line-height: 0.6;
border-radius: 0 0 2px 2px;
background-color: #FFddEE;
transform: translateX(-50%);
color: #223;
text-decoration: none;
transition: all 0.2s;
}
.featured-recipes .image-card .card-header div a.open-featured-recipe:hover,
.featured-recipes .image-card .card-header div a.open-featured-recipe:focus {
color: #FFddEE;
background-color: #223;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.this-or-next {
letter-spacing: 0.05rem;
font-style: italic;
text-align: center;
position: relative;
display: block;
margin: 0 auto;
background-color: #212135;
color: #FFddEE;
width: 22px;
border-radius: 50%;
}
.featured-recipe-name {
font-family: "Cormorant Garamond", "Garamond", "Georgia", "Serif";
font-family: "Fira Sans";
font-weight: 900;
letter-spacing: 0.03rem;
/*
background-color: @pink;
padding-left: 30px;
margin-left: -30px;
padding-right: 30px;
margin-right: -30px;
padding-top: 30px;
padding-bottom: 12px;
margin-top: -30px;
color: @slate;
*/
}
.featured-recipe-ingredients {
padding: 0;
margin: 0;
}
.featured-recipe-ingredients li {
list-style: none;
padding-left: 1.5em;
text-indent: -1.5em;
font-family: "Cormorant Garamond", "Garamond", "Georgia", "Serif";
}
.featured-recipe-ingredients li .ingredient-amount {
font-weight: bold;
}
main.hero {
overflow: hidden;
position: relative;
width: 100%;
margin-top: 80px;
max-height: 720px;
}
.hero-body-content {
font-family: "Cormorant Garamond", "Garamond", "Georgia", "Serif";
font-family: "Roboto";
position: absolute;
color: #454566;
z-index: 2;
top: 50%;
transform: translateY(-50%);
text-transform: lowercase;
right: 60px;
margin-left: 60px;
letter-spacing: 0.1em;
}
.hero-body-content #site-info-card {
background-color: white;
padding: 8px 12px;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.hero-body-content ul.social-links {
list-style: none;
}
.hero-body-content ul.social-links li {
text-align: center;
float: right;
}
.hero-body-content ul.social-links li span {
transition: all 0.1s linear;
}
.hero-body-content ul.social-links li a {
color: #454566;
font-size: 32px;
}
.hero-body-content ul.social-links li a:hover {
text-decoration: none;
color: #4F0A72;
}
.hero-body-content ul.social-links li a:hover span {
background-color: #D0C6DB;
}
.hero-body-content ul.social-links li a:hover span.text {
border-top: #D0C6DB 1px solid;
}
.hero-body-content ul.social-links li span.icon {
border-radius: 6px 6px 0 0;
width: 70px;
display: block;
}
.hero-body-content ul.social-links li span.text {
display: list-item;
border-top: white 1px solid;
font-size: 12px;
padding-right: 0;
border-radius: 0 0 6px 6px;
}
.hero-body-content h1 {
font-size: 72px;
font-weight: 400;
letter-spacing: 0.1em;
}
.hero-body-content h1 span.first-name {
color: #334;
}
.hero-body-content h1 span.last-name {
color: #d34;
}
.hero-body-content p {
font-size: 18px;
margin-top: -8px;
text-align: right;
padding-right: 10px;
}
.hero-body-content #cn-tower {
position: absolute;
top: -56px;
width: 30%;
}
.hero-body-content #to-skyline {
position: absolute;
width: 620px;
left: -100%;
bottom: -100px;
}
.red-light-animation {
animation: lighting 2.4s infinite;
}
@keyframes lighting {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
#svg-bg path {
transition: all 4s linear;
opacity: 0.4;
}
#svg-bg path:hover {
transition: all 0s linear;
opacity: 1;
}
.photo-holder {
position: relative;
color: #212135;
height: 100%;
}
div.photo-credit {
font-family: "Cormorant Garamond", "Garamond", "Georgia", "Serif";
z-index: 5;
background: rgba(255, 239, 230, 0.7);
position: absolute;
bottom: 0px;
text-align: right;
}
div.photo-credit a,
div.photo-credit span {
padding: 2px 8px;
font-weight: 800;
color: #212135;
}
div.photo-credit a:hover {
color: #ffefe6;
background-color: #212135;
text-decoration: none;
}
div.color-overlay {
height: 100%;
width: 100%;
background-color: #001F3F;
background-color: rgba(50, 50, 95, 0.1);
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.homepage-section {
background-color: white;
padding-top: 50px;
padding-bottom: 50px;
padding-left: 36px;
padding-right: 36px;
}
.homepage-section .homepage-section-img {
width: 100%;
}
@media (min-width: 992px) {
.homepage-section .homepage-section-img {
padding-top: 59px;
}
}
@media (max-width: 991px) {
.homepage-section .hide-sm {
display: none;
}
}
@media (min-width: 992px) {
.homepage-section .hide-md {
display: none;
}
}
.homepage-section h2.section-title {
letter-spacing: 0.1rem;
font-family: "Roboto";
font-weight: 800;
font-size: 40px;
}
.homepage-section .section-body {
font-family: "Cormorant Garamond", "Garamond", "Georgia", "Serif";
font-weight: 500;
}
body {
background-color: #FFF0EE;
background-color: white;
font-family: "Roboto";
}
.logo {
z-index: 2;
padding-top: 8px;
background-color: #FFF0EE;
background-color: transparent;
display: inline-block;
}
.logo div {
display: inline;
}
.logo svg {
width: 60px;
}
.logo svg path {
transition: all 0.1s linear;
fill: black !important;
}
.logo:hover path {
fill: #4F0A72 !important;
}
.logo-holder {
position: relative;
display: inline;
}
.stacked-nav {
position: absolute;
left: -30px;
top: 200px;
z-index: 10;
}
.stacked-nav #stacked-nav-items > li {
display: block;
margin-left: 0;
clear: both;
font-size: 42px;
}
.stacked-nav #stacked-nav-items > li a {
margin-top: 12px;
color: white;
display: inline;
padding: 2px 8px;
color: #212135;
background-color: white;
}
.stacked-nav #stacked-nav-items > li a:hover {
text-decoration: none;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
@keyframes rock {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(12deg);
}
50% {
transform: rotate(0deg);
}
75% {
transform: rotate(12deg);
}
}
.logo {
font-family: "Roboto";
text-transform: lowercase;
font-size: 18px;
white-space: nowrap;
}
.body-content {
text-align: right;
}
@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#pythonListItem span {
animation: blink 1s infinite;
margin-right: -15px;
}
.top-menu-bar {
min-height: 80px;
padding-right: 30px;
padding-left: 30px;
background-color: white;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
z-index: 1000;
width: 100%;
position: fixed;
top: 0;
}
.top-menu-bar .top-menu {
display: inline-block;
}
.top-menu-bar .nav-section {
float: right;
}
.top-menu-bar .logo {
font-family: "Fira Sans";
}
.top-menu-bar .logo span {
color: #fff000;
font-size: 22px;
}
.top-menu-bar ul.nav-ul {
float: right;
font-size: 20px;
margin-top: 32px;
list-style: none;
padding: 0;
font-family: "Roboto";
}
.top-menu-bar ul.nav-ul li a {
margin: 0 12px;
color: white;
color: #223;
}
.top-menu-bar ul.nav-ul li a:hover {
text-decoration: none;
background-color: #e1deee;
box-shadow: 5px 0 0 #e1deee, -5px 0 0 #e1deee;
}
.index-page-content {
margin-top: 60px;
}
| 0.551815 | 0.094093 |
body {
font-family: Helvetica;
margin: 0;
background-color: #f2f2f2;
background-color: #e3e3e3;
}
h1,
h2,
h3 {
margin: 0;
}
main {
margin: 0px auto;
border-radius: 10px;
}
/* ANIMACJE */
/* Pierwsza klatka animacji widoku głównego */
main.ng-enter {
transition: 1s linear all;
opacity: 0;
}
/* Ostatnia klatka animacji widoku głównego */
main.ng-enter.ng-enter-active {
opacity: 1;
}
/* Zaznaczenie textboxów */
input.ng-invalid.ng-touched,
textarea.ng-invalid.ng-touched {
border: 2px solid red;
}
input[disabled="disabled"] {
opacity: 0.5;
cursor: not-allowed !important;
}
/*drugie style*/
.topleft {
position: absolute;
top: 8px;
left: 16px;
font-size: 18px;
}
.panel {
position: relative;
max-height:92vh;
}
.home {
width: 100%;
position: relative;
}
.googleMap {
display: inline-block;
position: fixed;
width: 50%;
right: 0px;
}
.map {
width: 100%;
}
.navbar {
height: 8vh;
color: #57b74e;
}
.navtoggler{
z-index: 1;
}
/*w3c styling*/
input[type=text],
[type=number],
[type=datetime-local],
select,
textarea {
width: 50%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
resize: vertical;
}
label {
padding: 12px 12px 12px 0;
display: inline-block;
}
input[type=submit] {
background-color: #4CAF50;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
float: right;
}
.navimg{
min-width: auto;
max-width: 60px;
min-height: auto;
max-height: 60px;
}
.addEvent {
background-color: #4CAF50;
color: white;
padding: 12px 20px;
margin: 30px auto;
border: none;
border-radius: 4px;
cursor: pointer;
float: right;
transition:0.3s;
}
.addEvent:hover {
transition: 0.3s;
opacity: 0.85;
}
#submitAddress {
background-color: gray;
color: white;
padding: 10px 30px;
margin: 0 auto;
margin-bottom: 10px;
border: none;
border-radius: 4px;
cursor: pointer;
transition: 0.3s;
}
#submitAddress:hover {
transition: 0.3s;
opacity: 0.8;
}
.setEvent {
display: inline-block;
position: relative;
width: 50%;
text-align: center;
padding: 0 20px;
height: 90vh;
border-radius: 5px;
}
.setEventHeader {
font-size: 30px;
font-weight: bold;
margin: 1vh auto;
}
.log {
height: 100%;
display: inline-block;
}
.col-25 {
float: left;
width: 25%;
margin-top: 6px;
}
.col-75 {
float: left;
width: 75%;
margin-top: 6px;
}
.col-100 {
float: left;
width: 100%;
border: 1px solid black;
padding: 10px;
cursor: pointer;
margin-top: 6px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/*Style listy */
.listCol-25 {
float: left;
width: 25%;
}
.Listcol-75 {
float: left;
width: 75%;
}
.Listcol-100 {
float: left;
width: 100%;
}
.name {
display: inline-block;
font-weight: bold;
font-size:3vh;
padding-left:1vw;
color:#11742D;
}
.type {
padding-left:1vw;
margin-top: 0.1vh;
color: dimgray;
}
.sportIcon{
background-image: url('../public/img/bike.png');
position:absolute;
background-size: 50px 50px;
background-repeat: no-repeat;
padding: 50px 50px;
right:3px;
}
.userImg {
height: 100%;
max-height: 8vh;
display: inline-block;
margin-right: 10px;
border-radius: 50%;
}
.userName {
display: inline-block;
color: gainsboro;
}
.chillIcon{
background-image: url('../public/img/friends.png');
position:absolute;
background-size: 50px 50px;
background-repeat: no-repeat;
padding: 50px 50px;
right:3px;
}
.description{
padding-left:2vw;
margin-bottom: 2vh;
margin-top: 2vh;
overflow: auto;
max-height:13vh;
max-width: 40vw;
}
.place {
padding-left:2vw;
margin-top:1vh;
overflow:hidden;
}
.date{
padding-left:2vw;
margin-top:1vh;
}
p {
margin: 0 0;
padding: 0 0;
}
.eventList {
display: inline-block;
width: 50%;
overflow: auto;
max-height:90vh;
}
.event {
position: relative;
width: 90%;
margin: 2vh auto;
padding-left:1vw;
background-color:#F6F6F6;
background-color:#F9F9F9;
box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.6);
padding: 10px;
transition: 0.3s;
}
.event:hover {
transition: 0.3s;
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.9);
background-color:#F9F9F9;
background-color:white;
}
.signUp {
background-color: #4CAF50;
color: white;
padding: 10px 20px;
margin: 5px auto;
border: none;
border-radius: 4px;
cursor: pointer;
float: right;
position: absolute;
display: inline-block;
right: 2vw;
bottom: 1vh;
transition: 0.3s;
}
.signUp:hover {
transition: 0.3s;
opacity: 0.75;
}
.rowHeader{
border-radius: 5%;
border-bottom: 4px outset #4CAF50;
width:100%;
margin: 0 auto;
}
.statsHeader{
font-size:5vh;
margin: 10vh auto;
width:100%;
text-align:center;
}
.navbar-brand > img {
height: 50px;
width: auto;
margin: 0 auto;
-o-object-fit: contain;
object-fit: contain;
}
.logout{
color: #6d84b4
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
input[type=text],
[type=number],
[type=datetime-local],
select,
textarea {
width: 90%;
border: 1px solid #ccc;
border-radius: 4px;
}
.col-25,
.col-75,
input[type=submit] {
width: 100%;
margin-top: 10px;
}
.setEvent {
height: 100%;
width: 100%;
}
.navbar {
height: auto;
}
.panel{
width:100vw;
display: block;
}
.googleMap{
position: relative;
width:100vw;
display: block;
}
.eventList {
display: block;
margin: 0 auto;
width: 100%;
max-height: 100vh;
}
.description{
max-width:80vw;
}
.signUp{
position: inherit;
display: block;
float:inherit;
margin: 10px auto;
}
.btn-wide{
display:block;
width:100%;
}
}
|
src/style/styles.css
|
body {
font-family: Helvetica;
margin: 0;
background-color: #f2f2f2;
background-color: #e3e3e3;
}
h1,
h2,
h3 {
margin: 0;
}
main {
margin: 0px auto;
border-radius: 10px;
}
/* ANIMACJE */
/* Pierwsza klatka animacji widoku głównego */
main.ng-enter {
transition: 1s linear all;
opacity: 0;
}
/* Ostatnia klatka animacji widoku głównego */
main.ng-enter.ng-enter-active {
opacity: 1;
}
/* Zaznaczenie textboxów */
input.ng-invalid.ng-touched,
textarea.ng-invalid.ng-touched {
border: 2px solid red;
}
input[disabled="disabled"] {
opacity: 0.5;
cursor: not-allowed !important;
}
/*drugie style*/
.topleft {
position: absolute;
top: 8px;
left: 16px;
font-size: 18px;
}
.panel {
position: relative;
max-height:92vh;
}
.home {
width: 100%;
position: relative;
}
.googleMap {
display: inline-block;
position: fixed;
width: 50%;
right: 0px;
}
.map {
width: 100%;
}
.navbar {
height: 8vh;
color: #57b74e;
}
.navtoggler{
z-index: 1;
}
/*w3c styling*/
input[type=text],
[type=number],
[type=datetime-local],
select,
textarea {
width: 50%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
resize: vertical;
}
label {
padding: 12px 12px 12px 0;
display: inline-block;
}
input[type=submit] {
background-color: #4CAF50;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
float: right;
}
.navimg{
min-width: auto;
max-width: 60px;
min-height: auto;
max-height: 60px;
}
.addEvent {
background-color: #4CAF50;
color: white;
padding: 12px 20px;
margin: 30px auto;
border: none;
border-radius: 4px;
cursor: pointer;
float: right;
transition:0.3s;
}
.addEvent:hover {
transition: 0.3s;
opacity: 0.85;
}
#submitAddress {
background-color: gray;
color: white;
padding: 10px 30px;
margin: 0 auto;
margin-bottom: 10px;
border: none;
border-radius: 4px;
cursor: pointer;
transition: 0.3s;
}
#submitAddress:hover {
transition: 0.3s;
opacity: 0.8;
}
.setEvent {
display: inline-block;
position: relative;
width: 50%;
text-align: center;
padding: 0 20px;
height: 90vh;
border-radius: 5px;
}
.setEventHeader {
font-size: 30px;
font-weight: bold;
margin: 1vh auto;
}
.log {
height: 100%;
display: inline-block;
}
.col-25 {
float: left;
width: 25%;
margin-top: 6px;
}
.col-75 {
float: left;
width: 75%;
margin-top: 6px;
}
.col-100 {
float: left;
width: 100%;
border: 1px solid black;
padding: 10px;
cursor: pointer;
margin-top: 6px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/*Style listy */
.listCol-25 {
float: left;
width: 25%;
}
.Listcol-75 {
float: left;
width: 75%;
}
.Listcol-100 {
float: left;
width: 100%;
}
.name {
display: inline-block;
font-weight: bold;
font-size:3vh;
padding-left:1vw;
color:#11742D;
}
.type {
padding-left:1vw;
margin-top: 0.1vh;
color: dimgray;
}
.sportIcon{
background-image: url('../public/img/bike.png');
position:absolute;
background-size: 50px 50px;
background-repeat: no-repeat;
padding: 50px 50px;
right:3px;
}
.userImg {
height: 100%;
max-height: 8vh;
display: inline-block;
margin-right: 10px;
border-radius: 50%;
}
.userName {
display: inline-block;
color: gainsboro;
}
.chillIcon{
background-image: url('../public/img/friends.png');
position:absolute;
background-size: 50px 50px;
background-repeat: no-repeat;
padding: 50px 50px;
right:3px;
}
.description{
padding-left:2vw;
margin-bottom: 2vh;
margin-top: 2vh;
overflow: auto;
max-height:13vh;
max-width: 40vw;
}
.place {
padding-left:2vw;
margin-top:1vh;
overflow:hidden;
}
.date{
padding-left:2vw;
margin-top:1vh;
}
p {
margin: 0 0;
padding: 0 0;
}
.eventList {
display: inline-block;
width: 50%;
overflow: auto;
max-height:90vh;
}
.event {
position: relative;
width: 90%;
margin: 2vh auto;
padding-left:1vw;
background-color:#F6F6F6;
background-color:#F9F9F9;
box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.6);
padding: 10px;
transition: 0.3s;
}
.event:hover {
transition: 0.3s;
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.9);
background-color:#F9F9F9;
background-color:white;
}
.signUp {
background-color: #4CAF50;
color: white;
padding: 10px 20px;
margin: 5px auto;
border: none;
border-radius: 4px;
cursor: pointer;
float: right;
position: absolute;
display: inline-block;
right: 2vw;
bottom: 1vh;
transition: 0.3s;
}
.signUp:hover {
transition: 0.3s;
opacity: 0.75;
}
.rowHeader{
border-radius: 5%;
border-bottom: 4px outset #4CAF50;
width:100%;
margin: 0 auto;
}
.statsHeader{
font-size:5vh;
margin: 10vh auto;
width:100%;
text-align:center;
}
.navbar-brand > img {
height: 50px;
width: auto;
margin: 0 auto;
-o-object-fit: contain;
object-fit: contain;
}
.logout{
color: #6d84b4
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
input[type=text],
[type=number],
[type=datetime-local],
select,
textarea {
width: 90%;
border: 1px solid #ccc;
border-radius: 4px;
}
.col-25,
.col-75,
input[type=submit] {
width: 100%;
margin-top: 10px;
}
.setEvent {
height: 100%;
width: 100%;
}
.navbar {
height: auto;
}
.panel{
width:100vw;
display: block;
}
.googleMap{
position: relative;
width:100vw;
display: block;
}
.eventList {
display: block;
margin: 0 auto;
width: 100%;
max-height: 100vh;
}
.description{
max-width:80vw;
}
.signUp{
position: inherit;
display: block;
float:inherit;
margin: 10px auto;
}
.btn-wide{
display:block;
width:100%;
}
}
| 0.411111 | 0.114418 |
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
body {
font-family: "Open Sans", sans-serif;
background-color: #b7b7a4;
}
.note {
color: #283618;
font-weight: 600;
font-size: 12px;
margin-top: 15px;
}
.mainTableDiv {
max-width: 1000px;
margin: 15px auto;
}
div.dataTables_wrapper div.dataTables_filter {
background-color: #fff;
margin-bottom: 10px;
padding: 10px 20px;
border-radius: 5px;
}
div.dataTables_wrapper div.dataTables_filter label {
margin: 0;
color: #303030;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
}
table,
table.dataTable.no-footer {
border: 0;
padding-bottom: 5px;
}
table.table-bordered.dataTable {
background-color: #fff;
border-radius: 5px;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: #fff;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td:nth-child(1) {
color: #4895ef;
font-weight: 600;
font-size: 14px;
line-height: 22px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td:nth-child(2) {
color: #303030;
font-weight: 500;
font-size: 14px;
line-height: 22px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td:nth-child(3) {
color: #a5a58d;
font-weight: 600;
font-size: 12px;
line-height: 22px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td:nth-child(4) {
color: #283618;
font-weight: 600;
font-size: 12px;
line-height: 22px;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
background-image: none;
}
table.dataTable thead th,
table.dataTable thead td {
border: none;
}
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
font-size: 12px;
text-transform: uppercase;
border: 0;
font-weight: bold;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
font-size: 14px;
padding-left: 20px;
}
div.dataTables_wrapper div.dataTables_info {
color: #283618;
font-weight: 600;
font-size: 12px;
}
|
static/css/custom.css
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
body {
font-family: "Open Sans", sans-serif;
background-color: #b7b7a4;
}
.note {
color: #283618;
font-weight: 600;
font-size: 12px;
margin-top: 15px;
}
.mainTableDiv {
max-width: 1000px;
margin: 15px auto;
}
div.dataTables_wrapper div.dataTables_filter {
background-color: #fff;
margin-bottom: 10px;
padding: 10px 20px;
border-radius: 5px;
}
div.dataTables_wrapper div.dataTables_filter label {
margin: 0;
color: #303030;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
}
table,
table.dataTable.no-footer {
border: 0;
padding-bottom: 5px;
}
table.table-bordered.dataTable {
background-color: #fff;
border-radius: 5px;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: #fff;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td:nth-child(1) {
color: #4895ef;
font-weight: 600;
font-size: 14px;
line-height: 22px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td:nth-child(2) {
color: #303030;
font-weight: 500;
font-size: 14px;
line-height: 22px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td:nth-child(3) {
color: #a5a58d;
font-weight: 600;
font-size: 12px;
line-height: 22px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td:nth-child(4) {
color: #283618;
font-weight: 600;
font-size: 12px;
line-height: 22px;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
background-image: none;
}
table.dataTable thead th,
table.dataTable thead td {
border: none;
}
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
font-size: 12px;
text-transform: uppercase;
border: 0;
font-weight: bold;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
font-size: 14px;
padding-left: 20px;
}
div.dataTables_wrapper div.dataTables_info {
color: #283618;
font-weight: 600;
font-size: 12px;
}
| 0.350977 | 0.11427 |
#map {
height: 300px;
}
/* Beneficiary Type Dropdown menu */
#benSelect select {
font: 18px sans-serif;
background: #666;
color: #fff;
/* Hide the dropdown arrow */
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
/* Round the border */
border:1px transparent;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
/* Set the margin */
text-align: center;
padding: 8px;
cursor: pointer;
}
/* Set the Sector and Key Activity colors */
.Agriculture { fill: #f60; }
[class='01-Agro'] { fill: #00a86b; }
[class='07-Gardens'] { fill: #ff8442; }
[class='08-Bees'] { fill: #ffd963; }
[class='12-Spices'] { fill: #b5d6ff; }
.Energy { fill: #c07; }
[class='05-Stoves'] { fill: #f8766d; }
[class='06-ICSEB'] { fill: #13605b; }
[class='09-Solar'] { fill: #1f9e95; }
[class='11-ICPS'] { fill: #00b0f6; }
[class='04-Charcoal'] { fill: #ff62bc; }
.Forestry { fill: #8c0; }
[class='02A-Nurseries'] { fill: #a3a500; }
[class='02B-Trees'] { fill: #39b600; }
[class='13-PNRM'] { fill: #a3d02f; }
.Water { fill: #0ac; }
.Irrigate { fill: #00bf7d; }
[class='03-Rainwater'] { fill: #00bfc4; }
.Gender { fill: #ce678c; }
[class='Male'] { fill: #f9c83b; }
[class='Female'] { fill: #70c9c1; }
.Total { fill: #aaa; }
/* Changes */
.Improved { fill: #9d0; }
.Declined { fill: #f98; }
.Stayed_the_same { fill: #ccc; }
#enSystemsList text {color: #c07}
/* The Sector Beneficiary Pie Chart*/
#sectorPie text {
font: 14px sans-serif;
font-weight: bold;
fill: #fff;
text-anchor: middle;
}
/* The Sector Beneficiary Pie Chart*/
#keyActivityPie text {
font: 14px sans-serif;
font-weight: bold;
fill: #fff;
text-anchor: middle;
}
/* The Beneficiary Bar Chart*/
#benBarTitle {
font: 22px sans-serif;
font-weight: bold;
fill: #333;
}
/* Water Board */
.Achieved { fill: #9d0; }
.Unachieved { fill: #fff; }
/* Final Beneficiaries Tree Diagram */
.node circle {
fill: #fff;
stroke: steelblue;
stroke-width: 3px;
}
.node text {
font: 12px sans-serif;
}
.link {
fill: none;
stroke: #ccc;
stroke-width: 2px;
}
.benTreeOverlay {
background-color: #EEE;
}
/* From Yussuf
div.shade {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
}
div.size{
height:500px;
}
h2.shade{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius:50px;
padding:10px
}
img.shade{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.shade{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
img.curve{
border-radius:50px;
}
.opa:hover{
opacity: .5;
}*/
|
public/css/dashboard.css
|
#map {
height: 300px;
}
/* Beneficiary Type Dropdown menu */
#benSelect select {
font: 18px sans-serif;
background: #666;
color: #fff;
/* Hide the dropdown arrow */
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
/* Round the border */
border:1px transparent;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
/* Set the margin */
text-align: center;
padding: 8px;
cursor: pointer;
}
/* Set the Sector and Key Activity colors */
.Agriculture { fill: #f60; }
[class='01-Agro'] { fill: #00a86b; }
[class='07-Gardens'] { fill: #ff8442; }
[class='08-Bees'] { fill: #ffd963; }
[class='12-Spices'] { fill: #b5d6ff; }
.Energy { fill: #c07; }
[class='05-Stoves'] { fill: #f8766d; }
[class='06-ICSEB'] { fill: #13605b; }
[class='09-Solar'] { fill: #1f9e95; }
[class='11-ICPS'] { fill: #00b0f6; }
[class='04-Charcoal'] { fill: #ff62bc; }
.Forestry { fill: #8c0; }
[class='02A-Nurseries'] { fill: #a3a500; }
[class='02B-Trees'] { fill: #39b600; }
[class='13-PNRM'] { fill: #a3d02f; }
.Water { fill: #0ac; }
.Irrigate { fill: #00bf7d; }
[class='03-Rainwater'] { fill: #00bfc4; }
.Gender { fill: #ce678c; }
[class='Male'] { fill: #f9c83b; }
[class='Female'] { fill: #70c9c1; }
.Total { fill: #aaa; }
/* Changes */
.Improved { fill: #9d0; }
.Declined { fill: #f98; }
.Stayed_the_same { fill: #ccc; }
#enSystemsList text {color: #c07}
/* The Sector Beneficiary Pie Chart*/
#sectorPie text {
font: 14px sans-serif;
font-weight: bold;
fill: #fff;
text-anchor: middle;
}
/* The Sector Beneficiary Pie Chart*/
#keyActivityPie text {
font: 14px sans-serif;
font-weight: bold;
fill: #fff;
text-anchor: middle;
}
/* The Beneficiary Bar Chart*/
#benBarTitle {
font: 22px sans-serif;
font-weight: bold;
fill: #333;
}
/* Water Board */
.Achieved { fill: #9d0; }
.Unachieved { fill: #fff; }
/* Final Beneficiaries Tree Diagram */
.node circle {
fill: #fff;
stroke: steelblue;
stroke-width: 3px;
}
.node text {
font: 12px sans-serif;
}
.link {
fill: none;
stroke: #ccc;
stroke-width: 2px;
}
.benTreeOverlay {
background-color: #EEE;
}
/* From Yussuf
div.shade {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
}
div.size{
height:500px;
}
h2.shade{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius:50px;
padding:10px
}
img.shade{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.shade{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
img.curve{
border-radius:50px;
}
.opa:hover{
opacity: .5;
}*/
| 0.313945 | 0.101947 |
body {
font-family: "Lato", sans-serif;
padding-top:50px;
}
.underNavbar{
margin-top: 40px;
}
/* Aici am codul pentru sideBar */
.sidenav {
height: 100%;
width: 250px;
position: fixed;
z-index: 1;
top: 20px;
left: 0;
background-color: rgb(33, 49, 49);
overflow-x: hidden;
transition: 0.4s;
padding-top:60px;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 20px;
color: #ffffff;
display: block;
transition: 0.3s;
}
.sidenav a:hover {
color: #f58856;
}
.sidenav .closebtn {
position: absolute;
top: 0px;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
.main {
transition: margin-left .4s;
margin-left:250px;
}
@media screen and (max-height: 310px) {
.sidenav {padding-top: 40px;}
.sidenav a {font-size: 18px;}
}
/* Aici se incheie codul pentru sideBar */
/* Aici incepe codul pentru Presentation Card */
.card-content{
width:100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
padding:0 1.5rem;
}
.card-post{
width:100%;
max-width:80rem;
padding:6rem;
background-color:#fff;
box-shadow:0 1.4rem 8rem rgb(0,0,0,.2);
display:flex;
align-items:center;
border-radius:.8rem;
}
.card-post__img{
min-width:25rem;
max-width:25rem;
height:25rem;
transform:translateX(-8rem);
position:relative;
}
.card-post__img img{
width:100%;
height:100%;
object-fit:cover;
display: block;
border-radius: .8rem;
}
.card-post__city{
display: flex;
flex-direction: column;
margin-bottom: 10px;
}
.card-post__city span{
display:block;
color:rgba(0,0,0,.7);
font-size:1.1rem;
font-weight:600;
}
.card-post__title{
display:block;
color:rgb(0, 0, 0);
font-size:2.5rem;
font-weight:600;
}
.card-post__text{
display: flex;
flex-direction: column;
padding-left: 10px;
}
.card-post__btn{
margin-top: 10px;
display:inline-block;
padding:0.6rem 1.2rem;
text-transform:uppercase;
font-size:1rem;
background:rgb(67, 171, 197);
color:#fff;
border-radius: .8rem;
text-decoration:none;
}
.card-post__btn:hover{
text-decoration:none;
}
@media screen and (max-width:1060px){
.card-content{
margin-top: 5rem;
}
.card-post{
padding:2.5rem;
flex-direction:column;
max-width:70rem;
}
.card-post__img{
min-width:25rem;
max-width:25rem;
transform: translate(0, -5rem);
}
}
@media screen and (max-width:800px){
.card-post{
max-width:70rem;
}
}
@media screen and (max-width:700px){
.card-content{
margin-top: 5rem;
}
.card-post{
padding:2.5rem;
flex-direction:column;
}
.card-post__img{
min-width:25rem;
max-width:25rem;
transform: translate(0, -5rem);
}
}
/* Aici se incheie card presentaon */
.fc-agendaWeek-view tr {
height: 40px;
}
.service{
width:100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
padding:0 1.5rem;
}
.service-content{
width:100%;
max-width:90rem;
}
#table_t{
width:100%;
}
.table_tr{
height:7rem ;
width:100%;
}
.table_td{
display: flex;
}
.div_name{
text-align: center;
}
.div_name_date{
align-items: center;
display: flex;
width:100%;
flex-direction: column;
justify-content: space-evenly;
border-right: 1px solid ;
padding-right: 10px;
padding-left: 10px;
}
.div_circle{
background-color: rgb(247, 250, 102);
min-width: 5rem;
min-height: 5rem;
max-height: 5rem;
border-radius: 50%;
text-align: center;
font-size:3rem;
float: left;
}
@media screen and (max-width:800px){
.div_circle{
min-width: 4rem;
min-height: 4rem;
max-height: 4rem;
font-size:2rem;
}
}
.div_date{
justify-content: center;
}
.td_review{
width:70%;
}
|
public/css/custom.css
|
body {
font-family: "Lato", sans-serif;
padding-top:50px;
}
.underNavbar{
margin-top: 40px;
}
/* Aici am codul pentru sideBar */
.sidenav {
height: 100%;
width: 250px;
position: fixed;
z-index: 1;
top: 20px;
left: 0;
background-color: rgb(33, 49, 49);
overflow-x: hidden;
transition: 0.4s;
padding-top:60px;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 20px;
color: #ffffff;
display: block;
transition: 0.3s;
}
.sidenav a:hover {
color: #f58856;
}
.sidenav .closebtn {
position: absolute;
top: 0px;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
.main {
transition: margin-left .4s;
margin-left:250px;
}
@media screen and (max-height: 310px) {
.sidenav {padding-top: 40px;}
.sidenav a {font-size: 18px;}
}
/* Aici se incheie codul pentru sideBar */
/* Aici incepe codul pentru Presentation Card */
.card-content{
width:100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
padding:0 1.5rem;
}
.card-post{
width:100%;
max-width:80rem;
padding:6rem;
background-color:#fff;
box-shadow:0 1.4rem 8rem rgb(0,0,0,.2);
display:flex;
align-items:center;
border-radius:.8rem;
}
.card-post__img{
min-width:25rem;
max-width:25rem;
height:25rem;
transform:translateX(-8rem);
position:relative;
}
.card-post__img img{
width:100%;
height:100%;
object-fit:cover;
display: block;
border-radius: .8rem;
}
.card-post__city{
display: flex;
flex-direction: column;
margin-bottom: 10px;
}
.card-post__city span{
display:block;
color:rgba(0,0,0,.7);
font-size:1.1rem;
font-weight:600;
}
.card-post__title{
display:block;
color:rgb(0, 0, 0);
font-size:2.5rem;
font-weight:600;
}
.card-post__text{
display: flex;
flex-direction: column;
padding-left: 10px;
}
.card-post__btn{
margin-top: 10px;
display:inline-block;
padding:0.6rem 1.2rem;
text-transform:uppercase;
font-size:1rem;
background:rgb(67, 171, 197);
color:#fff;
border-radius: .8rem;
text-decoration:none;
}
.card-post__btn:hover{
text-decoration:none;
}
@media screen and (max-width:1060px){
.card-content{
margin-top: 5rem;
}
.card-post{
padding:2.5rem;
flex-direction:column;
max-width:70rem;
}
.card-post__img{
min-width:25rem;
max-width:25rem;
transform: translate(0, -5rem);
}
}
@media screen and (max-width:800px){
.card-post{
max-width:70rem;
}
}
@media screen and (max-width:700px){
.card-content{
margin-top: 5rem;
}
.card-post{
padding:2.5rem;
flex-direction:column;
}
.card-post__img{
min-width:25rem;
max-width:25rem;
transform: translate(0, -5rem);
}
}
/* Aici se incheie card presentaon */
.fc-agendaWeek-view tr {
height: 40px;
}
.service{
width:100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
padding:0 1.5rem;
}
.service-content{
width:100%;
max-width:90rem;
}
#table_t{
width:100%;
}
.table_tr{
height:7rem ;
width:100%;
}
.table_td{
display: flex;
}
.div_name{
text-align: center;
}
.div_name_date{
align-items: center;
display: flex;
width:100%;
flex-direction: column;
justify-content: space-evenly;
border-right: 1px solid ;
padding-right: 10px;
padding-left: 10px;
}
.div_circle{
background-color: rgb(247, 250, 102);
min-width: 5rem;
min-height: 5rem;
max-height: 5rem;
border-radius: 50%;
text-align: center;
font-size:3rem;
float: left;
}
@media screen and (max-width:800px){
.div_circle{
min-width: 4rem;
min-height: 4rem;
max-height: 4rem;
font-size:2rem;
}
}
.div_date{
justify-content: center;
}
.td_review{
width:70%;
}
| 0.359926 | 0.064065 |
.wrapper {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.intro {
grid-column: 1/2;
margin-left: 32px;
margin-top: 160px;
justify-content: center;
align-content: center;
grid-column: 2/5;
max-width: 800px;
}
.intro h1 {
font-size: 3.2rem;
line-height: 4rem;
}
.intro a {
text-decoration: underline;
}
.intro p {
line-height: 1.65rem;
font-size: 1.1rem;
max-width: 800px;
margin-bottom: 2rem;
}
.intro h3 {
text-transform: uppercase;
}
.line {
height: 8px;
width: 100px;
background-color: var(--red);
margin: 24px 0px;
}
button {
padding: 6px 32px;
font-size: 14px;
border-radius: 50px;
text-transform: uppercase;
margin-top: 32px;
background-color: transparent;
border: 2px solid var(--black);
}
button:hover {
background-color: var(--black);
color: white;
}
/* showcase area */
.works {
margin-top: 80px;
grid-row: 2/3;
grid-column: 1/5;
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.works a {
color: white;
font-size: 14px;
}
.works h3,
p {
background: transparent;
}
.works .workSelect {
height: 480px;
justify-items: center;
align-content: center;
color: white;
}
.works .workSelect h3 {
font-weight: 400;
text-transform: uppercase;
font-size: 0.9rem;
margin-bottom: 1rem;
}
.works .workSelect p {
font-size: 1.3rem;
line-height: 1.7rem;
font-weight: 600;
}
.workSelect .btn-select {
width: 50%;
background-color: transparent;
border: 2px solid white;
color: white;
}
.btn-select:hover {
background-color: var(--red);
border: 2px solid var(--red);
color: white;
}
.works #bodaAsset {
grid-column: 1/2;
padding: 0 32px;
width: 100%;
background: linear-gradient(rgba(20, 20, 20, 0.65), rgba(20, 20, 20, 0.65)), url("../img/Boxer.jpg") no-repeat;
background-position: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.works #brovad {
grid-column: 2/3;
padding: 0 32px;
width: 100%;
background: linear-gradient(rgba(20, 20, 20, 0.65), rgba(20, 20, 20, 0.5)),
url("../img/photo-1555507036-ab1f4038808a.jpg") no-repeat;
background-position: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.works #goApp {
grid-column: 3/4;
padding: 0 32px;
width: 100%;
background: linear-gradient(rgba(20, 20, 20, 0.65), rgba(20, 20, 20, 0.65)), url("../img/akg-n60-nc-2.jpg") no-repeat;
background-position: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.works #tempride {
grid-column: 4/5;
padding: 0 32px;
width: 100%;
background: linear-gradient(rgba(20, 20, 20, 0.65), rgba(20, 20, 20, 0.65)),
url("../img/ruleoflaw-700x0-c-default.jpg") no-repeat;
background-position: center;
display: flex;
flex-direction: column;
justify-content: center;
}
/* responsive media queries */
@media only screen and (max-width: 1500px) {
.workSelect .btn-select {
width: 75%;
}
}
@media only screen and (max-width: 1200px) {
.intro {
margin: 144px 64px 80px 64px;
grid-column: 2/5;
}
.works {
margin-top: 0;
}
.workSelect .btn-select {
width: 75%;
}
}
/* large phone and tablets */
@media only screen and (max-width: 900px) {
.intro {
margin: 120px 64px 64px 64px;
grid-column: 1/5;
}
.works {
margin-top: 0;
grid-gap: 8px;
text-align: center;
}
.works #bodaAsset {
grid-column: 1/3;
}
.works #brovad {
grid-column: 3/5;
}
.works #goApp {
grid-column: 1/3;
}
.works #tempride {
grid-column: 3/5;
}
.workSelect .btn-select {
align-self: center;
width: 75%;
}
}
/* iphone SE and small phones */
@media only screen and (max-width: 480px) {
.wrapper {
grid-template-columns: repeat(2, 1fr);
}
.intro {
margin: 120px 24px 24px 24px;
grid-column: 1/3;
}
.intro h1 {
font-size: 2.2rem;
line-height: 2.8rem;
}
.works .workSelect {
height: 320px;
margin-bottom: 8px;
}
.works {
margin: 0;
grid-template-rows: repeat(1, 4fr);
}
.works #bodaAsset {
grid-column: 1/5;
}
.works #brovad {
grid-column: 1/5;
}
.works #goApp {
grid-column: 1/5;
}
.works #tempride {
grid-column: 1/5;
}
}
|
Day 18/css/portfolio.css
|
.wrapper {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.intro {
grid-column: 1/2;
margin-left: 32px;
margin-top: 160px;
justify-content: center;
align-content: center;
grid-column: 2/5;
max-width: 800px;
}
.intro h1 {
font-size: 3.2rem;
line-height: 4rem;
}
.intro a {
text-decoration: underline;
}
.intro p {
line-height: 1.65rem;
font-size: 1.1rem;
max-width: 800px;
margin-bottom: 2rem;
}
.intro h3 {
text-transform: uppercase;
}
.line {
height: 8px;
width: 100px;
background-color: var(--red);
margin: 24px 0px;
}
button {
padding: 6px 32px;
font-size: 14px;
border-radius: 50px;
text-transform: uppercase;
margin-top: 32px;
background-color: transparent;
border: 2px solid var(--black);
}
button:hover {
background-color: var(--black);
color: white;
}
/* showcase area */
.works {
margin-top: 80px;
grid-row: 2/3;
grid-column: 1/5;
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.works a {
color: white;
font-size: 14px;
}
.works h3,
p {
background: transparent;
}
.works .workSelect {
height: 480px;
justify-items: center;
align-content: center;
color: white;
}
.works .workSelect h3 {
font-weight: 400;
text-transform: uppercase;
font-size: 0.9rem;
margin-bottom: 1rem;
}
.works .workSelect p {
font-size: 1.3rem;
line-height: 1.7rem;
font-weight: 600;
}
.workSelect .btn-select {
width: 50%;
background-color: transparent;
border: 2px solid white;
color: white;
}
.btn-select:hover {
background-color: var(--red);
border: 2px solid var(--red);
color: white;
}
.works #bodaAsset {
grid-column: 1/2;
padding: 0 32px;
width: 100%;
background: linear-gradient(rgba(20, 20, 20, 0.65), rgba(20, 20, 20, 0.65)), url("../img/Boxer.jpg") no-repeat;
background-position: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.works #brovad {
grid-column: 2/3;
padding: 0 32px;
width: 100%;
background: linear-gradient(rgba(20, 20, 20, 0.65), rgba(20, 20, 20, 0.5)),
url("../img/photo-1555507036-ab1f4038808a.jpg") no-repeat;
background-position: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.works #goApp {
grid-column: 3/4;
padding: 0 32px;
width: 100%;
background: linear-gradient(rgba(20, 20, 20, 0.65), rgba(20, 20, 20, 0.65)), url("../img/akg-n60-nc-2.jpg") no-repeat;
background-position: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.works #tempride {
grid-column: 4/5;
padding: 0 32px;
width: 100%;
background: linear-gradient(rgba(20, 20, 20, 0.65), rgba(20, 20, 20, 0.65)),
url("../img/ruleoflaw-700x0-c-default.jpg") no-repeat;
background-position: center;
display: flex;
flex-direction: column;
justify-content: center;
}
/* responsive media queries */
@media only screen and (max-width: 1500px) {
.workSelect .btn-select {
width: 75%;
}
}
@media only screen and (max-width: 1200px) {
.intro {
margin: 144px 64px 80px 64px;
grid-column: 2/5;
}
.works {
margin-top: 0;
}
.workSelect .btn-select {
width: 75%;
}
}
/* large phone and tablets */
@media only screen and (max-width: 900px) {
.intro {
margin: 120px 64px 64px 64px;
grid-column: 1/5;
}
.works {
margin-top: 0;
grid-gap: 8px;
text-align: center;
}
.works #bodaAsset {
grid-column: 1/3;
}
.works #brovad {
grid-column: 3/5;
}
.works #goApp {
grid-column: 1/3;
}
.works #tempride {
grid-column: 3/5;
}
.workSelect .btn-select {
align-self: center;
width: 75%;
}
}
/* iphone SE and small phones */
@media only screen and (max-width: 480px) {
.wrapper {
grid-template-columns: repeat(2, 1fr);
}
.intro {
margin: 120px 24px 24px 24px;
grid-column: 1/3;
}
.intro h1 {
font-size: 2.2rem;
line-height: 2.8rem;
}
.works .workSelect {
height: 320px;
margin-bottom: 8px;
}
.works {
margin: 0;
grid-template-rows: repeat(1, 4fr);
}
.works #bodaAsset {
grid-column: 1/5;
}
.works #brovad {
grid-column: 1/5;
}
.works #goApp {
grid-column: 1/5;
}
.works #tempride {
grid-column: 1/5;
}
}
| 0.384681 | 0.131982 |
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@800&display=swap");
@-webkit-keyframes shake_fist {
0%, 100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg); } }
@-moz-keyframes shake_fist {
0%, 100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg); } }
@-o-keyframes shake_fist {
0%, 100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg); } }
@keyframes shake_fist {
0%, 100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg); } }
@-webkit-keyframes play_fist_top {
0% {
-webkit-transform: translate(0, -100%);
-ms-transform: translate(0, -100%);
transform: translate(0, -100%);
opacity: 0; }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1; } }
@-moz-keyframes play_fist_top {
0% {
-webkit-transform: translate(0, -100%);
-ms-transform: translate(0, -100%);
transform: translate(0, -100%);
opacity: 0; }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1; } }
@-o-keyframes play_fist_top {
0% {
-webkit-transform: translate(0, -100%);
-ms-transform: translate(0, -100%);
transform: translate(0, -100%);
opacity: 0; }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1; } }
@keyframes play_fist_top {
0% {
-webkit-transform: translate(0, -100%);
-ms-transform: translate(0, -100%);
transform: translate(0, -100%);
opacity: 0; }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1; } }
@-webkit-keyframes play_fist_bottom {
0% {
-webkit-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
opacity: 0; }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1; } }
@-moz-keyframes play_fist_bottom {
0% {
-webkit-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
opacity: 0; }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1; } }
@-o-keyframes play_fist_bottom {
0% {
-webkit-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
opacity: 0; }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1; } }
@keyframes play_fist_bottom {
0% {
-webkit-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
opacity: 0; }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1; } }
@-webkit-keyframes opacity_zero {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes opacity_zero {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-o-keyframes opacity_zero {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes opacity_zero {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes opacity_full {
0% {
opacity: 1; }
80% {
opacity: 0; }
100% {
opacity: 0; } }
@-moz-keyframes opacity_full {
0% {
opacity: 1; }
80% {
opacity: 0; }
100% {
opacity: 0; } }
@-o-keyframes opacity_full {
0% {
opacity: 1; }
80% {
opacity: 0; }
100% {
opacity: 0; } }
@keyframes opacity_full {
0% {
opacity: 1; }
80% {
opacity: 0; }
100% {
opacity: 0; } }
@-webkit-keyframes hand_rock_paper_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60%, 80% {
-webkit-transform: translate(20vw, -100%);
-ms-transform: translate(20vw, -100%);
transform: translate(20vw, -100%); }
70% {
-webkit-transform: translate(20vw, -50%);
-ms-transform: translate(20vw, -50%);
transform: translate(20vw, -50%); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-moz-keyframes hand_rock_paper_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60%, 80% {
-webkit-transform: translate(20vw, -100%);
-ms-transform: translate(20vw, -100%);
transform: translate(20vw, -100%); }
70% {
-webkit-transform: translate(20vw, -50%);
-ms-transform: translate(20vw, -50%);
transform: translate(20vw, -50%); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-o-keyframes hand_rock_paper_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60%, 80% {
-webkit-transform: translate(20vw, -100%);
-ms-transform: translate(20vw, -100%);
transform: translate(20vw, -100%); }
70% {
-webkit-transform: translate(20vw, -50%);
-ms-transform: translate(20vw, -50%);
transform: translate(20vw, -50%); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes hand_rock_paper_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60%, 80% {
-webkit-transform: translate(20vw, -100%);
-ms-transform: translate(20vw, -100%);
transform: translate(20vw, -100%); }
70% {
-webkit-transform: translate(20vw, -50%);
-ms-transform: translate(20vw, -50%);
transform: translate(20vw, -50%); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-webkit-keyframes hand_scissors_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60% {
-webkit-transform: translate(0, -5vw);
-ms-transform: translate(0, -5vw);
transform: translate(0, -5vw); }
75% {
-webkit-transform: translate(40vw, 0) rotate(10deg);
-ms-transform: translate(40vw, 0) rotate(10deg);
transform: translate(40vw, 0) rotate(10deg); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-moz-keyframes hand_scissors_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60% {
-webkit-transform: translate(0, -5vw);
-ms-transform: translate(0, -5vw);
transform: translate(0, -5vw); }
75% {
-webkit-transform: translate(40vw, 0) rotate(10deg);
-ms-transform: translate(40vw, 0) rotate(10deg);
transform: translate(40vw, 0) rotate(10deg); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-o-keyframes hand_scissors_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60% {
-webkit-transform: translate(0, -5vw);
-ms-transform: translate(0, -5vw);
transform: translate(0, -5vw); }
75% {
-webkit-transform: translate(40vw, 0) rotate(10deg);
-ms-transform: translate(40vw, 0) rotate(10deg);
transform: translate(40vw, 0) rotate(10deg); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes hand_scissors_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60% {
-webkit-transform: translate(0, -5vw);
-ms-transform: translate(0, -5vw);
transform: translate(0, -5vw); }
75% {
-webkit-transform: translate(40vw, 0) rotate(10deg);
-ms-transform: translate(40vw, 0) rotate(10deg);
transform: translate(40vw, 0) rotate(10deg); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-webkit-keyframes hand_rock_paper_enemy_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60%, 80% {
-webkit-transform: translate(-20vw, -100%);
-ms-transform: translate(-20vw, -100%);
transform: translate(-20vw, -100%); }
70% {
-webkit-transform: translate(-20vw, -50%);
-ms-transform: translate(-20vw, -50%);
transform: translate(-20vw, -50%); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-moz-keyframes hand_rock_paper_enemy_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60%, 80% {
-webkit-transform: translate(-20vw, -100%);
-ms-transform: translate(-20vw, -100%);
transform: translate(-20vw, -100%); }
70% {
-webkit-transform: translate(-20vw, -50%);
-ms-transform: translate(-20vw, -50%);
transform: translate(-20vw, -50%); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-o-keyframes hand_rock_paper_enemy_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60%, 80% {
-webkit-transform: translate(-20vw, -100%);
-ms-transform: translate(-20vw, -100%);
transform: translate(-20vw, -100%); }
70% {
-webkit-transform: translate(-20vw, -50%);
-ms-transform: translate(-20vw, -50%);
transform: translate(-20vw, -50%); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes hand_rock_paper_enemy_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60%, 80% {
-webkit-transform: translate(-20vw, -100%);
-ms-transform: translate(-20vw, -100%);
transform: translate(-20vw, -100%); }
70% {
-webkit-transform: translate(-20vw, -50%);
-ms-transform: translate(-20vw, -50%);
transform: translate(-20vw, -50%); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-webkit-keyframes hand_scissors_enemy_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60% {
-webkit-transform: translate(0, -5vw);
-ms-transform: translate(0, -5vw);
transform: translate(0, -5vw); }
75% {
-webkit-transform: translate(-40vw, 0) rotate(-10deg);
-ms-transform: translate(-40vw, 0) rotate(-10deg);
transform: translate(-40vw, 0) rotate(-10deg); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-moz-keyframes hand_scissors_enemy_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60% {
-webkit-transform: translate(0, -5vw);
-ms-transform: translate(0, -5vw);
transform: translate(0, -5vw); }
75% {
-webkit-transform: translate(-40vw, 0) rotate(-10deg);
-ms-transform: translate(-40vw, 0) rotate(-10deg);
transform: translate(-40vw, 0) rotate(-10deg); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-o-keyframes hand_scissors_enemy_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60% {
-webkit-transform: translate(0, -5vw);
-ms-transform: translate(0, -5vw);
transform: translate(0, -5vw); }
75% {
-webkit-transform: translate(-40vw, 0) rotate(-10deg);
-ms-transform: translate(-40vw, 0) rotate(-10deg);
transform: translate(-40vw, 0) rotate(-10deg); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes hand_scissors_enemy_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60% {
-webkit-transform: translate(0, -5vw);
-ms-transform: translate(0, -5vw);
transform: translate(0, -5vw); }
75% {
-webkit-transform: translate(-40vw, 0) rotate(-10deg);
-ms-transform: translate(-40vw, 0) rotate(-10deg);
transform: translate(-40vw, 0) rotate(-10deg); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
.logo_main, .play_hand, .score {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%; }
* {
transition: all 0.2s ease-in-out;
font-family: 'Manrope', sans-serif; }
html {
font-size: calc(16px + 1vw); }
.App {
margin: 0;
padding: 0;
overflow: hidden;
width: 100vw;
height: 100vh; }
.rock {
width: 4.893rem;
height: auto; }
.rock_wrap {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.rock_wrap:hover {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.paper {
width: 7.693rem;
height: auto; }
.paper_wrap {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.paper_wrap:hover {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.scissors {
width: 7rem;
height: auto; }
.scissors_wrap {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.scissors_wrap:hover {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.flip {
-webkit-transform: scaleX(-1);
-ms-transform: scaleX(-1);
transform: scaleX(-1); }
.flex_container {
width: 100%;
height: 100%; }
.logo_main img {
cursor: pointer; }
.logo_main .rock_wrap {
margin-right: 3%; }
.logo_main .scissors_wrap {
margin-left: 3%; }
.logo_main_no_opacity {
-webkit-animation: opacity_zero 0.5s 1;
animation: opacity_zero 0.5s 1; }
.logo_main_opacity {
-webkit-animation: opacity_full 0.6s 1;
animation: opacity_full 0.6s 1; }
.play_hand .hand_left, .play_hand .hand_right {
margin-left: 5%;
margin-right: 5%; }
.animate_hand_rock {
-webkit-animation: hand_rock_paper_win 1.5s 1;
animation: hand_rock_paper_win 1.5s 1; }
.animate_hand_paper {
-webkit-animation: hand_rock_paper_win 1.5s 1;
animation: hand_rock_paper_win 1.5s 1; }
.animate_hand_scissors {
-webkit-animation: hand_scissors_win 1.5s 1;
animation: hand_scissors_win 1.5s 1; }
.animate_hand_rock_enemy {
-webkit-animation: hand_rock_paper_enemy_win 1.5s 1;
animation: hand_rock_paper_enemy_win 1.5s 1; }
.animate_hand_paper_enemy {
-webkit-animation: hand_rock_paper_enemy_win 1.5s 1;
animation: hand_rock_paper_enemy_win 1.5s 1; }
.animate_hand_scissors_enemy {
-webkit-animation: hand_scissors_enemy_win 1.5s 1;
animation: hand_scissors_enemy_win 1.5s 1; }
.score {
color: white;
opacity: 0.25;
margin-top: -0.75rem;
position: fixed;
width: 70%;
left: 15%;
justify-content: space-around;
z-index: -2; }
.score .score_left {
font-size: 20rem;
margin-right: 10rem; }
.score .score_right {
font-size: 20rem; }
.grid {
display: grid;
grid-template-columns: minmax(1rem, 1fr) repeat(12, 4rem) minmax(1rem, 1fr);
grid-template-rows: repeat(64, 2rem);
column-gap: 2rem;
justify-content: center; }
.nav_background {
position: sticky;
top: 0;
grid-column: 1 / -1;
grid-row: 1 / 3;
background-color: white;
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25); }
.navbar {
position: sticky;
top: 0;
grid-column: 2 / -2;
grid-row: 1 / 3; }
.navbar ul li {
font-family: 'Noto Sans', sans-serif;
margin: 0 1rem;
list-style: none; }
.navbar ul li .logo {
width: 8rem; }
.navbar ul li a {
text-decoration: none;
color: black; }
@media (orientation: portrait) {
.score {
flex-direction: column; }
.score .score_left {
font-size: 15rem;
margin-left: 0;
margin-right: 0;
margin-bottom: -10rem; }
.score .score_right {
font-size: 15rem;
margin-left: 0;
margin-right: 0; }
.logo_main {
flex-direction: column; }
.rock_wrap {
margin-bottom: 6%; }
.scissors_wrap {
margin-top: 6%; } }
.love {
position: fixed;
bottom: 0.5rem;
left: 0;
right: 0;
font-size: 1rem;
text-align: center;
opacity: 0; }
.love:hover {
opacity: 1;
cursor: default; }
/*# sourceMappingURL=App.css.map */
|
client/src/App.css
|
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@800&display=swap");
@-webkit-keyframes shake_fist {
0%, 100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg); } }
@-moz-keyframes shake_fist {
0%, 100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg); } }
@-o-keyframes shake_fist {
0%, 100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg); } }
@keyframes shake_fist {
0%, 100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg); } }
@-webkit-keyframes play_fist_top {
0% {
-webkit-transform: translate(0, -100%);
-ms-transform: translate(0, -100%);
transform: translate(0, -100%);
opacity: 0; }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1; } }
@-moz-keyframes play_fist_top {
0% {
-webkit-transform: translate(0, -100%);
-ms-transform: translate(0, -100%);
transform: translate(0, -100%);
opacity: 0; }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1; } }
@-o-keyframes play_fist_top {
0% {
-webkit-transform: translate(0, -100%);
-ms-transform: translate(0, -100%);
transform: translate(0, -100%);
opacity: 0; }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1; } }
@keyframes play_fist_top {
0% {
-webkit-transform: translate(0, -100%);
-ms-transform: translate(0, -100%);
transform: translate(0, -100%);
opacity: 0; }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1; } }
@-webkit-keyframes play_fist_bottom {
0% {
-webkit-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
opacity: 0; }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1; } }
@-moz-keyframes play_fist_bottom {
0% {
-webkit-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
opacity: 0; }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1; } }
@-o-keyframes play_fist_bottom {
0% {
-webkit-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
opacity: 0; }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1; } }
@keyframes play_fist_bottom {
0% {
-webkit-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
opacity: 0; }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1; } }
@-webkit-keyframes opacity_zero {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes opacity_zero {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-o-keyframes opacity_zero {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes opacity_zero {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes opacity_full {
0% {
opacity: 1; }
80% {
opacity: 0; }
100% {
opacity: 0; } }
@-moz-keyframes opacity_full {
0% {
opacity: 1; }
80% {
opacity: 0; }
100% {
opacity: 0; } }
@-o-keyframes opacity_full {
0% {
opacity: 1; }
80% {
opacity: 0; }
100% {
opacity: 0; } }
@keyframes opacity_full {
0% {
opacity: 1; }
80% {
opacity: 0; }
100% {
opacity: 0; } }
@-webkit-keyframes hand_rock_paper_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60%, 80% {
-webkit-transform: translate(20vw, -100%);
-ms-transform: translate(20vw, -100%);
transform: translate(20vw, -100%); }
70% {
-webkit-transform: translate(20vw, -50%);
-ms-transform: translate(20vw, -50%);
transform: translate(20vw, -50%); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-moz-keyframes hand_rock_paper_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60%, 80% {
-webkit-transform: translate(20vw, -100%);
-ms-transform: translate(20vw, -100%);
transform: translate(20vw, -100%); }
70% {
-webkit-transform: translate(20vw, -50%);
-ms-transform: translate(20vw, -50%);
transform: translate(20vw, -50%); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-o-keyframes hand_rock_paper_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60%, 80% {
-webkit-transform: translate(20vw, -100%);
-ms-transform: translate(20vw, -100%);
transform: translate(20vw, -100%); }
70% {
-webkit-transform: translate(20vw, -50%);
-ms-transform: translate(20vw, -50%);
transform: translate(20vw, -50%); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes hand_rock_paper_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60%, 80% {
-webkit-transform: translate(20vw, -100%);
-ms-transform: translate(20vw, -100%);
transform: translate(20vw, -100%); }
70% {
-webkit-transform: translate(20vw, -50%);
-ms-transform: translate(20vw, -50%);
transform: translate(20vw, -50%); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-webkit-keyframes hand_scissors_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60% {
-webkit-transform: translate(0, -5vw);
-ms-transform: translate(0, -5vw);
transform: translate(0, -5vw); }
75% {
-webkit-transform: translate(40vw, 0) rotate(10deg);
-ms-transform: translate(40vw, 0) rotate(10deg);
transform: translate(40vw, 0) rotate(10deg); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-moz-keyframes hand_scissors_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60% {
-webkit-transform: translate(0, -5vw);
-ms-transform: translate(0, -5vw);
transform: translate(0, -5vw); }
75% {
-webkit-transform: translate(40vw, 0) rotate(10deg);
-ms-transform: translate(40vw, 0) rotate(10deg);
transform: translate(40vw, 0) rotate(10deg); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-o-keyframes hand_scissors_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60% {
-webkit-transform: translate(0, -5vw);
-ms-transform: translate(0, -5vw);
transform: translate(0, -5vw); }
75% {
-webkit-transform: translate(40vw, 0) rotate(10deg);
-ms-transform: translate(40vw, 0) rotate(10deg);
transform: translate(40vw, 0) rotate(10deg); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes hand_scissors_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60% {
-webkit-transform: translate(0, -5vw);
-ms-transform: translate(0, -5vw);
transform: translate(0, -5vw); }
75% {
-webkit-transform: translate(40vw, 0) rotate(10deg);
-ms-transform: translate(40vw, 0) rotate(10deg);
transform: translate(40vw, 0) rotate(10deg); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-webkit-keyframes hand_rock_paper_enemy_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60%, 80% {
-webkit-transform: translate(-20vw, -100%);
-ms-transform: translate(-20vw, -100%);
transform: translate(-20vw, -100%); }
70% {
-webkit-transform: translate(-20vw, -50%);
-ms-transform: translate(-20vw, -50%);
transform: translate(-20vw, -50%); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-moz-keyframes hand_rock_paper_enemy_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60%, 80% {
-webkit-transform: translate(-20vw, -100%);
-ms-transform: translate(-20vw, -100%);
transform: translate(-20vw, -100%); }
70% {
-webkit-transform: translate(-20vw, -50%);
-ms-transform: translate(-20vw, -50%);
transform: translate(-20vw, -50%); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-o-keyframes hand_rock_paper_enemy_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60%, 80% {
-webkit-transform: translate(-20vw, -100%);
-ms-transform: translate(-20vw, -100%);
transform: translate(-20vw, -100%); }
70% {
-webkit-transform: translate(-20vw, -50%);
-ms-transform: translate(-20vw, -50%);
transform: translate(-20vw, -50%); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes hand_rock_paper_enemy_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60%, 80% {
-webkit-transform: translate(-20vw, -100%);
-ms-transform: translate(-20vw, -100%);
transform: translate(-20vw, -100%); }
70% {
-webkit-transform: translate(-20vw, -50%);
-ms-transform: translate(-20vw, -50%);
transform: translate(-20vw, -50%); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-webkit-keyframes hand_scissors_enemy_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60% {
-webkit-transform: translate(0, -5vw);
-ms-transform: translate(0, -5vw);
transform: translate(0, -5vw); }
75% {
-webkit-transform: translate(-40vw, 0) rotate(-10deg);
-ms-transform: translate(-40vw, 0) rotate(-10deg);
transform: translate(-40vw, 0) rotate(-10deg); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-moz-keyframes hand_scissors_enemy_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60% {
-webkit-transform: translate(0, -5vw);
-ms-transform: translate(0, -5vw);
transform: translate(0, -5vw); }
75% {
-webkit-transform: translate(-40vw, 0) rotate(-10deg);
-ms-transform: translate(-40vw, 0) rotate(-10deg);
transform: translate(-40vw, 0) rotate(-10deg); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@-o-keyframes hand_scissors_enemy_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60% {
-webkit-transform: translate(0, -5vw);
-ms-transform: translate(0, -5vw);
transform: translate(0, -5vw); }
75% {
-webkit-transform: translate(-40vw, 0) rotate(-10deg);
-ms-transform: translate(-40vw, 0) rotate(-10deg);
transform: translate(-40vw, 0) rotate(-10deg); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes hand_scissors_enemy_win {
0%, 30% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
60% {
-webkit-transform: translate(0, -5vw);
-ms-transform: translate(0, -5vw);
transform: translate(0, -5vw); }
75% {
-webkit-transform: translate(-40vw, 0) rotate(-10deg);
-ms-transform: translate(-40vw, 0) rotate(-10deg);
transform: translate(-40vw, 0) rotate(-10deg); }
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); } }
.logo_main, .play_hand, .score {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%; }
* {
transition: all 0.2s ease-in-out;
font-family: 'Manrope', sans-serif; }
html {
font-size: calc(16px + 1vw); }
.App {
margin: 0;
padding: 0;
overflow: hidden;
width: 100vw;
height: 100vh; }
.rock {
width: 4.893rem;
height: auto; }
.rock_wrap {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.rock_wrap:hover {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.paper {
width: 7.693rem;
height: auto; }
.paper_wrap {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.paper_wrap:hover {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.scissors {
width: 7rem;
height: auto; }
.scissors_wrap {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.scissors_wrap:hover {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.flip {
-webkit-transform: scaleX(-1);
-ms-transform: scaleX(-1);
transform: scaleX(-1); }
.flex_container {
width: 100%;
height: 100%; }
.logo_main img {
cursor: pointer; }
.logo_main .rock_wrap {
margin-right: 3%; }
.logo_main .scissors_wrap {
margin-left: 3%; }
.logo_main_no_opacity {
-webkit-animation: opacity_zero 0.5s 1;
animation: opacity_zero 0.5s 1; }
.logo_main_opacity {
-webkit-animation: opacity_full 0.6s 1;
animation: opacity_full 0.6s 1; }
.play_hand .hand_left, .play_hand .hand_right {
margin-left: 5%;
margin-right: 5%; }
.animate_hand_rock {
-webkit-animation: hand_rock_paper_win 1.5s 1;
animation: hand_rock_paper_win 1.5s 1; }
.animate_hand_paper {
-webkit-animation: hand_rock_paper_win 1.5s 1;
animation: hand_rock_paper_win 1.5s 1; }
.animate_hand_scissors {
-webkit-animation: hand_scissors_win 1.5s 1;
animation: hand_scissors_win 1.5s 1; }
.animate_hand_rock_enemy {
-webkit-animation: hand_rock_paper_enemy_win 1.5s 1;
animation: hand_rock_paper_enemy_win 1.5s 1; }
.animate_hand_paper_enemy {
-webkit-animation: hand_rock_paper_enemy_win 1.5s 1;
animation: hand_rock_paper_enemy_win 1.5s 1; }
.animate_hand_scissors_enemy {
-webkit-animation: hand_scissors_enemy_win 1.5s 1;
animation: hand_scissors_enemy_win 1.5s 1; }
.score {
color: white;
opacity: 0.25;
margin-top: -0.75rem;
position: fixed;
width: 70%;
left: 15%;
justify-content: space-around;
z-index: -2; }
.score .score_left {
font-size: 20rem;
margin-right: 10rem; }
.score .score_right {
font-size: 20rem; }
.grid {
display: grid;
grid-template-columns: minmax(1rem, 1fr) repeat(12, 4rem) minmax(1rem, 1fr);
grid-template-rows: repeat(64, 2rem);
column-gap: 2rem;
justify-content: center; }
.nav_background {
position: sticky;
top: 0;
grid-column: 1 / -1;
grid-row: 1 / 3;
background-color: white;
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25); }
.navbar {
position: sticky;
top: 0;
grid-column: 2 / -2;
grid-row: 1 / 3; }
.navbar ul li {
font-family: 'Noto Sans', sans-serif;
margin: 0 1rem;
list-style: none; }
.navbar ul li .logo {
width: 8rem; }
.navbar ul li a {
text-decoration: none;
color: black; }
@media (orientation: portrait) {
.score {
flex-direction: column; }
.score .score_left {
font-size: 15rem;
margin-left: 0;
margin-right: 0;
margin-bottom: -10rem; }
.score .score_right {
font-size: 15rem;
margin-left: 0;
margin-right: 0; }
.logo_main {
flex-direction: column; }
.rock_wrap {
margin-bottom: 6%; }
.scissors_wrap {
margin-top: 6%; } }
.love {
position: fixed;
bottom: 0.5rem;
left: 0;
right: 0;
font-size: 1rem;
text-align: center;
opacity: 0; }
.love:hover {
opacity: 1;
cursor: default; }
/*# sourceMappingURL=App.css.map */
| 0.380299 | 0.140366 |
.pf-c-table {
--pf-global--Color--100: var(--pf-global--Color--dark-100);
--pf-global--Color--200: var(--pf-global--Color--dark-200);
--pf-global--BorderColor--100: var(--pf-global--BorderColor--dark-100);
--pf-global--primary-color--100: var(--pf-global--primary-color--dark-100);
--pf-global--link--Color: var(--pf-global--link--Color--dark);
--pf-global--link--Color--hover: var(--pf-global--link--Color--dark--hover);
--pf-global--BackgroundColor--100: var(--pf-global--BackgroundColor--light-100); }
.pf-c-table tr > * {
--pf-hidden-visible--visible--Visibility: visible;
--pf-hidden-visible--hidden--Display: none;
--pf-hidden-visible--hidden--Visibility: hidden;
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
display: var(--pf-hidden-visible--Display);
visibility: var(--pf-hidden-visible--Visibility); }
.pf-c-table tr > .pf-m-hidden {
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility); }
@media screen and (min-width: 576px) {
.pf-c-table tr > .pf-m-hidden-on-sm {
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility); }
.pf-c-table tr > .pf-m-visible-on-sm {
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility); } }
@media screen and (min-width: 768px) {
.pf-c-table tr > .pf-m-hidden-on-md {
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility); }
.pf-c-table tr > .pf-m-visible-on-md {
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility); } }
@media screen and (min-width: 992px) {
.pf-c-table tr > .pf-m-hidden-on-lg {
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility); }
.pf-c-table tr > .pf-m-visible-on-lg {
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility); } }
@media screen and (min-width: 1200px) {
.pf-c-table tr > .pf-m-hidden-on-xl {
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility); }
.pf-c-table tr > .pf-m-visible-on-xl {
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility); } }
@media screen and (min-width: 1450px) {
.pf-c-table tr > .pf-m-hidden-on-2xl {
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility); }
.pf-c-table tr > .pf-m-visible-on-2xl {
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility); } }
.pf-c-table {
--pf-c-table--BackgroundColor: var(--pf-global--BackgroundColor--100);
--pf-c-table--BorderColor: var(--pf-global--BorderColor--100);
--pf-c-table--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-table--FontWeight: var(--pf-global--FontWeight--normal);
--pf-c-table-caption--FontSize: var(--pf-global--FontSize--sm);
--pf-c-table-caption--Color: var(--pf-global--Color--200);
--pf-c-table-caption--PaddingTop: var(--pf-global--spacer--md);
--pf-c-table-caption--PaddingRight: var(--pf-global--spacer--lg);
--pf-c-table-caption--md--PaddingRight: var(--pf-global--spacer--md);
--pf-c-table-caption--PaddingBottom: var(--pf-global--spacer--md);
--pf-c-table-caption--PaddingLeft: var(--pf-global--spacer--lg);
--pf-c-table-caption--md--PaddingLeft: var(--pf-global--spacer--md);
--pf-c-table-thead--FontSize: var(--pf-global--FontSize--sm);
--pf-c-table-thead--FontWeight: var(--pf-global--FontWeight--bold);
--pf-c-table-thead-cell--PaddingTop: var(--pf-global--spacer--md);
--pf-c-table-thead-cell--PaddingBottom: var(--pf-global--spacer--md);
--pf-c-table-cell--hidden-visible--Display: table-cell;
--pf-c-table-tbody-cell--PaddingTop: var(--pf-global--spacer--lg);
--pf-c-table-tbody-cell--PaddingBottom: var(--pf-global--spacer--lg);
--pf-c-table-cell--PaddingTop: var(--pf-global--spacer--md);
--pf-c-table-cell--PaddingRight: var(--pf-global--spacer--md);
--pf-c-table-cell--PaddingBottom: var(--pf-global--spacer--md);
--pf-c-table-cell--PaddingLeft: var(--pf-global--spacer--md);
--pf-c-table-cell--FontSize: var(--pf-global--FontSize--md);
--pf-c-table-cell--first-last-child--PaddingLeft: var(--pf-global--spacer--lg);
--pf-c-table-cell--first-last-child--PaddingRight: var(--pf-global--spacer--lg);
--pf-c-table__toggle--c-button--MarginTop: calc(0.375rem * -1);
--pf-c-table__toggle--c-button__toggle-icon--Transform: rotate(270deg);
--pf-c-table__toggle--c-button__toggle-icon--Transition: .2s ease-in 0s;
--pf-c-table__toggle--c-button--m-expanded__toggle-icon--Transform: rotate(360deg);
--pf-c-table--m-compact__toggle--PaddingTop: 0;
--pf-c-table--m-compact__toggle--PaddingBottom: 0;
--pf-c-table__check--input--MarginTop: 0.1875rem;
--pf-c-table__check--input--FontSize: var(--pf-global--FontSize--md);
--pf-c-table__action--PaddingTop: 0;
--pf-c-table__action--PaddingRight: 0;
--pf-c-table__action--PaddingBottom: 0;
--pf-c-table__action--PaddingLeft: 0;
--pf-c-table__inline-edit-action--PaddingTop: 0;
--pf-c-table__inline-edit-action--PaddingRight: 0;
--pf-c-table__inline-edit-action--PaddingBottom: 0;
--pf-c-table__inline-edit-action--PaddingLeft: 0;
--pf-c-table__expandable-row--Transition: var(--pf-global--Transition);
--pf-c-table__expandable-row--before--Width: var(--pf-global--BorderWidth--lg);
--pf-c-table__expandable-row--before--BackgroundColor: var(--pf-global--active-color--100);
--pf-c-table__expandable-row--before--ZIndex: var(--pf-global--ZIndex--sm);
--pf-c-table__expandable-row--before--Top: calc(var(--pf-c-table--BorderWidth) * -1);
--pf-c-table__expandable-row--before--Bottom: calc(var(--pf-c-table--BorderWidth) * -1);
--pf-c-table__expandable-row--MaxHeight: 28.125rem;
--pf-c-table__expandable-row-content--Transition: var(--pf-global--Transition);
--pf-c-table__expandable-row-content--PaddingTop: var(--pf-global--spacer--lg);
--pf-c-table__expandable-row-content--PaddingBottom: var(--pf-global--spacer--lg);
--pf-c-table__sort-indicator--MarginLeft: var(--pf-global--spacer--md);
--pf-c-table__sort-indicator--Color: var(--pf-global--disabled-color--200);
--pf-c-table__sort-indicator--hover--Color: var(--pf-global--Color--100);
--pf-c-table__sort--c-button--Color: var(--pf-global--Color--100);
--pf-c-table__icon-inline--MarginRight: var(--pf-global--spacer--sm);
--pf-c-table--nested--first-last-child--PaddingRight: var(--pf-global--spacer--3xl);
--pf-c-table--nested--first-last-child--PaddingLeft: var(--pf-global--spacer--3xl);
--pf-c-table--m-compact-th--PaddingTop: var(--pf-global--spacer--md);
--pf-c-table--m-compact-th--PaddingBottom: var(--pf-global--spacer--md);
--pf-c-table--m-compact-cell--PaddingTop: var(--pf-global--spacer--sm);
--pf-c-table--m-compact-cell--PaddingRight: var(--pf-global--spacer--sm);
--pf-c-table--m-compact-cell--PaddingBottom: var(--pf-global--spacer--sm);
--pf-c-table--m-compact-cell--PaddingLeft: var(--pf-global--spacer--sm);
--pf-c-table--m-compact-cell--first-last-child--PaddingLeft: var(--pf-global--spacer--lg);
--pf-c-table--m-compact-cell--first-last-child--PaddingRight: var(--pf-global--spacer--lg);
--pf-c-table--m-compact--FontSize: var(--pf-global--FontSize--sm);
--pf-c-table--m-compact__expandable-row-content--PaddingTop: var(--pf-global--spacer--lg);
--pf-c-table--m-compact__expandable-row-content--PaddingRight: var(--pf-global--spacer--lg);
--pf-c-table--m-compact__expandable-row-content--PaddingBottom: var(--pf-global--spacer--lg);
--pf-c-table--m-compact__expandable-row-content--PaddingLeft: var(--pf-global--spacer--lg);
--pf-c-table__compound-expansion-toggle--BorderTop--BorderWidth: var(--pf-global--BorderWidth--lg);
--pf-c-table__compound-expansion-toggle--BorderTop--BorderColor: var(--pf-global--primary-color--100);
--pf-c-table__compound-expansion-toggle--BorderRight--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-table__compound-expansion-toggle--BorderLeft--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-table__compound-expansion-toggle--BorderRight--BorderColor: var(--pf-global--BorderColor--100);
--pf-c-table__compound-expansion-toggle--BorderLeft--BorderColor: var(--pf-global--BorderColor--100);
--pf-c-table__compound-expansion-toggle--BorderBottom--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-table__compound-expansion-toggle--BorderBottom--BorderColor: var(--pf-global--BackgroundColor--light-100);
--pf-c-table__expandable-row--m-expanded--BoxShadow: var(--pf-global--BoxShadow--md-bottom);
--pf-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-global--BackgroundColor--light-100);
--pf-c-table__sort--sorted--Color: var(--pf-global--active-color--100);
color: var(--pf-global--Color--100);
width: 100%;
background-color: var(--pf-c-table--BackgroundColor); }
@media screen and (max-width: 768px) {
.pf-c-table {
--pf-c-table-caption--PaddingRight: var(--pf-c-table-caption--md--PaddingRight);
--pf-c-table-caption--PaddingLeft: var(--pf-c-table-caption--md--PaddingLeft); } }
.pf-c-table td {
word-break: break-word; }
.pf-c-table tr:not(.pf-c-table__expandable-row) {
height: 1px;
border-bottom: var(--pf-c-table--BorderWidth) solid var(--pf-c-table--BorderColor); }
.pf-c-table tr:not(.pf-c-table__expandable-row).pf-m-height-auto {
height: auto; }
.pf-c-table tr > * {
--pf-hidden-visible--visible--Display: var(--pf-c-table-cell--hidden-visible--Display);
position: relative;
height: inherit;
padding: var(--pf-c-table-cell--PaddingTop) var(--pf-c-table-cell--PaddingRight) var(--pf-c-table-cell--PaddingBottom) var(--pf-c-table-cell--PaddingLeft);
font-size: var(--pf-c-table-cell--FontSize);
font-weight: var(--pf-c-table--FontWeight);
vertical-align: baseline; }
.pf-c-table tr > *:first-child {
--pf-c-table-cell--PaddingLeft: var(--pf-c-table-cell--first-last-child--PaddingLeft); }
.pf-c-table tr > *:last-child {
--pf-c-table-cell--PaddingRight: var(--pf-c-table-cell--first-last-child--PaddingRight); }
.pf-c-table tr > *.pf-m-center {
text-align: center; }
.pf-c-table caption {
padding-top: var(--pf-c-table-caption--PaddingTop);
padding-bottom: var(--pf-c-table-caption--PaddingBottom);
padding-left: var(--pf-c-table-caption--PaddingLeft);
font-size: var(--pf-c-table-caption--FontSize);
color: var(--pf-c-table-caption--Color);
text-align: left;
background-color: var(--pf-c-table--BackgroundColor); }
.pf-c-table thead {
--pf-c-table-cell--PaddingTop: var(--pf-c-table-thead-cell--PaddingTop);
--pf-c-table-cell--PaddingBottom: var(--pf-c-table-thead-cell--PaddingBottom);
--pf-c-table-cell--FontSize: var(--pf-c-table-thead--FontSize);
--pf-c-table--FontWeight: var(--pf-c-table-thead--FontWeight);
white-space: nowrap;
vertical-align: top; }
.pf-c-table tbody {
--pf-c-table-cell--PaddingTop: var(--pf-c-table-tbody-cell--PaddingTop);
--pf-c-table-cell--PaddingBottom: var(--pf-c-table-tbody-cell--PaddingBottom); }
.pf-c-table tbody > tr > :first-child::before {
position: absolute;
top: var(--pf-c-table__expandable-row--before--Top);
bottom: var(--pf-c-table__expandable-row--before--Bottom);
left: 0;
width: var(--pf-c-table__expandable-row--before--Width);
content: "";
background-color: transparent; }
.pf-c-table tbody.pf-m-expanded > tr > :not(th):first-child::before {
background-color: var(--pf-c-table__expandable-row--before--BackgroundColor); }
.pf-c-table .pf-c-table__sort, .pf-c-table .pf-c-table__sort:first-child, .pf-c-table .pf-c-table__sort:last-child,
.pf-c-table .pf-c-table__compound-expansion-toggle,
.pf-c-table .pf-c-table__compound-expansion-toggle:first-child,
.pf-c-table .pf-c-table__compound-expansion-toggle:last-child {
padding: 0; }
.pf-c-table .pf-c-table__sort .pf-c-button,
.pf-c-table .pf-c-table__compound-expansion-toggle .pf-c-button {
width: 100%;
padding: var(--pf-c-table-cell--PaddingTop) var(--pf-c-table-cell--PaddingRight) var(--pf-c-table-cell--PaddingBottom) var(--pf-c-table-cell--PaddingLeft);
font-size: inherit;
font-weight: inherit;
text-align: left; }
.pf-c-table .pf-c-table__toggle,
.pf-c-table .pf-c-table__check,
.pf-c-table .pf-c-table__action,
.pf-c-table .pf-c-table__inline-edit-action {
--pf-c-table-cell--PaddingBottom: 0;
width: 1%; }
.pf-c-table__toggle {
--pf-c-table-cell--PaddingRight: 0;
--pf-c-table-cell--PaddingLeft: 0;
vertical-align: top; }
.pf-c-table__toggle .pf-c-button {
margin-top: var(--pf-c-table__toggle--c-button--MarginTop); }
.pf-c-table__toggle .pf-c-button > * {
transition: var(--pf-c-table__toggle--c-button__toggle-icon--Transition);
transform: var(--pf-c-table__toggle--c-button__toggle-icon--Transform); }
.pf-c-table__toggle .pf-c-button.pf-m-expanded > * {
transform: var(--pf-c-table__toggle--c-button--m-expanded__toggle-icon--Transform); }
.pf-c-table__toggle svg {
pointer-events: none; }
.pf-c-table__check {
vertical-align: top;
--pf-c-table-cell--FontSize: var(--pf-c-table__check--input--FontSize); }
.pf-c-table__check > * {
margin-top: var(--pf-c-table__check--input--MarginTop);
vertical-align: top; }
.pf-c-table__action,
.pf-c-table__inline-edit-action {
--pf-c-table-cell--PaddingTop: 0;
--pf-c-table-cell--PaddingRight: var(--pf-c-table__action--PaddingRight);
--pf-c-table-cell--PaddingBottom: 0;
--pf-c-table-cell--PaddingLeft: var(--pf-c-table__action--PaddingLeft);
padding-top: 0;
padding-bottom: 0;
vertical-align: middle; }
.pf-c-table__inline-edit-action {
--pf-c-table-cell--PaddingLeft: 0;
--pf-c-table-cell--PaddingRight: 0;
text-align: right; }
.pf-c-table__compound-expansion-toggle {
position: relative; }
.pf-c-table__compound-expansion-toggle.pf-m-expanded {
border-bottom: var(--pf-c-table__compound-expansion-toggle--BorderBottom--BorderWidth) solid var(--pf-c-table__compound-expansion-toggle--BorderBottom--BorderColor); }
.pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::before, .pf-c-table__compound-expansion-toggle:hover .pf-c-button::before {
position: absolute;
top: calc(var(--pf-c-table--BorderWidth) * -1);
right: 0;
left: 0;
content: "";
border-top: var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderWidth) solid var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderColor); }
.pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::after, .pf-c-table__compound-expansion-toggle:hover .pf-c-button::after {
bottom: calc(var(--pf-c-table--BorderWidth) * -1);
border-right: var(--pf-c-table__compound-expansion-toggle--BorderRight--BorderWidth) solid var(--pf-c-table__compound-expansion-toggle--BorderRight--BorderColor);
border-left: var(--pf-c-table__compound-expansion-toggle--BorderLeft--BorderWidth) solid var(--pf-c-table__compound-expansion-toggle--BorderLeft--BorderColor); }
.pf-c-table__compound-expansion-toggle .pf-c-button {
--pf-c-button--BorderRadius: 0;
position: static; }
.pf-c-table__sort .pf-c-button.pf-m-plain {
color: var(--pf-c-table__sort--c-button--Color); }
.pf-c-table__sort.pf-m-selected .pf-c-button,
.pf-c-table__sort.pf-m-selected .pf-c-table__sort-indicator {
color: var(--pf-c-table__sort--sorted--Color); }
.pf-c-table__sort:not(.pf-m-selected):hover .pf-c-table__sort-indicator {
color: var(--pf-c-table__sort-indicator--hover--Color); }
.pf-c-table__sort-indicator {
margin-left: var(--pf-c-table__sort-indicator--MarginLeft);
line-height: 1;
color: var(--pf-c-table__sort-indicator--Color);
pointer-events: none; }
.pf-c-table__expandable-row {
--pf-c-table-cell--PaddingTop: 0;
--pf-c-table-cell--PaddingBottom: 0;
position: relative;
border-bottom: 0 solid transparent;
box-shadow: 0 0 0 0 transparent; }
.pf-c-table__expandable-row,
.pf-c-table__expandable-row td:first-child::before {
transition: var(--pf-c-table__expandable-row--Transition); }
.pf-c-table__expandable-row td.pf-m-no-padding {
padding: 0 0 0 var(--pf-c-table__expandable-row--before--Width); }
.pf-c-table__expandable-row td.pf-m-no-padding .pf-c-table__expandable-row-content {
padding: 0; }
.pf-c-table__expandable-row .pf-c-table__expandable-row-content {
padding-top: var(--pf-c-table__expandable-row-content--PaddingTop);
padding-bottom: var(--pf-c-table__expandable-row-content--PaddingBottom); }
.pf-c-table__expandable-row.pf-m-expanded {
border-bottom-color: var(--pf-c-table__expandable-row--m-expanded--BorderBottomColor);
border-bottom-width: var(--pf-c-table--BorderWidth);
box-shadow: var(--pf-c-table__expandable-row--m-expanded--BoxShadow); }
.pf-c-table__expandable-row:not(.pf-m-expanded) {
display: none;
visibility: hidden; }
.pf-c-table .pf-c-table tr > *:first-child {
--pf-c-table-cell--PaddingLeft: var(--pf-c-table--nested--first-last-child--PaddingLeft); }
.pf-c-table .pf-c-table tr > *:last-child {
--pf-c-table-cell--PaddingRight: var(--pf-c-table--nested--first-last-child--PaddingRight); }
.pf-c-table.pf-m-compact {
--pf-c-table-cell--FontSize: var(--pf-c-table--m-compact--FontSize); }
.pf-c-table.pf-m-compact.pf-m-no-border-rows:not(.pf-m-expandable) tbody {
--pf-c-table--BorderWidth: 0;
--pf-c-table--BorderColor: transparent; }
.pf-c-table.pf-m-compact.pf-m-no-border-rows:not(.pf-m-expandable) tbody tr:first-child > * {
--pf-c-table-cell--PaddingTop: calc(var(--pf-c-table--m-compact-cell--PaddingTop) * 2); }
.pf-c-table.pf-m-compact.pf-m-no-border-rows:not(.pf-m-expandable) tbody tr:last-child > * {
--pf-c-table-cell--PaddingBottom: calc(var(--pf-c-table--m-compact-cell--PaddingBottom) * 2); }
.pf-c-table.pf-m-compact tr {
--pf-c-table-cell--PaddingLeft: var(--pf-c-table--m-compact-cell--PaddingLeft);
--pf-c-table-cell--PaddingRight: var(--pf-c-table--m-compact-cell--PaddingRight); }
.pf-c-table.pf-m-compact tr:not(.pf-c-table__expandable-row) {
--pf-c-table-cell--FontSize: var(--pf-c-table--m-compact--FontSize);
--pf-c-table-cell--PaddingTop: var(--pf-c-table--m-compact-cell--PaddingTop);
--pf-c-table-cell--PaddingBottom: var(--pf-c-table--m-compact-cell--PaddingBottom); }
.pf-c-table.pf-m-compact tr:not(.pf-c-table__expandable-row) > *:first-child {
--pf-c-table-cell--PaddingLeft: var(--pf-c-table--m-compact-cell--first-last-child--PaddingLeft); }
.pf-c-table.pf-m-compact tr:not(.pf-c-table__expandable-row) > *:last-child {
--pf-c-table-cell--PaddingRight: var(--pf-c-table--m-compact-cell--first-last-child--PaddingRight); }
.pf-c-table.pf-m-compact thead {
--pf-c-table--m-compact-cell--PaddingTop: var(--pf-c-table--m-compact-th--PaddingTop);
--pf-c-table--m-compact-cell--PaddingBottom: var(--pf-c-table--m-compact-th--PaddingBottom); }
.pf-c-table.pf-m-compact .pf-c-table__action {
--pf-c-table-cell--PaddingTop: var(--pf-c-table__action--PaddingTop);
--pf-c-table-cell--PaddingBottom: var(--pf-c-table__action--PaddingBottom);
--pf-c-table-cell--PaddingLeft: var(--pf-c-table__action--PaddingLeft); }
.pf-c-table.pf-m-compact .pf-c-table__toggle {
--pf-c-table-cell--PaddingTop: var(--pf-c-table--m-compact__toggle--PaddingTop);
--pf-c-table-cell--PaddingBottom: var(--pf-c-table--m-compact__toggle--PaddingBottom); }
.pf-c-table.pf-m-compact .pf-c-table__icon {
text-align: center; }
.pf-c-table .pf-c-table.pf-m-compact tr > *:first-child {
--pf-c-table-cell--PaddingLeft: var(--pf-c-table--nested--first-last-child--PaddingLeft); }
.pf-c-table .pf-c-table.pf-m-compact tr > *:last-child {
--pf-c-table-cell--PaddingRight: var(--pf-c-table--nested--first-last-child--PaddingRight); }
.pf-c-table.pf-m-compact .pf-c-table__expandable-row-content {
--pf-c-table__expandable-row-content--PaddingTop: var(--pf-c-table--m-compact__expandable-row-content--PaddingTop);
--pf-c-table__expandable-row-content--PaddingBottom: var(--pf-c-table--m-compact__expandable-row-content--PaddingBottom); }
.pf-c-table__icon-inline {
display: flex;
align-items: center; }
.pf-c-table__icon-inline > :not(:last-child) {
margin-right: var(--pf-c-table__icon-inline--MarginRight); }
.pf-c-table .pf-m-fit-content {
width: 1%;
white-space: nowrap; }
.pf-c-table .pf-m-wrap {
white-space: normal; }
.pf-c-table [class*="pf-m-width-"] {
table-layout: fixed; }
.pf-c-table .pf-m-width-10 {
width: 10%; }
.pf-c-table .pf-m-width-15 {
width: 15%; }
.pf-c-table .pf-m-width-20 {
width: 20%; }
.pf-c-table .pf-m-width-25 {
width: 25%; }
.pf-c-table .pf-m-width-30 {
width: 30%; }
.pf-c-table .pf-m-width-35 {
width: 35%; }
.pf-c-table .pf-m-width-40 {
width: 40%; }
.pf-c-table .pf-m-width-45 {
width: 45%; }
.pf-c-table .pf-m-width-50 {
width: 50%; }
.pf-c-table .pf-m-width-60 {
width: 60%; }
.pf-c-table .pf-m-width-70 {
width: 70%; }
.pf-c-table .pf-m-width-80 {
width: 80%; }
.pf-c-table .pf-m-width-90 {
width: 90%; }
.pf-c-table .pf-m-width-max {
width: 100%; }
.pf-c-table[class*="pf-m-grid"] {
--pf-c-table--responsive--BorderColor: var(--pf-global--BorderColor--300);
--pf-c-table-tbody--responsive--MarginTop: var(--pf-global--spacer--xs);
--pf-c-table-tbody--m-expanded--before--Top: var(--pf-global--spacer--sm);
--pf-c-table-tbody--responsive--BorderWidth: var(--pf-global--spacer--sm);
--pf-c-table-tr--responsive--BorderWidth: var(--pf-global--spacer--sm);
--pf-c-table-tr--responsive--last-child--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-table-tr--responsive--GridColumnGap: var(--pf-global--spacer--md);
--pf-c-table-tr--responsive--MarginTop: var(--pf-global--spacer--sm);
--pf-c-table-tr--responsive--PaddingTop: var(--pf-global--spacer--md);
--pf-c-table-tr--responsive--PaddingRight: var(--pf-global--spacer--lg);
--pf-c-table-tr--responsive--md--PaddingRight: var(--pf-global--spacer--md);
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-global--spacer--md);
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-global--spacer--lg);
--pf-c-table-tr--responsive--md--PaddingLeft: var(--pf-global--spacer--md);
--pf-c-table-tr--responsive--nested-table--PaddingTop: var(--pf-global--spacer--xl);
--pf-c-table-tr--responsive--nested-table--PaddingRight: var(--pf-global--spacer--lg);
--pf-c-table-tr--responsive--nested-table--PaddingBottom: var(--pf-global--spacer--xl);
--pf-c-table-tr--responsive--nested-table--PaddingLeft: var(--pf-global--spacer--lg);
--pf-c-table-cell--m-grid--hidden-visible--Display: grid;
--pf-c-table-td--responsive--GridColumnGap: var(--pf-global--spacer--md);
--pf-c-table-cell--responsive--PaddingTop: var(--pf-global--spacer--md);
--pf-c-table-cell--responsive--PaddingBottom: var(--pf-global--spacer--sm);
--pf-c-table-cell-th--responsive--PaddingTop: var(--pf-global--spacer--sm);
--pf-c-table-cell--responsive--PaddingRight: 0;
--pf-c-table-cell--responsive--PaddingLeft: 0;
--pf-c-table--m-compact-tr-td--responsive--PaddingTop: var(--pf-global--spacer--sm);
--pf-c-table--m-compact-tr-td--responsive--PaddingBottom: var(--pf-global--spacer--sm);
--pf-c-table__expandable-row-content--responsive--PaddingRight: var(--pf-global--spacer--lg);
--pf-c-table__expandable-row-content--responsive--PaddingLeft: var(--pf-global--spacer--lg);
--pf-c-table__expandable-row-content--BackgroundColor: var(--pf-global--BackgroundColor--100);
--pf-c-table__check--responsive--MarginLeft: var(--pf-global--spacer--sm);
--pf-c-table__check--responsive--MarginTop: 0.375rem;
--pf-c-table__action--responsive--MarginLeft: var(--pf-global--spacer--xl);
--pf-c-table__toggle__icon--Transition: .2s ease-in 0s;
--pf-c-table__toggle--m-expanded__icon--Transform: rotate(180deg); }
@media screen and (max-width: 768px) {
.pf-c-table[class*="pf-m-grid"] {
--pf-c-table-tr--responsive--PaddingRight: var(--pf-c-table-tr--responsive--md--PaddingRight);
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-c-table-tr--responsive--md--PaddingLeft); } }
.pf-m-grid.pf-c-table {
display: grid;
border: none; }
.pf-m-grid.pf-c-table thead {
display: none;
visibility: hidden; }
.pf-m-grid.pf-c-table tbody {
display: block; }
.pf-m-grid.pf-c-table tbody:first-of-type {
border-top: var(--pf-c-table-tbody--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid.pf-c-table table.pf-m-compact > tbody {
border-top: 0; }
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) {
border-bottom: var(--pf-c-table-tr--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid.pf-c-table tr:last-child,
.pf-m-grid.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderWidth); }
.pf-m-grid.pf-c-table tbody.pf-m-expanded {
border-bottom: var(--pf-c-table--BorderWidth) solid var(--pf-c-table--BorderColor); }
.pf-m-grid.pf-c-table tbody.pf-m-expanded tr:not(.pf-c-table__expandable-row) {
border-bottom: 0; }
.pf-m-grid.pf-c-table tbody.pf-m-expanded:not(:last-of-type) {
border-bottom: var(--pf-c-table-tbody--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) {
display: grid;
grid-template-columns: 1fr;
height: auto;
grid-auto-columns: max-content;
grid-column-gap: var(--pf-c-table-tr--responsive--GridColumnGap);
padding: var(--pf-c-table-tr--responsive--PaddingTop) var(--pf-c-table-tr--responsive--PaddingRight) var(--pf-c-table-tr--responsive--PaddingBottom) var(--pf-c-table-tr--responsive--PaddingLeft); }
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) > * {
padding: var(--pf-c-table-cell--responsive--PaddingTop) var(--pf-c-table-cell--responsive--PaddingRight) var(--pf-c-table-cell--responsive--PaddingBottom) var(--pf-c-table-cell--responsive--PaddingLeft); }
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) th {
padding-top: var(--pf-c-table-cell-th--responsive--PaddingTop); }
.pf-m-grid.pf-c-table td.pf-c-table__compound-expansion-toggle .pf-c-button,
.pf-m-grid.pf-c-table th.pf-c-table__compound-expansion-toggle .pf-c-button {
min-height: 0; }
.pf-m-grid.pf-c-table .pf-c-table.pf-m-compact tr > * {
padding-top: var(--pf-c-table--m-compact-tr-td--responsive--PaddingTop);
padding-bottom: var(--pf-c-table--m-compact-tr-td--responsive--PaddingBottom); }
.pf-m-grid.pf-c-table .pf-c-table__icon > * {
text-align: left; }
.pf-m-grid.pf-c-table [data-label] {
--pf-c-table-cell--hidden-visible--Display: var(--pf-c-table-cell--m-grid--hidden-visible--Display);
grid-column: 1;
grid-column-gap: var(--pf-c-table-td--responsive--GridColumnGap);
align-items: start; }
@media screen and (min-width: 0) {
.pf-m-grid.pf-c-table [data-label] {
grid-template-columns: 1fr 1.5fr;
grid-column: 1; } }
@media screen and (min-width: 0) {
.pf-m-grid.pf-c-table [data-label] > * {
grid-column: 2; } }
.pf-m-grid.pf-c-table [data-label]::before {
font-weight: bold;
text-align: left;
content: attr(data-label); }
.pf-m-grid.pf-c-table tr > *:first-child {
--pf-c-table-cell--PaddingLeft: 0; }
.pf-m-grid.pf-c-table tr > *:last-child {
--pf-c-table-cell--PaddingRight: 0; }
.pf-m-grid.pf-c-table .pf-c-table {
--pf-c-table-tr--responsive--PaddingTop: var(--pf-c-table-tr--responsive--nested-table--PaddingTop);
--pf-c-table-tr--responsive--PaddingRight: var(--pf-c-table-tr--responsive--nested-table--PaddingRight);
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-c-table-tr--responsive--nested-table--PaddingBottom);
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-c-table-tr--responsive--nested-table--PaddingLeft);
border: 0; }
.pf-m-grid.pf-c-table .pf-c-table tr:not(.pf-c-table__expandable-row) + tr:not(.pf-c-table__expandable-row) {
--pf-c-table-tr--responsive--PaddingTop: 0; }
.pf-m-grid.pf-c-table .pf-c-table__compound-expansion-toggle::before {
position: static;
border: 0; }
.pf-m-grid.pf-c-table .pf-c-table__compound-expansion-toggle::after {
top: auto;
right: 0;
left: 0; }
.pf-m-grid.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded::after {
border-bottom: var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderWidth) solid var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderColor); }
.pf-m-grid.pf-c-table .pf-c-table__compound-expansion-toggle .pf-c-button {
padding: 0; }
.pf-m-grid.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::after,
.pf-m-grid.pf-c-table .pf-c-table__compound-expansion-toggle:hover .pf-c-button::after {
border-right: 0;
border-left: 0; }
.pf-m-grid.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::before,
.pf-m-grid.pf-c-table .pf-c-table__compound-expansion-toggle:hover .pf-c-button::before {
top: auto;
bottom: 0; }
.pf-m-grid.pf-c-table tbody {
position: relative; }
.pf-m-grid.pf-c-table tbody::after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: var(--pf-c-table__expandable-row--before--Width);
content: ""; }
.pf-m-grid.pf-c-table tbody.pf-m-expanded::after {
background-color: var(--pf-c-table__expandable-row--before--BackgroundColor); }
.pf-m-grid.pf-c-table tbody > tr > :first-child:not(.pf-c-table__check)::before {
position: static;
width: auto;
background-color: transparent; }
.pf-m-grid.pf-c-table .pf-c-table__expandable-row {
--pf-c-table-cell--responsive--PaddingTop: 0;
--pf-c-table-cell--responsive--PaddingRight: 0;
--pf-c-table-cell--responsive--PaddingBottom: 0;
--pf-c-table-cell--responsive--PaddingLeft: 0;
--pf-c-table-cell--PaddingRight: 0;
--pf-c-table-cell--PaddingLeft: 0;
display: block;
max-height: var(--pf-c-table__expandable-row--MaxHeight);
overflow-y: auto;
border-bottom: none;
box-shadow: none; }
.pf-m-grid.pf-c-table .pf-c-table__expandable-row > * {
position: static;
display: block; }
.pf-m-grid.pf-c-table .pf-c-table__expandable-row.pf-m-expanded {
border-top-color: var(--pf-c-table--BorderColor); }
.pf-m-grid.pf-c-table .pf-c-table__expandable-row td:first-child:not(.pf-c-table__check)::before {
display: none;
visibility: hidden; }
.pf-m-grid.pf-c-table .pf-c-table__expandable-row td.pf-m-no-padding .pf-c-table__expandable-row-content {
padding: 0; }
.pf-m-grid.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
display: none;
visibility: hidden; }
.pf-m-grid.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
padding-left: var(--pf-c-table__expandable-row-content--responsive--PaddingLeft); }
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
width: auto;
padding: 0; }
.pf-m-grid.pf-c-table .pf-c-table__toggle {
grid-row-start: 20;
grid-column: -1;
justify-self: end;
padding-right: 0; }
.pf-m-grid.pf-c-table .pf-c-table__check {
margin-top: var(--pf-c-table__check--responsive--MarginTop);
margin-left: var(--pf-c-table__check--responsive--MarginLeft);
grid-row-start: 1;
grid-column-start: 2; }
.pf-m-grid.pf-c-table .pf-c-table__check ~ .pf-c-table__action {
margin-left: var(--pf-c-table__action--responsive--MarginLeft); }
.pf-m-grid.pf-c-table .pf-c-table__action {
grid-row-start: 1;
grid-column-start: 2;
text-align: right; }
@media screen and (max-width: 576px) {
.pf-m-grid.pf-c-table .pf-c-table__action {
grid-row-start: 1;
grid-column-start: 2;
margin-left: 0; } }
.pf-m-grid.pf-c-table .pf-c-table__inline-edit-action {
grid-column: 2;
grid-row: 2; }
.pf-m-grid.pf-c-table .pf-c-table__toggle .pf-c-button > * {
transition: var(--pf-c-table__toggle__icon--Transition); }
.pf-m-grid.pf-c-table .pf-c-table__toggle .pf-c-button.pf-m-expanded > * {
transform: var(--pf-c-table__toggle--m-expanded__icon--Transform); }
.pf-m-grid.pf-c-table .pf-m-fit-content {
width: auto;
white-space: normal; }
@media screen and (max-width: 768px) {
.pf-m-grid-md.pf-c-table {
display: grid;
border: none; }
.pf-m-grid-md.pf-c-table thead {
display: none;
visibility: hidden; }
.pf-m-grid-md.pf-c-table tbody {
display: block; }
.pf-m-grid-md.pf-c-table tbody:first-of-type {
border-top: var(--pf-c-table-tbody--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-md.pf-c-table table.pf-m-compact > tbody {
border-top: 0; }
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) {
border-bottom: var(--pf-c-table-tr--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-md.pf-c-table tr:last-child,
.pf-m-grid-md.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderWidth); }
.pf-m-grid-md.pf-c-table tbody.pf-m-expanded {
border-bottom: var(--pf-c-table--BorderWidth) solid var(--pf-c-table--BorderColor); }
.pf-m-grid-md.pf-c-table tbody.pf-m-expanded tr:not(.pf-c-table__expandable-row) {
border-bottom: 0; }
.pf-m-grid-md.pf-c-table tbody.pf-m-expanded:not(:last-of-type) {
border-bottom: var(--pf-c-table-tbody--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) {
display: grid;
grid-template-columns: 1fr;
height: auto;
grid-auto-columns: max-content;
grid-column-gap: var(--pf-c-table-tr--responsive--GridColumnGap);
padding: var(--pf-c-table-tr--responsive--PaddingTop) var(--pf-c-table-tr--responsive--PaddingRight) var(--pf-c-table-tr--responsive--PaddingBottom) var(--pf-c-table-tr--responsive--PaddingLeft); }
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) > * {
padding: var(--pf-c-table-cell--responsive--PaddingTop) var(--pf-c-table-cell--responsive--PaddingRight) var(--pf-c-table-cell--responsive--PaddingBottom) var(--pf-c-table-cell--responsive--PaddingLeft); }
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) th {
padding-top: var(--pf-c-table-cell-th--responsive--PaddingTop); }
.pf-m-grid-md.pf-c-table td.pf-c-table__compound-expansion-toggle .pf-c-button,
.pf-m-grid-md.pf-c-table th.pf-c-table__compound-expansion-toggle .pf-c-button {
min-height: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table.pf-m-compact tr > * {
padding-top: var(--pf-c-table--m-compact-tr-td--responsive--PaddingTop);
padding-bottom: var(--pf-c-table--m-compact-tr-td--responsive--PaddingBottom); }
.pf-m-grid-md.pf-c-table .pf-c-table__icon > * {
text-align: left; }
.pf-m-grid-md.pf-c-table [data-label] {
--pf-c-table-cell--hidden-visible--Display: var(--pf-c-table-cell--m-grid--hidden-visible--Display);
grid-column: 1;
grid-column-gap: var(--pf-c-table-td--responsive--GridColumnGap);
align-items: start; } }
@media screen and (max-width: 768px) and (min-width: 0) {
.pf-m-grid-md.pf-c-table [data-label] {
grid-template-columns: 1fr 1.5fr;
grid-column: 1; } }
@media screen and (max-width: 768px) and (min-width: 0) {
.pf-m-grid-md.pf-c-table [data-label] > * {
grid-column: 2; } }
@media screen and (max-width: 768px) {
.pf-m-grid-md.pf-c-table [data-label]::before {
font-weight: bold;
text-align: left;
content: attr(data-label); }
.pf-m-grid-md.pf-c-table tr > *:first-child {
--pf-c-table-cell--PaddingLeft: 0; }
.pf-m-grid-md.pf-c-table tr > *:last-child {
--pf-c-table-cell--PaddingRight: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table {
--pf-c-table-tr--responsive--PaddingTop: var(--pf-c-table-tr--responsive--nested-table--PaddingTop);
--pf-c-table-tr--responsive--PaddingRight: var(--pf-c-table-tr--responsive--nested-table--PaddingRight);
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-c-table-tr--responsive--nested-table--PaddingBottom);
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-c-table-tr--responsive--nested-table--PaddingLeft);
border: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table tr:not(.pf-c-table__expandable-row) + tr:not(.pf-c-table__expandable-row) {
--pf-c-table-tr--responsive--PaddingTop: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table__compound-expansion-toggle::before {
position: static;
border: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table__compound-expansion-toggle::after {
top: auto;
right: 0;
left: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded::after {
border-bottom: var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderWidth) solid var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderColor); }
.pf-m-grid-md.pf-c-table .pf-c-table__compound-expansion-toggle .pf-c-button {
padding: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::after,
.pf-m-grid-md.pf-c-table .pf-c-table__compound-expansion-toggle:hover .pf-c-button::after {
border-right: 0;
border-left: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::before,
.pf-m-grid-md.pf-c-table .pf-c-table__compound-expansion-toggle:hover .pf-c-button::before {
top: auto;
bottom: 0; }
.pf-m-grid-md.pf-c-table tbody {
position: relative; }
.pf-m-grid-md.pf-c-table tbody::after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: var(--pf-c-table__expandable-row--before--Width);
content: ""; }
.pf-m-grid-md.pf-c-table tbody.pf-m-expanded::after {
background-color: var(--pf-c-table__expandable-row--before--BackgroundColor); }
.pf-m-grid-md.pf-c-table tbody > tr > :first-child:not(.pf-c-table__check)::before {
position: static;
width: auto;
background-color: transparent; }
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row {
--pf-c-table-cell--responsive--PaddingTop: 0;
--pf-c-table-cell--responsive--PaddingRight: 0;
--pf-c-table-cell--responsive--PaddingBottom: 0;
--pf-c-table-cell--responsive--PaddingLeft: 0;
--pf-c-table-cell--PaddingRight: 0;
--pf-c-table-cell--PaddingLeft: 0;
display: block;
max-height: var(--pf-c-table__expandable-row--MaxHeight);
overflow-y: auto;
border-bottom: none;
box-shadow: none; }
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row > * {
position: static;
display: block; }
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row.pf-m-expanded {
border-top-color: var(--pf-c-table--BorderColor); }
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row td:first-child:not(.pf-c-table__check)::before {
display: none;
visibility: hidden; }
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row td.pf-m-no-padding .pf-c-table__expandable-row-content {
padding: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
display: none;
visibility: hidden; }
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
padding-left: var(--pf-c-table__expandable-row-content--responsive--PaddingLeft); }
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
width: auto;
padding: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table__toggle {
grid-row-start: 20;
grid-column: -1;
justify-self: end;
padding-right: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table__check {
margin-top: var(--pf-c-table__check--responsive--MarginTop);
margin-left: var(--pf-c-table__check--responsive--MarginLeft);
grid-row-start: 1;
grid-column-start: 2; }
.pf-m-grid-md.pf-c-table .pf-c-table__check ~ .pf-c-table__action {
margin-left: var(--pf-c-table__action--responsive--MarginLeft); }
.pf-m-grid-md.pf-c-table .pf-c-table__action {
grid-row-start: 1;
grid-column-start: 2;
text-align: right; } }
@media screen and (max-width: 768px) and (max-width: 576px) {
.pf-m-grid-md.pf-c-table .pf-c-table__action {
grid-row-start: 1;
grid-column-start: 2;
margin-left: 0; } }
@media screen and (max-width: 768px) {
.pf-m-grid-md.pf-c-table .pf-c-table__inline-edit-action {
grid-column: 2;
grid-row: 2; }
.pf-m-grid-md.pf-c-table .pf-c-table__toggle .pf-c-button > * {
transition: var(--pf-c-table__toggle__icon--Transition); }
.pf-m-grid-md.pf-c-table .pf-c-table__toggle .pf-c-button.pf-m-expanded > * {
transform: var(--pf-c-table__toggle--m-expanded__icon--Transform); }
.pf-m-grid-md.pf-c-table .pf-m-fit-content {
width: auto;
white-space: normal; } }
@media screen and (max-width: 992px) {
.pf-m-grid-lg.pf-c-table {
display: grid;
border: none; }
.pf-m-grid-lg.pf-c-table thead {
display: none;
visibility: hidden; }
.pf-m-grid-lg.pf-c-table tbody {
display: block; }
.pf-m-grid-lg.pf-c-table tbody:first-of-type {
border-top: var(--pf-c-table-tbody--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-lg.pf-c-table table.pf-m-compact > tbody {
border-top: 0; }
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) {
border-bottom: var(--pf-c-table-tr--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-lg.pf-c-table tr:last-child,
.pf-m-grid-lg.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderWidth); }
.pf-m-grid-lg.pf-c-table tbody.pf-m-expanded {
border-bottom: var(--pf-c-table--BorderWidth) solid var(--pf-c-table--BorderColor); }
.pf-m-grid-lg.pf-c-table tbody.pf-m-expanded tr:not(.pf-c-table__expandable-row) {
border-bottom: 0; }
.pf-m-grid-lg.pf-c-table tbody.pf-m-expanded:not(:last-of-type) {
border-bottom: var(--pf-c-table-tbody--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) {
display: grid;
grid-template-columns: 1fr;
height: auto;
grid-auto-columns: max-content;
grid-column-gap: var(--pf-c-table-tr--responsive--GridColumnGap);
padding: var(--pf-c-table-tr--responsive--PaddingTop) var(--pf-c-table-tr--responsive--PaddingRight) var(--pf-c-table-tr--responsive--PaddingBottom) var(--pf-c-table-tr--responsive--PaddingLeft); }
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) > * {
padding: var(--pf-c-table-cell--responsive--PaddingTop) var(--pf-c-table-cell--responsive--PaddingRight) var(--pf-c-table-cell--responsive--PaddingBottom) var(--pf-c-table-cell--responsive--PaddingLeft); }
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) th {
padding-top: var(--pf-c-table-cell-th--responsive--PaddingTop); }
.pf-m-grid-lg.pf-c-table td.pf-c-table__compound-expansion-toggle .pf-c-button,
.pf-m-grid-lg.pf-c-table th.pf-c-table__compound-expansion-toggle .pf-c-button {
min-height: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table.pf-m-compact tr > * {
padding-top: var(--pf-c-table--m-compact-tr-td--responsive--PaddingTop);
padding-bottom: var(--pf-c-table--m-compact-tr-td--responsive--PaddingBottom); }
.pf-m-grid-lg.pf-c-table .pf-c-table__icon > * {
text-align: left; }
.pf-m-grid-lg.pf-c-table [data-label] {
--pf-c-table-cell--hidden-visible--Display: var(--pf-c-table-cell--m-grid--hidden-visible--Display);
grid-column: 1;
grid-column-gap: var(--pf-c-table-td--responsive--GridColumnGap);
align-items: start; } }
@media screen and (max-width: 992px) and (min-width: 0) {
.pf-m-grid-lg.pf-c-table [data-label] {
grid-template-columns: 1fr 1.5fr;
grid-column: 1; } }
@media screen and (max-width: 992px) and (min-width: 0) {
.pf-m-grid-lg.pf-c-table [data-label] > * {
grid-column: 2; } }
@media screen and (max-width: 992px) {
.pf-m-grid-lg.pf-c-table [data-label]::before {
font-weight: bold;
text-align: left;
content: attr(data-label); }
.pf-m-grid-lg.pf-c-table tr > *:first-child {
--pf-c-table-cell--PaddingLeft: 0; }
.pf-m-grid-lg.pf-c-table tr > *:last-child {
--pf-c-table-cell--PaddingRight: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table {
--pf-c-table-tr--responsive--PaddingTop: var(--pf-c-table-tr--responsive--nested-table--PaddingTop);
--pf-c-table-tr--responsive--PaddingRight: var(--pf-c-table-tr--responsive--nested-table--PaddingRight);
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-c-table-tr--responsive--nested-table--PaddingBottom);
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-c-table-tr--responsive--nested-table--PaddingLeft);
border: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table tr:not(.pf-c-table__expandable-row) + tr:not(.pf-c-table__expandable-row) {
--pf-c-table-tr--responsive--PaddingTop: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table__compound-expansion-toggle::before {
position: static;
border: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table__compound-expansion-toggle::after {
top: auto;
right: 0;
left: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded::after {
border-bottom: var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderWidth) solid var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderColor); }
.pf-m-grid-lg.pf-c-table .pf-c-table__compound-expansion-toggle .pf-c-button {
padding: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::after,
.pf-m-grid-lg.pf-c-table .pf-c-table__compound-expansion-toggle:hover .pf-c-button::after {
border-right: 0;
border-left: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::before,
.pf-m-grid-lg.pf-c-table .pf-c-table__compound-expansion-toggle:hover .pf-c-button::before {
top: auto;
bottom: 0; }
.pf-m-grid-lg.pf-c-table tbody {
position: relative; }
.pf-m-grid-lg.pf-c-table tbody::after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: var(--pf-c-table__expandable-row--before--Width);
content: ""; }
.pf-m-grid-lg.pf-c-table tbody.pf-m-expanded::after {
background-color: var(--pf-c-table__expandable-row--before--BackgroundColor); }
.pf-m-grid-lg.pf-c-table tbody > tr > :first-child:not(.pf-c-table__check)::before {
position: static;
width: auto;
background-color: transparent; }
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row {
--pf-c-table-cell--responsive--PaddingTop: 0;
--pf-c-table-cell--responsive--PaddingRight: 0;
--pf-c-table-cell--responsive--PaddingBottom: 0;
--pf-c-table-cell--responsive--PaddingLeft: 0;
--pf-c-table-cell--PaddingRight: 0;
--pf-c-table-cell--PaddingLeft: 0;
display: block;
max-height: var(--pf-c-table__expandable-row--MaxHeight);
overflow-y: auto;
border-bottom: none;
box-shadow: none; }
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row > * {
position: static;
display: block; }
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row.pf-m-expanded {
border-top-color: var(--pf-c-table--BorderColor); }
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row td:first-child:not(.pf-c-table__check)::before {
display: none;
visibility: hidden; }
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row td.pf-m-no-padding .pf-c-table__expandable-row-content {
padding: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
display: none;
visibility: hidden; }
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
padding-left: var(--pf-c-table__expandable-row-content--responsive--PaddingLeft); }
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
width: auto;
padding: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table__toggle {
grid-row-start: 20;
grid-column: -1;
justify-self: end;
padding-right: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table__check {
margin-top: var(--pf-c-table__check--responsive--MarginTop);
margin-left: var(--pf-c-table__check--responsive--MarginLeft);
grid-row-start: 1;
grid-column-start: 2; }
.pf-m-grid-lg.pf-c-table .pf-c-table__check ~ .pf-c-table__action {
margin-left: var(--pf-c-table__action--responsive--MarginLeft); }
.pf-m-grid-lg.pf-c-table .pf-c-table__action {
grid-row-start: 1;
grid-column-start: 2;
text-align: right; } }
@media screen and (max-width: 992px) and (max-width: 576px) {
.pf-m-grid-lg.pf-c-table .pf-c-table__action {
grid-row-start: 1;
grid-column-start: 2;
margin-left: 0; } }
@media screen and (max-width: 992px) {
.pf-m-grid-lg.pf-c-table .pf-c-table__inline-edit-action {
grid-column: 2;
grid-row: 2; }
.pf-m-grid-lg.pf-c-table .pf-c-table__toggle .pf-c-button > * {
transition: var(--pf-c-table__toggle__icon--Transition); }
.pf-m-grid-lg.pf-c-table .pf-c-table__toggle .pf-c-button.pf-m-expanded > * {
transform: var(--pf-c-table__toggle--m-expanded__icon--Transform); }
.pf-m-grid-lg.pf-c-table .pf-m-fit-content {
width: auto;
white-space: normal; } }
@media screen and (max-width: 1200px) {
.pf-m-grid-xl.pf-c-table {
display: grid;
border: none; }
.pf-m-grid-xl.pf-c-table thead {
display: none;
visibility: hidden; }
.pf-m-grid-xl.pf-c-table tbody {
display: block; }
.pf-m-grid-xl.pf-c-table tbody:first-of-type {
border-top: var(--pf-c-table-tbody--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-xl.pf-c-table table.pf-m-compact > tbody {
border-top: 0; }
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) {
border-bottom: var(--pf-c-table-tr--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-xl.pf-c-table tr:last-child,
.pf-m-grid-xl.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderWidth); }
.pf-m-grid-xl.pf-c-table tbody.pf-m-expanded {
border-bottom: var(--pf-c-table--BorderWidth) solid var(--pf-c-table--BorderColor); }
.pf-m-grid-xl.pf-c-table tbody.pf-m-expanded tr:not(.pf-c-table__expandable-row) {
border-bottom: 0; }
.pf-m-grid-xl.pf-c-table tbody.pf-m-expanded:not(:last-of-type) {
border-bottom: var(--pf-c-table-tbody--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) {
display: grid;
grid-template-columns: 1fr;
height: auto;
grid-auto-columns: max-content;
grid-column-gap: var(--pf-c-table-tr--responsive--GridColumnGap);
padding: var(--pf-c-table-tr--responsive--PaddingTop) var(--pf-c-table-tr--responsive--PaddingRight) var(--pf-c-table-tr--responsive--PaddingBottom) var(--pf-c-table-tr--responsive--PaddingLeft); }
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) > * {
padding: var(--pf-c-table-cell--responsive--PaddingTop) var(--pf-c-table-cell--responsive--PaddingRight) var(--pf-c-table-cell--responsive--PaddingBottom) var(--pf-c-table-cell--responsive--PaddingLeft); }
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) th {
padding-top: var(--pf-c-table-cell-th--responsive--PaddingTop); }
.pf-m-grid-xl.pf-c-table td.pf-c-table__compound-expansion-toggle .pf-c-button,
.pf-m-grid-xl.pf-c-table th.pf-c-table__compound-expansion-toggle .pf-c-button {
min-height: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table.pf-m-compact tr > * {
padding-top: var(--pf-c-table--m-compact-tr-td--responsive--PaddingTop);
padding-bottom: var(--pf-c-table--m-compact-tr-td--responsive--PaddingBottom); }
.pf-m-grid-xl.pf-c-table .pf-c-table__icon > * {
text-align: left; }
.pf-m-grid-xl.pf-c-table [data-label] {
--pf-c-table-cell--hidden-visible--Display: var(--pf-c-table-cell--m-grid--hidden-visible--Display);
grid-column: 1;
grid-column-gap: var(--pf-c-table-td--responsive--GridColumnGap);
align-items: start; } }
@media screen and (max-width: 1200px) and (min-width: 0) {
.pf-m-grid-xl.pf-c-table [data-label] {
grid-template-columns: 1fr 1.5fr;
grid-column: 1; } }
@media screen and (max-width: 1200px) and (min-width: 0) {
.pf-m-grid-xl.pf-c-table [data-label] > * {
grid-column: 2; } }
@media screen and (max-width: 1200px) {
.pf-m-grid-xl.pf-c-table [data-label]::before {
font-weight: bold;
text-align: left;
content: attr(data-label); }
.pf-m-grid-xl.pf-c-table tr > *:first-child {
--pf-c-table-cell--PaddingLeft: 0; }
.pf-m-grid-xl.pf-c-table tr > *:last-child {
--pf-c-table-cell--PaddingRight: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table {
--pf-c-table-tr--responsive--PaddingTop: var(--pf-c-table-tr--responsive--nested-table--PaddingTop);
--pf-c-table-tr--responsive--PaddingRight: var(--pf-c-table-tr--responsive--nested-table--PaddingRight);
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-c-table-tr--responsive--nested-table--PaddingBottom);
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-c-table-tr--responsive--nested-table--PaddingLeft);
border: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table tr:not(.pf-c-table__expandable-row) + tr:not(.pf-c-table__expandable-row) {
--pf-c-table-tr--responsive--PaddingTop: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table__compound-expansion-toggle::before {
position: static;
border: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table__compound-expansion-toggle::after {
top: auto;
right: 0;
left: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded::after {
border-bottom: var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderWidth) solid var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderColor); }
.pf-m-grid-xl.pf-c-table .pf-c-table__compound-expansion-toggle .pf-c-button {
padding: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::after,
.pf-m-grid-xl.pf-c-table .pf-c-table__compound-expansion-toggle:hover .pf-c-button::after {
border-right: 0;
border-left: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::before,
.pf-m-grid-xl.pf-c-table .pf-c-table__compound-expansion-toggle:hover .pf-c-button::before {
top: auto;
bottom: 0; }
.pf-m-grid-xl.pf-c-table tbody {
position: relative; }
.pf-m-grid-xl.pf-c-table tbody::after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: var(--pf-c-table__expandable-row--before--Width);
content: ""; }
.pf-m-grid-xl.pf-c-table tbody.pf-m-expanded::after {
background-color: var(--pf-c-table__expandable-row--before--BackgroundColor); }
.pf-m-grid-xl.pf-c-table tbody > tr > :first-child:not(.pf-c-table__check)::before {
position: static;
width: auto;
background-color: transparent; }
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row {
--pf-c-table-cell--responsive--PaddingTop: 0;
--pf-c-table-cell--responsive--PaddingRight: 0;
--pf-c-table-cell--responsive--PaddingBottom: 0;
--pf-c-table-cell--responsive--PaddingLeft: 0;
--pf-c-table-cell--PaddingRight: 0;
--pf-c-table-cell--PaddingLeft: 0;
display: block;
max-height: var(--pf-c-table__expandable-row--MaxHeight);
overflow-y: auto;
border-bottom: none;
box-shadow: none; }
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row > * {
position: static;
display: block; }
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row.pf-m-expanded {
border-top-color: var(--pf-c-table--BorderColor); }
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row td:first-child:not(.pf-c-table__check)::before {
display: none;
visibility: hidden; }
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row td.pf-m-no-padding .pf-c-table__expandable-row-content {
padding: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
display: none;
visibility: hidden; }
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
padding-left: var(--pf-c-table__expandable-row-content--responsive--PaddingLeft); }
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
width: auto;
padding: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table__toggle {
grid-row-start: 20;
grid-column: -1;
justify-self: end;
padding-right: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table__check {
margin-top: var(--pf-c-table__check--responsive--MarginTop);
margin-left: var(--pf-c-table__check--responsive--MarginLeft);
grid-row-start: 1;
grid-column-start: 2; }
.pf-m-grid-xl.pf-c-table .pf-c-table__check ~ .pf-c-table__action {
margin-left: var(--pf-c-table__action--responsive--MarginLeft); }
.pf-m-grid-xl.pf-c-table .pf-c-table__action {
grid-row-start: 1;
grid-column-start: 2;
text-align: right; } }
@media screen and (max-width: 1200px) and (max-width: 576px) {
.pf-m-grid-xl.pf-c-table .pf-c-table__action {
grid-row-start: 1;
grid-column-start: 2;
margin-left: 0; } }
@media screen and (max-width: 1200px) {
.pf-m-grid-xl.pf-c-table .pf-c-table__inline-edit-action {
grid-column: 2;
grid-row: 2; }
.pf-m-grid-xl.pf-c-table .pf-c-table__toggle .pf-c-button > * {
transition: var(--pf-c-table__toggle__icon--Transition); }
.pf-m-grid-xl.pf-c-table .pf-c-table__toggle .pf-c-button.pf-m-expanded > * {
transform: var(--pf-c-table__toggle--m-expanded__icon--Transform); }
.pf-m-grid-xl.pf-c-table .pf-m-fit-content {
width: auto;
white-space: normal; } }
@media screen and (max-width: 1450px) {
.pf-m-grid-2xl.pf-c-table {
display: grid;
border: none; }
.pf-m-grid-2xl.pf-c-table thead {
display: none;
visibility: hidden; }
.pf-m-grid-2xl.pf-c-table tbody {
display: block; }
.pf-m-grid-2xl.pf-c-table tbody:first-of-type {
border-top: var(--pf-c-table-tbody--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-2xl.pf-c-table table.pf-m-compact > tbody {
border-top: 0; }
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) {
border-bottom: var(--pf-c-table-tr--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-2xl.pf-c-table tr:last-child,
.pf-m-grid-2xl.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderWidth); }
.pf-m-grid-2xl.pf-c-table tbody.pf-m-expanded {
border-bottom: var(--pf-c-table--BorderWidth) solid var(--pf-c-table--BorderColor); }
.pf-m-grid-2xl.pf-c-table tbody.pf-m-expanded tr:not(.pf-c-table__expandable-row) {
border-bottom: 0; }
.pf-m-grid-2xl.pf-c-table tbody.pf-m-expanded:not(:last-of-type) {
border-bottom: var(--pf-c-table-tbody--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) {
display: grid;
grid-template-columns: 1fr;
height: auto;
grid-auto-columns: max-content;
grid-column-gap: var(--pf-c-table-tr--responsive--GridColumnGap);
padding: var(--pf-c-table-tr--responsive--PaddingTop) var(--pf-c-table-tr--responsive--PaddingRight) var(--pf-c-table-tr--responsive--PaddingBottom) var(--pf-c-table-tr--responsive--PaddingLeft); }
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) > * {
padding: var(--pf-c-table-cell--responsive--PaddingTop) var(--pf-c-table-cell--responsive--PaddingRight) var(--pf-c-table-cell--responsive--PaddingBottom) var(--pf-c-table-cell--responsive--PaddingLeft); }
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) th {
padding-top: var(--pf-c-table-cell-th--responsive--PaddingTop); }
.pf-m-grid-2xl.pf-c-table td.pf-c-table__compound-expansion-toggle .pf-c-button,
.pf-m-grid-2xl.pf-c-table th.pf-c-table__compound-expansion-toggle .pf-c-button {
min-height: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table.pf-m-compact tr > * {
padding-top: var(--pf-c-table--m-compact-tr-td--responsive--PaddingTop);
padding-bottom: var(--pf-c-table--m-compact-tr-td--responsive--PaddingBottom); }
.pf-m-grid-2xl.pf-c-table .pf-c-table__icon > * {
text-align: left; }
.pf-m-grid-2xl.pf-c-table [data-label] {
--pf-c-table-cell--hidden-visible--Display: var(--pf-c-table-cell--m-grid--hidden-visible--Display);
grid-column: 1;
grid-column-gap: var(--pf-c-table-td--responsive--GridColumnGap);
align-items: start; } }
@media screen and (max-width: 1450px) and (min-width: 0) {
.pf-m-grid-2xl.pf-c-table [data-label] {
grid-template-columns: 1fr 1.5fr;
grid-column: 1; } }
@media screen and (max-width: 1450px) and (min-width: 0) {
.pf-m-grid-2xl.pf-c-table [data-label] > * {
grid-column: 2; } }
@media screen and (max-width: 1450px) {
.pf-m-grid-2xl.pf-c-table [data-label]::before {
font-weight: bold;
text-align: left;
content: attr(data-label); }
.pf-m-grid-2xl.pf-c-table tr > *:first-child {
--pf-c-table-cell--PaddingLeft: 0; }
.pf-m-grid-2xl.pf-c-table tr > *:last-child {
--pf-c-table-cell--PaddingRight: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table {
--pf-c-table-tr--responsive--PaddingTop: var(--pf-c-table-tr--responsive--nested-table--PaddingTop);
--pf-c-table-tr--responsive--PaddingRight: var(--pf-c-table-tr--responsive--nested-table--PaddingRight);
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-c-table-tr--responsive--nested-table--PaddingBottom);
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-c-table-tr--responsive--nested-table--PaddingLeft);
border: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table tr:not(.pf-c-table__expandable-row) + tr:not(.pf-c-table__expandable-row) {
--pf-c-table-tr--responsive--PaddingTop: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__compound-expansion-toggle::before {
position: static;
border: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__compound-expansion-toggle::after {
top: auto;
right: 0;
left: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded::after {
border-bottom: var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderWidth) solid var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderColor); }
.pf-m-grid-2xl.pf-c-table .pf-c-table__compound-expansion-toggle .pf-c-button {
padding: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::after,
.pf-m-grid-2xl.pf-c-table .pf-c-table__compound-expansion-toggle:hover .pf-c-button::after {
border-right: 0;
border-left: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::before,
.pf-m-grid-2xl.pf-c-table .pf-c-table__compound-expansion-toggle:hover .pf-c-button::before {
top: auto;
bottom: 0; }
.pf-m-grid-2xl.pf-c-table tbody {
position: relative; }
.pf-m-grid-2xl.pf-c-table tbody::after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: var(--pf-c-table__expandable-row--before--Width);
content: ""; }
.pf-m-grid-2xl.pf-c-table tbody.pf-m-expanded::after {
background-color: var(--pf-c-table__expandable-row--before--BackgroundColor); }
.pf-m-grid-2xl.pf-c-table tbody > tr > :first-child:not(.pf-c-table__check)::before {
position: static;
width: auto;
background-color: transparent; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row {
--pf-c-table-cell--responsive--PaddingTop: 0;
--pf-c-table-cell--responsive--PaddingRight: 0;
--pf-c-table-cell--responsive--PaddingBottom: 0;
--pf-c-table-cell--responsive--PaddingLeft: 0;
--pf-c-table-cell--PaddingRight: 0;
--pf-c-table-cell--PaddingLeft: 0;
display: block;
max-height: var(--pf-c-table__expandable-row--MaxHeight);
overflow-y: auto;
border-bottom: none;
box-shadow: none; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row > * {
position: static;
display: block; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row.pf-m-expanded {
border-top-color: var(--pf-c-table--BorderColor); }
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row td:first-child:not(.pf-c-table__check)::before {
display: none;
visibility: hidden; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row td.pf-m-no-padding .pf-c-table__expandable-row-content {
padding: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
display: none;
visibility: hidden; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
padding-left: var(--pf-c-table__expandable-row-content--responsive--PaddingLeft); }
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
width: auto;
padding: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__toggle {
grid-row-start: 20;
grid-column: -1;
justify-self: end;
padding-right: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__check {
margin-top: var(--pf-c-table__check--responsive--MarginTop);
margin-left: var(--pf-c-table__check--responsive--MarginLeft);
grid-row-start: 1;
grid-column-start: 2; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__check ~ .pf-c-table__action {
margin-left: var(--pf-c-table__action--responsive--MarginLeft); }
.pf-m-grid-2xl.pf-c-table .pf-c-table__action {
grid-row-start: 1;
grid-column-start: 2;
text-align: right; } }
@media screen and (max-width: 1450px) and (max-width: 576px) {
.pf-m-grid-2xl.pf-c-table .pf-c-table__action {
grid-row-start: 1;
grid-column-start: 2;
margin-left: 0; } }
@media screen and (max-width: 1450px) {
.pf-m-grid-2xl.pf-c-table .pf-c-table__inline-edit-action {
grid-column: 2;
grid-row: 2; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__toggle .pf-c-button > * {
transition: var(--pf-c-table__toggle__icon--Transition); }
.pf-m-grid-2xl.pf-c-table .pf-c-table__toggle .pf-c-button.pf-m-expanded > * {
transform: var(--pf-c-table__toggle--m-expanded__icon--Transform); }
.pf-m-grid-2xl.pf-c-table .pf-m-fit-content {
width: auto;
white-space: normal; } }
.pf-c-button {
--pf-c-button--PaddingTop: var(--pf-global--spacer--form-element);
--pf-c-button--PaddingRight: var(--pf-global--spacer--md);
--pf-c-button--PaddingBottom: var(--pf-global--spacer--form-element);
--pf-c-button--PaddingLeft: var(--pf-global--spacer--md);
--pf-c-button--LineHeight: var(--pf-global--LineHeight--md);
--pf-c-button--FontWeight: var(--pf-global--FontWeight--semi-bold);
--pf-c-button--FontSize: var(--pf-global--FontSize--md);
--pf-c-button--BorderRadius: var(--pf-global--BorderRadius--sm);
--pf-c-button--BorderColor: transparent;
--pf-c-button--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-button--hover--BorderWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--focus--BorderWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--active--BorderWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--disabled--Color: var(--pf-global--disabled-color--100);
--pf-c-button--disabled--BackgroundColor: var(--pf-global--disabled-color--200);
--pf-c-button--disabled--BorderColor: transparent;
--pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--100);
--pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
--pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
--pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
--pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-secondary--BackgroundColor: transparent;
--pf-c-button--m-secondary--BorderColor: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--hover--BackgroundColor: transparent;
--pf-c-button--m-secondary--hover--BorderColor: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--focus--BackgroundColor: transparent;
--pf-c-button--m-secondary--focus--BorderColor: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--active--BackgroundColor: transparent;
--pf-c-button--m-secondary--active--BorderColor: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
--pf-c-button--m-tertiary--BackgroundColor: transparent;
--pf-c-button--m-tertiary--BorderColor: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--Color: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--hover--BackgroundColor: transparent;
--pf-c-button--m-tertiary--hover--BorderColor: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--hover--Color: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--focus--BackgroundColor: transparent;
--pf-c-button--m-tertiary--focus--BorderColor: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--focus--Color: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--active--BackgroundColor: transparent;
--pf-c-button--m-tertiary--active--BorderColor: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--active--Color: var(--pf-global--Color--100);
--pf-c-button--m-danger--BackgroundColor: var(--pf-global--danger-color--100);
--pf-c-button--m-danger--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-danger--hover--BackgroundColor: var(--pf-global--danger-color--200);
--pf-c-button--m-danger--hover--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-danger--focus--BackgroundColor: var(--pf-global--danger-color--200);
--pf-c-button--m-danger--focus--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-danger--active--BackgroundColor: var(--pf-global--danger-color--200);
--pf-c-button--m-danger--active--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-link--Color: var(--pf-global--link--Color);
--pf-c-button--m-link--hover--Color: var(--pf-global--link--Color--hover);
--pf-c-button--m-link--focus--Color: var(--pf-global--link--Color--hover);
--pf-c-button--m-link--active--Color: var(--pf-global--link--Color--hover);
--pf-c-button--m-link--disabled--BackgroundColor: transparent;
--pf-c-button--m-link--m-inline--hover--TextDecoration: var(--pf-global--link--TextDecoration--hover);
--pf-c-button--m-link--m-inline--hover--Color: var(--pf-global--link--Color--hover);
--pf-c-button--m-plain--Color: var(--pf-global--Color--200);
--pf-c-button--m-plain--hover--Color: var(--pf-global--Color--100);
--pf-c-button--m-plain--focus--Color: var(--pf-global--Color--100);
--pf-c-button--m-plain--active--Color: var(--pf-global--Color--100);
--pf-c-button--m-plain--disabled--Color: var(--pf-global--disabled-color--200);
--pf-c-button--m-plain--disabled--BackgroundColor: transparent;
--pf-c-button--m-control--after--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-button--m-control--after--BorderTopColor: var(--pf-global--BorderColor--300);
--pf-c-button--m-control--after--BorderRightColor: var(--pf-global--BorderColor--300);
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-global--BorderColor--200);
--pf-c-button--m-control--after--BorderLeftColor: var(--pf-global--BorderColor--300);
--pf-c-button--m-control--hover--after--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--m-control--hover--after--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-button--m-control--active--after--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--m-control--active--after--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-button--m-control--focus--after--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--m-control--focus--after--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-button--m-control--m-expanded--after--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--m-control--m-expanded--after--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-button--m-control--disabled--after--BorderBottomColor: var(--pf-global--BorderColor--300);
--pf-c-button--m-control--disabled--BackgroundColor: transparent;
--pf-c-button__icon--MarginRight: var(--pf-global--spacer--xs);
--pf-c-button__text--icon--MarginLeft: var(--pf-global--spacer--xs);
position: relative;
display: inline-block;
padding: var(--pf-c-button--PaddingTop) var(--pf-c-button--PaddingRight) var(--pf-c-button--PaddingBottom) var(--pf-c-button--PaddingLeft);
font-size: var(--pf-c-button--FontSize);
font-weight: var(--pf-c-button--FontWeight);
line-height: var(--pf-c-button--LineHeight);
text-align: center;
white-space: nowrap;
user-select: none;
border: 0;
border-radius: var(--pf-c-button--BorderRadius); }
.pf-c-button .pf-c-button__icon {
margin-right: var(--pf-c-button__icon--MarginRight); }
.pf-c-button .pf-c-button__text + .pf-c-button__icon {
margin-right: 0;
margin-left: var(--pf-c-button__text--icon--MarginLeft); }
.pf-c-button::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: "";
border: var(--pf-c-button--BorderWidth) solid;
border-color: var(--pf-c-button--BorderColor);
border-radius: var(--pf-c-button--BorderRadius); }
.pf-c-button:hover, .pf-c-button.pf-m-hover {
text-decoration: none; }
.pf-c-button:hover::after, .pf-c-button.pf-m-hover::after {
--pf-c-button--BorderWidth: var(--pf-c-button--hover--BorderWidth); }
.pf-c-button:active::after, .pf-c-button.pf-m-active::after {
--pf-c-button--BorderWidth: var(--pf-c-button--active--BorderWidth); }
.pf-c-button:focus::after, .pf-c-button.pf-m-focus::after {
--pf-c-button--BorderWidth: var(--pf-c-button--focus--BorderWidth); }
.pf-c-button.pf-m-block {
display: block;
width: 100%; }
.pf-c-button.pf-m-primary {
color: var(--pf-c-button--m-primary--Color);
background-color: var(--pf-c-button--m-primary--BackgroundColor); }
.pf-c-button.pf-m-primary:hover, .pf-c-button.pf-m-primary.pf-m-hover {
--pf-c-button--m-primary--Color: var(--pf-c-button--m-primary--hover--Color);
--pf-c-button--m-primary--BackgroundColor: var(--pf-c-button--m-primary--hover--BackgroundColor); }
.pf-c-button.pf-m-primary:active, .pf-c-button.pf-m-primary.pf-m-active {
--pf-c-button--m-primary--Color: var(--pf-c-button--m-primary--active--Color);
--pf-c-button--m-primary--BackgroundColor: var(--pf-c-button--m-primary--active--BackgroundColor); }
.pf-c-button.pf-m-primary:focus, .pf-c-button.pf-m-primary.pf-m-focus {
--pf-c-button--m-primary--Color: var(--pf-c-button--m-primary--focus--Color);
--pf-c-button--m-primary--BackgroundColor: var(--pf-c-button--m-primary--focus--BackgroundColor); }
.pf-c-button.pf-m-secondary {
color: var(--pf-c-button--m-secondary--Color);
background-color: var(--pf-c-button--m-secondary--BackgroundColor); }
.pf-c-button.pf-m-secondary::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-secondary--BorderColor); }
.pf-c-button.pf-m-secondary:hover, .pf-c-button.pf-m-secondary.pf-m-hover {
--pf-c-button--m-secondary--Color: var(--pf-c-button--m-secondary--hover--Color);
--pf-c-button--m-secondary--BackgroundColor: var(--pf-c-button--m-secondary--hover--BackgroundColor); }
.pf-c-button.pf-m-secondary:hover::after, .pf-c-button.pf-m-secondary.pf-m-hover::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-secondary--hover--BorderColor); }
.pf-c-button.pf-m-secondary:active, .pf-c-button.pf-m-secondary.pf-m-active {
--pf-c-button--m-secondary--Color: var(--pf-c-button--m-secondary--active--Color);
--pf-c-button--m-secondary--BackgroundColor: var(--pf-c-button--m-secondary--active--BackgroundColor); }
.pf-c-button.pf-m-secondary:active::after, .pf-c-button.pf-m-secondary.pf-m-active::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-secondary--active--BorderColor); }
.pf-c-button.pf-m-secondary:focus, .pf-c-button.pf-m-secondary.pf-m-focus {
--pf-c-button--m-secondary--Color: var(--pf-c-button--m-secondary--focus--Color);
--pf-c-button--m-secondary--BackgroundColor: var(--pf-c-button--m-secondary--focus--BackgroundColor); }
.pf-c-button.pf-m-secondary:focus::after, .pf-c-button.pf-m-secondary.pf-m-focus::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-secondary--focus--BorderColor); }
.pf-c-button.pf-m-tertiary {
color: var(--pf-c-button--m-tertiary--Color);
background-color: var(--pf-c-button--m-tertiary--BackgroundColor); }
.pf-c-button.pf-m-tertiary::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-tertiary--BorderColor); }
.pf-c-button.pf-m-tertiary:hover, .pf-c-button.pf-m-tertiary.pf-m-hover {
--pf-c-button--m-tertiary--Color: var(--pf-c-button--m-tertiary--hover--Color);
--pf-c-button--m-tertiary--BackgroundColor: var(--pf-c-button--m-tertiary--hover--BackgroundColor); }
.pf-c-button.pf-m-tertiary:hover::after, .pf-c-button.pf-m-tertiary.pf-m-hover::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-tertiary--hover--BorderColor); }
.pf-c-button.pf-m-tertiary:active, .pf-c-button.pf-m-tertiary.pf-m-active {
--pf-c-button--m-tertiary--Color: var(--pf-c-button--m-tertiary--active--Color);
--pf-c-button--m-tertiary--BackgroundColor: var(--pf-c-button--m-tertiary--active--BackgroundColor); }
.pf-c-button.pf-m-tertiary:active::after, .pf-c-button.pf-m-tertiary.pf-m-active::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-tertiary--active--BorderColor); }
.pf-c-button.pf-m-tertiary:focus, .pf-c-button.pf-m-tertiary.pf-m-focus {
--pf-c-button--m-tertiary--Color: var(--pf-c-button--m-tertiary--focus--Color);
--pf-c-button--m-tertiary--BackgroundColor: var(--pf-c-button--m-tertiary--focus--BackgroundColor); }
.pf-c-button.pf-m-tertiary:focus::after, .pf-c-button.pf-m-tertiary.pf-m-focus::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-tertiary--focus--BorderColor); }
.pf-c-button.pf-m-danger {
color: var(--pf-c-button--m-danger--Color);
background-color: var(--pf-c-button--m-danger--BackgroundColor); }
.pf-c-button.pf-m-danger:hover, .pf-c-button.pf-m-danger.pf-m-hover {
--pf-c-button--m-danger--Color: var(--pf-c-button--m-danger--hover--Color);
--pf-c-button--m-danger--BackgroundColor: var(--pf-c-button--m-danger--hover--BackgroundColor); }
.pf-c-button.pf-m-danger:active, .pf-c-button.pf-m-danger.pf-m-active {
--pf-c-button--m-danger--Color: var(--pf-c-button--m-danger--active--Color);
--pf-c-button--m-danger--BackgroundColor: var(--pf-c-button--m-danger--active--BackgroundColor); }
.pf-c-button.pf-m-danger:focus, .pf-c-button.pf-m-danger.pf-m-focus {
--pf-c-button--m-danger--Color: var(--pf-c-button--m-danger--focus--Color);
--pf-c-button--m-danger--BackgroundColor: var(--pf-c-button--m-danger--focus--BackgroundColor); }
.pf-c-button.pf-m-link {
color: var(--pf-c-button--m-link--Color); }
.pf-c-button.pf-m-link:not(.pf-m-inline):hover, .pf-c-button.pf-m-link:not(.pf-m-inline).pf-m-hover {
--pf-c-button--m-link--Color: var(--pf-c-button--m-link--hover--Color); }
.pf-c-button.pf-m-link:not(.pf-m-inline):active, .pf-c-button.pf-m-link:not(.pf-m-inline).pf-m-active {
--pf-c-button--m-link--Color: var(--pf-c-button--m-link--active--Color); }
.pf-c-button.pf-m-link:not(.pf-m-inline):focus, .pf-c-button.pf-m-link:not(.pf-m-inline).pf-m-focus {
--pf-c-button--m-link--Color: var(--pf-c-button--m-link--focus--Color); }
.pf-c-button.pf-m-link:disabled, .pf-c-button.pf-m-link.pf-m-disabled {
background-color: var(--pf-c-button--m-link--disabled--BackgroundColor); }
.pf-c-button.pf-m-link.pf-m-inline {
display: inline;
padding: 0; }
.pf-c-button.pf-m-link.pf-m-inline:hover {
--pf-c-button--m-link--Color: var(--pf-c-button--m-link--m-inline--hover--Color);
text-decoration: var(--pf-c-button--m-link--m-inline--hover--TextDecoration); }
.pf-c-button.pf-m-control::after {
--pf-c-button--BorderWidth: var(--pf-c-button--m-control--after--BorderWidth);
--pf-c-button--BorderColor: var(--pf-c-button--m-control--after--BorderTopColor) var(--pf-c-button--m-control--after--BorderRightColor) var(--pf-c-button--m-control--after--BorderBottomColor) var(--pf-c-button--m-control--after--BorderLeftColor);
border-radius: initial; }
.pf-c-button.pf-m-control:hover::after, .pf-c-button.pf-m-control.pf-m-hover::after {
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-c-button--m-control--hover--after--BorderBottomColor);
border-bottom-width: var(--pf-c-button--m-control--hover--after--BorderBottomWidth); }
.pf-c-button.pf-m-control:active::after, .pf-c-button.pf-m-control.pf-m-active::after {
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-c-button--m-control--active--after--BorderBottomColor);
border-bottom-width: var(--pf-c-button--m-control--active--after--BorderBottomWidth); }
.pf-c-button.pf-m-control:focus::after, .pf-c-button.pf-m-control.pf-m-focus::after {
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-c-button--m-control--focus--after--BorderBottomColor);
border-bottom-width: var(--pf-c-button--m-control--focus--after--BorderBottomWidth); }
.pf-c-button.pf-m-control.pf-m-expanded::after {
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-c-button--m-control--m-expanded--after--BorderBottomColor);
border-bottom-width: var(--pf-c-button--m-control--m-expanded--after--BorderBottomWidth); }
.pf-c-button.pf-m-control:disabled, .pf-c-button.pf-m-control.pf-m-disabled {
background-color: var(--pf-c-button--m-control--disabled--BackgroundColor); }
.pf-c-button.pf-m-control:disabled::after, .pf-c-button.pf-m-control.pf-m-disabled::after {
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-c-button--m-control--disabled--after--BorderBottomColor); }
.pf-c-button:disabled, .pf-c-button.pf-m-disabled {
color: var(--pf-c-button--disabled--Color);
pointer-events: none;
background-color: var(--pf-c-button--disabled--BackgroundColor); }
.pf-c-button:disabled::after, .pf-c-button.pf-m-disabled::after {
--pf-c-button--BorderColor: var(--pf-c-button--disabled--BorderColor); }
.pf-c-button.pf-m-plain {
color: var(--pf-c-button--m-plain--Color); }
.pf-c-button.pf-m-plain:hover, .pf-c-button.pf-m-plain.pf-m-hover {
--pf-c-button--m-plain--Color: var(--pf-c-button--m-plain--hover--Color); }
.pf-c-button.pf-m-plain:active, .pf-c-button.pf-m-plain.pf-m-active {
--pf-c-button--m-plain--Color: var(--pf-c-button--m-plain--active--Color); }
.pf-c-button.pf-m-plain:focus, .pf-c-button.pf-m-plain.pf-m-focus {
--pf-c-button--m-plain--Color: var(--pf-c-button--m-plain--focus--Color); }
.pf-c-button.pf-m-plain:disabled, .pf-c-button.pf-m-plain.pf-m-disabled {
--pf-c-button--m-plain--Color: var(--pf-c-button--m-plain--disabled--Color);
background-color: var(--pf-c-button--m-plain--disabled--BackgroundColor); }
.pf-m-redhat-font .pf-c-button {
--pf-c-button--FontWeight: var(--pf-global--FontWeight--normal); }
.pf-c-dropdown {
--pf-c-dropdown__toggle--PaddingTop: var(--pf-global--spacer--form-element);
--pf-c-dropdown__toggle--PaddingRight: var(--pf-global--spacer--sm);
--pf-c-dropdown__toggle--PaddingBottom: var(--pf-global--spacer--form-element);
--pf-c-dropdown__toggle--PaddingLeft: var(--pf-global--spacer--sm);
--pf-c-dropdown__toggle--MinWidth: var(--pf-global--target-size--MinWidth);
--pf-c-dropdown__toggle--FontSize: var(--pf-global--FontSize--md);
--pf-c-dropdown__toggle--FontWeight: var(--pf-global--FontWeight--normal);
--pf-c-dropdown__toggle--Color: var(--pf-global--Color--100);
--pf-c-dropdown__toggle--LineHeight: var(--pf-global--LineHeight--md);
--pf-c-dropdown__toggle--BackgroundColor: transparent;
--pf-c-dropdown__toggle--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-dropdown__toggle--BorderTopColor: var(--pf-global--BorderColor--300);
--pf-c-dropdown__toggle--BorderRightColor: var(--pf-global--BorderColor--300);
--pf-c-dropdown__toggle--BorderBottomColor: var(--pf-global--BorderColor--200);
--pf-c-dropdown__toggle--BorderLeftColor: var(--pf-global--BorderColor--300);
--pf-c-dropdown__toggle--hover--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-dropdown__toggle--active--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-dropdown__toggle--active--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-dropdown__toggle--focus--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-dropdown__toggle--focus--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-dropdown__toggle--expanded--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-dropdown__toggle--expanded--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-dropdown__toggle--disabled--BackgroundColor: var(--pf-global--disabled-color--300);
--pf-c-dropdown__toggle--m-plain--BorderColor: transparent;
--pf-c-dropdown__toggle--m-plain--Color: var(--pf-global--Color--200);
--pf-c-dropdown__toggle--m-plain--hover--Color: var(--pf-global--Color--100);
--pf-c-dropdown__toggle--m-plain--disabled--Color: var(--pf-global--disabled-color--200);
--pf-c-dropdown__toggle--m-primary--Color: var(--pf-global--Color--light-100);
--pf-c-dropdown__toggle--m-primary--BackgroundColor: var(--pf-global--primary-color--100);
--pf-c-dropdown__toggle--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
--pf-c-dropdown__toggle--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
--pf-c-dropdown__toggle--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
--pf-c-dropdown--m-expanded__toggle--m-primary--BackgroundColor: var(--pf-global--primary-color--200);
--pf-c-dropdown__toggle-button--Color: var(--pf-global--Color--100);
--pf-c-dropdown__toggle--m-split-button--child--PaddingTop: var(--pf-global--spacer--form-element);
--pf-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-global--spacer--xs);
--pf-c-dropdown__toggle--m-split-button--child--PaddingBottom: var(--pf-global--spacer--form-element);
--pf-c-dropdown__toggle--m-split-button--child--PaddingLeft: var(--pf-global--spacer--xs);
--pf-c-dropdown__toggle--m-split-button--child--BackgroundColor: transparent;
--pf-c-dropdown__toggle--m-split-button--first-child--PaddingLeft: var(--pf-global--spacer--sm);
--pf-c-dropdown__toggle--m-split-button--last-child--PaddingRight: var(--pf-global--spacer--sm);
--pf-c-dropdown__toggle--m-split-button--m-action--child--PaddingLeft: var(--pf-global--spacer--sm);
--pf-c-dropdown__toggle--m-split-button--m-action--child--PaddingRight: var(--pf-global--spacer--sm);
--pf-c-dropdown__toggle--m-split-button--m-action__toggle-button--MarginRight: calc(-1 * var(--pf-global--BorderWidth--sm));
--pf-c-dropdown__toggle--m-split-button__toggle-check__input--Transform: translateY(-0.0625rem);
--pf-c-dropdown__toggle--m-split-button__toggle-text--MarginLeft: var(--pf-global--spacer--sm);
--pf-c-dropdown__toggle-icon--MarginRight: var(--pf-global--spacer--sm);
--pf-c-dropdown__toggle-icon--MarginLeft: var(--pf-global--spacer--md);
--pf-c-dropdown--m-top--m-expanded__toggle-icon--Transform: rotate(180deg);
--pf-c-dropdown__menu--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
--pf-c-dropdown__menu--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-dropdown__menu--BoxShadow: var(--pf-global--BoxShadow--md);
--pf-c-dropdown__menu--PaddingTop: var(--pf-global--spacer--sm);
--pf-c-dropdown__menu--PaddingBottom: var(--pf-global--spacer--sm);
--pf-c-dropdown__menu--Top: calc(100% + var(--pf-global--spacer--xs));
--pf-c-dropdown__menu--ZIndex: var(--pf-global--ZIndex--sm);
--pf-c-dropdown--m-top__menu--Top: 0;
--pf-c-dropdown--m-top__menu--Transform: translateY(calc(-100% - var(--pf-global--spacer--xs)));
--pf-c-dropdown__menu-item--BackgroundColor: transparent;
--pf-c-dropdown__menu-item--PaddingTop: var(--pf-global--spacer--sm);
--pf-c-dropdown__menu-item--PaddingRight: var(--pf-global--spacer--md);
--pf-c-dropdown__menu-item--PaddingBottom: var(--pf-global--spacer--sm);
--pf-c-dropdown__menu-item--PaddingLeft: var(--pf-global--spacer--md);
--pf-c-dropdown__menu-item--FontSize: var(--pf-global--FontSize--md);
--pf-c-dropdown__menu-item--FontWeight: var(--pf-global--FontWeight--normal);
--pf-c-dropdown__menu-item--LineHeight: var(--pf-global--LineHeight--md);
--pf-c-dropdown__menu-item--Color: var(--pf-global--Color--dark-100);
--pf-c-dropdown__menu-item--hover--Color: var(--pf-global--Color--dark-100);
--pf-c-dropdown__menu-item--disabled--Color: var(--pf-global--Color--dark-200);
--pf-c-dropdown__menu-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
--pf-c-dropdown__menu-item--disabled--BackgroundColor: transparent;
--pf-c-dropdown__menu-item-icon--MarginRight: var(--pf-global--spacer--sm);
--pf-c-dropdown__menu-item-icon--Width: var(--pf-global--icon--FontSize--lg);
--pf-c-dropdown__menu-item-icon--Height: var(--pf-global--icon--FontSize--lg);
--pf-c-dropdown__c-divider--MarginTop: var(--pf-global--spacer--sm);
--pf-c-dropdown__c-divider--MarginBottom: var(--pf-global--spacer--sm);
--pf-c-dropdown__separator--Height: var(--pf-global--BorderWidth--sm);
--pf-c-dropdown__separator--BackgroundColor: var(--pf-global--BorderColor--100);
--pf-c-dropdown__separator--MarginTop: var(--pf-global--spacer--sm);
--pf-c-dropdown__separator--MarginBottom: var(--pf-global--spacer--sm);
--pf-c-dropdown__group--PaddingTop: 0;
--pf-c-dropdown__group--group--PaddingTop: var(--pf-global--spacer--sm);
--pf-c-dropdown__group--first-child--PaddingTop: 0;
--pf-c-dropdown__group-title--PaddingTop: var(--pf-global--spacer--sm);
--pf-c-dropdown__group-title--PaddingRight: var(--pf-c-dropdown__menu-item--PaddingRight);
--pf-c-dropdown__group-title--PaddingBottom: var(--pf-c-dropdown__menu-item--PaddingBottom);
--pf-c-dropdown__group-title--PaddingLeft: var(--pf-c-dropdown__menu-item--PaddingLeft);
--pf-c-dropdown__group-title--FontSize: var(--pf-global--FontSize--sm);
--pf-c-dropdown__group-title--FontWeight: var(--pf-global--FontWeight--semi-bold);
--pf-c-dropdown__group-title--Color: var(--pf-global--Color--dark-200);
position: relative;
display: inline-block;
max-width: 100%; }
.pf-c-dropdown .pf-c-divider {
margin-top: var(--pf-c-dropdown__c-divider--MarginTop);
margin-bottom: var(--pf-c-dropdown__c-divider--MarginBottom); }
.pf-c-dropdown__toggle {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
min-width: var(--pf-c-dropdown__toggle--MinWidth);
max-width: 100%;
padding: var(--pf-c-dropdown__toggle--PaddingTop) var(--pf-c-dropdown__toggle--PaddingRight) var(--pf-c-dropdown__toggle--PaddingBottom) var(--pf-c-dropdown__toggle--PaddingLeft);
font-size: var(--pf-c-dropdown__toggle--FontSize);
font-weight: var(--pf-c-dropdown__toggle--FontWeight);
line-height: var(--pf-c-dropdown__toggle--LineHeight);
color: var(--pf-c-dropdown__toggle--Color);
background-color: var(--pf-c-dropdown__toggle--BackgroundColor);
border: none; }
.pf-c-dropdown__toggle.pf-m-disabled, .pf-c-dropdown__toggle:disabled {
pointer-events: none; }
.pf-c-dropdown__toggle.pf-m-disabled:not(.pf-m-plain), .pf-c-dropdown__toggle:disabled:not(.pf-m-plain) {
--pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown__toggle--disabled--BackgroundColor); }
.pf-c-dropdown__toggle.pf-m-disabled:not(.pf-m-plain)::before, .pf-c-dropdown__toggle:disabled:not(.pf-m-plain)::before {
border: 0; }
.pf-c-dropdown__toggle.pf-m-split-button {
padding: 0; }
.pf-c-dropdown__toggle.pf-m-split-button > * {
position: relative;
padding-top: var(--pf-c-dropdown__toggle--m-split-button--child--PaddingTop);
padding-right: var(--pf-c-dropdown__toggle--m-split-button--child--PaddingRight);
padding-bottom: var(--pf-c-dropdown__toggle--m-split-button--child--PaddingBottom);
padding-left: var(--pf-c-dropdown__toggle--m-split-button--child--PaddingLeft);
background-color: var(--pf-c-dropdown__toggle--m-split-button--child--BackgroundColor); }
.pf-c-dropdown__toggle.pf-m-split-button > *:first-child {
--pf-c-dropdown__toggle--m-split-button--child--PaddingLeft: var(--pf-c-dropdown__toggle--m-split-button--first-child--PaddingLeft); }
.pf-c-dropdown__toggle.pf-m-split-button > *:last-child {
--pf-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-c-dropdown__toggle--m-split-button--last-child--PaddingRight); }
.pf-c-dropdown__toggle.pf-m-split-button.pf-m-action {
--pf-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-c-dropdown__toggle--m-split-button--m-action--child--PaddingRight);
--pf-c-dropdown__toggle--m-split-button--child--PaddingLeft: var(--pf-c-dropdown__toggle--m-split-button--m-action--child--PaddingLeft); }
.pf-c-dropdown__toggle.pf-m-split-button.pf-m-action .pf-c-dropdown__toggle-button {
margin-right: var(--pf-c-dropdown__toggle--m-split-button--m-action__toggle-button--MarginRight); }
.pf-c-dropdown__toggle.pf-m-split-button.pf-m-action .pf-c-dropdown__toggle-button::before {
border-left: 0; }
.pf-c-dropdown__toggle.pf-m-split-button.pf-m-action .pf-c-dropdown__toggle-button:last-child {
--pf-c-dropdown__toggle--m-split-button--m-action__toggle-button--MarginRight: 0; }
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-check {
display: flex;
align-items: center;
cursor: pointer; }
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-check input {
transform: var(--pf-c-dropdown__toggle--m-split-button__toggle-check__input--Transform); }
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-button {
color: var(--pf-c-dropdown__toggle-button--Color);
border: 0; }
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-text {
margin-left: var(--pf-c-dropdown__toggle--m-split-button__toggle-text--MarginLeft); }
.pf-c-dropdown__toggle::before,
.pf-c-dropdown__toggle.pf-m-action .pf-c-dropdown__toggle-button::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: "";
border: var(--pf-c-dropdown__toggle--BorderWidth) solid;
border-color: var(--pf-c-dropdown__toggle--BorderTopColor) var(--pf-c-dropdown__toggle--BorderRightColor) var(--pf-c-dropdown__toggle--BorderBottomColor) var(--pf-c-dropdown__toggle--BorderLeftColor); }
.pf-c-dropdown__toggle:not(.pf-m-action):hover::before, .pf-c-dropdown__toggle:not(.pf-m-action).pf-m-hover::before,
.pf-c-dropdown__toggle.pf-m-action .pf-c-dropdown__toggle-button:hover::before {
--pf-c-dropdown__toggle--BorderBottomColor: var(--pf-c-dropdown__toggle--hover--BorderBottomColor); }
.pf-c-dropdown__toggle:not(.pf-m-action):active::before, .pf-c-dropdown__toggle:not(.pf-m-action).pf-m-active::before,
.pf-c-dropdown__toggle.pf-m-action .pf-c-dropdown__toggle-button:active::before {
--pf-c-dropdown__toggle--BorderBottomColor: var(--pf-c-dropdown__toggle--active--BorderBottomColor);
border-bottom-width: var(--pf-c-dropdown__toggle--active--BorderBottomWidth); }
.pf-c-dropdown__toggle:not(.pf-m-action):focus::before, .pf-c-dropdown__toggle:not(.pf-m-action).pf-m-focus::before,
.pf-c-dropdown__toggle.pf-m-action .pf-c-dropdown__toggle-button:focus::before {
--pf-c-dropdown__toggle--BorderBottomColor: var(--pf-c-dropdown__toggle--focus--BorderBottomColor);
border-bottom-width: var(--pf-c-dropdown__toggle--focus--BorderBottomWidth); }
.pf-m-expanded > .pf-c-dropdown__toggle:not(.pf-m-action)::before,
.pf-m-expanded > .pf-c-dropdown__toggle.pf-m-action .pf-c-dropdown__toggle-button::before {
--pf-c-dropdown__toggle--BorderBottomColor: var(--pf-c-dropdown__toggle--expanded--BorderBottomColor);
border-bottom-width: var(--pf-c-dropdown__toggle--expanded--BorderBottomWidth); }
.pf-c-dropdown__toggle.pf-m-plain {
justify-content: center;
color: var(--pf-c-dropdown__toggle--m-plain--Color); }
.pf-c-dropdown__toggle.pf-m-plain > * {
line-height: var(--pf-c-dropdown__toggle--LineHeight); }
.pf-c-dropdown__toggle.pf-m-plain::before {
border-color: var(--pf-c-dropdown__toggle--m-plain--BorderColor); }
.pf-c-dropdown__toggle.pf-m-plain:hover, .pf-c-dropdown__toggle.pf-m-plain.pf-m-hover, .pf-c-dropdown__toggle.pf-m-plain:active, .pf-c-dropdown__toggle.pf-m-plain.pf-m-active, .pf-c-dropdown__toggle.pf-m-plain:focus, .pf-c-dropdown__toggle.pf-m-plain.pf-m-focus,
.pf-m-expanded > .pf-c-dropdown__toggle.pf-m-plain {
--pf-c-dropdown__toggle--m-plain--Color: var(--pf-c-dropdown__toggle--m-plain--hover--Color); }
.pf-c-dropdown__toggle.pf-m-plain:hover::before, .pf-c-dropdown__toggle.pf-m-plain.pf-m-hover::before, .pf-c-dropdown__toggle.pf-m-plain:active::before, .pf-c-dropdown__toggle.pf-m-plain.pf-m-active::before, .pf-c-dropdown__toggle.pf-m-plain:focus::before, .pf-c-dropdown__toggle.pf-m-plain.pf-m-focus::before,
.pf-m-expanded > .pf-c-dropdown__toggle.pf-m-plain::before {
border-color: var(--pf-c-dropdown__toggle--m-plain--BorderColor); }
.pf-c-dropdown__toggle.pf-m-plain.pf-m-disabled, .pf-c-dropdown__toggle.pf-m-plain:disabled {
--pf-c-dropdown__toggle--m-plain--Color: var(--pf-c-dropdown__toggle--m-plain--disabled--Color); }
.pf-c-dropdown__toggle.pf-m-primary {
--pf-c-dropdown__toggle--Color: var(--pf-c-dropdown__toggle--m-primary--Color);
--pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown__toggle--m-primary--BackgroundColor); }
.pf-c-dropdown__toggle.pf-m-primary::before {
border: 0; }
.pf-c-dropdown__toggle.pf-m-primary:hover, .pf-c-dropdown__toggle.pf-m-primary.pf-m-hover {
--pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown__toggle--m-primary--hover--BackgroundColor); }
.pf-c-dropdown__toggle.pf-m-primary:active, .pf-c-dropdown__toggle.pf-m-primary.pf-m-active {
--pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown__toggle--m-primary--active--BackgroundColor); }
.pf-c-dropdown__toggle.pf-m-primary:focus, .pf-c-dropdown__toggle.pf-m-primary.pf-m-focus {
--pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown__toggle--m-primary--focus--BackgroundColor); }
.pf-m-expanded > .pf-c-dropdown__toggle.pf-m-primary {
--pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown--m-expanded__toggle--m-primary--BackgroundColor); }
.pf-c-dropdown__toggle .pf-c-dropdown__toggle-text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.pf-c-dropdown__toggle-icon {
margin-right: var(--pf-c-dropdown__toggle-icon--MarginRight);
margin-left: var(--pf-c-dropdown__toggle-icon--MarginLeft);
line-height: var(--pf-c-dropdown__toggle--LineHeight); }
.pf-c-dropdown.pf-m-top.pf-m-expanded .pf-c-dropdown__toggle-icon {
transform: var(--pf-c-dropdown--m-top--m-expanded__toggle-icon--Transform); }
.pf-c-dropdown__menu {
position: absolute;
top: var(--pf-c-dropdown__menu--Top);
z-index: var(--pf-c-dropdown__menu--ZIndex);
min-width: 100%;
padding-top: var(--pf-c-dropdown__menu--PaddingTop);
padding-bottom: var(--pf-c-dropdown__menu--PaddingBottom);
background: var(--pf-c-dropdown__menu--BackgroundColor);
background-clip: padding-box;
border: var(--pf-c-dropdown__menu--BorderWidth) solid transparent;
box-shadow: var(--pf-c-dropdown__menu--BoxShadow); }
.pf-c-dropdown__menu.pf-m-align-right {
right: 0; }
.pf-c-dropdown.pf-m-top .pf-c-dropdown__menu {
--pf-c-dropdown__menu--Top: var(--pf-c-dropdown--m-top__menu--Top);
transform: var(--pf-c-dropdown--m-top__menu--Transform); }
.pf-c-dropdown__menu-item {
display: block;
width: 100%;
padding: var(--pf-c-dropdown__menu-item--PaddingTop) var(--pf-c-dropdown__menu-item--PaddingRight) var(--pf-c-dropdown__menu-item--PaddingBottom) var(--pf-c-dropdown__menu-item--PaddingLeft);
font-size: var(--pf-c-dropdown__menu-item--FontSize);
font-weight: var(--pf-c-dropdown__menu-item--FontWeight);
line-height: var(--pf-c-dropdown__menu-item--LineHeight);
color: var(--pf-c-dropdown__menu-item--Color);
text-align: left;
white-space: nowrap;
background-color: var(--pf-c-dropdown__menu-item--BackgroundColor);
border: none; }
.pf-c-dropdown__menu-item:hover, .pf-c-dropdown__menu-item.pf-m-hover, .pf-c-dropdown__menu-item:focus, .pf-c-dropdown__menu-item.pf-m-focus {
--pf-c-dropdown__menu-item--Color: var(--pf-c-dropdown__menu-item--hover--Color);
--pf-c-dropdown__menu-item--BackgroundColor: var(--pf-c-dropdown__menu-item--hover--BackgroundColor);
text-decoration: none; }
.pf-c-dropdown__menu-item:disabled, .pf-c-dropdown__menu-item.pf-m-disabled {
--pf-c-dropdown__menu-item--Color: var(--pf-c-dropdown__menu-item--disabled--Color);
--pf-c-dropdown__menu-item--BackgroundColor: var(--pf-c-dropdown__menu-item--disabled--BackgroundColor);
pointer-events: none; }
.pf-c-dropdown__menu-item.pf-m-icon {
display: flex;
align-items: center; }
.pf-c-dropdown__menu-item-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: var(--pf-c-dropdown__menu-item-icon--Width);
height: var(--pf-c-dropdown__menu-item-icon--Height);
margin-right: var(--pf-c-dropdown__menu-item-icon--MarginRight); }
.pf-c-dropdown__menu-item-icon > * {
max-width: 100%;
max-height: 100%; }
.pf-c-dropdown__separator {
height: var(--pf-c-dropdown__separator--Height);
margin-top: var(--pf-c-dropdown__separator--MarginTop);
margin-bottom: var(--pf-c-dropdown__separator--MarginBottom);
background-color: var(--pf-c-dropdown__separator--BackgroundColor);
border: 0; }
.pf-c-dropdown__separator:last-child {
--pf-c-dropdown__separator--MarginBottom: 0; }
.pf-c-dropdown__group {
padding-top: var(--pf-c-dropdown__group--PaddingTop); }
.pf-c-dropdown__group:first-child {
--pf-c-dropdown__group--PaddingTop: var(--pf-c-dropdown__group--first-child--PaddingTop); }
.pf-c-dropdown__group + .pf-c-dropdown__group {
--pf-c-dropdown__group--PaddingTop: var(--pf-c-dropdown__group--group--PaddingTop); }
.pf-c-dropdown__group-title {
padding-top: var(--pf-c-dropdown__group-title--PaddingTop);
padding-right: var(--pf-c-dropdown__group-title--PaddingRight);
padding-bottom: var(--pf-c-dropdown__group-title--PaddingBottom);
padding-left: var(--pf-c-dropdown__group-title--PaddingLeft);
font-size: var(--pf-c-dropdown__group-title--FontSize);
font-weight: var(--pf-c-dropdown__group-title--FontWeight);
color: var(--pf-c-dropdown__group-title--Color); }
.pf-c-tooltip {
--pf-c-tooltip--MaxWidth: 18.75rem;
--pf-c-tooltip__content--PaddingTop: var(--pf-global--spacer--md);
--pf-c-tooltip__content--PaddingRight: var(--pf-global--spacer--lg);
--pf-c-tooltip__content--PaddingBottom: var(--pf-global--spacer--md);
--pf-c-tooltip__content--PaddingLeft: var(--pf-global--spacer--lg);
--pf-c-tooltip__content--Color: var(--pf-global--Color--light-100);
--pf-c-tooltip__content--BackgroundColor: var(--pf-global--BackgroundColor--dark-100);
--pf-c-tooltip__content--FontSize: var(--pf-global--FontSize--sm);
--pf-c-tooltip__arrow--Width: var(--pf-global--arrow--width);
--pf-c-tooltip__arrow--Height: var(--pf-global--arrow--width);
--pf-c-tooltip__arrow--m-top--Transform: translate(-50%, 50%) rotate(45deg);
--pf-c-tooltip__arrow--m-right--Transform: translate(-50%, -50%) rotate(45deg);
--pf-c-tooltip__arrow--m-bottom--Transform: translate(-50%, -50%) rotate(45deg);
--pf-c-tooltip__arrow--m-left--Transform: translate(50%, -50%) rotate(45deg);
position: relative;
max-width: var(--pf-c-tooltip--MaxWidth); }
.pf-c-tooltip.pf-m-top .pf-c-tooltip__arrow {
bottom: 0;
left: 50%;
transform: var(--pf-c-tooltip__arrow--m-top--Transform); }
.pf-c-tooltip.pf-m-bottom .pf-c-tooltip__arrow {
top: 0;
left: 50%;
transform: var(--pf-c-tooltip__arrow--m-bottom--Transform); }
.pf-c-tooltip.pf-m-left .pf-c-tooltip__arrow {
top: 50%;
right: 0;
transform: var(--pf-c-tooltip__arrow--m-left--Transform); }
.pf-c-tooltip.pf-m-right .pf-c-tooltip__arrow {
top: 50%;
left: 0;
transform: var(--pf-c-tooltip__arrow--m-right--Transform); }
.pf-c-tooltip__content {
position: relative;
padding: var(--pf-c-tooltip__content--PaddingTop) var(--pf-c-tooltip__content--PaddingRight) var(--pf-c-tooltip__content--PaddingBottom) var(--pf-c-tooltip__content--PaddingLeft);
font-size: var(--pf-c-tooltip__content--FontSize);
color: var(--pf-c-tooltip__content--Color);
text-align: center;
word-break: break-word;
background-color: var(--pf-c-tooltip__content--BackgroundColor); }
.pf-c-tooltip__content.pf-m-text-align-left {
text-align: left; }
.pf-c-tooltip__arrow {
position: absolute;
width: var(--pf-c-tooltip__arrow--Width);
height: var(--pf-c-tooltip__arrow--Height);
pointer-events: none;
background-color: var(--pf-c-tooltip__content--BackgroundColor); }
.tippy-iOS {
cursor: pointer !important; }
.tippy-notransition {
transition: none !important; }
.tippy-popper {
-webkit-perspective: 700px;
perspective: 700px;
z-index: 9999;
outline: 0;
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
pointer-events: none;
line-height: 1.4;
max-width: calc(100% - 10px); }
.tippy-popper[x-placement^='top'] .tippy-backdrop {
border-radius: 40% 40% 0 0; }
.tippy-popper[x-placement^='top'] .tippy-roundarrow {
bottom: -8px;
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0; }
.tippy-popper[x-placement^='top'] .tippy-roundarrow svg {
position: absolute;
left: 0;
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.tippy-popper[x-placement^='top'] .tippy-arrow {
border-top: 8px solid #333;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
bottom: -7px;
margin: 0 6px;
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0; }
.tippy-popper[x-placement^='top'] .tippy-backdrop {
-webkit-transform-origin: 0 25%;
transform-origin: 0 25%; }
.tippy-popper[x-placement^='top'] .tippy-backdrop[data-state='visible'] {
-webkit-transform: scale(1) translate(-50%, -55%);
transform: scale(1) translate(-50%, -55%); }
.tippy-popper[x-placement^='top'] .tippy-backdrop[data-state='hidden'] {
-webkit-transform: scale(0.2) translate(-50%, -45%);
transform: scale(0.2) translate(-50%, -45%);
opacity: 0; }
.tippy-popper[x-placement^='top']
[data-animation='shift-toward'][data-state='visible'] {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); }
.tippy-popper[x-placement^='top']
[data-animation='shift-toward'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px); }
.tippy-popper[x-placement^='top'] [data-animation='perspective'] {
-webkit-transform-origin: bottom;
transform-origin: bottom; }
.tippy-popper[x-placement^='top']
[data-animation='perspective'][data-state='visible'] {
-webkit-transform: translateY(-10px) rotateX(0);
transform: translateY(-10px) rotateX(0); }
.tippy-popper[x-placement^='top']
[data-animation='perspective'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateY(0) rotateX(60deg);
transform: translateY(0) rotateX(60deg); }
.tippy-popper[x-placement^='top']
[data-animation='fade'][data-state='visible'] {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); }
.tippy-popper[x-placement^='top'] [data-animation='fade'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateY(-10px);
transform: translateY(-10px); }
.tippy-popper[x-placement^='top']
[data-animation='shift-away'][data-state='visible'] {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); }
.tippy-popper[x-placement^='top']
[data-animation='shift-away'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateY(0);
transform: translateY(0); }
.tippy-popper[x-placement^='top']
[data-animation='scale'][data-state='visible'] {
-webkit-transform: translateY(-10px) scale(1);
transform: translateY(-10px) scale(1); }
.tippy-popper[x-placement^='top']
[data-animation='scale'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateY(0) scale(0.5);
transform: translateY(0) scale(0.5); }
.tippy-popper[x-placement^='bottom'] .tippy-backdrop {
border-radius: 0 0 30% 30%; }
.tippy-popper[x-placement^='bottom'] .tippy-roundarrow {
top: -8px;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%; }
.tippy-popper[x-placement^='bottom'] .tippy-roundarrow svg {
position: absolute;
left: 0;
-webkit-transform: rotate(0);
transform: rotate(0); }
.tippy-popper[x-placement^='bottom'] .tippy-arrow {
border-bottom: 8px solid #333;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
top: -7px;
margin: 0 6px;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%; }
.tippy-popper[x-placement^='bottom'] .tippy-backdrop {
-webkit-transform-origin: 0 -50%;
transform-origin: 0 -50%; }
.tippy-popper[x-placement^='bottom'] .tippy-backdrop[data-state='visible'] {
-webkit-transform: scale(1) translate(-50%, -45%);
transform: scale(1) translate(-50%, -45%); }
.tippy-popper[x-placement^='bottom'] .tippy-backdrop[data-state='hidden'] {
-webkit-transform: scale(0.2) translate(-50%);
transform: scale(0.2) translate(-50%);
opacity: 0; }
.tippy-popper[x-placement^='bottom']
[data-animation='shift-toward'][data-state='visible'] {
-webkit-transform: translateY(10px);
transform: translateY(10px); }
.tippy-popper[x-placement^='bottom']
[data-animation='shift-toward'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px); }
.tippy-popper[x-placement^='bottom'] [data-animation='perspective'] {
-webkit-transform-origin: top;
transform-origin: top; }
.tippy-popper[x-placement^='bottom']
[data-animation='perspective'][data-state='visible'] {
-webkit-transform: translateY(10px) rotateX(0);
transform: translateY(10px) rotateX(0); }
.tippy-popper[x-placement^='bottom']
[data-animation='perspective'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateY(0) rotateX(-60deg);
transform: translateY(0) rotateX(-60deg); }
.tippy-popper[x-placement^='bottom']
[data-animation='fade'][data-state='visible'] {
-webkit-transform: translateY(10px);
transform: translateY(10px); }
.tippy-popper[x-placement^='bottom']
[data-animation='fade'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateY(10px);
transform: translateY(10px); }
.tippy-popper[x-placement^='bottom']
[data-animation='shift-away'][data-state='visible'] {
-webkit-transform: translateY(10px);
transform: translateY(10px); }
.tippy-popper[x-placement^='bottom']
[data-animation='shift-away'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateY(0);
transform: translateY(0); }
.tippy-popper[x-placement^='bottom']
[data-animation='scale'][data-state='visible'] {
-webkit-transform: translateY(10px) scale(1);
transform: translateY(10px) scale(1); }
.tippy-popper[x-placement^='bottom']
[data-animation='scale'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateY(0) scale(0.5);
transform: translateY(0) scale(0.5); }
.tippy-popper[x-placement^='left'] .tippy-backdrop {
border-radius: 50% 0 0 50%; }
.tippy-popper[x-placement^='left'] .tippy-roundarrow {
right: -16px;
-webkit-transform-origin: 33.33333333% 50%;
transform-origin: 33.33333333% 50%; }
.tippy-popper[x-placement^='left'] .tippy-roundarrow svg {
position: absolute;
left: 0;
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.tippy-popper[x-placement^='left'] .tippy-arrow {
border-left: 8px solid #333;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
right: -7px;
margin: 3px 0;
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%; }
.tippy-popper[x-placement^='left'] .tippy-backdrop {
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0; }
.tippy-popper[x-placement^='left'] .tippy-backdrop[data-state='visible'] {
-webkit-transform: scale(1) translate(-50%, -50%);
transform: scale(1) translate(-50%, -50%); }
.tippy-popper[x-placement^='left'] .tippy-backdrop[data-state='hidden'] {
-webkit-transform: scale(0.2) translate(-75%, -50%);
transform: scale(0.2) translate(-75%, -50%);
opacity: 0; }
.tippy-popper[x-placement^='left']
[data-animation='shift-toward'][data-state='visible'] {
-webkit-transform: translateX(-10px);
transform: translateX(-10px); }
.tippy-popper[x-placement^='left']
[data-animation='shift-toward'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px); }
.tippy-popper[x-placement^='left'] [data-animation='perspective'] {
-webkit-transform-origin: right;
transform-origin: right; }
.tippy-popper[x-placement^='left']
[data-animation='perspective'][data-state='visible'] {
-webkit-transform: translateX(-10px) rotateY(0);
transform: translateX(-10px) rotateY(0); }
.tippy-popper[x-placement^='left']
[data-animation='perspective'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateX(0) rotateY(-60deg);
transform: translateX(0) rotateY(-60deg); }
.tippy-popper[x-placement^='left']
[data-animation='fade'][data-state='visible'] {
-webkit-transform: translateX(-10px);
transform: translateX(-10px); }
.tippy-popper[x-placement^='left']
[data-animation='fade'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateX(-10px);
transform: translateX(-10px); }
.tippy-popper[x-placement^='left']
[data-animation='shift-away'][data-state='visible'] {
-webkit-transform: translateX(-10px);
transform: translateX(-10px); }
.tippy-popper[x-placement^='left']
[data-animation='shift-away'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateX(0);
transform: translateX(0); }
.tippy-popper[x-placement^='left']
[data-animation='scale'][data-state='visible'] {
-webkit-transform: translateX(-10px) scale(1);
transform: translateX(-10px) scale(1); }
.tippy-popper[x-placement^='left']
[data-animation='scale'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateX(0) scale(0.5);
transform: translateX(0) scale(0.5); }
.tippy-popper[x-placement^='right'] .tippy-backdrop {
border-radius: 0 50% 50% 0; }
.tippy-popper[x-placement^='right'] .tippy-roundarrow {
left: -16px;
-webkit-transform-origin: 66.66666666% 50%;
transform-origin: 66.66666666% 50%; }
.tippy-popper[x-placement^='right'] .tippy-roundarrow svg {
position: absolute;
left: 0;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg); }
.tippy-popper[x-placement^='right'] .tippy-arrow {
border-right: 8px solid #333;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
left: -7px;
margin: 3px 0;
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%; }
.tippy-popper[x-placement^='right'] .tippy-backdrop {
-webkit-transform-origin: -50% 0;
transform-origin: -50% 0; }
.tippy-popper[x-placement^='right'] .tippy-backdrop[data-state='visible'] {
-webkit-transform: scale(1) translate(-50%, -50%);
transform: scale(1) translate(-50%, -50%); }
.tippy-popper[x-placement^='right'] .tippy-backdrop[data-state='hidden'] {
-webkit-transform: scale(0.2) translate(-25%, -50%);
transform: scale(0.2) translate(-25%, -50%);
opacity: 0; }
.tippy-popper[x-placement^='right']
[data-animation='shift-toward'][data-state='visible'] {
-webkit-transform: translateX(10px);
transform: translateX(10px); }
.tippy-popper[x-placement^='right']
[data-animation='shift-toward'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px); }
.tippy-popper[x-placement^='right'] [data-animation='perspective'] {
-webkit-transform-origin: left;
transform-origin: left; }
.tippy-popper[x-placement^='right']
[data-animation='perspective'][data-state='visible'] {
-webkit-transform: translateX(10px) rotateY(0);
transform: translateX(10px) rotateY(0); }
.tippy-popper[x-placement^='right']
[data-animation='perspective'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateX(0) rotateY(60deg);
transform: translateX(0) rotateY(60deg); }
.tippy-popper[x-placement^='right']
[data-animation='fade'][data-state='visible'] {
-webkit-transform: translateX(10px);
transform: translateX(10px); }
.tippy-popper[x-placement^='right']
[data-animation='fade'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateX(10px);
transform: translateX(10px); }
.tippy-popper[x-placement^='right']
[data-animation='shift-away'][data-state='visible'] {
-webkit-transform: translateX(10px);
transform: translateX(10px); }
.tippy-popper[x-placement^='right']
[data-animation='shift-away'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateX(0);
transform: translateX(0); }
.tippy-popper[x-placement^='right']
[data-animation='scale'][data-state='visible'] {
-webkit-transform: translateX(10px) scale(1);
transform: translateX(10px) scale(1); }
.tippy-popper[x-placement^='right']
[data-animation='scale'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateX(0) scale(0.5);
transform: translateX(0) scale(0.5); }
.tippy-tooltip {
position: relative;
color: #fff;
border-radius: 4px;
font-size: 0.9rem;
padding: 0.3rem 0.6rem;
max-width: 350px;
text-align: center;
will-change: transform;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #333; }
.tippy-tooltip[data-size='small'] {
padding: 0.2rem 0.4rem;
font-size: 0.75rem; }
.tippy-tooltip[data-size='large'] {
padding: 0.4rem 0.8rem;
font-size: 1rem; }
.tippy-tooltip[data-animatefill] {
overflow: hidden;
background-color: transparent; }
.tippy-tooltip[data-interactive],
.tippy-tooltip[data-interactive] path {
pointer-events: auto; }
.tippy-tooltip[data-inertia][data-state='visible'] {
transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11); }
.tippy-tooltip[data-inertia][data-state='hidden'] {
transition-timing-function: ease; }
.tippy-arrow,
.tippy-roundarrow {
position: absolute;
width: 0;
height: 0; }
.tippy-roundarrow {
width: 24px;
height: 8px;
fill: #333;
pointer-events: none; }
.tippy-backdrop {
position: absolute;
will-change: transform;
background-color: #333;
border-radius: 50%;
width: calc(110% + 2rem);
left: 50%;
top: 50%;
z-index: -1;
transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.tippy-backdrop:after {
content: '';
float: left;
padding-top: 100%; }
.tippy-backdrop + .tippy-content {
transition-property: opacity;
will-change: opacity; }
.tippy-backdrop + .tippy-content[data-state='visible'] {
opacity: 1; }
.tippy-backdrop + .tippy-content[data-state='hidden'] {
opacity: 0; }
/**
Need to unset tippy default styles
Also for enableFlip, need to make arrow aware of parent x-placement attribute in order to work
*/
.pf-tooltip-theme.tippy-tooltip,
.pf-popover-theme.tippy-tooltip {
background-color: unset;
font-size: unset;
color: unset;
border-radius: unset;
-webkit-font-smoothing: unset;
text-align: unset;
padding: unset;
cursor: text;
--pf-c-tooltip__content--BackgroundColor: var(--pf-global--BackgroundColor--dark-100);
--pf-c-tooltip__arrow--Width: var(--pf-global--arrow--width);
--pf-c-tooltip__arrow--Height: var(--pf-global--arrow--width);
--pf-c-popover__arrow--Width: var(--pf-global--arrow--width-lg);
--pf-c-popover__arrow--Height: var(--pf-global--arrow--width-lg);
--pf-c-popover__arrow--BoxShadow: var(--pf-global--BoxShadow--md);
--pf-c-popover__arrow--BackgroundColor: var(--pf-global--BackgroundColor--100); }
.pf-tooltip-theme .pf-c-tooltip,
.pf-popover-theme .pf-c-popover {
max-width: unset; }
.tippy-popper {
line-height: unset !important; }
.tippy-popper[x-placement^=top] .pf-tooltip-theme .tippy-arrow,
.tippy-popper[x-placement^=bottom] .pf-tooltip-theme .tippy-arrow,
.tippy-popper[x-placement^=left] .pf-tooltip-theme .tippy-arrow,
.tippy-popper[x-placement^=right] .pf-tooltip-theme .tippy-arrow {
border: unset;
width: var(--pf-c-tooltip__arrow--Width);
height: var(--pf-c-tooltip__arrow--Height);
pointer-events: none;
background-color: var(--pf-c-tooltip__content--BackgroundColor);
transform: rotate(45deg);
transform-origin: center; }
.tippy-popper[x-placement^=top] .pf-popover-theme .tippy-arrow,
.tippy-popper[x-placement^=bottom] .pf-popover-theme .tippy-arrow,
.tippy-popper[x-placement^=left] .pf-popover-theme .tippy-arrow,
.tippy-popper[x-placement^=right] .pf-popover-theme .tippy-arrow {
border: unset;
width: var(--pf-c-popover__arrow--Width);
height: var(--pf-c-popover__arrow--Height);
pointer-events: none;
background-color: var(--pf-c-popover__arrow--BackgroundColor);
box-shadow: var(--pf-c-popover__arrow--BoxShadow);
transform: rotate(45deg);
transform-origin: center; }
.tippy-popper[x-placement^=top] .pf-popover-theme .tippy-arrow {
bottom: -13px; }
.tippy-popper[x-placement^=bottom] .pf-popover-theme .tippy-arrow {
top: -13px; }
.tippy-popper[x-placement^=left] .pf-popover-theme .tippy-arrow {
right: -13px; }
.tippy-popper[x-placement^=right] .pf-popover-theme .tippy-arrow {
left: -13px; }
.pf-c-button {
--pf-c-button--PaddingTop: var(--pf-global--spacer--form-element);
--pf-c-button--PaddingRight: var(--pf-global--spacer--md);
--pf-c-button--PaddingBottom: var(--pf-global--spacer--form-element);
--pf-c-button--PaddingLeft: var(--pf-global--spacer--md);
--pf-c-button--LineHeight: var(--pf-global--LineHeight--md);
--pf-c-button--FontWeight: var(--pf-global--FontWeight--semi-bold);
--pf-c-button--FontSize: var(--pf-global--FontSize--md);
--pf-c-button--BorderRadius: var(--pf-global--BorderRadius--sm);
--pf-c-button--BorderColor: transparent;
--pf-c-button--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-button--hover--BorderWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--focus--BorderWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--active--BorderWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--disabled--Color: var(--pf-global--disabled-color--100);
--pf-c-button--disabled--BackgroundColor: var(--pf-global--disabled-color--200);
--pf-c-button--disabled--BorderColor: transparent;
--pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--100);
--pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
--pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
--pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
--pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-secondary--BackgroundColor: transparent;
--pf-c-button--m-secondary--BorderColor: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--hover--BackgroundColor: transparent;
--pf-c-button--m-secondary--hover--BorderColor: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--focus--BackgroundColor: transparent;
--pf-c-button--m-secondary--focus--BorderColor: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--active--BackgroundColor: transparent;
--pf-c-button--m-secondary--active--BorderColor: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
--pf-c-button--m-tertiary--BackgroundColor: transparent;
--pf-c-button--m-tertiary--BorderColor: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--Color: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--hover--BackgroundColor: transparent;
--pf-c-button--m-tertiary--hover--BorderColor: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--hover--Color: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--focus--BackgroundColor: transparent;
--pf-c-button--m-tertiary--focus--BorderColor: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--focus--Color: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--active--BackgroundColor: transparent;
--pf-c-button--m-tertiary--active--BorderColor: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--active--Color: var(--pf-global--Color--100);
--pf-c-button--m-danger--BackgroundColor: var(--pf-global--danger-color--100);
--pf-c-button--m-danger--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-danger--hover--BackgroundColor: var(--pf-global--danger-color--200);
--pf-c-button--m-danger--hover--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-danger--focus--BackgroundColor: var(--pf-global--danger-color--200);
--pf-c-button--m-danger--focus--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-danger--active--BackgroundColor: var(--pf-global--danger-color--200);
--pf-c-button--m-danger--active--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-link--Color: var(--pf-global--link--Color);
--pf-c-button--m-link--hover--Color: var(--pf-global--link--Color--hover);
--pf-c-button--m-link--focus--Color: var(--pf-global--link--Color--hover);
--pf-c-button--m-link--active--Color: var(--pf-global--link--Color--hover);
--pf-c-button--m-link--disabled--BackgroundColor: transparent;
--pf-c-button--m-link--m-inline--hover--TextDecoration: var(--pf-global--link--TextDecoration--hover);
--pf-c-button--m-link--m-inline--hover--Color: var(--pf-global--link--Color--hover);
--pf-c-button--m-plain--Color: var(--pf-global--Color--200);
--pf-c-button--m-plain--hover--Color: var(--pf-global--Color--100);
--pf-c-button--m-plain--focus--Color: var(--pf-global--Color--100);
--pf-c-button--m-plain--active--Color: var(--pf-global--Color--100);
--pf-c-button--m-plain--disabled--Color: var(--pf-global--disabled-color--200);
--pf-c-button--m-plain--disabled--BackgroundColor: transparent;
--pf-c-button--m-control--after--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-button--m-control--after--BorderTopColor: var(--pf-global--BorderColor--300);
--pf-c-button--m-control--after--BorderRightColor: var(--pf-global--BorderColor--300);
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-global--BorderColor--200);
--pf-c-button--m-control--after--BorderLeftColor: var(--pf-global--BorderColor--300);
--pf-c-button--m-control--hover--after--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--m-control--hover--after--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-button--m-control--active--after--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--m-control--active--after--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-button--m-control--focus--after--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--m-control--focus--after--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-button--m-control--m-expanded--after--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--m-control--m-expanded--after--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-button--m-control--disabled--after--BorderBottomColor: var(--pf-global--BorderColor--300);
--pf-c-button--m-control--disabled--BackgroundColor: transparent;
--pf-c-button__icon--MarginRight: var(--pf-global--spacer--xs);
--pf-c-button__text--icon--MarginLeft: var(--pf-global--spacer--xs);
position: relative;
display: inline-block;
padding: var(--pf-c-button--PaddingTop) var(--pf-c-button--PaddingRight) var(--pf-c-button--PaddingBottom) var(--pf-c-button--PaddingLeft);
font-size: var(--pf-c-button--FontSize);
font-weight: var(--pf-c-button--FontWeight);
line-height: var(--pf-c-button--LineHeight);
text-align: center;
white-space: nowrap;
user-select: none;
border: 0;
border-radius: var(--pf-c-button--BorderRadius); }
.pf-c-button .pf-c-button__icon {
margin-right: var(--pf-c-button__icon--MarginRight); }
.pf-c-button .pf-c-button__text + .pf-c-button__icon {
margin-right: 0;
margin-left: var(--pf-c-button__text--icon--MarginLeft); }
.pf-c-button::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: "";
border: var(--pf-c-button--BorderWidth) solid;
border-color: var(--pf-c-button--BorderColor);
border-radius: var(--pf-c-button--BorderRadius); }
.pf-c-button:hover, .pf-c-button.pf-m-hover {
text-decoration: none; }
.pf-c-button:hover::after, .pf-c-button.pf-m-hover::after {
--pf-c-button--BorderWidth: var(--pf-c-button--hover--BorderWidth); }
.pf-c-button:active::after, .pf-c-button.pf-m-active::after {
--pf-c-button--BorderWidth: var(--pf-c-button--active--BorderWidth); }
.pf-c-button:focus::after, .pf-c-button.pf-m-focus::after {
--pf-c-button--BorderWidth: var(--pf-c-button--focus--BorderWidth); }
.pf-c-button.pf-m-block {
display: block;
width: 100%; }
.pf-c-button.pf-m-primary {
color: var(--pf-c-button--m-primary--Color);
background-color: var(--pf-c-button--m-primary--BackgroundColor); }
.pf-c-button.pf-m-primary:hover, .pf-c-button.pf-m-primary.pf-m-hover {
--pf-c-button--m-primary--Color: var(--pf-c-button--m-primary--hover--Color);
--pf-c-button--m-primary--BackgroundColor: var(--pf-c-button--m-primary--hover--BackgroundColor); }
.pf-c-button.pf-m-primary:active, .pf-c-button.pf-m-primary.pf-m-active {
--pf-c-button--m-primary--Color: var(--pf-c-button--m-primary--active--Color);
--pf-c-button--m-primary--BackgroundColor: var(--pf-c-button--m-primary--active--BackgroundColor); }
.pf-c-button.pf-m-primary:focus, .pf-c-button.pf-m-primary.pf-m-focus {
--pf-c-button--m-primary--Color: var(--pf-c-button--m-primary--focus--Color);
--pf-c-button--m-primary--BackgroundColor: var(--pf-c-button--m-primary--focus--BackgroundColor); }
.pf-c-button.pf-m-secondary {
color: var(--pf-c-button--m-secondary--Color);
background-color: var(--pf-c-button--m-secondary--BackgroundColor); }
.pf-c-button.pf-m-secondary::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-secondary--BorderColor); }
.pf-c-button.pf-m-secondary:hover, .pf-c-button.pf-m-secondary.pf-m-hover {
--pf-c-button--m-secondary--Color: var(--pf-c-button--m-secondary--hover--Color);
--pf-c-button--m-secondary--BackgroundColor: var(--pf-c-button--m-secondary--hover--BackgroundColor); }
.pf-c-button.pf-m-secondary:hover::after, .pf-c-button.pf-m-secondary.pf-m-hover::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-secondary--hover--BorderColor); }
.pf-c-button.pf-m-secondary:active, .pf-c-button.pf-m-secondary.pf-m-active {
--pf-c-button--m-secondary--Color: var(--pf-c-button--m-secondary--active--Color);
--pf-c-button--m-secondary--BackgroundColor: var(--pf-c-button--m-secondary--active--BackgroundColor); }
.pf-c-button.pf-m-secondary:active::after, .pf-c-button.pf-m-secondary.pf-m-active::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-secondary--active--BorderColor); }
.pf-c-button.pf-m-secondary:focus, .pf-c-button.pf-m-secondary.pf-m-focus {
--pf-c-button--m-secondary--Color: var(--pf-c-button--m-secondary--focus--Color);
--pf-c-button--m-secondary--BackgroundColor: var(--pf-c-button--m-secondary--focus--BackgroundColor); }
.pf-c-button.pf-m-secondary:focus::after, .pf-c-button.pf-m-secondary.pf-m-focus::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-secondary--focus--BorderColor); }
.pf-c-button.pf-m-tertiary {
color: var(--pf-c-button--m-tertiary--Color);
background-color: var(--pf-c-button--m-tertiary--BackgroundColor); }
.pf-c-button.pf-m-tertiary::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-tertiary--BorderColor); }
.pf-c-button.pf-m-tertiary:hover, .pf-c-button.pf-m-tertiary.pf-m-hover {
--pf-c-button--m-tertiary--Color: var(--pf-c-button--m-tertiary--hover--Color);
--pf-c-button--m-tertiary--BackgroundColor: var(--pf-c-button--m-tertiary--hover--BackgroundColor); }
.pf-c-button.pf-m-tertiary:hover::after, .pf-c-button.pf-m-tertiary.pf-m-hover::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-tertiary--hover--BorderColor); }
.pf-c-button.pf-m-tertiary:active, .pf-c-button.pf-m-tertiary.pf-m-active {
--pf-c-button--m-tertiary--Color: var(--pf-c-button--m-tertiary--active--Color);
--pf-c-button--m-tertiary--BackgroundColor: var(--pf-c-button--m-tertiary--active--BackgroundColor); }
.pf-c-button.pf-m-tertiary:active::after, .pf-c-button.pf-m-tertiary.pf-m-active::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-tertiary--active--BorderColor); }
.pf-c-button.pf-m-tertiary:focus, .pf-c-button.pf-m-tertiary.pf-m-focus {
--pf-c-button--m-tertiary--Color: var(--pf-c-button--m-tertiary--focus--Color);
--pf-c-button--m-tertiary--BackgroundColor: var(--pf-c-button--m-tertiary--focus--BackgroundColor); }
.pf-c-button.pf-m-tertiary:focus::after, .pf-c-button.pf-m-tertiary.pf-m-focus::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-tertiary--focus--BorderColor); }
.pf-c-button.pf-m-danger {
color: var(--pf-c-button--m-danger--Color);
background-color: var(--pf-c-button--m-danger--BackgroundColor); }
.pf-c-button.pf-m-danger:hover, .pf-c-button.pf-m-danger.pf-m-hover {
--pf-c-button--m-danger--Color: var(--pf-c-button--m-danger--hover--Color);
--pf-c-button--m-danger--BackgroundColor: var(--pf-c-button--m-danger--hover--BackgroundColor); }
.pf-c-button.pf-m-danger:active, .pf-c-button.pf-m-danger.pf-m-active {
--pf-c-button--m-danger--Color: var(--pf-c-button--m-danger--active--Color);
--pf-c-button--m-danger--BackgroundColor: var(--pf-c-button--m-danger--active--BackgroundColor); }
.pf-c-button.pf-m-danger:focus, .pf-c-button.pf-m-danger.pf-m-focus {
--pf-c-button--m-danger--Color: var(--pf-c-button--m-danger--focus--Color);
--pf-c-button--m-danger--BackgroundColor: var(--pf-c-button--m-danger--focus--BackgroundColor); }
.pf-c-button.pf-m-link {
color: var(--pf-c-button--m-link--Color); }
.pf-c-button.pf-m-link:not(.pf-m-inline):hover, .pf-c-button.pf-m-link:not(.pf-m-inline).pf-m-hover {
--pf-c-button--m-link--Color: var(--pf-c-button--m-link--hover--Color); }
.pf-c-button.pf-m-link:not(.pf-m-inline):active, .pf-c-button.pf-m-link:not(.pf-m-inline).pf-m-active {
--pf-c-button--m-link--Color: var(--pf-c-button--m-link--active--Color); }
.pf-c-button.pf-m-link:not(.pf-m-inline):focus, .pf-c-button.pf-m-link:not(.pf-m-inline).pf-m-focus {
--pf-c-button--m-link--Color: var(--pf-c-button--m-link--focus--Color); }
.pf-c-button.pf-m-link:disabled, .pf-c-button.pf-m-link.pf-m-disabled {
background-color: var(--pf-c-button--m-link--disabled--BackgroundColor); }
.pf-c-button.pf-m-link.pf-m-inline {
display: inline;
padding: 0; }
.pf-c-button.pf-m-link.pf-m-inline:hover {
--pf-c-button--m-link--Color: var(--pf-c-button--m-link--m-inline--hover--Color);
text-decoration: var(--pf-c-button--m-link--m-inline--hover--TextDecoration); }
.pf-c-button.pf-m-control::after {
--pf-c-button--BorderWidth: var(--pf-c-button--m-control--after--BorderWidth);
--pf-c-button--BorderColor: var(--pf-c-button--m-control--after--BorderTopColor) var(--pf-c-button--m-control--after--BorderRightColor) var(--pf-c-button--m-control--after--BorderBottomColor) var(--pf-c-button--m-control--after--BorderLeftColor);
border-radius: initial; }
.pf-c-button.pf-m-control:hover::after, .pf-c-button.pf-m-control.pf-m-hover::after {
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-c-button--m-control--hover--after--BorderBottomColor);
border-bottom-width: var(--pf-c-button--m-control--hover--after--BorderBottomWidth); }
.pf-c-button.pf-m-control:active::after, .pf-c-button.pf-m-control.pf-m-active::after {
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-c-button--m-control--active--after--BorderBottomColor);
border-bottom-width: var(--pf-c-button--m-control--active--after--BorderBottomWidth); }
.pf-c-button.pf-m-control:focus::after, .pf-c-button.pf-m-control.pf-m-focus::after {
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-c-button--m-control--focus--after--BorderBottomColor);
border-bottom-width: var(--pf-c-button--m-control--focus--after--BorderBottomWidth); }
.pf-c-button.pf-m-control.pf-m-expanded::after {
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-c-button--m-control--m-expanded--after--BorderBottomColor);
border-bottom-width: var(--pf-c-button--m-control--m-expanded--after--BorderBottomWidth); }
.pf-c-button.pf-m-control:disabled, .pf-c-button.pf-m-control.pf-m-disabled {
background-color: var(--pf-c-button--m-control--disabled--BackgroundColor); }
.pf-c-button.pf-m-control:disabled::after, .pf-c-button.pf-m-control.pf-m-disabled::after {
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-c-button--m-control--disabled--after--BorderBottomColor); }
.pf-c-button:disabled, .pf-c-button.pf-m-disabled {
color: var(--pf-c-button--disabled--Color);
pointer-events: none;
background-color: var(--pf-c-button--disabled--BackgroundColor); }
.pf-c-button:disabled::after, .pf-c-button.pf-m-disabled::after {
--pf-c-button--BorderColor: var(--pf-c-button--disabled--BorderColor); }
.pf-c-button.pf-m-plain {
color: var(--pf-c-button--m-plain--Color); }
.pf-c-button.pf-m-plain:hover, .pf-c-button.pf-m-plain.pf-m-hover {
--pf-c-button--m-plain--Color: var(--pf-c-button--m-plain--hover--Color); }
.pf-c-button.pf-m-plain:active, .pf-c-button.pf-m-plain.pf-m-active {
--pf-c-button--m-plain--Color: var(--pf-c-button--m-plain--active--Color); }
.pf-c-button.pf-m-plain:focus, .pf-c-button.pf-m-plain.pf-m-focus {
--pf-c-button--m-plain--Color: var(--pf-c-button--m-plain--focus--Color); }
.pf-c-button.pf-m-plain:disabled, .pf-c-button.pf-m-plain.pf-m-disabled {
--pf-c-button--m-plain--Color: var(--pf-c-button--m-plain--disabled--Color);
background-color: var(--pf-c-button--m-plain--disabled--BackgroundColor); }
.pf-m-redhat-font .pf-c-button {
--pf-c-button--FontWeight: var(--pf-global--FontWeight--normal); }
/*# sourceMappingURL=RemediationButton.css.map*/
|
packages/remediations/RemediationButton.css
|
.pf-c-table {
--pf-global--Color--100: var(--pf-global--Color--dark-100);
--pf-global--Color--200: var(--pf-global--Color--dark-200);
--pf-global--BorderColor--100: var(--pf-global--BorderColor--dark-100);
--pf-global--primary-color--100: var(--pf-global--primary-color--dark-100);
--pf-global--link--Color: var(--pf-global--link--Color--dark);
--pf-global--link--Color--hover: var(--pf-global--link--Color--dark--hover);
--pf-global--BackgroundColor--100: var(--pf-global--BackgroundColor--light-100); }
.pf-c-table tr > * {
--pf-hidden-visible--visible--Visibility: visible;
--pf-hidden-visible--hidden--Display: none;
--pf-hidden-visible--hidden--Visibility: hidden;
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
display: var(--pf-hidden-visible--Display);
visibility: var(--pf-hidden-visible--Visibility); }
.pf-c-table tr > .pf-m-hidden {
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility); }
@media screen and (min-width: 576px) {
.pf-c-table tr > .pf-m-hidden-on-sm {
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility); }
.pf-c-table tr > .pf-m-visible-on-sm {
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility); } }
@media screen and (min-width: 768px) {
.pf-c-table tr > .pf-m-hidden-on-md {
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility); }
.pf-c-table tr > .pf-m-visible-on-md {
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility); } }
@media screen and (min-width: 992px) {
.pf-c-table tr > .pf-m-hidden-on-lg {
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility); }
.pf-c-table tr > .pf-m-visible-on-lg {
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility); } }
@media screen and (min-width: 1200px) {
.pf-c-table tr > .pf-m-hidden-on-xl {
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility); }
.pf-c-table tr > .pf-m-visible-on-xl {
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility); } }
@media screen and (min-width: 1450px) {
.pf-c-table tr > .pf-m-hidden-on-2xl {
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility); }
.pf-c-table tr > .pf-m-visible-on-2xl {
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility); } }
.pf-c-table {
--pf-c-table--BackgroundColor: var(--pf-global--BackgroundColor--100);
--pf-c-table--BorderColor: var(--pf-global--BorderColor--100);
--pf-c-table--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-table--FontWeight: var(--pf-global--FontWeight--normal);
--pf-c-table-caption--FontSize: var(--pf-global--FontSize--sm);
--pf-c-table-caption--Color: var(--pf-global--Color--200);
--pf-c-table-caption--PaddingTop: var(--pf-global--spacer--md);
--pf-c-table-caption--PaddingRight: var(--pf-global--spacer--lg);
--pf-c-table-caption--md--PaddingRight: var(--pf-global--spacer--md);
--pf-c-table-caption--PaddingBottom: var(--pf-global--spacer--md);
--pf-c-table-caption--PaddingLeft: var(--pf-global--spacer--lg);
--pf-c-table-caption--md--PaddingLeft: var(--pf-global--spacer--md);
--pf-c-table-thead--FontSize: var(--pf-global--FontSize--sm);
--pf-c-table-thead--FontWeight: var(--pf-global--FontWeight--bold);
--pf-c-table-thead-cell--PaddingTop: var(--pf-global--spacer--md);
--pf-c-table-thead-cell--PaddingBottom: var(--pf-global--spacer--md);
--pf-c-table-cell--hidden-visible--Display: table-cell;
--pf-c-table-tbody-cell--PaddingTop: var(--pf-global--spacer--lg);
--pf-c-table-tbody-cell--PaddingBottom: var(--pf-global--spacer--lg);
--pf-c-table-cell--PaddingTop: var(--pf-global--spacer--md);
--pf-c-table-cell--PaddingRight: var(--pf-global--spacer--md);
--pf-c-table-cell--PaddingBottom: var(--pf-global--spacer--md);
--pf-c-table-cell--PaddingLeft: var(--pf-global--spacer--md);
--pf-c-table-cell--FontSize: var(--pf-global--FontSize--md);
--pf-c-table-cell--first-last-child--PaddingLeft: var(--pf-global--spacer--lg);
--pf-c-table-cell--first-last-child--PaddingRight: var(--pf-global--spacer--lg);
--pf-c-table__toggle--c-button--MarginTop: calc(0.375rem * -1);
--pf-c-table__toggle--c-button__toggle-icon--Transform: rotate(270deg);
--pf-c-table__toggle--c-button__toggle-icon--Transition: .2s ease-in 0s;
--pf-c-table__toggle--c-button--m-expanded__toggle-icon--Transform: rotate(360deg);
--pf-c-table--m-compact__toggle--PaddingTop: 0;
--pf-c-table--m-compact__toggle--PaddingBottom: 0;
--pf-c-table__check--input--MarginTop: 0.1875rem;
--pf-c-table__check--input--FontSize: var(--pf-global--FontSize--md);
--pf-c-table__action--PaddingTop: 0;
--pf-c-table__action--PaddingRight: 0;
--pf-c-table__action--PaddingBottom: 0;
--pf-c-table__action--PaddingLeft: 0;
--pf-c-table__inline-edit-action--PaddingTop: 0;
--pf-c-table__inline-edit-action--PaddingRight: 0;
--pf-c-table__inline-edit-action--PaddingBottom: 0;
--pf-c-table__inline-edit-action--PaddingLeft: 0;
--pf-c-table__expandable-row--Transition: var(--pf-global--Transition);
--pf-c-table__expandable-row--before--Width: var(--pf-global--BorderWidth--lg);
--pf-c-table__expandable-row--before--BackgroundColor: var(--pf-global--active-color--100);
--pf-c-table__expandable-row--before--ZIndex: var(--pf-global--ZIndex--sm);
--pf-c-table__expandable-row--before--Top: calc(var(--pf-c-table--BorderWidth) * -1);
--pf-c-table__expandable-row--before--Bottom: calc(var(--pf-c-table--BorderWidth) * -1);
--pf-c-table__expandable-row--MaxHeight: 28.125rem;
--pf-c-table__expandable-row-content--Transition: var(--pf-global--Transition);
--pf-c-table__expandable-row-content--PaddingTop: var(--pf-global--spacer--lg);
--pf-c-table__expandable-row-content--PaddingBottom: var(--pf-global--spacer--lg);
--pf-c-table__sort-indicator--MarginLeft: var(--pf-global--spacer--md);
--pf-c-table__sort-indicator--Color: var(--pf-global--disabled-color--200);
--pf-c-table__sort-indicator--hover--Color: var(--pf-global--Color--100);
--pf-c-table__sort--c-button--Color: var(--pf-global--Color--100);
--pf-c-table__icon-inline--MarginRight: var(--pf-global--spacer--sm);
--pf-c-table--nested--first-last-child--PaddingRight: var(--pf-global--spacer--3xl);
--pf-c-table--nested--first-last-child--PaddingLeft: var(--pf-global--spacer--3xl);
--pf-c-table--m-compact-th--PaddingTop: var(--pf-global--spacer--md);
--pf-c-table--m-compact-th--PaddingBottom: var(--pf-global--spacer--md);
--pf-c-table--m-compact-cell--PaddingTop: var(--pf-global--spacer--sm);
--pf-c-table--m-compact-cell--PaddingRight: var(--pf-global--spacer--sm);
--pf-c-table--m-compact-cell--PaddingBottom: var(--pf-global--spacer--sm);
--pf-c-table--m-compact-cell--PaddingLeft: var(--pf-global--spacer--sm);
--pf-c-table--m-compact-cell--first-last-child--PaddingLeft: var(--pf-global--spacer--lg);
--pf-c-table--m-compact-cell--first-last-child--PaddingRight: var(--pf-global--spacer--lg);
--pf-c-table--m-compact--FontSize: var(--pf-global--FontSize--sm);
--pf-c-table--m-compact__expandable-row-content--PaddingTop: var(--pf-global--spacer--lg);
--pf-c-table--m-compact__expandable-row-content--PaddingRight: var(--pf-global--spacer--lg);
--pf-c-table--m-compact__expandable-row-content--PaddingBottom: var(--pf-global--spacer--lg);
--pf-c-table--m-compact__expandable-row-content--PaddingLeft: var(--pf-global--spacer--lg);
--pf-c-table__compound-expansion-toggle--BorderTop--BorderWidth: var(--pf-global--BorderWidth--lg);
--pf-c-table__compound-expansion-toggle--BorderTop--BorderColor: var(--pf-global--primary-color--100);
--pf-c-table__compound-expansion-toggle--BorderRight--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-table__compound-expansion-toggle--BorderLeft--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-table__compound-expansion-toggle--BorderRight--BorderColor: var(--pf-global--BorderColor--100);
--pf-c-table__compound-expansion-toggle--BorderLeft--BorderColor: var(--pf-global--BorderColor--100);
--pf-c-table__compound-expansion-toggle--BorderBottom--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-table__compound-expansion-toggle--BorderBottom--BorderColor: var(--pf-global--BackgroundColor--light-100);
--pf-c-table__expandable-row--m-expanded--BoxShadow: var(--pf-global--BoxShadow--md-bottom);
--pf-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-global--BackgroundColor--light-100);
--pf-c-table__sort--sorted--Color: var(--pf-global--active-color--100);
color: var(--pf-global--Color--100);
width: 100%;
background-color: var(--pf-c-table--BackgroundColor); }
@media screen and (max-width: 768px) {
.pf-c-table {
--pf-c-table-caption--PaddingRight: var(--pf-c-table-caption--md--PaddingRight);
--pf-c-table-caption--PaddingLeft: var(--pf-c-table-caption--md--PaddingLeft); } }
.pf-c-table td {
word-break: break-word; }
.pf-c-table tr:not(.pf-c-table__expandable-row) {
height: 1px;
border-bottom: var(--pf-c-table--BorderWidth) solid var(--pf-c-table--BorderColor); }
.pf-c-table tr:not(.pf-c-table__expandable-row).pf-m-height-auto {
height: auto; }
.pf-c-table tr > * {
--pf-hidden-visible--visible--Display: var(--pf-c-table-cell--hidden-visible--Display);
position: relative;
height: inherit;
padding: var(--pf-c-table-cell--PaddingTop) var(--pf-c-table-cell--PaddingRight) var(--pf-c-table-cell--PaddingBottom) var(--pf-c-table-cell--PaddingLeft);
font-size: var(--pf-c-table-cell--FontSize);
font-weight: var(--pf-c-table--FontWeight);
vertical-align: baseline; }
.pf-c-table tr > *:first-child {
--pf-c-table-cell--PaddingLeft: var(--pf-c-table-cell--first-last-child--PaddingLeft); }
.pf-c-table tr > *:last-child {
--pf-c-table-cell--PaddingRight: var(--pf-c-table-cell--first-last-child--PaddingRight); }
.pf-c-table tr > *.pf-m-center {
text-align: center; }
.pf-c-table caption {
padding-top: var(--pf-c-table-caption--PaddingTop);
padding-bottom: var(--pf-c-table-caption--PaddingBottom);
padding-left: var(--pf-c-table-caption--PaddingLeft);
font-size: var(--pf-c-table-caption--FontSize);
color: var(--pf-c-table-caption--Color);
text-align: left;
background-color: var(--pf-c-table--BackgroundColor); }
.pf-c-table thead {
--pf-c-table-cell--PaddingTop: var(--pf-c-table-thead-cell--PaddingTop);
--pf-c-table-cell--PaddingBottom: var(--pf-c-table-thead-cell--PaddingBottom);
--pf-c-table-cell--FontSize: var(--pf-c-table-thead--FontSize);
--pf-c-table--FontWeight: var(--pf-c-table-thead--FontWeight);
white-space: nowrap;
vertical-align: top; }
.pf-c-table tbody {
--pf-c-table-cell--PaddingTop: var(--pf-c-table-tbody-cell--PaddingTop);
--pf-c-table-cell--PaddingBottom: var(--pf-c-table-tbody-cell--PaddingBottom); }
.pf-c-table tbody > tr > :first-child::before {
position: absolute;
top: var(--pf-c-table__expandable-row--before--Top);
bottom: var(--pf-c-table__expandable-row--before--Bottom);
left: 0;
width: var(--pf-c-table__expandable-row--before--Width);
content: "";
background-color: transparent; }
.pf-c-table tbody.pf-m-expanded > tr > :not(th):first-child::before {
background-color: var(--pf-c-table__expandable-row--before--BackgroundColor); }
.pf-c-table .pf-c-table__sort, .pf-c-table .pf-c-table__sort:first-child, .pf-c-table .pf-c-table__sort:last-child,
.pf-c-table .pf-c-table__compound-expansion-toggle,
.pf-c-table .pf-c-table__compound-expansion-toggle:first-child,
.pf-c-table .pf-c-table__compound-expansion-toggle:last-child {
padding: 0; }
.pf-c-table .pf-c-table__sort .pf-c-button,
.pf-c-table .pf-c-table__compound-expansion-toggle .pf-c-button {
width: 100%;
padding: var(--pf-c-table-cell--PaddingTop) var(--pf-c-table-cell--PaddingRight) var(--pf-c-table-cell--PaddingBottom) var(--pf-c-table-cell--PaddingLeft);
font-size: inherit;
font-weight: inherit;
text-align: left; }
.pf-c-table .pf-c-table__toggle,
.pf-c-table .pf-c-table__check,
.pf-c-table .pf-c-table__action,
.pf-c-table .pf-c-table__inline-edit-action {
--pf-c-table-cell--PaddingBottom: 0;
width: 1%; }
.pf-c-table__toggle {
--pf-c-table-cell--PaddingRight: 0;
--pf-c-table-cell--PaddingLeft: 0;
vertical-align: top; }
.pf-c-table__toggle .pf-c-button {
margin-top: var(--pf-c-table__toggle--c-button--MarginTop); }
.pf-c-table__toggle .pf-c-button > * {
transition: var(--pf-c-table__toggle--c-button__toggle-icon--Transition);
transform: var(--pf-c-table__toggle--c-button__toggle-icon--Transform); }
.pf-c-table__toggle .pf-c-button.pf-m-expanded > * {
transform: var(--pf-c-table__toggle--c-button--m-expanded__toggle-icon--Transform); }
.pf-c-table__toggle svg {
pointer-events: none; }
.pf-c-table__check {
vertical-align: top;
--pf-c-table-cell--FontSize: var(--pf-c-table__check--input--FontSize); }
.pf-c-table__check > * {
margin-top: var(--pf-c-table__check--input--MarginTop);
vertical-align: top; }
.pf-c-table__action,
.pf-c-table__inline-edit-action {
--pf-c-table-cell--PaddingTop: 0;
--pf-c-table-cell--PaddingRight: var(--pf-c-table__action--PaddingRight);
--pf-c-table-cell--PaddingBottom: 0;
--pf-c-table-cell--PaddingLeft: var(--pf-c-table__action--PaddingLeft);
padding-top: 0;
padding-bottom: 0;
vertical-align: middle; }
.pf-c-table__inline-edit-action {
--pf-c-table-cell--PaddingLeft: 0;
--pf-c-table-cell--PaddingRight: 0;
text-align: right; }
.pf-c-table__compound-expansion-toggle {
position: relative; }
.pf-c-table__compound-expansion-toggle.pf-m-expanded {
border-bottom: var(--pf-c-table__compound-expansion-toggle--BorderBottom--BorderWidth) solid var(--pf-c-table__compound-expansion-toggle--BorderBottom--BorderColor); }
.pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::before, .pf-c-table__compound-expansion-toggle:hover .pf-c-button::before {
position: absolute;
top: calc(var(--pf-c-table--BorderWidth) * -1);
right: 0;
left: 0;
content: "";
border-top: var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderWidth) solid var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderColor); }
.pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::after, .pf-c-table__compound-expansion-toggle:hover .pf-c-button::after {
bottom: calc(var(--pf-c-table--BorderWidth) * -1);
border-right: var(--pf-c-table__compound-expansion-toggle--BorderRight--BorderWidth) solid var(--pf-c-table__compound-expansion-toggle--BorderRight--BorderColor);
border-left: var(--pf-c-table__compound-expansion-toggle--BorderLeft--BorderWidth) solid var(--pf-c-table__compound-expansion-toggle--BorderLeft--BorderColor); }
.pf-c-table__compound-expansion-toggle .pf-c-button {
--pf-c-button--BorderRadius: 0;
position: static; }
.pf-c-table__sort .pf-c-button.pf-m-plain {
color: var(--pf-c-table__sort--c-button--Color); }
.pf-c-table__sort.pf-m-selected .pf-c-button,
.pf-c-table__sort.pf-m-selected .pf-c-table__sort-indicator {
color: var(--pf-c-table__sort--sorted--Color); }
.pf-c-table__sort:not(.pf-m-selected):hover .pf-c-table__sort-indicator {
color: var(--pf-c-table__sort-indicator--hover--Color); }
.pf-c-table__sort-indicator {
margin-left: var(--pf-c-table__sort-indicator--MarginLeft);
line-height: 1;
color: var(--pf-c-table__sort-indicator--Color);
pointer-events: none; }
.pf-c-table__expandable-row {
--pf-c-table-cell--PaddingTop: 0;
--pf-c-table-cell--PaddingBottom: 0;
position: relative;
border-bottom: 0 solid transparent;
box-shadow: 0 0 0 0 transparent; }
.pf-c-table__expandable-row,
.pf-c-table__expandable-row td:first-child::before {
transition: var(--pf-c-table__expandable-row--Transition); }
.pf-c-table__expandable-row td.pf-m-no-padding {
padding: 0 0 0 var(--pf-c-table__expandable-row--before--Width); }
.pf-c-table__expandable-row td.pf-m-no-padding .pf-c-table__expandable-row-content {
padding: 0; }
.pf-c-table__expandable-row .pf-c-table__expandable-row-content {
padding-top: var(--pf-c-table__expandable-row-content--PaddingTop);
padding-bottom: var(--pf-c-table__expandable-row-content--PaddingBottom); }
.pf-c-table__expandable-row.pf-m-expanded {
border-bottom-color: var(--pf-c-table__expandable-row--m-expanded--BorderBottomColor);
border-bottom-width: var(--pf-c-table--BorderWidth);
box-shadow: var(--pf-c-table__expandable-row--m-expanded--BoxShadow); }
.pf-c-table__expandable-row:not(.pf-m-expanded) {
display: none;
visibility: hidden; }
.pf-c-table .pf-c-table tr > *:first-child {
--pf-c-table-cell--PaddingLeft: var(--pf-c-table--nested--first-last-child--PaddingLeft); }
.pf-c-table .pf-c-table tr > *:last-child {
--pf-c-table-cell--PaddingRight: var(--pf-c-table--nested--first-last-child--PaddingRight); }
.pf-c-table.pf-m-compact {
--pf-c-table-cell--FontSize: var(--pf-c-table--m-compact--FontSize); }
.pf-c-table.pf-m-compact.pf-m-no-border-rows:not(.pf-m-expandable) tbody {
--pf-c-table--BorderWidth: 0;
--pf-c-table--BorderColor: transparent; }
.pf-c-table.pf-m-compact.pf-m-no-border-rows:not(.pf-m-expandable) tbody tr:first-child > * {
--pf-c-table-cell--PaddingTop: calc(var(--pf-c-table--m-compact-cell--PaddingTop) * 2); }
.pf-c-table.pf-m-compact.pf-m-no-border-rows:not(.pf-m-expandable) tbody tr:last-child > * {
--pf-c-table-cell--PaddingBottom: calc(var(--pf-c-table--m-compact-cell--PaddingBottom) * 2); }
.pf-c-table.pf-m-compact tr {
--pf-c-table-cell--PaddingLeft: var(--pf-c-table--m-compact-cell--PaddingLeft);
--pf-c-table-cell--PaddingRight: var(--pf-c-table--m-compact-cell--PaddingRight); }
.pf-c-table.pf-m-compact tr:not(.pf-c-table__expandable-row) {
--pf-c-table-cell--FontSize: var(--pf-c-table--m-compact--FontSize);
--pf-c-table-cell--PaddingTop: var(--pf-c-table--m-compact-cell--PaddingTop);
--pf-c-table-cell--PaddingBottom: var(--pf-c-table--m-compact-cell--PaddingBottom); }
.pf-c-table.pf-m-compact tr:not(.pf-c-table__expandable-row) > *:first-child {
--pf-c-table-cell--PaddingLeft: var(--pf-c-table--m-compact-cell--first-last-child--PaddingLeft); }
.pf-c-table.pf-m-compact tr:not(.pf-c-table__expandable-row) > *:last-child {
--pf-c-table-cell--PaddingRight: var(--pf-c-table--m-compact-cell--first-last-child--PaddingRight); }
.pf-c-table.pf-m-compact thead {
--pf-c-table--m-compact-cell--PaddingTop: var(--pf-c-table--m-compact-th--PaddingTop);
--pf-c-table--m-compact-cell--PaddingBottom: var(--pf-c-table--m-compact-th--PaddingBottom); }
.pf-c-table.pf-m-compact .pf-c-table__action {
--pf-c-table-cell--PaddingTop: var(--pf-c-table__action--PaddingTop);
--pf-c-table-cell--PaddingBottom: var(--pf-c-table__action--PaddingBottom);
--pf-c-table-cell--PaddingLeft: var(--pf-c-table__action--PaddingLeft); }
.pf-c-table.pf-m-compact .pf-c-table__toggle {
--pf-c-table-cell--PaddingTop: var(--pf-c-table--m-compact__toggle--PaddingTop);
--pf-c-table-cell--PaddingBottom: var(--pf-c-table--m-compact__toggle--PaddingBottom); }
.pf-c-table.pf-m-compact .pf-c-table__icon {
text-align: center; }
.pf-c-table .pf-c-table.pf-m-compact tr > *:first-child {
--pf-c-table-cell--PaddingLeft: var(--pf-c-table--nested--first-last-child--PaddingLeft); }
.pf-c-table .pf-c-table.pf-m-compact tr > *:last-child {
--pf-c-table-cell--PaddingRight: var(--pf-c-table--nested--first-last-child--PaddingRight); }
.pf-c-table.pf-m-compact .pf-c-table__expandable-row-content {
--pf-c-table__expandable-row-content--PaddingTop: var(--pf-c-table--m-compact__expandable-row-content--PaddingTop);
--pf-c-table__expandable-row-content--PaddingBottom: var(--pf-c-table--m-compact__expandable-row-content--PaddingBottom); }
.pf-c-table__icon-inline {
display: flex;
align-items: center; }
.pf-c-table__icon-inline > :not(:last-child) {
margin-right: var(--pf-c-table__icon-inline--MarginRight); }
.pf-c-table .pf-m-fit-content {
width: 1%;
white-space: nowrap; }
.pf-c-table .pf-m-wrap {
white-space: normal; }
.pf-c-table [class*="pf-m-width-"] {
table-layout: fixed; }
.pf-c-table .pf-m-width-10 {
width: 10%; }
.pf-c-table .pf-m-width-15 {
width: 15%; }
.pf-c-table .pf-m-width-20 {
width: 20%; }
.pf-c-table .pf-m-width-25 {
width: 25%; }
.pf-c-table .pf-m-width-30 {
width: 30%; }
.pf-c-table .pf-m-width-35 {
width: 35%; }
.pf-c-table .pf-m-width-40 {
width: 40%; }
.pf-c-table .pf-m-width-45 {
width: 45%; }
.pf-c-table .pf-m-width-50 {
width: 50%; }
.pf-c-table .pf-m-width-60 {
width: 60%; }
.pf-c-table .pf-m-width-70 {
width: 70%; }
.pf-c-table .pf-m-width-80 {
width: 80%; }
.pf-c-table .pf-m-width-90 {
width: 90%; }
.pf-c-table .pf-m-width-max {
width: 100%; }
.pf-c-table[class*="pf-m-grid"] {
--pf-c-table--responsive--BorderColor: var(--pf-global--BorderColor--300);
--pf-c-table-tbody--responsive--MarginTop: var(--pf-global--spacer--xs);
--pf-c-table-tbody--m-expanded--before--Top: var(--pf-global--spacer--sm);
--pf-c-table-tbody--responsive--BorderWidth: var(--pf-global--spacer--sm);
--pf-c-table-tr--responsive--BorderWidth: var(--pf-global--spacer--sm);
--pf-c-table-tr--responsive--last-child--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-table-tr--responsive--GridColumnGap: var(--pf-global--spacer--md);
--pf-c-table-tr--responsive--MarginTop: var(--pf-global--spacer--sm);
--pf-c-table-tr--responsive--PaddingTop: var(--pf-global--spacer--md);
--pf-c-table-tr--responsive--PaddingRight: var(--pf-global--spacer--lg);
--pf-c-table-tr--responsive--md--PaddingRight: var(--pf-global--spacer--md);
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-global--spacer--md);
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-global--spacer--lg);
--pf-c-table-tr--responsive--md--PaddingLeft: var(--pf-global--spacer--md);
--pf-c-table-tr--responsive--nested-table--PaddingTop: var(--pf-global--spacer--xl);
--pf-c-table-tr--responsive--nested-table--PaddingRight: var(--pf-global--spacer--lg);
--pf-c-table-tr--responsive--nested-table--PaddingBottom: var(--pf-global--spacer--xl);
--pf-c-table-tr--responsive--nested-table--PaddingLeft: var(--pf-global--spacer--lg);
--pf-c-table-cell--m-grid--hidden-visible--Display: grid;
--pf-c-table-td--responsive--GridColumnGap: var(--pf-global--spacer--md);
--pf-c-table-cell--responsive--PaddingTop: var(--pf-global--spacer--md);
--pf-c-table-cell--responsive--PaddingBottom: var(--pf-global--spacer--sm);
--pf-c-table-cell-th--responsive--PaddingTop: var(--pf-global--spacer--sm);
--pf-c-table-cell--responsive--PaddingRight: 0;
--pf-c-table-cell--responsive--PaddingLeft: 0;
--pf-c-table--m-compact-tr-td--responsive--PaddingTop: var(--pf-global--spacer--sm);
--pf-c-table--m-compact-tr-td--responsive--PaddingBottom: var(--pf-global--spacer--sm);
--pf-c-table__expandable-row-content--responsive--PaddingRight: var(--pf-global--spacer--lg);
--pf-c-table__expandable-row-content--responsive--PaddingLeft: var(--pf-global--spacer--lg);
--pf-c-table__expandable-row-content--BackgroundColor: var(--pf-global--BackgroundColor--100);
--pf-c-table__check--responsive--MarginLeft: var(--pf-global--spacer--sm);
--pf-c-table__check--responsive--MarginTop: 0.375rem;
--pf-c-table__action--responsive--MarginLeft: var(--pf-global--spacer--xl);
--pf-c-table__toggle__icon--Transition: .2s ease-in 0s;
--pf-c-table__toggle--m-expanded__icon--Transform: rotate(180deg); }
@media screen and (max-width: 768px) {
.pf-c-table[class*="pf-m-grid"] {
--pf-c-table-tr--responsive--PaddingRight: var(--pf-c-table-tr--responsive--md--PaddingRight);
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-c-table-tr--responsive--md--PaddingLeft); } }
.pf-m-grid.pf-c-table {
display: grid;
border: none; }
.pf-m-grid.pf-c-table thead {
display: none;
visibility: hidden; }
.pf-m-grid.pf-c-table tbody {
display: block; }
.pf-m-grid.pf-c-table tbody:first-of-type {
border-top: var(--pf-c-table-tbody--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid.pf-c-table table.pf-m-compact > tbody {
border-top: 0; }
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) {
border-bottom: var(--pf-c-table-tr--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid.pf-c-table tr:last-child,
.pf-m-grid.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderWidth); }
.pf-m-grid.pf-c-table tbody.pf-m-expanded {
border-bottom: var(--pf-c-table--BorderWidth) solid var(--pf-c-table--BorderColor); }
.pf-m-grid.pf-c-table tbody.pf-m-expanded tr:not(.pf-c-table__expandable-row) {
border-bottom: 0; }
.pf-m-grid.pf-c-table tbody.pf-m-expanded:not(:last-of-type) {
border-bottom: var(--pf-c-table-tbody--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) {
display: grid;
grid-template-columns: 1fr;
height: auto;
grid-auto-columns: max-content;
grid-column-gap: var(--pf-c-table-tr--responsive--GridColumnGap);
padding: var(--pf-c-table-tr--responsive--PaddingTop) var(--pf-c-table-tr--responsive--PaddingRight) var(--pf-c-table-tr--responsive--PaddingBottom) var(--pf-c-table-tr--responsive--PaddingLeft); }
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) > * {
padding: var(--pf-c-table-cell--responsive--PaddingTop) var(--pf-c-table-cell--responsive--PaddingRight) var(--pf-c-table-cell--responsive--PaddingBottom) var(--pf-c-table-cell--responsive--PaddingLeft); }
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) th {
padding-top: var(--pf-c-table-cell-th--responsive--PaddingTop); }
.pf-m-grid.pf-c-table td.pf-c-table__compound-expansion-toggle .pf-c-button,
.pf-m-grid.pf-c-table th.pf-c-table__compound-expansion-toggle .pf-c-button {
min-height: 0; }
.pf-m-grid.pf-c-table .pf-c-table.pf-m-compact tr > * {
padding-top: var(--pf-c-table--m-compact-tr-td--responsive--PaddingTop);
padding-bottom: var(--pf-c-table--m-compact-tr-td--responsive--PaddingBottom); }
.pf-m-grid.pf-c-table .pf-c-table__icon > * {
text-align: left; }
.pf-m-grid.pf-c-table [data-label] {
--pf-c-table-cell--hidden-visible--Display: var(--pf-c-table-cell--m-grid--hidden-visible--Display);
grid-column: 1;
grid-column-gap: var(--pf-c-table-td--responsive--GridColumnGap);
align-items: start; }
@media screen and (min-width: 0) {
.pf-m-grid.pf-c-table [data-label] {
grid-template-columns: 1fr 1.5fr;
grid-column: 1; } }
@media screen and (min-width: 0) {
.pf-m-grid.pf-c-table [data-label] > * {
grid-column: 2; } }
.pf-m-grid.pf-c-table [data-label]::before {
font-weight: bold;
text-align: left;
content: attr(data-label); }
.pf-m-grid.pf-c-table tr > *:first-child {
--pf-c-table-cell--PaddingLeft: 0; }
.pf-m-grid.pf-c-table tr > *:last-child {
--pf-c-table-cell--PaddingRight: 0; }
.pf-m-grid.pf-c-table .pf-c-table {
--pf-c-table-tr--responsive--PaddingTop: var(--pf-c-table-tr--responsive--nested-table--PaddingTop);
--pf-c-table-tr--responsive--PaddingRight: var(--pf-c-table-tr--responsive--nested-table--PaddingRight);
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-c-table-tr--responsive--nested-table--PaddingBottom);
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-c-table-tr--responsive--nested-table--PaddingLeft);
border: 0; }
.pf-m-grid.pf-c-table .pf-c-table tr:not(.pf-c-table__expandable-row) + tr:not(.pf-c-table__expandable-row) {
--pf-c-table-tr--responsive--PaddingTop: 0; }
.pf-m-grid.pf-c-table .pf-c-table__compound-expansion-toggle::before {
position: static;
border: 0; }
.pf-m-grid.pf-c-table .pf-c-table__compound-expansion-toggle::after {
top: auto;
right: 0;
left: 0; }
.pf-m-grid.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded::after {
border-bottom: var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderWidth) solid var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderColor); }
.pf-m-grid.pf-c-table .pf-c-table__compound-expansion-toggle .pf-c-button {
padding: 0; }
.pf-m-grid.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::after,
.pf-m-grid.pf-c-table .pf-c-table__compound-expansion-toggle:hover .pf-c-button::after {
border-right: 0;
border-left: 0; }
.pf-m-grid.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::before,
.pf-m-grid.pf-c-table .pf-c-table__compound-expansion-toggle:hover .pf-c-button::before {
top: auto;
bottom: 0; }
.pf-m-grid.pf-c-table tbody {
position: relative; }
.pf-m-grid.pf-c-table tbody::after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: var(--pf-c-table__expandable-row--before--Width);
content: ""; }
.pf-m-grid.pf-c-table tbody.pf-m-expanded::after {
background-color: var(--pf-c-table__expandable-row--before--BackgroundColor); }
.pf-m-grid.pf-c-table tbody > tr > :first-child:not(.pf-c-table__check)::before {
position: static;
width: auto;
background-color: transparent; }
.pf-m-grid.pf-c-table .pf-c-table__expandable-row {
--pf-c-table-cell--responsive--PaddingTop: 0;
--pf-c-table-cell--responsive--PaddingRight: 0;
--pf-c-table-cell--responsive--PaddingBottom: 0;
--pf-c-table-cell--responsive--PaddingLeft: 0;
--pf-c-table-cell--PaddingRight: 0;
--pf-c-table-cell--PaddingLeft: 0;
display: block;
max-height: var(--pf-c-table__expandable-row--MaxHeight);
overflow-y: auto;
border-bottom: none;
box-shadow: none; }
.pf-m-grid.pf-c-table .pf-c-table__expandable-row > * {
position: static;
display: block; }
.pf-m-grid.pf-c-table .pf-c-table__expandable-row.pf-m-expanded {
border-top-color: var(--pf-c-table--BorderColor); }
.pf-m-grid.pf-c-table .pf-c-table__expandable-row td:first-child:not(.pf-c-table__check)::before {
display: none;
visibility: hidden; }
.pf-m-grid.pf-c-table .pf-c-table__expandable-row td.pf-m-no-padding .pf-c-table__expandable-row-content {
padding: 0; }
.pf-m-grid.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
display: none;
visibility: hidden; }
.pf-m-grid.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
padding-left: var(--pf-c-table__expandable-row-content--responsive--PaddingLeft); }
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
width: auto;
padding: 0; }
.pf-m-grid.pf-c-table .pf-c-table__toggle {
grid-row-start: 20;
grid-column: -1;
justify-self: end;
padding-right: 0; }
.pf-m-grid.pf-c-table .pf-c-table__check {
margin-top: var(--pf-c-table__check--responsive--MarginTop);
margin-left: var(--pf-c-table__check--responsive--MarginLeft);
grid-row-start: 1;
grid-column-start: 2; }
.pf-m-grid.pf-c-table .pf-c-table__check ~ .pf-c-table__action {
margin-left: var(--pf-c-table__action--responsive--MarginLeft); }
.pf-m-grid.pf-c-table .pf-c-table__action {
grid-row-start: 1;
grid-column-start: 2;
text-align: right; }
@media screen and (max-width: 576px) {
.pf-m-grid.pf-c-table .pf-c-table__action {
grid-row-start: 1;
grid-column-start: 2;
margin-left: 0; } }
.pf-m-grid.pf-c-table .pf-c-table__inline-edit-action {
grid-column: 2;
grid-row: 2; }
.pf-m-grid.pf-c-table .pf-c-table__toggle .pf-c-button > * {
transition: var(--pf-c-table__toggle__icon--Transition); }
.pf-m-grid.pf-c-table .pf-c-table__toggle .pf-c-button.pf-m-expanded > * {
transform: var(--pf-c-table__toggle--m-expanded__icon--Transform); }
.pf-m-grid.pf-c-table .pf-m-fit-content {
width: auto;
white-space: normal; }
@media screen and (max-width: 768px) {
.pf-m-grid-md.pf-c-table {
display: grid;
border: none; }
.pf-m-grid-md.pf-c-table thead {
display: none;
visibility: hidden; }
.pf-m-grid-md.pf-c-table tbody {
display: block; }
.pf-m-grid-md.pf-c-table tbody:first-of-type {
border-top: var(--pf-c-table-tbody--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-md.pf-c-table table.pf-m-compact > tbody {
border-top: 0; }
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) {
border-bottom: var(--pf-c-table-tr--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-md.pf-c-table tr:last-child,
.pf-m-grid-md.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderWidth); }
.pf-m-grid-md.pf-c-table tbody.pf-m-expanded {
border-bottom: var(--pf-c-table--BorderWidth) solid var(--pf-c-table--BorderColor); }
.pf-m-grid-md.pf-c-table tbody.pf-m-expanded tr:not(.pf-c-table__expandable-row) {
border-bottom: 0; }
.pf-m-grid-md.pf-c-table tbody.pf-m-expanded:not(:last-of-type) {
border-bottom: var(--pf-c-table-tbody--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) {
display: grid;
grid-template-columns: 1fr;
height: auto;
grid-auto-columns: max-content;
grid-column-gap: var(--pf-c-table-tr--responsive--GridColumnGap);
padding: var(--pf-c-table-tr--responsive--PaddingTop) var(--pf-c-table-tr--responsive--PaddingRight) var(--pf-c-table-tr--responsive--PaddingBottom) var(--pf-c-table-tr--responsive--PaddingLeft); }
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) > * {
padding: var(--pf-c-table-cell--responsive--PaddingTop) var(--pf-c-table-cell--responsive--PaddingRight) var(--pf-c-table-cell--responsive--PaddingBottom) var(--pf-c-table-cell--responsive--PaddingLeft); }
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) th {
padding-top: var(--pf-c-table-cell-th--responsive--PaddingTop); }
.pf-m-grid-md.pf-c-table td.pf-c-table__compound-expansion-toggle .pf-c-button,
.pf-m-grid-md.pf-c-table th.pf-c-table__compound-expansion-toggle .pf-c-button {
min-height: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table.pf-m-compact tr > * {
padding-top: var(--pf-c-table--m-compact-tr-td--responsive--PaddingTop);
padding-bottom: var(--pf-c-table--m-compact-tr-td--responsive--PaddingBottom); }
.pf-m-grid-md.pf-c-table .pf-c-table__icon > * {
text-align: left; }
.pf-m-grid-md.pf-c-table [data-label] {
--pf-c-table-cell--hidden-visible--Display: var(--pf-c-table-cell--m-grid--hidden-visible--Display);
grid-column: 1;
grid-column-gap: var(--pf-c-table-td--responsive--GridColumnGap);
align-items: start; } }
@media screen and (max-width: 768px) and (min-width: 0) {
.pf-m-grid-md.pf-c-table [data-label] {
grid-template-columns: 1fr 1.5fr;
grid-column: 1; } }
@media screen and (max-width: 768px) and (min-width: 0) {
.pf-m-grid-md.pf-c-table [data-label] > * {
grid-column: 2; } }
@media screen and (max-width: 768px) {
.pf-m-grid-md.pf-c-table [data-label]::before {
font-weight: bold;
text-align: left;
content: attr(data-label); }
.pf-m-grid-md.pf-c-table tr > *:first-child {
--pf-c-table-cell--PaddingLeft: 0; }
.pf-m-grid-md.pf-c-table tr > *:last-child {
--pf-c-table-cell--PaddingRight: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table {
--pf-c-table-tr--responsive--PaddingTop: var(--pf-c-table-tr--responsive--nested-table--PaddingTop);
--pf-c-table-tr--responsive--PaddingRight: var(--pf-c-table-tr--responsive--nested-table--PaddingRight);
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-c-table-tr--responsive--nested-table--PaddingBottom);
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-c-table-tr--responsive--nested-table--PaddingLeft);
border: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table tr:not(.pf-c-table__expandable-row) + tr:not(.pf-c-table__expandable-row) {
--pf-c-table-tr--responsive--PaddingTop: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table__compound-expansion-toggle::before {
position: static;
border: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table__compound-expansion-toggle::after {
top: auto;
right: 0;
left: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded::after {
border-bottom: var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderWidth) solid var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderColor); }
.pf-m-grid-md.pf-c-table .pf-c-table__compound-expansion-toggle .pf-c-button {
padding: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::after,
.pf-m-grid-md.pf-c-table .pf-c-table__compound-expansion-toggle:hover .pf-c-button::after {
border-right: 0;
border-left: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::before,
.pf-m-grid-md.pf-c-table .pf-c-table__compound-expansion-toggle:hover .pf-c-button::before {
top: auto;
bottom: 0; }
.pf-m-grid-md.pf-c-table tbody {
position: relative; }
.pf-m-grid-md.pf-c-table tbody::after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: var(--pf-c-table__expandable-row--before--Width);
content: ""; }
.pf-m-grid-md.pf-c-table tbody.pf-m-expanded::after {
background-color: var(--pf-c-table__expandable-row--before--BackgroundColor); }
.pf-m-grid-md.pf-c-table tbody > tr > :first-child:not(.pf-c-table__check)::before {
position: static;
width: auto;
background-color: transparent; }
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row {
--pf-c-table-cell--responsive--PaddingTop: 0;
--pf-c-table-cell--responsive--PaddingRight: 0;
--pf-c-table-cell--responsive--PaddingBottom: 0;
--pf-c-table-cell--responsive--PaddingLeft: 0;
--pf-c-table-cell--PaddingRight: 0;
--pf-c-table-cell--PaddingLeft: 0;
display: block;
max-height: var(--pf-c-table__expandable-row--MaxHeight);
overflow-y: auto;
border-bottom: none;
box-shadow: none; }
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row > * {
position: static;
display: block; }
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row.pf-m-expanded {
border-top-color: var(--pf-c-table--BorderColor); }
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row td:first-child:not(.pf-c-table__check)::before {
display: none;
visibility: hidden; }
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row td.pf-m-no-padding .pf-c-table__expandable-row-content {
padding: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
display: none;
visibility: hidden; }
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
padding-left: var(--pf-c-table__expandable-row-content--responsive--PaddingLeft); }
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
width: auto;
padding: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table__toggle {
grid-row-start: 20;
grid-column: -1;
justify-self: end;
padding-right: 0; }
.pf-m-grid-md.pf-c-table .pf-c-table__check {
margin-top: var(--pf-c-table__check--responsive--MarginTop);
margin-left: var(--pf-c-table__check--responsive--MarginLeft);
grid-row-start: 1;
grid-column-start: 2; }
.pf-m-grid-md.pf-c-table .pf-c-table__check ~ .pf-c-table__action {
margin-left: var(--pf-c-table__action--responsive--MarginLeft); }
.pf-m-grid-md.pf-c-table .pf-c-table__action {
grid-row-start: 1;
grid-column-start: 2;
text-align: right; } }
@media screen and (max-width: 768px) and (max-width: 576px) {
.pf-m-grid-md.pf-c-table .pf-c-table__action {
grid-row-start: 1;
grid-column-start: 2;
margin-left: 0; } }
@media screen and (max-width: 768px) {
.pf-m-grid-md.pf-c-table .pf-c-table__inline-edit-action {
grid-column: 2;
grid-row: 2; }
.pf-m-grid-md.pf-c-table .pf-c-table__toggle .pf-c-button > * {
transition: var(--pf-c-table__toggle__icon--Transition); }
.pf-m-grid-md.pf-c-table .pf-c-table__toggle .pf-c-button.pf-m-expanded > * {
transform: var(--pf-c-table__toggle--m-expanded__icon--Transform); }
.pf-m-grid-md.pf-c-table .pf-m-fit-content {
width: auto;
white-space: normal; } }
@media screen and (max-width: 992px) {
.pf-m-grid-lg.pf-c-table {
display: grid;
border: none; }
.pf-m-grid-lg.pf-c-table thead {
display: none;
visibility: hidden; }
.pf-m-grid-lg.pf-c-table tbody {
display: block; }
.pf-m-grid-lg.pf-c-table tbody:first-of-type {
border-top: var(--pf-c-table-tbody--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-lg.pf-c-table table.pf-m-compact > tbody {
border-top: 0; }
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) {
border-bottom: var(--pf-c-table-tr--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-lg.pf-c-table tr:last-child,
.pf-m-grid-lg.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderWidth); }
.pf-m-grid-lg.pf-c-table tbody.pf-m-expanded {
border-bottom: var(--pf-c-table--BorderWidth) solid var(--pf-c-table--BorderColor); }
.pf-m-grid-lg.pf-c-table tbody.pf-m-expanded tr:not(.pf-c-table__expandable-row) {
border-bottom: 0; }
.pf-m-grid-lg.pf-c-table tbody.pf-m-expanded:not(:last-of-type) {
border-bottom: var(--pf-c-table-tbody--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) {
display: grid;
grid-template-columns: 1fr;
height: auto;
grid-auto-columns: max-content;
grid-column-gap: var(--pf-c-table-tr--responsive--GridColumnGap);
padding: var(--pf-c-table-tr--responsive--PaddingTop) var(--pf-c-table-tr--responsive--PaddingRight) var(--pf-c-table-tr--responsive--PaddingBottom) var(--pf-c-table-tr--responsive--PaddingLeft); }
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) > * {
padding: var(--pf-c-table-cell--responsive--PaddingTop) var(--pf-c-table-cell--responsive--PaddingRight) var(--pf-c-table-cell--responsive--PaddingBottom) var(--pf-c-table-cell--responsive--PaddingLeft); }
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) th {
padding-top: var(--pf-c-table-cell-th--responsive--PaddingTop); }
.pf-m-grid-lg.pf-c-table td.pf-c-table__compound-expansion-toggle .pf-c-button,
.pf-m-grid-lg.pf-c-table th.pf-c-table__compound-expansion-toggle .pf-c-button {
min-height: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table.pf-m-compact tr > * {
padding-top: var(--pf-c-table--m-compact-tr-td--responsive--PaddingTop);
padding-bottom: var(--pf-c-table--m-compact-tr-td--responsive--PaddingBottom); }
.pf-m-grid-lg.pf-c-table .pf-c-table__icon > * {
text-align: left; }
.pf-m-grid-lg.pf-c-table [data-label] {
--pf-c-table-cell--hidden-visible--Display: var(--pf-c-table-cell--m-grid--hidden-visible--Display);
grid-column: 1;
grid-column-gap: var(--pf-c-table-td--responsive--GridColumnGap);
align-items: start; } }
@media screen and (max-width: 992px) and (min-width: 0) {
.pf-m-grid-lg.pf-c-table [data-label] {
grid-template-columns: 1fr 1.5fr;
grid-column: 1; } }
@media screen and (max-width: 992px) and (min-width: 0) {
.pf-m-grid-lg.pf-c-table [data-label] > * {
grid-column: 2; } }
@media screen and (max-width: 992px) {
.pf-m-grid-lg.pf-c-table [data-label]::before {
font-weight: bold;
text-align: left;
content: attr(data-label); }
.pf-m-grid-lg.pf-c-table tr > *:first-child {
--pf-c-table-cell--PaddingLeft: 0; }
.pf-m-grid-lg.pf-c-table tr > *:last-child {
--pf-c-table-cell--PaddingRight: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table {
--pf-c-table-tr--responsive--PaddingTop: var(--pf-c-table-tr--responsive--nested-table--PaddingTop);
--pf-c-table-tr--responsive--PaddingRight: var(--pf-c-table-tr--responsive--nested-table--PaddingRight);
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-c-table-tr--responsive--nested-table--PaddingBottom);
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-c-table-tr--responsive--nested-table--PaddingLeft);
border: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table tr:not(.pf-c-table__expandable-row) + tr:not(.pf-c-table__expandable-row) {
--pf-c-table-tr--responsive--PaddingTop: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table__compound-expansion-toggle::before {
position: static;
border: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table__compound-expansion-toggle::after {
top: auto;
right: 0;
left: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded::after {
border-bottom: var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderWidth) solid var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderColor); }
.pf-m-grid-lg.pf-c-table .pf-c-table__compound-expansion-toggle .pf-c-button {
padding: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::after,
.pf-m-grid-lg.pf-c-table .pf-c-table__compound-expansion-toggle:hover .pf-c-button::after {
border-right: 0;
border-left: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::before,
.pf-m-grid-lg.pf-c-table .pf-c-table__compound-expansion-toggle:hover .pf-c-button::before {
top: auto;
bottom: 0; }
.pf-m-grid-lg.pf-c-table tbody {
position: relative; }
.pf-m-grid-lg.pf-c-table tbody::after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: var(--pf-c-table__expandable-row--before--Width);
content: ""; }
.pf-m-grid-lg.pf-c-table tbody.pf-m-expanded::after {
background-color: var(--pf-c-table__expandable-row--before--BackgroundColor); }
.pf-m-grid-lg.pf-c-table tbody > tr > :first-child:not(.pf-c-table__check)::before {
position: static;
width: auto;
background-color: transparent; }
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row {
--pf-c-table-cell--responsive--PaddingTop: 0;
--pf-c-table-cell--responsive--PaddingRight: 0;
--pf-c-table-cell--responsive--PaddingBottom: 0;
--pf-c-table-cell--responsive--PaddingLeft: 0;
--pf-c-table-cell--PaddingRight: 0;
--pf-c-table-cell--PaddingLeft: 0;
display: block;
max-height: var(--pf-c-table__expandable-row--MaxHeight);
overflow-y: auto;
border-bottom: none;
box-shadow: none; }
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row > * {
position: static;
display: block; }
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row.pf-m-expanded {
border-top-color: var(--pf-c-table--BorderColor); }
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row td:first-child:not(.pf-c-table__check)::before {
display: none;
visibility: hidden; }
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row td.pf-m-no-padding .pf-c-table__expandable-row-content {
padding: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
display: none;
visibility: hidden; }
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
padding-left: var(--pf-c-table__expandable-row-content--responsive--PaddingLeft); }
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
width: auto;
padding: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table__toggle {
grid-row-start: 20;
grid-column: -1;
justify-self: end;
padding-right: 0; }
.pf-m-grid-lg.pf-c-table .pf-c-table__check {
margin-top: var(--pf-c-table__check--responsive--MarginTop);
margin-left: var(--pf-c-table__check--responsive--MarginLeft);
grid-row-start: 1;
grid-column-start: 2; }
.pf-m-grid-lg.pf-c-table .pf-c-table__check ~ .pf-c-table__action {
margin-left: var(--pf-c-table__action--responsive--MarginLeft); }
.pf-m-grid-lg.pf-c-table .pf-c-table__action {
grid-row-start: 1;
grid-column-start: 2;
text-align: right; } }
@media screen and (max-width: 992px) and (max-width: 576px) {
.pf-m-grid-lg.pf-c-table .pf-c-table__action {
grid-row-start: 1;
grid-column-start: 2;
margin-left: 0; } }
@media screen and (max-width: 992px) {
.pf-m-grid-lg.pf-c-table .pf-c-table__inline-edit-action {
grid-column: 2;
grid-row: 2; }
.pf-m-grid-lg.pf-c-table .pf-c-table__toggle .pf-c-button > * {
transition: var(--pf-c-table__toggle__icon--Transition); }
.pf-m-grid-lg.pf-c-table .pf-c-table__toggle .pf-c-button.pf-m-expanded > * {
transform: var(--pf-c-table__toggle--m-expanded__icon--Transform); }
.pf-m-grid-lg.pf-c-table .pf-m-fit-content {
width: auto;
white-space: normal; } }
@media screen and (max-width: 1200px) {
.pf-m-grid-xl.pf-c-table {
display: grid;
border: none; }
.pf-m-grid-xl.pf-c-table thead {
display: none;
visibility: hidden; }
.pf-m-grid-xl.pf-c-table tbody {
display: block; }
.pf-m-grid-xl.pf-c-table tbody:first-of-type {
border-top: var(--pf-c-table-tbody--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-xl.pf-c-table table.pf-m-compact > tbody {
border-top: 0; }
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) {
border-bottom: var(--pf-c-table-tr--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-xl.pf-c-table tr:last-child,
.pf-m-grid-xl.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderWidth); }
.pf-m-grid-xl.pf-c-table tbody.pf-m-expanded {
border-bottom: var(--pf-c-table--BorderWidth) solid var(--pf-c-table--BorderColor); }
.pf-m-grid-xl.pf-c-table tbody.pf-m-expanded tr:not(.pf-c-table__expandable-row) {
border-bottom: 0; }
.pf-m-grid-xl.pf-c-table tbody.pf-m-expanded:not(:last-of-type) {
border-bottom: var(--pf-c-table-tbody--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) {
display: grid;
grid-template-columns: 1fr;
height: auto;
grid-auto-columns: max-content;
grid-column-gap: var(--pf-c-table-tr--responsive--GridColumnGap);
padding: var(--pf-c-table-tr--responsive--PaddingTop) var(--pf-c-table-tr--responsive--PaddingRight) var(--pf-c-table-tr--responsive--PaddingBottom) var(--pf-c-table-tr--responsive--PaddingLeft); }
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) > * {
padding: var(--pf-c-table-cell--responsive--PaddingTop) var(--pf-c-table-cell--responsive--PaddingRight) var(--pf-c-table-cell--responsive--PaddingBottom) var(--pf-c-table-cell--responsive--PaddingLeft); }
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) th {
padding-top: var(--pf-c-table-cell-th--responsive--PaddingTop); }
.pf-m-grid-xl.pf-c-table td.pf-c-table__compound-expansion-toggle .pf-c-button,
.pf-m-grid-xl.pf-c-table th.pf-c-table__compound-expansion-toggle .pf-c-button {
min-height: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table.pf-m-compact tr > * {
padding-top: var(--pf-c-table--m-compact-tr-td--responsive--PaddingTop);
padding-bottom: var(--pf-c-table--m-compact-tr-td--responsive--PaddingBottom); }
.pf-m-grid-xl.pf-c-table .pf-c-table__icon > * {
text-align: left; }
.pf-m-grid-xl.pf-c-table [data-label] {
--pf-c-table-cell--hidden-visible--Display: var(--pf-c-table-cell--m-grid--hidden-visible--Display);
grid-column: 1;
grid-column-gap: var(--pf-c-table-td--responsive--GridColumnGap);
align-items: start; } }
@media screen and (max-width: 1200px) and (min-width: 0) {
.pf-m-grid-xl.pf-c-table [data-label] {
grid-template-columns: 1fr 1.5fr;
grid-column: 1; } }
@media screen and (max-width: 1200px) and (min-width: 0) {
.pf-m-grid-xl.pf-c-table [data-label] > * {
grid-column: 2; } }
@media screen and (max-width: 1200px) {
.pf-m-grid-xl.pf-c-table [data-label]::before {
font-weight: bold;
text-align: left;
content: attr(data-label); }
.pf-m-grid-xl.pf-c-table tr > *:first-child {
--pf-c-table-cell--PaddingLeft: 0; }
.pf-m-grid-xl.pf-c-table tr > *:last-child {
--pf-c-table-cell--PaddingRight: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table {
--pf-c-table-tr--responsive--PaddingTop: var(--pf-c-table-tr--responsive--nested-table--PaddingTop);
--pf-c-table-tr--responsive--PaddingRight: var(--pf-c-table-tr--responsive--nested-table--PaddingRight);
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-c-table-tr--responsive--nested-table--PaddingBottom);
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-c-table-tr--responsive--nested-table--PaddingLeft);
border: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table tr:not(.pf-c-table__expandable-row) + tr:not(.pf-c-table__expandable-row) {
--pf-c-table-tr--responsive--PaddingTop: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table__compound-expansion-toggle::before {
position: static;
border: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table__compound-expansion-toggle::after {
top: auto;
right: 0;
left: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded::after {
border-bottom: var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderWidth) solid var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderColor); }
.pf-m-grid-xl.pf-c-table .pf-c-table__compound-expansion-toggle .pf-c-button {
padding: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::after,
.pf-m-grid-xl.pf-c-table .pf-c-table__compound-expansion-toggle:hover .pf-c-button::after {
border-right: 0;
border-left: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::before,
.pf-m-grid-xl.pf-c-table .pf-c-table__compound-expansion-toggle:hover .pf-c-button::before {
top: auto;
bottom: 0; }
.pf-m-grid-xl.pf-c-table tbody {
position: relative; }
.pf-m-grid-xl.pf-c-table tbody::after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: var(--pf-c-table__expandable-row--before--Width);
content: ""; }
.pf-m-grid-xl.pf-c-table tbody.pf-m-expanded::after {
background-color: var(--pf-c-table__expandable-row--before--BackgroundColor); }
.pf-m-grid-xl.pf-c-table tbody > tr > :first-child:not(.pf-c-table__check)::before {
position: static;
width: auto;
background-color: transparent; }
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row {
--pf-c-table-cell--responsive--PaddingTop: 0;
--pf-c-table-cell--responsive--PaddingRight: 0;
--pf-c-table-cell--responsive--PaddingBottom: 0;
--pf-c-table-cell--responsive--PaddingLeft: 0;
--pf-c-table-cell--PaddingRight: 0;
--pf-c-table-cell--PaddingLeft: 0;
display: block;
max-height: var(--pf-c-table__expandable-row--MaxHeight);
overflow-y: auto;
border-bottom: none;
box-shadow: none; }
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row > * {
position: static;
display: block; }
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row.pf-m-expanded {
border-top-color: var(--pf-c-table--BorderColor); }
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row td:first-child:not(.pf-c-table__check)::before {
display: none;
visibility: hidden; }
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row td.pf-m-no-padding .pf-c-table__expandable-row-content {
padding: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
display: none;
visibility: hidden; }
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
padding-left: var(--pf-c-table__expandable-row-content--responsive--PaddingLeft); }
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
width: auto;
padding: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table__toggle {
grid-row-start: 20;
grid-column: -1;
justify-self: end;
padding-right: 0; }
.pf-m-grid-xl.pf-c-table .pf-c-table__check {
margin-top: var(--pf-c-table__check--responsive--MarginTop);
margin-left: var(--pf-c-table__check--responsive--MarginLeft);
grid-row-start: 1;
grid-column-start: 2; }
.pf-m-grid-xl.pf-c-table .pf-c-table__check ~ .pf-c-table__action {
margin-left: var(--pf-c-table__action--responsive--MarginLeft); }
.pf-m-grid-xl.pf-c-table .pf-c-table__action {
grid-row-start: 1;
grid-column-start: 2;
text-align: right; } }
@media screen and (max-width: 1200px) and (max-width: 576px) {
.pf-m-grid-xl.pf-c-table .pf-c-table__action {
grid-row-start: 1;
grid-column-start: 2;
margin-left: 0; } }
@media screen and (max-width: 1200px) {
.pf-m-grid-xl.pf-c-table .pf-c-table__inline-edit-action {
grid-column: 2;
grid-row: 2; }
.pf-m-grid-xl.pf-c-table .pf-c-table__toggle .pf-c-button > * {
transition: var(--pf-c-table__toggle__icon--Transition); }
.pf-m-grid-xl.pf-c-table .pf-c-table__toggle .pf-c-button.pf-m-expanded > * {
transform: var(--pf-c-table__toggle--m-expanded__icon--Transform); }
.pf-m-grid-xl.pf-c-table .pf-m-fit-content {
width: auto;
white-space: normal; } }
@media screen and (max-width: 1450px) {
.pf-m-grid-2xl.pf-c-table {
display: grid;
border: none; }
.pf-m-grid-2xl.pf-c-table thead {
display: none;
visibility: hidden; }
.pf-m-grid-2xl.pf-c-table tbody {
display: block; }
.pf-m-grid-2xl.pf-c-table tbody:first-of-type {
border-top: var(--pf-c-table-tbody--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-2xl.pf-c-table table.pf-m-compact > tbody {
border-top: 0; }
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) {
border-bottom: var(--pf-c-table-tr--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-2xl.pf-c-table tr:last-child,
.pf-m-grid-2xl.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderWidth); }
.pf-m-grid-2xl.pf-c-table tbody.pf-m-expanded {
border-bottom: var(--pf-c-table--BorderWidth) solid var(--pf-c-table--BorderColor); }
.pf-m-grid-2xl.pf-c-table tbody.pf-m-expanded tr:not(.pf-c-table__expandable-row) {
border-bottom: 0; }
.pf-m-grid-2xl.pf-c-table tbody.pf-m-expanded:not(:last-of-type) {
border-bottom: var(--pf-c-table-tbody--responsive--BorderWidth) solid var(--pf-c-table--responsive--BorderColor); }
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) {
display: grid;
grid-template-columns: 1fr;
height: auto;
grid-auto-columns: max-content;
grid-column-gap: var(--pf-c-table-tr--responsive--GridColumnGap);
padding: var(--pf-c-table-tr--responsive--PaddingTop) var(--pf-c-table-tr--responsive--PaddingRight) var(--pf-c-table-tr--responsive--PaddingBottom) var(--pf-c-table-tr--responsive--PaddingLeft); }
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) > * {
padding: var(--pf-c-table-cell--responsive--PaddingTop) var(--pf-c-table-cell--responsive--PaddingRight) var(--pf-c-table-cell--responsive--PaddingBottom) var(--pf-c-table-cell--responsive--PaddingLeft); }
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) th {
padding-top: var(--pf-c-table-cell-th--responsive--PaddingTop); }
.pf-m-grid-2xl.pf-c-table td.pf-c-table__compound-expansion-toggle .pf-c-button,
.pf-m-grid-2xl.pf-c-table th.pf-c-table__compound-expansion-toggle .pf-c-button {
min-height: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table.pf-m-compact tr > * {
padding-top: var(--pf-c-table--m-compact-tr-td--responsive--PaddingTop);
padding-bottom: var(--pf-c-table--m-compact-tr-td--responsive--PaddingBottom); }
.pf-m-grid-2xl.pf-c-table .pf-c-table__icon > * {
text-align: left; }
.pf-m-grid-2xl.pf-c-table [data-label] {
--pf-c-table-cell--hidden-visible--Display: var(--pf-c-table-cell--m-grid--hidden-visible--Display);
grid-column: 1;
grid-column-gap: var(--pf-c-table-td--responsive--GridColumnGap);
align-items: start; } }
@media screen and (max-width: 1450px) and (min-width: 0) {
.pf-m-grid-2xl.pf-c-table [data-label] {
grid-template-columns: 1fr 1.5fr;
grid-column: 1; } }
@media screen and (max-width: 1450px) and (min-width: 0) {
.pf-m-grid-2xl.pf-c-table [data-label] > * {
grid-column: 2; } }
@media screen and (max-width: 1450px) {
.pf-m-grid-2xl.pf-c-table [data-label]::before {
font-weight: bold;
text-align: left;
content: attr(data-label); }
.pf-m-grid-2xl.pf-c-table tr > *:first-child {
--pf-c-table-cell--PaddingLeft: 0; }
.pf-m-grid-2xl.pf-c-table tr > *:last-child {
--pf-c-table-cell--PaddingRight: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table {
--pf-c-table-tr--responsive--PaddingTop: var(--pf-c-table-tr--responsive--nested-table--PaddingTop);
--pf-c-table-tr--responsive--PaddingRight: var(--pf-c-table-tr--responsive--nested-table--PaddingRight);
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-c-table-tr--responsive--nested-table--PaddingBottom);
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-c-table-tr--responsive--nested-table--PaddingLeft);
border: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table tr:not(.pf-c-table__expandable-row) + tr:not(.pf-c-table__expandable-row) {
--pf-c-table-tr--responsive--PaddingTop: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__compound-expansion-toggle::before {
position: static;
border: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__compound-expansion-toggle::after {
top: auto;
right: 0;
left: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded::after {
border-bottom: var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderWidth) solid var(--pf-c-table__compound-expansion-toggle--BorderTop--BorderColor); }
.pf-m-grid-2xl.pf-c-table .pf-c-table__compound-expansion-toggle .pf-c-button {
padding: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::after,
.pf-m-grid-2xl.pf-c-table .pf-c-table__compound-expansion-toggle:hover .pf-c-button::after {
border-right: 0;
border-left: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__compound-expansion-toggle.pf-m-expanded .pf-c-button::before,
.pf-m-grid-2xl.pf-c-table .pf-c-table__compound-expansion-toggle:hover .pf-c-button::before {
top: auto;
bottom: 0; }
.pf-m-grid-2xl.pf-c-table tbody {
position: relative; }
.pf-m-grid-2xl.pf-c-table tbody::after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: var(--pf-c-table__expandable-row--before--Width);
content: ""; }
.pf-m-grid-2xl.pf-c-table tbody.pf-m-expanded::after {
background-color: var(--pf-c-table__expandable-row--before--BackgroundColor); }
.pf-m-grid-2xl.pf-c-table tbody > tr > :first-child:not(.pf-c-table__check)::before {
position: static;
width: auto;
background-color: transparent; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row {
--pf-c-table-cell--responsive--PaddingTop: 0;
--pf-c-table-cell--responsive--PaddingRight: 0;
--pf-c-table-cell--responsive--PaddingBottom: 0;
--pf-c-table-cell--responsive--PaddingLeft: 0;
--pf-c-table-cell--PaddingRight: 0;
--pf-c-table-cell--PaddingLeft: 0;
display: block;
max-height: var(--pf-c-table__expandable-row--MaxHeight);
overflow-y: auto;
border-bottom: none;
box-shadow: none; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row > * {
position: static;
display: block; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row.pf-m-expanded {
border-top-color: var(--pf-c-table--BorderColor); }
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row td:first-child:not(.pf-c-table__check)::before {
display: none;
visibility: hidden; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row td.pf-m-no-padding .pf-c-table__expandable-row-content {
padding: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
display: none;
visibility: hidden; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
padding-left: var(--pf-c-table__expandable-row-content--responsive--PaddingLeft); }
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
width: auto;
padding: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__toggle {
grid-row-start: 20;
grid-column: -1;
justify-self: end;
padding-right: 0; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__check {
margin-top: var(--pf-c-table__check--responsive--MarginTop);
margin-left: var(--pf-c-table__check--responsive--MarginLeft);
grid-row-start: 1;
grid-column-start: 2; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__check ~ .pf-c-table__action {
margin-left: var(--pf-c-table__action--responsive--MarginLeft); }
.pf-m-grid-2xl.pf-c-table .pf-c-table__action {
grid-row-start: 1;
grid-column-start: 2;
text-align: right; } }
@media screen and (max-width: 1450px) and (max-width: 576px) {
.pf-m-grid-2xl.pf-c-table .pf-c-table__action {
grid-row-start: 1;
grid-column-start: 2;
margin-left: 0; } }
@media screen and (max-width: 1450px) {
.pf-m-grid-2xl.pf-c-table .pf-c-table__inline-edit-action {
grid-column: 2;
grid-row: 2; }
.pf-m-grid-2xl.pf-c-table .pf-c-table__toggle .pf-c-button > * {
transition: var(--pf-c-table__toggle__icon--Transition); }
.pf-m-grid-2xl.pf-c-table .pf-c-table__toggle .pf-c-button.pf-m-expanded > * {
transform: var(--pf-c-table__toggle--m-expanded__icon--Transform); }
.pf-m-grid-2xl.pf-c-table .pf-m-fit-content {
width: auto;
white-space: normal; } }
.pf-c-button {
--pf-c-button--PaddingTop: var(--pf-global--spacer--form-element);
--pf-c-button--PaddingRight: var(--pf-global--spacer--md);
--pf-c-button--PaddingBottom: var(--pf-global--spacer--form-element);
--pf-c-button--PaddingLeft: var(--pf-global--spacer--md);
--pf-c-button--LineHeight: var(--pf-global--LineHeight--md);
--pf-c-button--FontWeight: var(--pf-global--FontWeight--semi-bold);
--pf-c-button--FontSize: var(--pf-global--FontSize--md);
--pf-c-button--BorderRadius: var(--pf-global--BorderRadius--sm);
--pf-c-button--BorderColor: transparent;
--pf-c-button--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-button--hover--BorderWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--focus--BorderWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--active--BorderWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--disabled--Color: var(--pf-global--disabled-color--100);
--pf-c-button--disabled--BackgroundColor: var(--pf-global--disabled-color--200);
--pf-c-button--disabled--BorderColor: transparent;
--pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--100);
--pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
--pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
--pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
--pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-secondary--BackgroundColor: transparent;
--pf-c-button--m-secondary--BorderColor: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--hover--BackgroundColor: transparent;
--pf-c-button--m-secondary--hover--BorderColor: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--focus--BackgroundColor: transparent;
--pf-c-button--m-secondary--focus--BorderColor: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--active--BackgroundColor: transparent;
--pf-c-button--m-secondary--active--BorderColor: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
--pf-c-button--m-tertiary--BackgroundColor: transparent;
--pf-c-button--m-tertiary--BorderColor: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--Color: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--hover--BackgroundColor: transparent;
--pf-c-button--m-tertiary--hover--BorderColor: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--hover--Color: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--focus--BackgroundColor: transparent;
--pf-c-button--m-tertiary--focus--BorderColor: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--focus--Color: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--active--BackgroundColor: transparent;
--pf-c-button--m-tertiary--active--BorderColor: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--active--Color: var(--pf-global--Color--100);
--pf-c-button--m-danger--BackgroundColor: var(--pf-global--danger-color--100);
--pf-c-button--m-danger--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-danger--hover--BackgroundColor: var(--pf-global--danger-color--200);
--pf-c-button--m-danger--hover--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-danger--focus--BackgroundColor: var(--pf-global--danger-color--200);
--pf-c-button--m-danger--focus--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-danger--active--BackgroundColor: var(--pf-global--danger-color--200);
--pf-c-button--m-danger--active--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-link--Color: var(--pf-global--link--Color);
--pf-c-button--m-link--hover--Color: var(--pf-global--link--Color--hover);
--pf-c-button--m-link--focus--Color: var(--pf-global--link--Color--hover);
--pf-c-button--m-link--active--Color: var(--pf-global--link--Color--hover);
--pf-c-button--m-link--disabled--BackgroundColor: transparent;
--pf-c-button--m-link--m-inline--hover--TextDecoration: var(--pf-global--link--TextDecoration--hover);
--pf-c-button--m-link--m-inline--hover--Color: var(--pf-global--link--Color--hover);
--pf-c-button--m-plain--Color: var(--pf-global--Color--200);
--pf-c-button--m-plain--hover--Color: var(--pf-global--Color--100);
--pf-c-button--m-plain--focus--Color: var(--pf-global--Color--100);
--pf-c-button--m-plain--active--Color: var(--pf-global--Color--100);
--pf-c-button--m-plain--disabled--Color: var(--pf-global--disabled-color--200);
--pf-c-button--m-plain--disabled--BackgroundColor: transparent;
--pf-c-button--m-control--after--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-button--m-control--after--BorderTopColor: var(--pf-global--BorderColor--300);
--pf-c-button--m-control--after--BorderRightColor: var(--pf-global--BorderColor--300);
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-global--BorderColor--200);
--pf-c-button--m-control--after--BorderLeftColor: var(--pf-global--BorderColor--300);
--pf-c-button--m-control--hover--after--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--m-control--hover--after--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-button--m-control--active--after--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--m-control--active--after--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-button--m-control--focus--after--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--m-control--focus--after--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-button--m-control--m-expanded--after--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--m-control--m-expanded--after--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-button--m-control--disabled--after--BorderBottomColor: var(--pf-global--BorderColor--300);
--pf-c-button--m-control--disabled--BackgroundColor: transparent;
--pf-c-button__icon--MarginRight: var(--pf-global--spacer--xs);
--pf-c-button__text--icon--MarginLeft: var(--pf-global--spacer--xs);
position: relative;
display: inline-block;
padding: var(--pf-c-button--PaddingTop) var(--pf-c-button--PaddingRight) var(--pf-c-button--PaddingBottom) var(--pf-c-button--PaddingLeft);
font-size: var(--pf-c-button--FontSize);
font-weight: var(--pf-c-button--FontWeight);
line-height: var(--pf-c-button--LineHeight);
text-align: center;
white-space: nowrap;
user-select: none;
border: 0;
border-radius: var(--pf-c-button--BorderRadius); }
.pf-c-button .pf-c-button__icon {
margin-right: var(--pf-c-button__icon--MarginRight); }
.pf-c-button .pf-c-button__text + .pf-c-button__icon {
margin-right: 0;
margin-left: var(--pf-c-button__text--icon--MarginLeft); }
.pf-c-button::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: "";
border: var(--pf-c-button--BorderWidth) solid;
border-color: var(--pf-c-button--BorderColor);
border-radius: var(--pf-c-button--BorderRadius); }
.pf-c-button:hover, .pf-c-button.pf-m-hover {
text-decoration: none; }
.pf-c-button:hover::after, .pf-c-button.pf-m-hover::after {
--pf-c-button--BorderWidth: var(--pf-c-button--hover--BorderWidth); }
.pf-c-button:active::after, .pf-c-button.pf-m-active::after {
--pf-c-button--BorderWidth: var(--pf-c-button--active--BorderWidth); }
.pf-c-button:focus::after, .pf-c-button.pf-m-focus::after {
--pf-c-button--BorderWidth: var(--pf-c-button--focus--BorderWidth); }
.pf-c-button.pf-m-block {
display: block;
width: 100%; }
.pf-c-button.pf-m-primary {
color: var(--pf-c-button--m-primary--Color);
background-color: var(--pf-c-button--m-primary--BackgroundColor); }
.pf-c-button.pf-m-primary:hover, .pf-c-button.pf-m-primary.pf-m-hover {
--pf-c-button--m-primary--Color: var(--pf-c-button--m-primary--hover--Color);
--pf-c-button--m-primary--BackgroundColor: var(--pf-c-button--m-primary--hover--BackgroundColor); }
.pf-c-button.pf-m-primary:active, .pf-c-button.pf-m-primary.pf-m-active {
--pf-c-button--m-primary--Color: var(--pf-c-button--m-primary--active--Color);
--pf-c-button--m-primary--BackgroundColor: var(--pf-c-button--m-primary--active--BackgroundColor); }
.pf-c-button.pf-m-primary:focus, .pf-c-button.pf-m-primary.pf-m-focus {
--pf-c-button--m-primary--Color: var(--pf-c-button--m-primary--focus--Color);
--pf-c-button--m-primary--BackgroundColor: var(--pf-c-button--m-primary--focus--BackgroundColor); }
.pf-c-button.pf-m-secondary {
color: var(--pf-c-button--m-secondary--Color);
background-color: var(--pf-c-button--m-secondary--BackgroundColor); }
.pf-c-button.pf-m-secondary::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-secondary--BorderColor); }
.pf-c-button.pf-m-secondary:hover, .pf-c-button.pf-m-secondary.pf-m-hover {
--pf-c-button--m-secondary--Color: var(--pf-c-button--m-secondary--hover--Color);
--pf-c-button--m-secondary--BackgroundColor: var(--pf-c-button--m-secondary--hover--BackgroundColor); }
.pf-c-button.pf-m-secondary:hover::after, .pf-c-button.pf-m-secondary.pf-m-hover::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-secondary--hover--BorderColor); }
.pf-c-button.pf-m-secondary:active, .pf-c-button.pf-m-secondary.pf-m-active {
--pf-c-button--m-secondary--Color: var(--pf-c-button--m-secondary--active--Color);
--pf-c-button--m-secondary--BackgroundColor: var(--pf-c-button--m-secondary--active--BackgroundColor); }
.pf-c-button.pf-m-secondary:active::after, .pf-c-button.pf-m-secondary.pf-m-active::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-secondary--active--BorderColor); }
.pf-c-button.pf-m-secondary:focus, .pf-c-button.pf-m-secondary.pf-m-focus {
--pf-c-button--m-secondary--Color: var(--pf-c-button--m-secondary--focus--Color);
--pf-c-button--m-secondary--BackgroundColor: var(--pf-c-button--m-secondary--focus--BackgroundColor); }
.pf-c-button.pf-m-secondary:focus::after, .pf-c-button.pf-m-secondary.pf-m-focus::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-secondary--focus--BorderColor); }
.pf-c-button.pf-m-tertiary {
color: var(--pf-c-button--m-tertiary--Color);
background-color: var(--pf-c-button--m-tertiary--BackgroundColor); }
.pf-c-button.pf-m-tertiary::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-tertiary--BorderColor); }
.pf-c-button.pf-m-tertiary:hover, .pf-c-button.pf-m-tertiary.pf-m-hover {
--pf-c-button--m-tertiary--Color: var(--pf-c-button--m-tertiary--hover--Color);
--pf-c-button--m-tertiary--BackgroundColor: var(--pf-c-button--m-tertiary--hover--BackgroundColor); }
.pf-c-button.pf-m-tertiary:hover::after, .pf-c-button.pf-m-tertiary.pf-m-hover::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-tertiary--hover--BorderColor); }
.pf-c-button.pf-m-tertiary:active, .pf-c-button.pf-m-tertiary.pf-m-active {
--pf-c-button--m-tertiary--Color: var(--pf-c-button--m-tertiary--active--Color);
--pf-c-button--m-tertiary--BackgroundColor: var(--pf-c-button--m-tertiary--active--BackgroundColor); }
.pf-c-button.pf-m-tertiary:active::after, .pf-c-button.pf-m-tertiary.pf-m-active::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-tertiary--active--BorderColor); }
.pf-c-button.pf-m-tertiary:focus, .pf-c-button.pf-m-tertiary.pf-m-focus {
--pf-c-button--m-tertiary--Color: var(--pf-c-button--m-tertiary--focus--Color);
--pf-c-button--m-tertiary--BackgroundColor: var(--pf-c-button--m-tertiary--focus--BackgroundColor); }
.pf-c-button.pf-m-tertiary:focus::after, .pf-c-button.pf-m-tertiary.pf-m-focus::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-tertiary--focus--BorderColor); }
.pf-c-button.pf-m-danger {
color: var(--pf-c-button--m-danger--Color);
background-color: var(--pf-c-button--m-danger--BackgroundColor); }
.pf-c-button.pf-m-danger:hover, .pf-c-button.pf-m-danger.pf-m-hover {
--pf-c-button--m-danger--Color: var(--pf-c-button--m-danger--hover--Color);
--pf-c-button--m-danger--BackgroundColor: var(--pf-c-button--m-danger--hover--BackgroundColor); }
.pf-c-button.pf-m-danger:active, .pf-c-button.pf-m-danger.pf-m-active {
--pf-c-button--m-danger--Color: var(--pf-c-button--m-danger--active--Color);
--pf-c-button--m-danger--BackgroundColor: var(--pf-c-button--m-danger--active--BackgroundColor); }
.pf-c-button.pf-m-danger:focus, .pf-c-button.pf-m-danger.pf-m-focus {
--pf-c-button--m-danger--Color: var(--pf-c-button--m-danger--focus--Color);
--pf-c-button--m-danger--BackgroundColor: var(--pf-c-button--m-danger--focus--BackgroundColor); }
.pf-c-button.pf-m-link {
color: var(--pf-c-button--m-link--Color); }
.pf-c-button.pf-m-link:not(.pf-m-inline):hover, .pf-c-button.pf-m-link:not(.pf-m-inline).pf-m-hover {
--pf-c-button--m-link--Color: var(--pf-c-button--m-link--hover--Color); }
.pf-c-button.pf-m-link:not(.pf-m-inline):active, .pf-c-button.pf-m-link:not(.pf-m-inline).pf-m-active {
--pf-c-button--m-link--Color: var(--pf-c-button--m-link--active--Color); }
.pf-c-button.pf-m-link:not(.pf-m-inline):focus, .pf-c-button.pf-m-link:not(.pf-m-inline).pf-m-focus {
--pf-c-button--m-link--Color: var(--pf-c-button--m-link--focus--Color); }
.pf-c-button.pf-m-link:disabled, .pf-c-button.pf-m-link.pf-m-disabled {
background-color: var(--pf-c-button--m-link--disabled--BackgroundColor); }
.pf-c-button.pf-m-link.pf-m-inline {
display: inline;
padding: 0; }
.pf-c-button.pf-m-link.pf-m-inline:hover {
--pf-c-button--m-link--Color: var(--pf-c-button--m-link--m-inline--hover--Color);
text-decoration: var(--pf-c-button--m-link--m-inline--hover--TextDecoration); }
.pf-c-button.pf-m-control::after {
--pf-c-button--BorderWidth: var(--pf-c-button--m-control--after--BorderWidth);
--pf-c-button--BorderColor: var(--pf-c-button--m-control--after--BorderTopColor) var(--pf-c-button--m-control--after--BorderRightColor) var(--pf-c-button--m-control--after--BorderBottomColor) var(--pf-c-button--m-control--after--BorderLeftColor);
border-radius: initial; }
.pf-c-button.pf-m-control:hover::after, .pf-c-button.pf-m-control.pf-m-hover::after {
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-c-button--m-control--hover--after--BorderBottomColor);
border-bottom-width: var(--pf-c-button--m-control--hover--after--BorderBottomWidth); }
.pf-c-button.pf-m-control:active::after, .pf-c-button.pf-m-control.pf-m-active::after {
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-c-button--m-control--active--after--BorderBottomColor);
border-bottom-width: var(--pf-c-button--m-control--active--after--BorderBottomWidth); }
.pf-c-button.pf-m-control:focus::after, .pf-c-button.pf-m-control.pf-m-focus::after {
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-c-button--m-control--focus--after--BorderBottomColor);
border-bottom-width: var(--pf-c-button--m-control--focus--after--BorderBottomWidth); }
.pf-c-button.pf-m-control.pf-m-expanded::after {
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-c-button--m-control--m-expanded--after--BorderBottomColor);
border-bottom-width: var(--pf-c-button--m-control--m-expanded--after--BorderBottomWidth); }
.pf-c-button.pf-m-control:disabled, .pf-c-button.pf-m-control.pf-m-disabled {
background-color: var(--pf-c-button--m-control--disabled--BackgroundColor); }
.pf-c-button.pf-m-control:disabled::after, .pf-c-button.pf-m-control.pf-m-disabled::after {
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-c-button--m-control--disabled--after--BorderBottomColor); }
.pf-c-button:disabled, .pf-c-button.pf-m-disabled {
color: var(--pf-c-button--disabled--Color);
pointer-events: none;
background-color: var(--pf-c-button--disabled--BackgroundColor); }
.pf-c-button:disabled::after, .pf-c-button.pf-m-disabled::after {
--pf-c-button--BorderColor: var(--pf-c-button--disabled--BorderColor); }
.pf-c-button.pf-m-plain {
color: var(--pf-c-button--m-plain--Color); }
.pf-c-button.pf-m-plain:hover, .pf-c-button.pf-m-plain.pf-m-hover {
--pf-c-button--m-plain--Color: var(--pf-c-button--m-plain--hover--Color); }
.pf-c-button.pf-m-plain:active, .pf-c-button.pf-m-plain.pf-m-active {
--pf-c-button--m-plain--Color: var(--pf-c-button--m-plain--active--Color); }
.pf-c-button.pf-m-plain:focus, .pf-c-button.pf-m-plain.pf-m-focus {
--pf-c-button--m-plain--Color: var(--pf-c-button--m-plain--focus--Color); }
.pf-c-button.pf-m-plain:disabled, .pf-c-button.pf-m-plain.pf-m-disabled {
--pf-c-button--m-plain--Color: var(--pf-c-button--m-plain--disabled--Color);
background-color: var(--pf-c-button--m-plain--disabled--BackgroundColor); }
.pf-m-redhat-font .pf-c-button {
--pf-c-button--FontWeight: var(--pf-global--FontWeight--normal); }
.pf-c-dropdown {
--pf-c-dropdown__toggle--PaddingTop: var(--pf-global--spacer--form-element);
--pf-c-dropdown__toggle--PaddingRight: var(--pf-global--spacer--sm);
--pf-c-dropdown__toggle--PaddingBottom: var(--pf-global--spacer--form-element);
--pf-c-dropdown__toggle--PaddingLeft: var(--pf-global--spacer--sm);
--pf-c-dropdown__toggle--MinWidth: var(--pf-global--target-size--MinWidth);
--pf-c-dropdown__toggle--FontSize: var(--pf-global--FontSize--md);
--pf-c-dropdown__toggle--FontWeight: var(--pf-global--FontWeight--normal);
--pf-c-dropdown__toggle--Color: var(--pf-global--Color--100);
--pf-c-dropdown__toggle--LineHeight: var(--pf-global--LineHeight--md);
--pf-c-dropdown__toggle--BackgroundColor: transparent;
--pf-c-dropdown__toggle--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-dropdown__toggle--BorderTopColor: var(--pf-global--BorderColor--300);
--pf-c-dropdown__toggle--BorderRightColor: var(--pf-global--BorderColor--300);
--pf-c-dropdown__toggle--BorderBottomColor: var(--pf-global--BorderColor--200);
--pf-c-dropdown__toggle--BorderLeftColor: var(--pf-global--BorderColor--300);
--pf-c-dropdown__toggle--hover--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-dropdown__toggle--active--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-dropdown__toggle--active--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-dropdown__toggle--focus--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-dropdown__toggle--focus--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-dropdown__toggle--expanded--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-dropdown__toggle--expanded--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-dropdown__toggle--disabled--BackgroundColor: var(--pf-global--disabled-color--300);
--pf-c-dropdown__toggle--m-plain--BorderColor: transparent;
--pf-c-dropdown__toggle--m-plain--Color: var(--pf-global--Color--200);
--pf-c-dropdown__toggle--m-plain--hover--Color: var(--pf-global--Color--100);
--pf-c-dropdown__toggle--m-plain--disabled--Color: var(--pf-global--disabled-color--200);
--pf-c-dropdown__toggle--m-primary--Color: var(--pf-global--Color--light-100);
--pf-c-dropdown__toggle--m-primary--BackgroundColor: var(--pf-global--primary-color--100);
--pf-c-dropdown__toggle--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
--pf-c-dropdown__toggle--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
--pf-c-dropdown__toggle--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
--pf-c-dropdown--m-expanded__toggle--m-primary--BackgroundColor: var(--pf-global--primary-color--200);
--pf-c-dropdown__toggle-button--Color: var(--pf-global--Color--100);
--pf-c-dropdown__toggle--m-split-button--child--PaddingTop: var(--pf-global--spacer--form-element);
--pf-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-global--spacer--xs);
--pf-c-dropdown__toggle--m-split-button--child--PaddingBottom: var(--pf-global--spacer--form-element);
--pf-c-dropdown__toggle--m-split-button--child--PaddingLeft: var(--pf-global--spacer--xs);
--pf-c-dropdown__toggle--m-split-button--child--BackgroundColor: transparent;
--pf-c-dropdown__toggle--m-split-button--first-child--PaddingLeft: var(--pf-global--spacer--sm);
--pf-c-dropdown__toggle--m-split-button--last-child--PaddingRight: var(--pf-global--spacer--sm);
--pf-c-dropdown__toggle--m-split-button--m-action--child--PaddingLeft: var(--pf-global--spacer--sm);
--pf-c-dropdown__toggle--m-split-button--m-action--child--PaddingRight: var(--pf-global--spacer--sm);
--pf-c-dropdown__toggle--m-split-button--m-action__toggle-button--MarginRight: calc(-1 * var(--pf-global--BorderWidth--sm));
--pf-c-dropdown__toggle--m-split-button__toggle-check__input--Transform: translateY(-0.0625rem);
--pf-c-dropdown__toggle--m-split-button__toggle-text--MarginLeft: var(--pf-global--spacer--sm);
--pf-c-dropdown__toggle-icon--MarginRight: var(--pf-global--spacer--sm);
--pf-c-dropdown__toggle-icon--MarginLeft: var(--pf-global--spacer--md);
--pf-c-dropdown--m-top--m-expanded__toggle-icon--Transform: rotate(180deg);
--pf-c-dropdown__menu--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
--pf-c-dropdown__menu--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-dropdown__menu--BoxShadow: var(--pf-global--BoxShadow--md);
--pf-c-dropdown__menu--PaddingTop: var(--pf-global--spacer--sm);
--pf-c-dropdown__menu--PaddingBottom: var(--pf-global--spacer--sm);
--pf-c-dropdown__menu--Top: calc(100% + var(--pf-global--spacer--xs));
--pf-c-dropdown__menu--ZIndex: var(--pf-global--ZIndex--sm);
--pf-c-dropdown--m-top__menu--Top: 0;
--pf-c-dropdown--m-top__menu--Transform: translateY(calc(-100% - var(--pf-global--spacer--xs)));
--pf-c-dropdown__menu-item--BackgroundColor: transparent;
--pf-c-dropdown__menu-item--PaddingTop: var(--pf-global--spacer--sm);
--pf-c-dropdown__menu-item--PaddingRight: var(--pf-global--spacer--md);
--pf-c-dropdown__menu-item--PaddingBottom: var(--pf-global--spacer--sm);
--pf-c-dropdown__menu-item--PaddingLeft: var(--pf-global--spacer--md);
--pf-c-dropdown__menu-item--FontSize: var(--pf-global--FontSize--md);
--pf-c-dropdown__menu-item--FontWeight: var(--pf-global--FontWeight--normal);
--pf-c-dropdown__menu-item--LineHeight: var(--pf-global--LineHeight--md);
--pf-c-dropdown__menu-item--Color: var(--pf-global--Color--dark-100);
--pf-c-dropdown__menu-item--hover--Color: var(--pf-global--Color--dark-100);
--pf-c-dropdown__menu-item--disabled--Color: var(--pf-global--Color--dark-200);
--pf-c-dropdown__menu-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
--pf-c-dropdown__menu-item--disabled--BackgroundColor: transparent;
--pf-c-dropdown__menu-item-icon--MarginRight: var(--pf-global--spacer--sm);
--pf-c-dropdown__menu-item-icon--Width: var(--pf-global--icon--FontSize--lg);
--pf-c-dropdown__menu-item-icon--Height: var(--pf-global--icon--FontSize--lg);
--pf-c-dropdown__c-divider--MarginTop: var(--pf-global--spacer--sm);
--pf-c-dropdown__c-divider--MarginBottom: var(--pf-global--spacer--sm);
--pf-c-dropdown__separator--Height: var(--pf-global--BorderWidth--sm);
--pf-c-dropdown__separator--BackgroundColor: var(--pf-global--BorderColor--100);
--pf-c-dropdown__separator--MarginTop: var(--pf-global--spacer--sm);
--pf-c-dropdown__separator--MarginBottom: var(--pf-global--spacer--sm);
--pf-c-dropdown__group--PaddingTop: 0;
--pf-c-dropdown__group--group--PaddingTop: var(--pf-global--spacer--sm);
--pf-c-dropdown__group--first-child--PaddingTop: 0;
--pf-c-dropdown__group-title--PaddingTop: var(--pf-global--spacer--sm);
--pf-c-dropdown__group-title--PaddingRight: var(--pf-c-dropdown__menu-item--PaddingRight);
--pf-c-dropdown__group-title--PaddingBottom: var(--pf-c-dropdown__menu-item--PaddingBottom);
--pf-c-dropdown__group-title--PaddingLeft: var(--pf-c-dropdown__menu-item--PaddingLeft);
--pf-c-dropdown__group-title--FontSize: var(--pf-global--FontSize--sm);
--pf-c-dropdown__group-title--FontWeight: var(--pf-global--FontWeight--semi-bold);
--pf-c-dropdown__group-title--Color: var(--pf-global--Color--dark-200);
position: relative;
display: inline-block;
max-width: 100%; }
.pf-c-dropdown .pf-c-divider {
margin-top: var(--pf-c-dropdown__c-divider--MarginTop);
margin-bottom: var(--pf-c-dropdown__c-divider--MarginBottom); }
.pf-c-dropdown__toggle {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
min-width: var(--pf-c-dropdown__toggle--MinWidth);
max-width: 100%;
padding: var(--pf-c-dropdown__toggle--PaddingTop) var(--pf-c-dropdown__toggle--PaddingRight) var(--pf-c-dropdown__toggle--PaddingBottom) var(--pf-c-dropdown__toggle--PaddingLeft);
font-size: var(--pf-c-dropdown__toggle--FontSize);
font-weight: var(--pf-c-dropdown__toggle--FontWeight);
line-height: var(--pf-c-dropdown__toggle--LineHeight);
color: var(--pf-c-dropdown__toggle--Color);
background-color: var(--pf-c-dropdown__toggle--BackgroundColor);
border: none; }
.pf-c-dropdown__toggle.pf-m-disabled, .pf-c-dropdown__toggle:disabled {
pointer-events: none; }
.pf-c-dropdown__toggle.pf-m-disabled:not(.pf-m-plain), .pf-c-dropdown__toggle:disabled:not(.pf-m-plain) {
--pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown__toggle--disabled--BackgroundColor); }
.pf-c-dropdown__toggle.pf-m-disabled:not(.pf-m-plain)::before, .pf-c-dropdown__toggle:disabled:not(.pf-m-plain)::before {
border: 0; }
.pf-c-dropdown__toggle.pf-m-split-button {
padding: 0; }
.pf-c-dropdown__toggle.pf-m-split-button > * {
position: relative;
padding-top: var(--pf-c-dropdown__toggle--m-split-button--child--PaddingTop);
padding-right: var(--pf-c-dropdown__toggle--m-split-button--child--PaddingRight);
padding-bottom: var(--pf-c-dropdown__toggle--m-split-button--child--PaddingBottom);
padding-left: var(--pf-c-dropdown__toggle--m-split-button--child--PaddingLeft);
background-color: var(--pf-c-dropdown__toggle--m-split-button--child--BackgroundColor); }
.pf-c-dropdown__toggle.pf-m-split-button > *:first-child {
--pf-c-dropdown__toggle--m-split-button--child--PaddingLeft: var(--pf-c-dropdown__toggle--m-split-button--first-child--PaddingLeft); }
.pf-c-dropdown__toggle.pf-m-split-button > *:last-child {
--pf-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-c-dropdown__toggle--m-split-button--last-child--PaddingRight); }
.pf-c-dropdown__toggle.pf-m-split-button.pf-m-action {
--pf-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-c-dropdown__toggle--m-split-button--m-action--child--PaddingRight);
--pf-c-dropdown__toggle--m-split-button--child--PaddingLeft: var(--pf-c-dropdown__toggle--m-split-button--m-action--child--PaddingLeft); }
.pf-c-dropdown__toggle.pf-m-split-button.pf-m-action .pf-c-dropdown__toggle-button {
margin-right: var(--pf-c-dropdown__toggle--m-split-button--m-action__toggle-button--MarginRight); }
.pf-c-dropdown__toggle.pf-m-split-button.pf-m-action .pf-c-dropdown__toggle-button::before {
border-left: 0; }
.pf-c-dropdown__toggle.pf-m-split-button.pf-m-action .pf-c-dropdown__toggle-button:last-child {
--pf-c-dropdown__toggle--m-split-button--m-action__toggle-button--MarginRight: 0; }
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-check {
display: flex;
align-items: center;
cursor: pointer; }
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-check input {
transform: var(--pf-c-dropdown__toggle--m-split-button__toggle-check__input--Transform); }
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-button {
color: var(--pf-c-dropdown__toggle-button--Color);
border: 0; }
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-text {
margin-left: var(--pf-c-dropdown__toggle--m-split-button__toggle-text--MarginLeft); }
.pf-c-dropdown__toggle::before,
.pf-c-dropdown__toggle.pf-m-action .pf-c-dropdown__toggle-button::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: "";
border: var(--pf-c-dropdown__toggle--BorderWidth) solid;
border-color: var(--pf-c-dropdown__toggle--BorderTopColor) var(--pf-c-dropdown__toggle--BorderRightColor) var(--pf-c-dropdown__toggle--BorderBottomColor) var(--pf-c-dropdown__toggle--BorderLeftColor); }
.pf-c-dropdown__toggle:not(.pf-m-action):hover::before, .pf-c-dropdown__toggle:not(.pf-m-action).pf-m-hover::before,
.pf-c-dropdown__toggle.pf-m-action .pf-c-dropdown__toggle-button:hover::before {
--pf-c-dropdown__toggle--BorderBottomColor: var(--pf-c-dropdown__toggle--hover--BorderBottomColor); }
.pf-c-dropdown__toggle:not(.pf-m-action):active::before, .pf-c-dropdown__toggle:not(.pf-m-action).pf-m-active::before,
.pf-c-dropdown__toggle.pf-m-action .pf-c-dropdown__toggle-button:active::before {
--pf-c-dropdown__toggle--BorderBottomColor: var(--pf-c-dropdown__toggle--active--BorderBottomColor);
border-bottom-width: var(--pf-c-dropdown__toggle--active--BorderBottomWidth); }
.pf-c-dropdown__toggle:not(.pf-m-action):focus::before, .pf-c-dropdown__toggle:not(.pf-m-action).pf-m-focus::before,
.pf-c-dropdown__toggle.pf-m-action .pf-c-dropdown__toggle-button:focus::before {
--pf-c-dropdown__toggle--BorderBottomColor: var(--pf-c-dropdown__toggle--focus--BorderBottomColor);
border-bottom-width: var(--pf-c-dropdown__toggle--focus--BorderBottomWidth); }
.pf-m-expanded > .pf-c-dropdown__toggle:not(.pf-m-action)::before,
.pf-m-expanded > .pf-c-dropdown__toggle.pf-m-action .pf-c-dropdown__toggle-button::before {
--pf-c-dropdown__toggle--BorderBottomColor: var(--pf-c-dropdown__toggle--expanded--BorderBottomColor);
border-bottom-width: var(--pf-c-dropdown__toggle--expanded--BorderBottomWidth); }
.pf-c-dropdown__toggle.pf-m-plain {
justify-content: center;
color: var(--pf-c-dropdown__toggle--m-plain--Color); }
.pf-c-dropdown__toggle.pf-m-plain > * {
line-height: var(--pf-c-dropdown__toggle--LineHeight); }
.pf-c-dropdown__toggle.pf-m-plain::before {
border-color: var(--pf-c-dropdown__toggle--m-plain--BorderColor); }
.pf-c-dropdown__toggle.pf-m-plain:hover, .pf-c-dropdown__toggle.pf-m-plain.pf-m-hover, .pf-c-dropdown__toggle.pf-m-plain:active, .pf-c-dropdown__toggle.pf-m-plain.pf-m-active, .pf-c-dropdown__toggle.pf-m-plain:focus, .pf-c-dropdown__toggle.pf-m-plain.pf-m-focus,
.pf-m-expanded > .pf-c-dropdown__toggle.pf-m-plain {
--pf-c-dropdown__toggle--m-plain--Color: var(--pf-c-dropdown__toggle--m-plain--hover--Color); }
.pf-c-dropdown__toggle.pf-m-plain:hover::before, .pf-c-dropdown__toggle.pf-m-plain.pf-m-hover::before, .pf-c-dropdown__toggle.pf-m-plain:active::before, .pf-c-dropdown__toggle.pf-m-plain.pf-m-active::before, .pf-c-dropdown__toggle.pf-m-plain:focus::before, .pf-c-dropdown__toggle.pf-m-plain.pf-m-focus::before,
.pf-m-expanded > .pf-c-dropdown__toggle.pf-m-plain::before {
border-color: var(--pf-c-dropdown__toggle--m-plain--BorderColor); }
.pf-c-dropdown__toggle.pf-m-plain.pf-m-disabled, .pf-c-dropdown__toggle.pf-m-plain:disabled {
--pf-c-dropdown__toggle--m-plain--Color: var(--pf-c-dropdown__toggle--m-plain--disabled--Color); }
.pf-c-dropdown__toggle.pf-m-primary {
--pf-c-dropdown__toggle--Color: var(--pf-c-dropdown__toggle--m-primary--Color);
--pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown__toggle--m-primary--BackgroundColor); }
.pf-c-dropdown__toggle.pf-m-primary::before {
border: 0; }
.pf-c-dropdown__toggle.pf-m-primary:hover, .pf-c-dropdown__toggle.pf-m-primary.pf-m-hover {
--pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown__toggle--m-primary--hover--BackgroundColor); }
.pf-c-dropdown__toggle.pf-m-primary:active, .pf-c-dropdown__toggle.pf-m-primary.pf-m-active {
--pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown__toggle--m-primary--active--BackgroundColor); }
.pf-c-dropdown__toggle.pf-m-primary:focus, .pf-c-dropdown__toggle.pf-m-primary.pf-m-focus {
--pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown__toggle--m-primary--focus--BackgroundColor); }
.pf-m-expanded > .pf-c-dropdown__toggle.pf-m-primary {
--pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown--m-expanded__toggle--m-primary--BackgroundColor); }
.pf-c-dropdown__toggle .pf-c-dropdown__toggle-text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.pf-c-dropdown__toggle-icon {
margin-right: var(--pf-c-dropdown__toggle-icon--MarginRight);
margin-left: var(--pf-c-dropdown__toggle-icon--MarginLeft);
line-height: var(--pf-c-dropdown__toggle--LineHeight); }
.pf-c-dropdown.pf-m-top.pf-m-expanded .pf-c-dropdown__toggle-icon {
transform: var(--pf-c-dropdown--m-top--m-expanded__toggle-icon--Transform); }
.pf-c-dropdown__menu {
position: absolute;
top: var(--pf-c-dropdown__menu--Top);
z-index: var(--pf-c-dropdown__menu--ZIndex);
min-width: 100%;
padding-top: var(--pf-c-dropdown__menu--PaddingTop);
padding-bottom: var(--pf-c-dropdown__menu--PaddingBottom);
background: var(--pf-c-dropdown__menu--BackgroundColor);
background-clip: padding-box;
border: var(--pf-c-dropdown__menu--BorderWidth) solid transparent;
box-shadow: var(--pf-c-dropdown__menu--BoxShadow); }
.pf-c-dropdown__menu.pf-m-align-right {
right: 0; }
.pf-c-dropdown.pf-m-top .pf-c-dropdown__menu {
--pf-c-dropdown__menu--Top: var(--pf-c-dropdown--m-top__menu--Top);
transform: var(--pf-c-dropdown--m-top__menu--Transform); }
.pf-c-dropdown__menu-item {
display: block;
width: 100%;
padding: var(--pf-c-dropdown__menu-item--PaddingTop) var(--pf-c-dropdown__menu-item--PaddingRight) var(--pf-c-dropdown__menu-item--PaddingBottom) var(--pf-c-dropdown__menu-item--PaddingLeft);
font-size: var(--pf-c-dropdown__menu-item--FontSize);
font-weight: var(--pf-c-dropdown__menu-item--FontWeight);
line-height: var(--pf-c-dropdown__menu-item--LineHeight);
color: var(--pf-c-dropdown__menu-item--Color);
text-align: left;
white-space: nowrap;
background-color: var(--pf-c-dropdown__menu-item--BackgroundColor);
border: none; }
.pf-c-dropdown__menu-item:hover, .pf-c-dropdown__menu-item.pf-m-hover, .pf-c-dropdown__menu-item:focus, .pf-c-dropdown__menu-item.pf-m-focus {
--pf-c-dropdown__menu-item--Color: var(--pf-c-dropdown__menu-item--hover--Color);
--pf-c-dropdown__menu-item--BackgroundColor: var(--pf-c-dropdown__menu-item--hover--BackgroundColor);
text-decoration: none; }
.pf-c-dropdown__menu-item:disabled, .pf-c-dropdown__menu-item.pf-m-disabled {
--pf-c-dropdown__menu-item--Color: var(--pf-c-dropdown__menu-item--disabled--Color);
--pf-c-dropdown__menu-item--BackgroundColor: var(--pf-c-dropdown__menu-item--disabled--BackgroundColor);
pointer-events: none; }
.pf-c-dropdown__menu-item.pf-m-icon {
display: flex;
align-items: center; }
.pf-c-dropdown__menu-item-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: var(--pf-c-dropdown__menu-item-icon--Width);
height: var(--pf-c-dropdown__menu-item-icon--Height);
margin-right: var(--pf-c-dropdown__menu-item-icon--MarginRight); }
.pf-c-dropdown__menu-item-icon > * {
max-width: 100%;
max-height: 100%; }
.pf-c-dropdown__separator {
height: var(--pf-c-dropdown__separator--Height);
margin-top: var(--pf-c-dropdown__separator--MarginTop);
margin-bottom: var(--pf-c-dropdown__separator--MarginBottom);
background-color: var(--pf-c-dropdown__separator--BackgroundColor);
border: 0; }
.pf-c-dropdown__separator:last-child {
--pf-c-dropdown__separator--MarginBottom: 0; }
.pf-c-dropdown__group {
padding-top: var(--pf-c-dropdown__group--PaddingTop); }
.pf-c-dropdown__group:first-child {
--pf-c-dropdown__group--PaddingTop: var(--pf-c-dropdown__group--first-child--PaddingTop); }
.pf-c-dropdown__group + .pf-c-dropdown__group {
--pf-c-dropdown__group--PaddingTop: var(--pf-c-dropdown__group--group--PaddingTop); }
.pf-c-dropdown__group-title {
padding-top: var(--pf-c-dropdown__group-title--PaddingTop);
padding-right: var(--pf-c-dropdown__group-title--PaddingRight);
padding-bottom: var(--pf-c-dropdown__group-title--PaddingBottom);
padding-left: var(--pf-c-dropdown__group-title--PaddingLeft);
font-size: var(--pf-c-dropdown__group-title--FontSize);
font-weight: var(--pf-c-dropdown__group-title--FontWeight);
color: var(--pf-c-dropdown__group-title--Color); }
.pf-c-tooltip {
--pf-c-tooltip--MaxWidth: 18.75rem;
--pf-c-tooltip__content--PaddingTop: var(--pf-global--spacer--md);
--pf-c-tooltip__content--PaddingRight: var(--pf-global--spacer--lg);
--pf-c-tooltip__content--PaddingBottom: var(--pf-global--spacer--md);
--pf-c-tooltip__content--PaddingLeft: var(--pf-global--spacer--lg);
--pf-c-tooltip__content--Color: var(--pf-global--Color--light-100);
--pf-c-tooltip__content--BackgroundColor: var(--pf-global--BackgroundColor--dark-100);
--pf-c-tooltip__content--FontSize: var(--pf-global--FontSize--sm);
--pf-c-tooltip__arrow--Width: var(--pf-global--arrow--width);
--pf-c-tooltip__arrow--Height: var(--pf-global--arrow--width);
--pf-c-tooltip__arrow--m-top--Transform: translate(-50%, 50%) rotate(45deg);
--pf-c-tooltip__arrow--m-right--Transform: translate(-50%, -50%) rotate(45deg);
--pf-c-tooltip__arrow--m-bottom--Transform: translate(-50%, -50%) rotate(45deg);
--pf-c-tooltip__arrow--m-left--Transform: translate(50%, -50%) rotate(45deg);
position: relative;
max-width: var(--pf-c-tooltip--MaxWidth); }
.pf-c-tooltip.pf-m-top .pf-c-tooltip__arrow {
bottom: 0;
left: 50%;
transform: var(--pf-c-tooltip__arrow--m-top--Transform); }
.pf-c-tooltip.pf-m-bottom .pf-c-tooltip__arrow {
top: 0;
left: 50%;
transform: var(--pf-c-tooltip__arrow--m-bottom--Transform); }
.pf-c-tooltip.pf-m-left .pf-c-tooltip__arrow {
top: 50%;
right: 0;
transform: var(--pf-c-tooltip__arrow--m-left--Transform); }
.pf-c-tooltip.pf-m-right .pf-c-tooltip__arrow {
top: 50%;
left: 0;
transform: var(--pf-c-tooltip__arrow--m-right--Transform); }
.pf-c-tooltip__content {
position: relative;
padding: var(--pf-c-tooltip__content--PaddingTop) var(--pf-c-tooltip__content--PaddingRight) var(--pf-c-tooltip__content--PaddingBottom) var(--pf-c-tooltip__content--PaddingLeft);
font-size: var(--pf-c-tooltip__content--FontSize);
color: var(--pf-c-tooltip__content--Color);
text-align: center;
word-break: break-word;
background-color: var(--pf-c-tooltip__content--BackgroundColor); }
.pf-c-tooltip__content.pf-m-text-align-left {
text-align: left; }
.pf-c-tooltip__arrow {
position: absolute;
width: var(--pf-c-tooltip__arrow--Width);
height: var(--pf-c-tooltip__arrow--Height);
pointer-events: none;
background-color: var(--pf-c-tooltip__content--BackgroundColor); }
.tippy-iOS {
cursor: pointer !important; }
.tippy-notransition {
transition: none !important; }
.tippy-popper {
-webkit-perspective: 700px;
perspective: 700px;
z-index: 9999;
outline: 0;
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
pointer-events: none;
line-height: 1.4;
max-width: calc(100% - 10px); }
.tippy-popper[x-placement^='top'] .tippy-backdrop {
border-radius: 40% 40% 0 0; }
.tippy-popper[x-placement^='top'] .tippy-roundarrow {
bottom: -8px;
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0; }
.tippy-popper[x-placement^='top'] .tippy-roundarrow svg {
position: absolute;
left: 0;
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.tippy-popper[x-placement^='top'] .tippy-arrow {
border-top: 8px solid #333;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
bottom: -7px;
margin: 0 6px;
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0; }
.tippy-popper[x-placement^='top'] .tippy-backdrop {
-webkit-transform-origin: 0 25%;
transform-origin: 0 25%; }
.tippy-popper[x-placement^='top'] .tippy-backdrop[data-state='visible'] {
-webkit-transform: scale(1) translate(-50%, -55%);
transform: scale(1) translate(-50%, -55%); }
.tippy-popper[x-placement^='top'] .tippy-backdrop[data-state='hidden'] {
-webkit-transform: scale(0.2) translate(-50%, -45%);
transform: scale(0.2) translate(-50%, -45%);
opacity: 0; }
.tippy-popper[x-placement^='top']
[data-animation='shift-toward'][data-state='visible'] {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); }
.tippy-popper[x-placement^='top']
[data-animation='shift-toward'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px); }
.tippy-popper[x-placement^='top'] [data-animation='perspective'] {
-webkit-transform-origin: bottom;
transform-origin: bottom; }
.tippy-popper[x-placement^='top']
[data-animation='perspective'][data-state='visible'] {
-webkit-transform: translateY(-10px) rotateX(0);
transform: translateY(-10px) rotateX(0); }
.tippy-popper[x-placement^='top']
[data-animation='perspective'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateY(0) rotateX(60deg);
transform: translateY(0) rotateX(60deg); }
.tippy-popper[x-placement^='top']
[data-animation='fade'][data-state='visible'] {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); }
.tippy-popper[x-placement^='top'] [data-animation='fade'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateY(-10px);
transform: translateY(-10px); }
.tippy-popper[x-placement^='top']
[data-animation='shift-away'][data-state='visible'] {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); }
.tippy-popper[x-placement^='top']
[data-animation='shift-away'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateY(0);
transform: translateY(0); }
.tippy-popper[x-placement^='top']
[data-animation='scale'][data-state='visible'] {
-webkit-transform: translateY(-10px) scale(1);
transform: translateY(-10px) scale(1); }
.tippy-popper[x-placement^='top']
[data-animation='scale'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateY(0) scale(0.5);
transform: translateY(0) scale(0.5); }
.tippy-popper[x-placement^='bottom'] .tippy-backdrop {
border-radius: 0 0 30% 30%; }
.tippy-popper[x-placement^='bottom'] .tippy-roundarrow {
top: -8px;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%; }
.tippy-popper[x-placement^='bottom'] .tippy-roundarrow svg {
position: absolute;
left: 0;
-webkit-transform: rotate(0);
transform: rotate(0); }
.tippy-popper[x-placement^='bottom'] .tippy-arrow {
border-bottom: 8px solid #333;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
top: -7px;
margin: 0 6px;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%; }
.tippy-popper[x-placement^='bottom'] .tippy-backdrop {
-webkit-transform-origin: 0 -50%;
transform-origin: 0 -50%; }
.tippy-popper[x-placement^='bottom'] .tippy-backdrop[data-state='visible'] {
-webkit-transform: scale(1) translate(-50%, -45%);
transform: scale(1) translate(-50%, -45%); }
.tippy-popper[x-placement^='bottom'] .tippy-backdrop[data-state='hidden'] {
-webkit-transform: scale(0.2) translate(-50%);
transform: scale(0.2) translate(-50%);
opacity: 0; }
.tippy-popper[x-placement^='bottom']
[data-animation='shift-toward'][data-state='visible'] {
-webkit-transform: translateY(10px);
transform: translateY(10px); }
.tippy-popper[x-placement^='bottom']
[data-animation='shift-toward'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px); }
.tippy-popper[x-placement^='bottom'] [data-animation='perspective'] {
-webkit-transform-origin: top;
transform-origin: top; }
.tippy-popper[x-placement^='bottom']
[data-animation='perspective'][data-state='visible'] {
-webkit-transform: translateY(10px) rotateX(0);
transform: translateY(10px) rotateX(0); }
.tippy-popper[x-placement^='bottom']
[data-animation='perspective'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateY(0) rotateX(-60deg);
transform: translateY(0) rotateX(-60deg); }
.tippy-popper[x-placement^='bottom']
[data-animation='fade'][data-state='visible'] {
-webkit-transform: translateY(10px);
transform: translateY(10px); }
.tippy-popper[x-placement^='bottom']
[data-animation='fade'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateY(10px);
transform: translateY(10px); }
.tippy-popper[x-placement^='bottom']
[data-animation='shift-away'][data-state='visible'] {
-webkit-transform: translateY(10px);
transform: translateY(10px); }
.tippy-popper[x-placement^='bottom']
[data-animation='shift-away'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateY(0);
transform: translateY(0); }
.tippy-popper[x-placement^='bottom']
[data-animation='scale'][data-state='visible'] {
-webkit-transform: translateY(10px) scale(1);
transform: translateY(10px) scale(1); }
.tippy-popper[x-placement^='bottom']
[data-animation='scale'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateY(0) scale(0.5);
transform: translateY(0) scale(0.5); }
.tippy-popper[x-placement^='left'] .tippy-backdrop {
border-radius: 50% 0 0 50%; }
.tippy-popper[x-placement^='left'] .tippy-roundarrow {
right: -16px;
-webkit-transform-origin: 33.33333333% 50%;
transform-origin: 33.33333333% 50%; }
.tippy-popper[x-placement^='left'] .tippy-roundarrow svg {
position: absolute;
left: 0;
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.tippy-popper[x-placement^='left'] .tippy-arrow {
border-left: 8px solid #333;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
right: -7px;
margin: 3px 0;
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%; }
.tippy-popper[x-placement^='left'] .tippy-backdrop {
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0; }
.tippy-popper[x-placement^='left'] .tippy-backdrop[data-state='visible'] {
-webkit-transform: scale(1) translate(-50%, -50%);
transform: scale(1) translate(-50%, -50%); }
.tippy-popper[x-placement^='left'] .tippy-backdrop[data-state='hidden'] {
-webkit-transform: scale(0.2) translate(-75%, -50%);
transform: scale(0.2) translate(-75%, -50%);
opacity: 0; }
.tippy-popper[x-placement^='left']
[data-animation='shift-toward'][data-state='visible'] {
-webkit-transform: translateX(-10px);
transform: translateX(-10px); }
.tippy-popper[x-placement^='left']
[data-animation='shift-toward'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px); }
.tippy-popper[x-placement^='left'] [data-animation='perspective'] {
-webkit-transform-origin: right;
transform-origin: right; }
.tippy-popper[x-placement^='left']
[data-animation='perspective'][data-state='visible'] {
-webkit-transform: translateX(-10px) rotateY(0);
transform: translateX(-10px) rotateY(0); }
.tippy-popper[x-placement^='left']
[data-animation='perspective'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateX(0) rotateY(-60deg);
transform: translateX(0) rotateY(-60deg); }
.tippy-popper[x-placement^='left']
[data-animation='fade'][data-state='visible'] {
-webkit-transform: translateX(-10px);
transform: translateX(-10px); }
.tippy-popper[x-placement^='left']
[data-animation='fade'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateX(-10px);
transform: translateX(-10px); }
.tippy-popper[x-placement^='left']
[data-animation='shift-away'][data-state='visible'] {
-webkit-transform: translateX(-10px);
transform: translateX(-10px); }
.tippy-popper[x-placement^='left']
[data-animation='shift-away'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateX(0);
transform: translateX(0); }
.tippy-popper[x-placement^='left']
[data-animation='scale'][data-state='visible'] {
-webkit-transform: translateX(-10px) scale(1);
transform: translateX(-10px) scale(1); }
.tippy-popper[x-placement^='left']
[data-animation='scale'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateX(0) scale(0.5);
transform: translateX(0) scale(0.5); }
.tippy-popper[x-placement^='right'] .tippy-backdrop {
border-radius: 0 50% 50% 0; }
.tippy-popper[x-placement^='right'] .tippy-roundarrow {
left: -16px;
-webkit-transform-origin: 66.66666666% 50%;
transform-origin: 66.66666666% 50%; }
.tippy-popper[x-placement^='right'] .tippy-roundarrow svg {
position: absolute;
left: 0;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg); }
.tippy-popper[x-placement^='right'] .tippy-arrow {
border-right: 8px solid #333;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
left: -7px;
margin: 3px 0;
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%; }
.tippy-popper[x-placement^='right'] .tippy-backdrop {
-webkit-transform-origin: -50% 0;
transform-origin: -50% 0; }
.tippy-popper[x-placement^='right'] .tippy-backdrop[data-state='visible'] {
-webkit-transform: scale(1) translate(-50%, -50%);
transform: scale(1) translate(-50%, -50%); }
.tippy-popper[x-placement^='right'] .tippy-backdrop[data-state='hidden'] {
-webkit-transform: scale(0.2) translate(-25%, -50%);
transform: scale(0.2) translate(-25%, -50%);
opacity: 0; }
.tippy-popper[x-placement^='right']
[data-animation='shift-toward'][data-state='visible'] {
-webkit-transform: translateX(10px);
transform: translateX(10px); }
.tippy-popper[x-placement^='right']
[data-animation='shift-toward'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px); }
.tippy-popper[x-placement^='right'] [data-animation='perspective'] {
-webkit-transform-origin: left;
transform-origin: left; }
.tippy-popper[x-placement^='right']
[data-animation='perspective'][data-state='visible'] {
-webkit-transform: translateX(10px) rotateY(0);
transform: translateX(10px) rotateY(0); }
.tippy-popper[x-placement^='right']
[data-animation='perspective'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateX(0) rotateY(60deg);
transform: translateX(0) rotateY(60deg); }
.tippy-popper[x-placement^='right']
[data-animation='fade'][data-state='visible'] {
-webkit-transform: translateX(10px);
transform: translateX(10px); }
.tippy-popper[x-placement^='right']
[data-animation='fade'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateX(10px);
transform: translateX(10px); }
.tippy-popper[x-placement^='right']
[data-animation='shift-away'][data-state='visible'] {
-webkit-transform: translateX(10px);
transform: translateX(10px); }
.tippy-popper[x-placement^='right']
[data-animation='shift-away'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateX(0);
transform: translateX(0); }
.tippy-popper[x-placement^='right']
[data-animation='scale'][data-state='visible'] {
-webkit-transform: translateX(10px) scale(1);
transform: translateX(10px) scale(1); }
.tippy-popper[x-placement^='right']
[data-animation='scale'][data-state='hidden'] {
opacity: 0;
-webkit-transform: translateX(0) scale(0.5);
transform: translateX(0) scale(0.5); }
.tippy-tooltip {
position: relative;
color: #fff;
border-radius: 4px;
font-size: 0.9rem;
padding: 0.3rem 0.6rem;
max-width: 350px;
text-align: center;
will-change: transform;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #333; }
.tippy-tooltip[data-size='small'] {
padding: 0.2rem 0.4rem;
font-size: 0.75rem; }
.tippy-tooltip[data-size='large'] {
padding: 0.4rem 0.8rem;
font-size: 1rem; }
.tippy-tooltip[data-animatefill] {
overflow: hidden;
background-color: transparent; }
.tippy-tooltip[data-interactive],
.tippy-tooltip[data-interactive] path {
pointer-events: auto; }
.tippy-tooltip[data-inertia][data-state='visible'] {
transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11); }
.tippy-tooltip[data-inertia][data-state='hidden'] {
transition-timing-function: ease; }
.tippy-arrow,
.tippy-roundarrow {
position: absolute;
width: 0;
height: 0; }
.tippy-roundarrow {
width: 24px;
height: 8px;
fill: #333;
pointer-events: none; }
.tippy-backdrop {
position: absolute;
will-change: transform;
background-color: #333;
border-radius: 50%;
width: calc(110% + 2rem);
left: 50%;
top: 50%;
z-index: -1;
transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.tippy-backdrop:after {
content: '';
float: left;
padding-top: 100%; }
.tippy-backdrop + .tippy-content {
transition-property: opacity;
will-change: opacity; }
.tippy-backdrop + .tippy-content[data-state='visible'] {
opacity: 1; }
.tippy-backdrop + .tippy-content[data-state='hidden'] {
opacity: 0; }
/**
Need to unset tippy default styles
Also for enableFlip, need to make arrow aware of parent x-placement attribute in order to work
*/
.pf-tooltip-theme.tippy-tooltip,
.pf-popover-theme.tippy-tooltip {
background-color: unset;
font-size: unset;
color: unset;
border-radius: unset;
-webkit-font-smoothing: unset;
text-align: unset;
padding: unset;
cursor: text;
--pf-c-tooltip__content--BackgroundColor: var(--pf-global--BackgroundColor--dark-100);
--pf-c-tooltip__arrow--Width: var(--pf-global--arrow--width);
--pf-c-tooltip__arrow--Height: var(--pf-global--arrow--width);
--pf-c-popover__arrow--Width: var(--pf-global--arrow--width-lg);
--pf-c-popover__arrow--Height: var(--pf-global--arrow--width-lg);
--pf-c-popover__arrow--BoxShadow: var(--pf-global--BoxShadow--md);
--pf-c-popover__arrow--BackgroundColor: var(--pf-global--BackgroundColor--100); }
.pf-tooltip-theme .pf-c-tooltip,
.pf-popover-theme .pf-c-popover {
max-width: unset; }
.tippy-popper {
line-height: unset !important; }
.tippy-popper[x-placement^=top] .pf-tooltip-theme .tippy-arrow,
.tippy-popper[x-placement^=bottom] .pf-tooltip-theme .tippy-arrow,
.tippy-popper[x-placement^=left] .pf-tooltip-theme .tippy-arrow,
.tippy-popper[x-placement^=right] .pf-tooltip-theme .tippy-arrow {
border: unset;
width: var(--pf-c-tooltip__arrow--Width);
height: var(--pf-c-tooltip__arrow--Height);
pointer-events: none;
background-color: var(--pf-c-tooltip__content--BackgroundColor);
transform: rotate(45deg);
transform-origin: center; }
.tippy-popper[x-placement^=top] .pf-popover-theme .tippy-arrow,
.tippy-popper[x-placement^=bottom] .pf-popover-theme .tippy-arrow,
.tippy-popper[x-placement^=left] .pf-popover-theme .tippy-arrow,
.tippy-popper[x-placement^=right] .pf-popover-theme .tippy-arrow {
border: unset;
width: var(--pf-c-popover__arrow--Width);
height: var(--pf-c-popover__arrow--Height);
pointer-events: none;
background-color: var(--pf-c-popover__arrow--BackgroundColor);
box-shadow: var(--pf-c-popover__arrow--BoxShadow);
transform: rotate(45deg);
transform-origin: center; }
.tippy-popper[x-placement^=top] .pf-popover-theme .tippy-arrow {
bottom: -13px; }
.tippy-popper[x-placement^=bottom] .pf-popover-theme .tippy-arrow {
top: -13px; }
.tippy-popper[x-placement^=left] .pf-popover-theme .tippy-arrow {
right: -13px; }
.tippy-popper[x-placement^=right] .pf-popover-theme .tippy-arrow {
left: -13px; }
.pf-c-button {
--pf-c-button--PaddingTop: var(--pf-global--spacer--form-element);
--pf-c-button--PaddingRight: var(--pf-global--spacer--md);
--pf-c-button--PaddingBottom: var(--pf-global--spacer--form-element);
--pf-c-button--PaddingLeft: var(--pf-global--spacer--md);
--pf-c-button--LineHeight: var(--pf-global--LineHeight--md);
--pf-c-button--FontWeight: var(--pf-global--FontWeight--semi-bold);
--pf-c-button--FontSize: var(--pf-global--FontSize--md);
--pf-c-button--BorderRadius: var(--pf-global--BorderRadius--sm);
--pf-c-button--BorderColor: transparent;
--pf-c-button--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-button--hover--BorderWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--focus--BorderWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--active--BorderWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--disabled--Color: var(--pf-global--disabled-color--100);
--pf-c-button--disabled--BackgroundColor: var(--pf-global--disabled-color--200);
--pf-c-button--disabled--BorderColor: transparent;
--pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--100);
--pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
--pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
--pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
--pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-secondary--BackgroundColor: transparent;
--pf-c-button--m-secondary--BorderColor: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--hover--BackgroundColor: transparent;
--pf-c-button--m-secondary--hover--BorderColor: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--focus--BackgroundColor: transparent;
--pf-c-button--m-secondary--focus--BorderColor: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--active--BackgroundColor: transparent;
--pf-c-button--m-secondary--active--BorderColor: var(--pf-global--primary-color--100);
--pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
--pf-c-button--m-tertiary--BackgroundColor: transparent;
--pf-c-button--m-tertiary--BorderColor: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--Color: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--hover--BackgroundColor: transparent;
--pf-c-button--m-tertiary--hover--BorderColor: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--hover--Color: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--focus--BackgroundColor: transparent;
--pf-c-button--m-tertiary--focus--BorderColor: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--focus--Color: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--active--BackgroundColor: transparent;
--pf-c-button--m-tertiary--active--BorderColor: var(--pf-global--Color--100);
--pf-c-button--m-tertiary--active--Color: var(--pf-global--Color--100);
--pf-c-button--m-danger--BackgroundColor: var(--pf-global--danger-color--100);
--pf-c-button--m-danger--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-danger--hover--BackgroundColor: var(--pf-global--danger-color--200);
--pf-c-button--m-danger--hover--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-danger--focus--BackgroundColor: var(--pf-global--danger-color--200);
--pf-c-button--m-danger--focus--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-danger--active--BackgroundColor: var(--pf-global--danger-color--200);
--pf-c-button--m-danger--active--Color: var(--pf-global--Color--light-100);
--pf-c-button--m-link--Color: var(--pf-global--link--Color);
--pf-c-button--m-link--hover--Color: var(--pf-global--link--Color--hover);
--pf-c-button--m-link--focus--Color: var(--pf-global--link--Color--hover);
--pf-c-button--m-link--active--Color: var(--pf-global--link--Color--hover);
--pf-c-button--m-link--disabled--BackgroundColor: transparent;
--pf-c-button--m-link--m-inline--hover--TextDecoration: var(--pf-global--link--TextDecoration--hover);
--pf-c-button--m-link--m-inline--hover--Color: var(--pf-global--link--Color--hover);
--pf-c-button--m-plain--Color: var(--pf-global--Color--200);
--pf-c-button--m-plain--hover--Color: var(--pf-global--Color--100);
--pf-c-button--m-plain--focus--Color: var(--pf-global--Color--100);
--pf-c-button--m-plain--active--Color: var(--pf-global--Color--100);
--pf-c-button--m-plain--disabled--Color: var(--pf-global--disabled-color--200);
--pf-c-button--m-plain--disabled--BackgroundColor: transparent;
--pf-c-button--m-control--after--BorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-button--m-control--after--BorderTopColor: var(--pf-global--BorderColor--300);
--pf-c-button--m-control--after--BorderRightColor: var(--pf-global--BorderColor--300);
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-global--BorderColor--200);
--pf-c-button--m-control--after--BorderLeftColor: var(--pf-global--BorderColor--300);
--pf-c-button--m-control--hover--after--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--m-control--hover--after--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-button--m-control--active--after--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--m-control--active--after--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-button--m-control--focus--after--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--m-control--focus--after--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-button--m-control--m-expanded--after--BorderBottomWidth: var(--pf-global--BorderWidth--md);
--pf-c-button--m-control--m-expanded--after--BorderBottomColor: var(--pf-global--active-color--100);
--pf-c-button--m-control--disabled--after--BorderBottomColor: var(--pf-global--BorderColor--300);
--pf-c-button--m-control--disabled--BackgroundColor: transparent;
--pf-c-button__icon--MarginRight: var(--pf-global--spacer--xs);
--pf-c-button__text--icon--MarginLeft: var(--pf-global--spacer--xs);
position: relative;
display: inline-block;
padding: var(--pf-c-button--PaddingTop) var(--pf-c-button--PaddingRight) var(--pf-c-button--PaddingBottom) var(--pf-c-button--PaddingLeft);
font-size: var(--pf-c-button--FontSize);
font-weight: var(--pf-c-button--FontWeight);
line-height: var(--pf-c-button--LineHeight);
text-align: center;
white-space: nowrap;
user-select: none;
border: 0;
border-radius: var(--pf-c-button--BorderRadius); }
.pf-c-button .pf-c-button__icon {
margin-right: var(--pf-c-button__icon--MarginRight); }
.pf-c-button .pf-c-button__text + .pf-c-button__icon {
margin-right: 0;
margin-left: var(--pf-c-button__text--icon--MarginLeft); }
.pf-c-button::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: "";
border: var(--pf-c-button--BorderWidth) solid;
border-color: var(--pf-c-button--BorderColor);
border-radius: var(--pf-c-button--BorderRadius); }
.pf-c-button:hover, .pf-c-button.pf-m-hover {
text-decoration: none; }
.pf-c-button:hover::after, .pf-c-button.pf-m-hover::after {
--pf-c-button--BorderWidth: var(--pf-c-button--hover--BorderWidth); }
.pf-c-button:active::after, .pf-c-button.pf-m-active::after {
--pf-c-button--BorderWidth: var(--pf-c-button--active--BorderWidth); }
.pf-c-button:focus::after, .pf-c-button.pf-m-focus::after {
--pf-c-button--BorderWidth: var(--pf-c-button--focus--BorderWidth); }
.pf-c-button.pf-m-block {
display: block;
width: 100%; }
.pf-c-button.pf-m-primary {
color: var(--pf-c-button--m-primary--Color);
background-color: var(--pf-c-button--m-primary--BackgroundColor); }
.pf-c-button.pf-m-primary:hover, .pf-c-button.pf-m-primary.pf-m-hover {
--pf-c-button--m-primary--Color: var(--pf-c-button--m-primary--hover--Color);
--pf-c-button--m-primary--BackgroundColor: var(--pf-c-button--m-primary--hover--BackgroundColor); }
.pf-c-button.pf-m-primary:active, .pf-c-button.pf-m-primary.pf-m-active {
--pf-c-button--m-primary--Color: var(--pf-c-button--m-primary--active--Color);
--pf-c-button--m-primary--BackgroundColor: var(--pf-c-button--m-primary--active--BackgroundColor); }
.pf-c-button.pf-m-primary:focus, .pf-c-button.pf-m-primary.pf-m-focus {
--pf-c-button--m-primary--Color: var(--pf-c-button--m-primary--focus--Color);
--pf-c-button--m-primary--BackgroundColor: var(--pf-c-button--m-primary--focus--BackgroundColor); }
.pf-c-button.pf-m-secondary {
color: var(--pf-c-button--m-secondary--Color);
background-color: var(--pf-c-button--m-secondary--BackgroundColor); }
.pf-c-button.pf-m-secondary::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-secondary--BorderColor); }
.pf-c-button.pf-m-secondary:hover, .pf-c-button.pf-m-secondary.pf-m-hover {
--pf-c-button--m-secondary--Color: var(--pf-c-button--m-secondary--hover--Color);
--pf-c-button--m-secondary--BackgroundColor: var(--pf-c-button--m-secondary--hover--BackgroundColor); }
.pf-c-button.pf-m-secondary:hover::after, .pf-c-button.pf-m-secondary.pf-m-hover::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-secondary--hover--BorderColor); }
.pf-c-button.pf-m-secondary:active, .pf-c-button.pf-m-secondary.pf-m-active {
--pf-c-button--m-secondary--Color: var(--pf-c-button--m-secondary--active--Color);
--pf-c-button--m-secondary--BackgroundColor: var(--pf-c-button--m-secondary--active--BackgroundColor); }
.pf-c-button.pf-m-secondary:active::after, .pf-c-button.pf-m-secondary.pf-m-active::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-secondary--active--BorderColor); }
.pf-c-button.pf-m-secondary:focus, .pf-c-button.pf-m-secondary.pf-m-focus {
--pf-c-button--m-secondary--Color: var(--pf-c-button--m-secondary--focus--Color);
--pf-c-button--m-secondary--BackgroundColor: var(--pf-c-button--m-secondary--focus--BackgroundColor); }
.pf-c-button.pf-m-secondary:focus::after, .pf-c-button.pf-m-secondary.pf-m-focus::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-secondary--focus--BorderColor); }
.pf-c-button.pf-m-tertiary {
color: var(--pf-c-button--m-tertiary--Color);
background-color: var(--pf-c-button--m-tertiary--BackgroundColor); }
.pf-c-button.pf-m-tertiary::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-tertiary--BorderColor); }
.pf-c-button.pf-m-tertiary:hover, .pf-c-button.pf-m-tertiary.pf-m-hover {
--pf-c-button--m-tertiary--Color: var(--pf-c-button--m-tertiary--hover--Color);
--pf-c-button--m-tertiary--BackgroundColor: var(--pf-c-button--m-tertiary--hover--BackgroundColor); }
.pf-c-button.pf-m-tertiary:hover::after, .pf-c-button.pf-m-tertiary.pf-m-hover::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-tertiary--hover--BorderColor); }
.pf-c-button.pf-m-tertiary:active, .pf-c-button.pf-m-tertiary.pf-m-active {
--pf-c-button--m-tertiary--Color: var(--pf-c-button--m-tertiary--active--Color);
--pf-c-button--m-tertiary--BackgroundColor: var(--pf-c-button--m-tertiary--active--BackgroundColor); }
.pf-c-button.pf-m-tertiary:active::after, .pf-c-button.pf-m-tertiary.pf-m-active::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-tertiary--active--BorderColor); }
.pf-c-button.pf-m-tertiary:focus, .pf-c-button.pf-m-tertiary.pf-m-focus {
--pf-c-button--m-tertiary--Color: var(--pf-c-button--m-tertiary--focus--Color);
--pf-c-button--m-tertiary--BackgroundColor: var(--pf-c-button--m-tertiary--focus--BackgroundColor); }
.pf-c-button.pf-m-tertiary:focus::after, .pf-c-button.pf-m-tertiary.pf-m-focus::after {
--pf-c-button--BorderColor: var(--pf-c-button--m-tertiary--focus--BorderColor); }
.pf-c-button.pf-m-danger {
color: var(--pf-c-button--m-danger--Color);
background-color: var(--pf-c-button--m-danger--BackgroundColor); }
.pf-c-button.pf-m-danger:hover, .pf-c-button.pf-m-danger.pf-m-hover {
--pf-c-button--m-danger--Color: var(--pf-c-button--m-danger--hover--Color);
--pf-c-button--m-danger--BackgroundColor: var(--pf-c-button--m-danger--hover--BackgroundColor); }
.pf-c-button.pf-m-danger:active, .pf-c-button.pf-m-danger.pf-m-active {
--pf-c-button--m-danger--Color: var(--pf-c-button--m-danger--active--Color);
--pf-c-button--m-danger--BackgroundColor: var(--pf-c-button--m-danger--active--BackgroundColor); }
.pf-c-button.pf-m-danger:focus, .pf-c-button.pf-m-danger.pf-m-focus {
--pf-c-button--m-danger--Color: var(--pf-c-button--m-danger--focus--Color);
--pf-c-button--m-danger--BackgroundColor: var(--pf-c-button--m-danger--focus--BackgroundColor); }
.pf-c-button.pf-m-link {
color: var(--pf-c-button--m-link--Color); }
.pf-c-button.pf-m-link:not(.pf-m-inline):hover, .pf-c-button.pf-m-link:not(.pf-m-inline).pf-m-hover {
--pf-c-button--m-link--Color: var(--pf-c-button--m-link--hover--Color); }
.pf-c-button.pf-m-link:not(.pf-m-inline):active, .pf-c-button.pf-m-link:not(.pf-m-inline).pf-m-active {
--pf-c-button--m-link--Color: var(--pf-c-button--m-link--active--Color); }
.pf-c-button.pf-m-link:not(.pf-m-inline):focus, .pf-c-button.pf-m-link:not(.pf-m-inline).pf-m-focus {
--pf-c-button--m-link--Color: var(--pf-c-button--m-link--focus--Color); }
.pf-c-button.pf-m-link:disabled, .pf-c-button.pf-m-link.pf-m-disabled {
background-color: var(--pf-c-button--m-link--disabled--BackgroundColor); }
.pf-c-button.pf-m-link.pf-m-inline {
display: inline;
padding: 0; }
.pf-c-button.pf-m-link.pf-m-inline:hover {
--pf-c-button--m-link--Color: var(--pf-c-button--m-link--m-inline--hover--Color);
text-decoration: var(--pf-c-button--m-link--m-inline--hover--TextDecoration); }
.pf-c-button.pf-m-control::after {
--pf-c-button--BorderWidth: var(--pf-c-button--m-control--after--BorderWidth);
--pf-c-button--BorderColor: var(--pf-c-button--m-control--after--BorderTopColor) var(--pf-c-button--m-control--after--BorderRightColor) var(--pf-c-button--m-control--after--BorderBottomColor) var(--pf-c-button--m-control--after--BorderLeftColor);
border-radius: initial; }
.pf-c-button.pf-m-control:hover::after, .pf-c-button.pf-m-control.pf-m-hover::after {
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-c-button--m-control--hover--after--BorderBottomColor);
border-bottom-width: var(--pf-c-button--m-control--hover--after--BorderBottomWidth); }
.pf-c-button.pf-m-control:active::after, .pf-c-button.pf-m-control.pf-m-active::after {
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-c-button--m-control--active--after--BorderBottomColor);
border-bottom-width: var(--pf-c-button--m-control--active--after--BorderBottomWidth); }
.pf-c-button.pf-m-control:focus::after, .pf-c-button.pf-m-control.pf-m-focus::after {
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-c-button--m-control--focus--after--BorderBottomColor);
border-bottom-width: var(--pf-c-button--m-control--focus--after--BorderBottomWidth); }
.pf-c-button.pf-m-control.pf-m-expanded::after {
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-c-button--m-control--m-expanded--after--BorderBottomColor);
border-bottom-width: var(--pf-c-button--m-control--m-expanded--after--BorderBottomWidth); }
.pf-c-button.pf-m-control:disabled, .pf-c-button.pf-m-control.pf-m-disabled {
background-color: var(--pf-c-button--m-control--disabled--BackgroundColor); }
.pf-c-button.pf-m-control:disabled::after, .pf-c-button.pf-m-control.pf-m-disabled::after {
--pf-c-button--m-control--after--BorderBottomColor: var(--pf-c-button--m-control--disabled--after--BorderBottomColor); }
.pf-c-button:disabled, .pf-c-button.pf-m-disabled {
color: var(--pf-c-button--disabled--Color);
pointer-events: none;
background-color: var(--pf-c-button--disabled--BackgroundColor); }
.pf-c-button:disabled::after, .pf-c-button.pf-m-disabled::after {
--pf-c-button--BorderColor: var(--pf-c-button--disabled--BorderColor); }
.pf-c-button.pf-m-plain {
color: var(--pf-c-button--m-plain--Color); }
.pf-c-button.pf-m-plain:hover, .pf-c-button.pf-m-plain.pf-m-hover {
--pf-c-button--m-plain--Color: var(--pf-c-button--m-plain--hover--Color); }
.pf-c-button.pf-m-plain:active, .pf-c-button.pf-m-plain.pf-m-active {
--pf-c-button--m-plain--Color: var(--pf-c-button--m-plain--active--Color); }
.pf-c-button.pf-m-plain:focus, .pf-c-button.pf-m-plain.pf-m-focus {
--pf-c-button--m-plain--Color: var(--pf-c-button--m-plain--focus--Color); }
.pf-c-button.pf-m-plain:disabled, .pf-c-button.pf-m-plain.pf-m-disabled {
--pf-c-button--m-plain--Color: var(--pf-c-button--m-plain--disabled--Color);
background-color: var(--pf-c-button--m-plain--disabled--BackgroundColor); }
.pf-m-redhat-font .pf-c-button {
--pf-c-button--FontWeight: var(--pf-global--FontWeight--normal); }
/*# sourceMappingURL=RemediationButton.css.map*/
| 0.652241 | 0.059292 |
.lobster {
color: #ED7233;
display: inline-block;
font: 36px 'Lobster', 'Times New Roman', serif;
}
.input {
display: block;
background: #fff;
border: 1px solid;
border-color: #a3a3a3 #c6c6c6 #e5e5e5;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: inset 0 1px 1px #cfcfcf;
-moz-box-shadow: inset 0 1px 1px #cfcfcf;
box-shadow: inset 0 1px 1px #cfcfcf;
}
.input_i {
font: 100% Arial, sans-serif;
width: 100%;
margin: 0;
padding: 0.4em 0.3em 0.3em;
outline: 0;
border: 0;
background: none;
color: #222;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
textarea.input_i {
resize: none;
}
::-webkit-input-placeholder {
color: #999;
}
:-moz-placeholder {
color: #999;
}
::-moz-placeholder {
color: #999;
}
:-ms-input-placeholder {
color: #999;
}
.button,
.button:link,
.button:visited {
font-weight: bold;
font-size: 15px;
padding: 0.3em 0.7em;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
cursor: pointer;
color: #666;
background: #fcfcfc;
background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
background-image: -moz-linear-gradient(#ffffff, #eeeeee);
background-image: -o-linear-gradient(#ffffff, #eeeeee);
background-image: linear-gradient(#ffffff, #eeeeee);
border-width: 1px;
border-style: solid;
border-color: #e5e5e5 #dadada #afafaf;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 1px #ccc;
-moz-box-shadow: 0 1px 1px #ccc;
box-shadow: 0 1px 1px #ccc;
white-space: nowrap;
}
.button:hover,
.button:link:hover,
.button:visited:hover {
color: #666 !important;
background: #eee;
background-image: -webkit-linear-gradient(#f5f5f5, #eeeeee);
background-image: -moz-linear-gradient(#f5f5f5, #eeeeee);
background-image: -o-linear-gradient(#f5f5f5, #eeeeee);
background-image: linear-gradient(#f5f5f5, #eeeeee);
}
.button.active {
border-color: #afafaf #dadada #afafaf;
-webkit-box-shadow: inset 0 3px 4px #ddd;
-moz-box-shadow: inset 0 3px 4px #ddd;
box-shadow: inset 0 3px 4px #ddd;
}
.button:active {
border-color: #afafaf #dadada #afafaf;
-webkit-box-shadow: inset 0 3px 4px #ddd;
-moz-box-shadow: inset 0 3px 4px #ddd;
box-shadow: inset 0 3px 4px #ddd;
}
.button_small,
.button_small:link,
.button_small:visited {
font-size: 100%;
}
.app_message-layout {
position: relative;
margin: 0 auto;
height: 100%;
width: 100%;
}
.app_message-layout:before {
display: none;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
min-width: 730px;
background-color: #FFF;
background-image: url('/bundles/encounters/images/ajax-loader.gif');
background-position: 50% 50%;
background-repeat: no-repeat;
content: '';
z-index: 999;
}
.loader-big.app_message-layout:before {
display: block;
}
.layout-sidebar,
.layout-content {
height: 100%;
overflow: hidden;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.layout-sidebar {
float: left;
width: 240px;
height: 100%;
padding: 0 0 50px 0;
}
.b-empty_text {
display: none;
text-align: center;
}
.b-empty_text .t-shadow {
color: #666;
font-size: 1.1535em;
text-shadow: 0 1px 0 #fff;
}
.layout-sidebar_empty {
padding: 35px 0 50px 0;
background-color: #eee;
}
.layout-sidebar_empty .b-empty_text {
display: block;
}
.status-user {
float: left;
height: 8px;
width: 8px;
margin: 6px 7px 0 0;
padding: 2px;
border: 1px solid transparent;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
cursor: pointer;
}
.status-user:before {
display: block;
content: '';
height: 6px;
width: 6px;
background-color: #fff;
border: 1px solid #CCCCCC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 1px #FDFDFD;
box-shadow: 0 1px 1px #FDFDFD;
}
.status-user.status-on:before {
background: #9ee221;
background-image: -webkit-linear-gradient(#aaee23, #89cb1d);
background-image: -moz-linear-gradient(#aaee23, #89cb1d);
background-image: -o-linear-gradient(#aaee23, #89cb1d);
background-image: linear-gradient(#aaee23, #89cb1d);
border-color: #79BF00;
}
.status-user.status-off:before {
background: #ddd;
background-image: -webkit-linear-gradient(#ededed, #bebebe);
background-image: -moz-linear-gradient(#ededed, #bebebe);
background-image: -o-linear-gradient(#ededed, #bebebe);
background-image: linear-gradient(#ededed, #bebebe);
border-color: #bbb;
}
.status-user:hover {
border-color: #c8c8c8;
}
.b-user_online {
position: absolute;
left: 0;
bottom: 0;
padding: 11px 0 0 0;
height: 40px;
width: 240px;
border-top: 1px solid #d5d5d5;
cursor: pointer;
z-index: 1;
background: #f0f0f0;
background-image: -webkit-linear-gradient(#f0f0f0, #eeeeee);
background-image: -moz-linear-gradient(#f0f0f0, #eeeeee);
background-image: -o-linear-gradient(#f0f0f0, #eeeeee);
background-image: linear-gradient(#f0f0f0, #eeeeee);
visibility: hidden;
}
.b-user_online:before,
.b-user_online:after {
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
border-top: 1px solid #fff;
content: '';
}
.b-user_online:after {
display: none;
left: auto;
right: 15px;
top: 17px;
background-image: url('/bundles/encounters/images/icon_spin_dark.gif');
height: 16px;
width: 16px;
border-top: 0px;
}
.b-user_online .status-user {
margin-left: 9px;
}
.list-user_online-hide.layout-sidebar_empty,
.list-user_online-hide.layout-sidebar {
padding-bottom: 0;
}
.list-user_online-hide .b-user_online {
display: none;
}
.b-list_users {
height: 100%;
overflow-y: auto;
}
.list-user_more {
float: right;
margin: 4px 36px 0 0;
font-size: 1.5384em;
font-weight: bold;
color: #2266ac;
text-shadow: 0 1px 0 #fff;
}
.list_users {
height: 30px;
margin: 0 50px 0 0;
overflow: hidden;
font-size: 0;
}
.list_users .list_users_item {
display: inline;
margin-right: 9px;
}
.list_users .list_users_item .list_users_item-img {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.online-select {
background-image: none;
background-color: #4d5679;
border-top-color: #4d5679;
-webkit-box-shadow: inset 0 3px 5px #414966;
-moz-box-shadow: inset 0 3px 5px #414966;
box-shadow: inset 0 3px 5px #414966;
}
.online-select .status-user.status-on:before {
width: 8px;
height: 8px;
-webkit-box-shadow: 0 -1px 1px #3c435e;
-moz-box-shadow: 0 -1px 1px #3c435e;
box-shadow: 0 -1px 1px #3c435e;
border: 0;
}
.online-select:before {
border-top-color: #4d5679;
}
.online-select .list-user_more {
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.online-select.loading:after {
display: block;
}
.list-users .list-users_item {
padding: 10px;
background-color: #EEEEEE;
border-top: 1px solid #fff;
border-bottom: 1px solid #d5d5d5;
cursor: pointer;
}
.list-users .list-users_item:hover {
background-color: #e7e7e7;
}
.list-users .list-users_item:hover .list-users_state {
background: url('/bundles/encounters/images/icon_spin_light2.gif');
}
.list-users .list-users_item.list-users_item-current {
background-color: #4d5679;
border-top-color: #4d5679;
border-bottom-color: #4d5679;
}
.list-users .list-users_item.list-users_item-current .status-user.status-on:before {
width: 8px;
height: 8px;
-webkit-box-shadow: 0 -1px 1px #3c435e;
-moz-box-shadow: 0 -1px 1px #3c435e;
box-shadow: 0 -1px 1px #3c435e;
border: 0;
}
.list-users .list-users_item.list-users_item-current .list-users_name {
color: #FFFFFF;
text-shadow: 0 -1px 0 #3c435e;
}
.list-users .list-users_item.list-users_item-current .list-users_state {
background: url('/bundles/encounters/images/icon_spin_dark.gif');
}
.list-users .list-users_item.list-users_item-current .list-users_message {
display: none;
}
.list-users .list-users_item:after {
display: block;
content: '';
clear: both;
}
.list-users .list-users_item .list-users_avatars {
float: left;
margin: 0 10px 0 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 28px;
height: 28px;
}
.list-users .list-users_item .list-users_message {
display: none;
font-weight: bold;
float: right;
margin: 4px 0 0 5px;
padding: 1px 6px;
text-shadow: 0 -1px 0 #cc7d32;
color: #fff;
background: #ff872c;
background-image: -webkit-linear-gradient(#ffae4f, #ff5400);
background-image: -moz-linear-gradient(#ffae4f, #ff5400);
background-image: -o-linear-gradient(#ffae4f, #ff5400);
background-image: linear-gradient(#ffae4f, #ff5400);
border-width: 1px;
border-style: solid;
border-color: #fd8800 #e0740c #c15300;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: inset 0 1px 1px #ffcb90;
-moz-box-shadow: inset 0 1px 1px #ffcb90;
box-shadow: inset 0 1px 1px #ffcb90;
}
.list-users .list-users_item .list-users_name {
display: block;
padding: 5px 0 0;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
text-shadow: 0 1px 0 #fff;
font-weight: bold;
color: #2266ac;
}
.list-users .list-users_item .list-users_state {
display: none;
float: right;
height: 16px;
margin: 7px 2px 0 5px;
width: 16px;
background: url('/bundles/encounters/images/icon_spin_light.gif');
}
.list-users .list-users_item.new-message .list-users_message {
display: block;
}
.list-users .list-users_item.loading .list-users_state {
display: block;
}
.b-list_loading {
padding: 9px 20px 8px;
text-align: center;
text-shadow: 0 -1px 0 #696969;
color: #adadad;
background: #777;
-webkit-box-shadow: inset 0 3px 5px #656565;
-moz-box-shadow: inset 0 3px 5px #656565;
box-shadow: inset 0 3px 5px #656565;
/*display: none;*/
visibility: hidden;
}
.b-list_loading:before {
display: inline-block;
margin: 0 3px 0 -5px;
height: 16px;
width: 16px;
content: '';
background-image: url('/bundles/encounters/images/icon_spin_gray.gif');
vertical-align: -3px;
}
.layout-content {
margin-left: 240px;
min-width: 490px;
border-left: 1px solid #D5D5D5;
padding: 120px 0 130px 0;
}
.layout-content:after {
display: none;
position: absolute;
left: 0;
top: 120px;
margin-bottom: -120px;
height: 100%;
width: 100%;
z-index: 600;
background-color: #FFF;
content: '';
opacity: 0.5;
filter: alpha(opacity = 50);
}
.layout-content.show-present:after {
display: block;
}
.user-select {
display: none;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
position: relative;
text-align: center;
}
.list-user_header {
display: block;
margin: 10px 10px 5px;
background-position: 50% 0;
background-repeat: no-repeat;
text-indent: -300em;
}
.list-user_header.female {
background-image: url('/bundles/encounters/images/texts/female/choose-user.png');
}
.list-user_header.male {
background-image: url('/bundles/encounters/images/texts/male/choose-user.png');
}
.list-user_select {
margin: 10px 0 0 10px;
text-align: left;
font-size: 0;
}
.list-user_select-item {
display: inline-block;
position: relative;
margin: 0 10px 10px 0;
font-size: 13px;
vertical-align: top;
cursor: pointer;
}
.list-user_select-item:hover .user-info {
display: block;
}
.user-info {
display: none;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
color: #fff;
text-align: center;
}
.user-info:before {
display: block;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
opacity: 0.5;
filter: alpha(opacity = 50);
background-color: #000;
content: '';
z-index: 0;
}
.user-info .inner {
height: 100%;
position: relative;
z-index: 1;
}
.user-info .user-name {
padding: 10px 5px 0 5px;
width: 185px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: bold;
color: #fff;
}
.user-info .user-location {
padding: 0 5px;
color: #fff;
}
.user-info .user-add_list {
bottom: 10px;
box-shadow: none;
left: 0;
margin: 0 40px;
position: absolute;
white-space: nowrap;
}
.user-info .user-add_list:before {
position: relative;
top: 0px;
margin: 0 3px 0 0;
content: '\2B';
vertical-align: top;
font-size: 22px;
text-shadow: 0 1px 0 #fff;
}
.users-select__avatar {
display: block;
height: 190px;
width: 190px;
}
/* user-select-list (end) */
.window-user_info {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 110px;
padding-top: 10px;
background-color: #eaeaea;
border-bottom: 1px solid #d5d5d5;
}
.window-user_info .user_info-inner {
border-bottom: 1px solid #fff;
height: 109px;
}
.window-user_info .user_info-pic {
float: left;
position: relative;
margin: 0 0 0 10px;
width: 110px;
}
.window-user_info .user_info-pic .user_info-avatar {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 100px;
height: 100px;
}
.window-user_info .user_info-pic .user_info-photo {
display: none;
position: absolute;
right: 13px;
bottom: 6px;
padding: 1px 6px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
font-weight: bold;
color: #fff;
}
.window-user_info .user_info-pic .user_info-photo i {
position: relative;
z-index: 1;
color: #fff;
}
.window-user_info .user_info-pic .user_info-photo:before {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #000;
opacity: 0.5;
filter: alpha(opacity = 50);
content: '';
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.window-user_info .user_info-pic.yes-photo .user_info-photo {
display: block;
}
.window-user_info .user_info {
margin-left: 120px;
}
.window-user_info .user_info .user-info_header {
margin: 0 0 10px;
overflow: hidden;
font-size: 18px;
white-space: nowrap;
}
.window-user_info .user_info .user-info_header .user-info_details {
font-size: 13px;
}
.window-user_info .tags-list_item:after {
background-image: url('/bundles/encounters/images/interests-courner-right.png');
}
.tags-list {
margin: 0 0 14px;
padding: 1px 0 2px;
overflow: hidden;
position: relative;
white-space: nowrap;
}
.tags-list_item {
position: relative;
display: inline-block;
padding: 0 8px 1px 4px;
margin: 0 7px 0 0;
color: #666;
background: #e8e8e8;
background-image: -webkit-linear-gradient(#f1f1f1, #e1e1e1);
background-image: -moz-linear-gradient(#f1f1f1, #e1e1e1);
background-image: -o-linear-gradient(#f1f1f1, #e1e1e1);
background-image: linear-gradient(#f1f1f1, #e1e1e1);
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 1px #fdfdfd;
-moz-box-shadow: 0 1px 1px #fdfdfd;
box-shadow: 0 1px 1px #fdfdfd;
}
.tags-list_item:after {
position: absolute;
top: -1px;
right: -7px;
width: 13px;
height: 100%;
margin: 0 0 -2px 0;
padding: 0 0 2px 0;
background: url('/bundles/encounters/images/interests-courner-right.png') 100% 50% no-repeat;
content: '';
}
.menu_item {
position: relative;
display: inline-block;
margin: 0;
padding: 5px 12px;
font-weight: bold;
font-size: 15px;
text-shadow: 0 -1px 0 #cc7d32;
cursor: pointer;
color: #fff;
background: #ff872c;
background-image: -webkit-linear-gradient(#ffae4f, #ff5400);
background-image: -moz-linear-gradient(#ffae4f, #ff5400);
background-image: -o-linear-gradient(#ffae4f, #ff5400);
background-image: linear-gradient(#ffae4f, #ff5400);
border-width: 1px;
border-right-width: 0;
border-style: solid;
border-color: #fd8800 #df6d00 #c05200;
-webkit-box-shadow: inset 1px 1px 1px #ffcb90;
-moz-box-shadow: inset 1px 1px 1px #ffcb90;
box-shadow: inset 1px 1px 1px #ffcb90;
}
.menu_item:first-child {
-webkit-border-radius: 5px 0 0 5px;
-moz-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.menu_item:last-child {
border-right-width: 1px;
-webkit-border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}
.menu_item:hover {
background-image: -webkit-linear-gradient(#ffb464, #ff7027);
background-image: -moz-linear-gradient(#ffb464, #ff7027);
background-image: -o-linear-gradient(#ffb464, #ff7027);
background-image: linear-gradient(#ffb464, #ff7027);
}
.menu_item span {
color: #fff;
}
.menu {
white-space: nowrap;
font-size: 0;
}
.menu .menu_item-current {
background: #ec6300;
background-image: -webkit-linear-gradient(#ff7e00, #cf4a00);
background-image: -moz-linear-gradient(#ff7e00, #cf4a00);
background-image: -o-linear-gradient(#ff7e00, #cf4a00);
background-image: linear-gradient(#ff7e00, #cf4a00);
border-color: #c46100 #c64a00 #c84700;
-webkit-box-shadow: inset 0 0 2px #e86500;
-moz-box-shadow: inset 0 0 2px #e86500;
box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.3);
}
.menu .menu_arrow span:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #000000;
content: "";
display: inline-block;
height: 0;
vertical-align: 2px;
width: 0;
margin: 8px 0 0 4px;
border-top-color: #fff;
-webkit-box-shadow: 0 -1px 1px #cc7d32;
-moz-box-shadow: 0 -1px 1px #cc7d32;
box-shadow: 0 -1px 1px #cc7d32;
}
.drop_down {
display: none;
position: absolute;
right: 0;
top: 30px;
padding: 10px 15px;
background-color: #FFF;
border: 1px solid #ddd;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
font-weight: normal;
font-size: 13px;
text-shadow: none;
cursor: default;
color: #000;
white-space: normal;
z-index: 3;
}
.drop_down.drop_down-present {
left: -50%;
width: 410px;
padding-bottom: 15px;
z-index: 999;
}
.list_drop_down-menu .list_item {
margin-top: 5px;
white-space: nowrap;
}
.list_drop_down-menu .list_item:first-child {
margin-top: 0;
}
.list_drop_down-menu .list_item .list_item-link {
font-size: 13px;
font-weight: normal;
color: #0066cc;
text-shadow: 0 0 0 #fff;
text-decoration: none;
}
.ui-tabs {
margin: 5px 0 15px;
border-bottom: 1px solid #d5d5d5;
font-size: 0;
}
.ui-tabs .ui-tabs_item {
display: inline-block;
margin: 0 15px 0 0;
padding-bottom: 5px;
font-size: 13px;
color: #2266ac;
cursor: pointer;
}
.ui-tabs .ui-tabs_item:hover {
color: #FF0000;
}
.ui-tabs .ui-tabs_item.ui-tabs_item-active {
color: #000;
font-weight: bold;
}
.ui-tabs .ui-tabs_item span {
color: #2169aa;
}
.ui-tabs .ui-tabs_item.ui-tabs_item-active span {
color: #000;
}
.ui-tabs_content {
/*height: 207px;*/
margin: 0 0 10px 0;
/*overflow-y: scroll;*/
/*overflow-x: auto;*/
overflow: auto;
}
.ui-tabs_content .ui-tabs_panel {
display: none;
}
.list-present {
font-size: 0;
}
.list-present .list-present_item {
display: inline-block;
margin: 0 5px 5px 0;
padding: 10px 5px 5px;
height: 84px;
width: 80px;
border: 1px solid transparent;
font-size: 13px;
cursor: pointer;
text-align: center;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
vertical-align: top;
}
.list-present .list-present_item .list-present_cost {
visibility: hidden;
color: #000;
display: block;
}
.list-present .list-present_item .list-present_cost:after {
display: inline-block;
height: 11px;
width: 11px;
background-image: url('/bundles/encounters/images/account-red-small-heart.png');
content: '';
vertical-align: -1px;
}
.list-present .list-present_item:hover {
border: 1px solid #d5d5d5;
}
.list-present .list-present_item:hover .list-present_cost,
.list-present .list-present_item.list-present_item-selected .list-present_cost {
visibility: visible;
}
.list-present .list-present_item:active,
.list-present .list-present_item.list-present_item-selected {
cursor: default;
background-color: #eeeeee;
border: 1px solid transparent;
-webkit-box-shadow: inset 0 2px 1px 0 #999;
-moz-box-shadow: inset 0 2px 1px 0 #999;
box-shadow: inset 0 2px 1px 0 #999;
}
.list-present .list-present_item:active:hover,
.list-present .list-present_item.list-present_item-selected:hover {
border: 1px solid transparent;
}
.list-present .list-present_item.list-present_item-selected {
cursor: default;
}
.form-send .input {
margin: 0 0 10px 0;
}
.user-info__shadow {
position: absolute;
bottom: 1px;
right: 0;
width: 40px;
height: 100%;
background-image: -webkit-linear-gradient(left, rgba(238, 238, 238, 0) 0, #eeeeee 75%);
background-image: -moz-linear-gradient(left, rgba(238, 238, 238, 0) 0, #eeeeee 75%);
background-image: -o-linear-gradient(left, rgba(238, 238, 238, 0) 0, #eeeeee 75%);
background-image: linear-gradient(left, rgba(238, 238, 238, 0) 0, #eeeeee 75%);
}
.form_label {
margin: 0 0 0 8px;
text-shadow: 0 1px 0 #fff;
color: #999;
}
.window-user_message {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
position: relative;
}
.window-user_form {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 130px;
background: #eee;
border-top: 1px solid #d5d5d5;
}
.window-user_form .form_i {
padding: 15px 15px 5px;
border-top: 1px solid #fff;
}
.window-user_form .input_i {
padding-right: 25px;
height: 60px;
cursor: text;
overflow-y: auto;
overflow-x: visible;
word-wrap: break-word;
/*background: #00aa00;*/
}
.window-user_form .button {
display: inline-block;
margin: 9px 0 0;
}
.b-user_disabled {
padding: 35px 0 0 0;
font-size: 15px;
color: #000;
text-shadow: 0 1px 0 #fff;
text-align: center;
}
.b-user_disabled .sent {
color: #0066cc;
cursor: pointer;
font-weight: bold;
}
.disabled-message .form_i {
display: none;
}
.disabled-message .b-user_disabled {
display: block;
}
.messages__list {
display: table;
height: 100%;
width: 100%;
}
.messages__item {
padding: 9px 10px 10px;
border-top: 1px solid #eee;
}
.messages__item:last-child {
margin-bottom: 30px;
}
.messages__item:first-child {
border-top: 0px;
}
.messages__item + .messages__item {
border-top: 0px;
}
.messages__item__icon {
display: inline;
margin: 0 0 2px;
padding-right:6px;
}
.messages__header {
font-size: 13px;
margin: 0 0 4px;
color: #999;
}
.messages__name {
color: #999;
font-weight: bold;
}
.messages__details {
font-size: 10px;
color: #999;
}
.messages__item_next {
border-bottom: 0;
}
.messages__item_my {
background: #f5f5f5;
}
.messages__item_my:last-child {
border-bottom: 1px solid #eee;
}
.messages__item_status {
text-align: center;
color: #999;
border: 0;
}
.messages__item_promo {
display: table-cell;
vertical-align: middle;
height: 100%;
font-size: 15px;
line-height: 1.35em;
text-align: center;
border: 0;
}
.messages__item_promo .lobster {
display: block;
margin: 0 0 25px;
background-image: url('/bundles/encounters/images/texts/start-from-interesting-phrase.png');
background-position: 50% 0;
background-repeat: no-repeat;
text-indent: -300em;
}
.messages__item_promo__present {
line-height: 90px;
width: 90px;
height: 90px;
margin: 0 auto 9px;
text-align: center;
border: 1px dashed #d5d5d5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.messages__item_promo__present img {
vertical-align: middle;
}
.messages__item_promo .tags-list {
font-size: 13px;
margin-bottom: 35px;
}
.messages__item_promo p {
margin: 0 0 1.2em;
}
.messages__item_promo :link {
font-weight: bold;
text-decoration: none;
}
.messages__item_promo :link:hover,
.messages__item_promo :visited:hover {
text-decoration: underline;
}
.baloon {
margin: 15px 0 0 0;
position: relative;
}
.baloon:after {
display: block;
height: 1px;
clear: both;
content: '';
}
.baloon .baloon_present-i {
position: absolute;
left: 0;
top: 0;
}
.baloon .baloon_content {
display: inline-block;
vertical-align: middle;
float: left;
position: relative;
min-height: 44px;
margin: 0 0 0 74px;
padding: 10px 15px 10px 40px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.35);
-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.35);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.35);
background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiI<KEY>
background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 2%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(2%, #f4f4f4), color-stop(100%, #ffffff));
background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 2%, #ffffff 100%);
background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 2%, #ffffff 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 2%, #ffffff 100%);
background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 2%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ffffff', GradientType = 0);
}
.baloon .baloon_content .baloon_wrap {
display: table;
height: 44px;
}
.baloon .baloon_content .baloon_content-text {
display: table-cell;
font-weight: bold;
color: #730d0d;
white-space: normal;
vertical-align: middle;
}
.baloon .baloon_content .baloon_content-btn {
display: table-cell;
vertical-align: middle;
}
.baloon .baloon_content .button {
display: inline-block;
margin-left: 20px;
vertical-align: middle;
}
.baloon .baloon_content .baloon_lenta {
position: absolute;
left: 15px;
top: 0;
height: 32px;
width: 13px;
background-image: url('/bundles/encounters/images/gift-arrow.png');
background-repeat: no-repeat;
background-position: 0 0;
}
.baloon .baloon_content .baloon_arrow {
position: absolute;
left: -10px;
top: 50%;
margin-top: -8px;
height: 16px;
width: 10px;
background-image: url('/bundles/encounters/images/gift-baloon-arrow.png');
}
.user-select_show .user-select {
display: block;
}
.user-select_show .window {
display: none;
}
.user-select_show .layout-content {
padding: 0;
}
.messages__item {
display: none;
}
.messages__item.messages__item_promo {
display: table-cell;
}
.messages__item_promo_hide .messages__item {
display: block;
}
.messages__item_promo_hide .messages__item_promo {
display: none;
}
.orange-menu > .item span.form_label {
color:#999;
}
|
src/Mamba/EncountersBundle/Resources/public/css/pages/messenger/messenger.css
|
.lobster {
color: #ED7233;
display: inline-block;
font: 36px 'Lobster', 'Times New Roman', serif;
}
.input {
display: block;
background: #fff;
border: 1px solid;
border-color: #a3a3a3 #c6c6c6 #e5e5e5;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: inset 0 1px 1px #cfcfcf;
-moz-box-shadow: inset 0 1px 1px #cfcfcf;
box-shadow: inset 0 1px 1px #cfcfcf;
}
.input_i {
font: 100% Arial, sans-serif;
width: 100%;
margin: 0;
padding: 0.4em 0.3em 0.3em;
outline: 0;
border: 0;
background: none;
color: #222;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
textarea.input_i {
resize: none;
}
::-webkit-input-placeholder {
color: #999;
}
:-moz-placeholder {
color: #999;
}
::-moz-placeholder {
color: #999;
}
:-ms-input-placeholder {
color: #999;
}
.button,
.button:link,
.button:visited {
font-weight: bold;
font-size: 15px;
padding: 0.3em 0.7em;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
cursor: pointer;
color: #666;
background: #fcfcfc;
background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
background-image: -moz-linear-gradient(#ffffff, #eeeeee);
background-image: -o-linear-gradient(#ffffff, #eeeeee);
background-image: linear-gradient(#ffffff, #eeeeee);
border-width: 1px;
border-style: solid;
border-color: #e5e5e5 #dadada #afafaf;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 1px #ccc;
-moz-box-shadow: 0 1px 1px #ccc;
box-shadow: 0 1px 1px #ccc;
white-space: nowrap;
}
.button:hover,
.button:link:hover,
.button:visited:hover {
color: #666 !important;
background: #eee;
background-image: -webkit-linear-gradient(#f5f5f5, #eeeeee);
background-image: -moz-linear-gradient(#f5f5f5, #eeeeee);
background-image: -o-linear-gradient(#f5f5f5, #eeeeee);
background-image: linear-gradient(#f5f5f5, #eeeeee);
}
.button.active {
border-color: #afafaf #dadada #afafaf;
-webkit-box-shadow: inset 0 3px 4px #ddd;
-moz-box-shadow: inset 0 3px 4px #ddd;
box-shadow: inset 0 3px 4px #ddd;
}
.button:active {
border-color: #afafaf #dadada #afafaf;
-webkit-box-shadow: inset 0 3px 4px #ddd;
-moz-box-shadow: inset 0 3px 4px #ddd;
box-shadow: inset 0 3px 4px #ddd;
}
.button_small,
.button_small:link,
.button_small:visited {
font-size: 100%;
}
.app_message-layout {
position: relative;
margin: 0 auto;
height: 100%;
width: 100%;
}
.app_message-layout:before {
display: none;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
min-width: 730px;
background-color: #FFF;
background-image: url('/bundles/encounters/images/ajax-loader.gif');
background-position: 50% 50%;
background-repeat: no-repeat;
content: '';
z-index: 999;
}
.loader-big.app_message-layout:before {
display: block;
}
.layout-sidebar,
.layout-content {
height: 100%;
overflow: hidden;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.layout-sidebar {
float: left;
width: 240px;
height: 100%;
padding: 0 0 50px 0;
}
.b-empty_text {
display: none;
text-align: center;
}
.b-empty_text .t-shadow {
color: #666;
font-size: 1.1535em;
text-shadow: 0 1px 0 #fff;
}
.layout-sidebar_empty {
padding: 35px 0 50px 0;
background-color: #eee;
}
.layout-sidebar_empty .b-empty_text {
display: block;
}
.status-user {
float: left;
height: 8px;
width: 8px;
margin: 6px 7px 0 0;
padding: 2px;
border: 1px solid transparent;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
cursor: pointer;
}
.status-user:before {
display: block;
content: '';
height: 6px;
width: 6px;
background-color: #fff;
border: 1px solid #CCCCCC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 1px #FDFDFD;
box-shadow: 0 1px 1px #FDFDFD;
}
.status-user.status-on:before {
background: #9ee221;
background-image: -webkit-linear-gradient(#aaee23, #89cb1d);
background-image: -moz-linear-gradient(#aaee23, #89cb1d);
background-image: -o-linear-gradient(#aaee23, #89cb1d);
background-image: linear-gradient(#aaee23, #89cb1d);
border-color: #79BF00;
}
.status-user.status-off:before {
background: #ddd;
background-image: -webkit-linear-gradient(#ededed, #bebebe);
background-image: -moz-linear-gradient(#ededed, #bebebe);
background-image: -o-linear-gradient(#ededed, #bebebe);
background-image: linear-gradient(#ededed, #bebebe);
border-color: #bbb;
}
.status-user:hover {
border-color: #c8c8c8;
}
.b-user_online {
position: absolute;
left: 0;
bottom: 0;
padding: 11px 0 0 0;
height: 40px;
width: 240px;
border-top: 1px solid #d5d5d5;
cursor: pointer;
z-index: 1;
background: #f0f0f0;
background-image: -webkit-linear-gradient(#f0f0f0, #eeeeee);
background-image: -moz-linear-gradient(#f0f0f0, #eeeeee);
background-image: -o-linear-gradient(#f0f0f0, #eeeeee);
background-image: linear-gradient(#f0f0f0, #eeeeee);
visibility: hidden;
}
.b-user_online:before,
.b-user_online:after {
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
border-top: 1px solid #fff;
content: '';
}
.b-user_online:after {
display: none;
left: auto;
right: 15px;
top: 17px;
background-image: url('/bundles/encounters/images/icon_spin_dark.gif');
height: 16px;
width: 16px;
border-top: 0px;
}
.b-user_online .status-user {
margin-left: 9px;
}
.list-user_online-hide.layout-sidebar_empty,
.list-user_online-hide.layout-sidebar {
padding-bottom: 0;
}
.list-user_online-hide .b-user_online {
display: none;
}
.b-list_users {
height: 100%;
overflow-y: auto;
}
.list-user_more {
float: right;
margin: 4px 36px 0 0;
font-size: 1.5384em;
font-weight: bold;
color: #2266ac;
text-shadow: 0 1px 0 #fff;
}
.list_users {
height: 30px;
margin: 0 50px 0 0;
overflow: hidden;
font-size: 0;
}
.list_users .list_users_item {
display: inline;
margin-right: 9px;
}
.list_users .list_users_item .list_users_item-img {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.online-select {
background-image: none;
background-color: #4d5679;
border-top-color: #4d5679;
-webkit-box-shadow: inset 0 3px 5px #414966;
-moz-box-shadow: inset 0 3px 5px #414966;
box-shadow: inset 0 3px 5px #414966;
}
.online-select .status-user.status-on:before {
width: 8px;
height: 8px;
-webkit-box-shadow: 0 -1px 1px #3c435e;
-moz-box-shadow: 0 -1px 1px #3c435e;
box-shadow: 0 -1px 1px #3c435e;
border: 0;
}
.online-select:before {
border-top-color: #4d5679;
}
.online-select .list-user_more {
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.online-select.loading:after {
display: block;
}
.list-users .list-users_item {
padding: 10px;
background-color: #EEEEEE;
border-top: 1px solid #fff;
border-bottom: 1px solid #d5d5d5;
cursor: pointer;
}
.list-users .list-users_item:hover {
background-color: #e7e7e7;
}
.list-users .list-users_item:hover .list-users_state {
background: url('/bundles/encounters/images/icon_spin_light2.gif');
}
.list-users .list-users_item.list-users_item-current {
background-color: #4d5679;
border-top-color: #4d5679;
border-bottom-color: #4d5679;
}
.list-users .list-users_item.list-users_item-current .status-user.status-on:before {
width: 8px;
height: 8px;
-webkit-box-shadow: 0 -1px 1px #3c435e;
-moz-box-shadow: 0 -1px 1px #3c435e;
box-shadow: 0 -1px 1px #3c435e;
border: 0;
}
.list-users .list-users_item.list-users_item-current .list-users_name {
color: #FFFFFF;
text-shadow: 0 -1px 0 #3c435e;
}
.list-users .list-users_item.list-users_item-current .list-users_state {
background: url('/bundles/encounters/images/icon_spin_dark.gif');
}
.list-users .list-users_item.list-users_item-current .list-users_message {
display: none;
}
.list-users .list-users_item:after {
display: block;
content: '';
clear: both;
}
.list-users .list-users_item .list-users_avatars {
float: left;
margin: 0 10px 0 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 28px;
height: 28px;
}
.list-users .list-users_item .list-users_message {
display: none;
font-weight: bold;
float: right;
margin: 4px 0 0 5px;
padding: 1px 6px;
text-shadow: 0 -1px 0 #cc7d32;
color: #fff;
background: #ff872c;
background-image: -webkit-linear-gradient(#ffae4f, #ff5400);
background-image: -moz-linear-gradient(#ffae4f, #ff5400);
background-image: -o-linear-gradient(#ffae4f, #ff5400);
background-image: linear-gradient(#ffae4f, #ff5400);
border-width: 1px;
border-style: solid;
border-color: #fd8800 #e0740c #c15300;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: inset 0 1px 1px #ffcb90;
-moz-box-shadow: inset 0 1px 1px #ffcb90;
box-shadow: inset 0 1px 1px #ffcb90;
}
.list-users .list-users_item .list-users_name {
display: block;
padding: 5px 0 0;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
text-shadow: 0 1px 0 #fff;
font-weight: bold;
color: #2266ac;
}
.list-users .list-users_item .list-users_state {
display: none;
float: right;
height: 16px;
margin: 7px 2px 0 5px;
width: 16px;
background: url('/bundles/encounters/images/icon_spin_light.gif');
}
.list-users .list-users_item.new-message .list-users_message {
display: block;
}
.list-users .list-users_item.loading .list-users_state {
display: block;
}
.b-list_loading {
padding: 9px 20px 8px;
text-align: center;
text-shadow: 0 -1px 0 #696969;
color: #adadad;
background: #777;
-webkit-box-shadow: inset 0 3px 5px #656565;
-moz-box-shadow: inset 0 3px 5px #656565;
box-shadow: inset 0 3px 5px #656565;
/*display: none;*/
visibility: hidden;
}
.b-list_loading:before {
display: inline-block;
margin: 0 3px 0 -5px;
height: 16px;
width: 16px;
content: '';
background-image: url('/bundles/encounters/images/icon_spin_gray.gif');
vertical-align: -3px;
}
.layout-content {
margin-left: 240px;
min-width: 490px;
border-left: 1px solid #D5D5D5;
padding: 120px 0 130px 0;
}
.layout-content:after {
display: none;
position: absolute;
left: 0;
top: 120px;
margin-bottom: -120px;
height: 100%;
width: 100%;
z-index: 600;
background-color: #FFF;
content: '';
opacity: 0.5;
filter: alpha(opacity = 50);
}
.layout-content.show-present:after {
display: block;
}
.user-select {
display: none;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
position: relative;
text-align: center;
}
.list-user_header {
display: block;
margin: 10px 10px 5px;
background-position: 50% 0;
background-repeat: no-repeat;
text-indent: -300em;
}
.list-user_header.female {
background-image: url('/bundles/encounters/images/texts/female/choose-user.png');
}
.list-user_header.male {
background-image: url('/bundles/encounters/images/texts/male/choose-user.png');
}
.list-user_select {
margin: 10px 0 0 10px;
text-align: left;
font-size: 0;
}
.list-user_select-item {
display: inline-block;
position: relative;
margin: 0 10px 10px 0;
font-size: 13px;
vertical-align: top;
cursor: pointer;
}
.list-user_select-item:hover .user-info {
display: block;
}
.user-info {
display: none;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
color: #fff;
text-align: center;
}
.user-info:before {
display: block;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
opacity: 0.5;
filter: alpha(opacity = 50);
background-color: #000;
content: '';
z-index: 0;
}
.user-info .inner {
height: 100%;
position: relative;
z-index: 1;
}
.user-info .user-name {
padding: 10px 5px 0 5px;
width: 185px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: bold;
color: #fff;
}
.user-info .user-location {
padding: 0 5px;
color: #fff;
}
.user-info .user-add_list {
bottom: 10px;
box-shadow: none;
left: 0;
margin: 0 40px;
position: absolute;
white-space: nowrap;
}
.user-info .user-add_list:before {
position: relative;
top: 0px;
margin: 0 3px 0 0;
content: '\2B';
vertical-align: top;
font-size: 22px;
text-shadow: 0 1px 0 #fff;
}
.users-select__avatar {
display: block;
height: 190px;
width: 190px;
}
/* user-select-list (end) */
.window-user_info {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 110px;
padding-top: 10px;
background-color: #eaeaea;
border-bottom: 1px solid #d5d5d5;
}
.window-user_info .user_info-inner {
border-bottom: 1px solid #fff;
height: 109px;
}
.window-user_info .user_info-pic {
float: left;
position: relative;
margin: 0 0 0 10px;
width: 110px;
}
.window-user_info .user_info-pic .user_info-avatar {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 100px;
height: 100px;
}
.window-user_info .user_info-pic .user_info-photo {
display: none;
position: absolute;
right: 13px;
bottom: 6px;
padding: 1px 6px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
font-weight: bold;
color: #fff;
}
.window-user_info .user_info-pic .user_info-photo i {
position: relative;
z-index: 1;
color: #fff;
}
.window-user_info .user_info-pic .user_info-photo:before {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #000;
opacity: 0.5;
filter: alpha(opacity = 50);
content: '';
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.window-user_info .user_info-pic.yes-photo .user_info-photo {
display: block;
}
.window-user_info .user_info {
margin-left: 120px;
}
.window-user_info .user_info .user-info_header {
margin: 0 0 10px;
overflow: hidden;
font-size: 18px;
white-space: nowrap;
}
.window-user_info .user_info .user-info_header .user-info_details {
font-size: 13px;
}
.window-user_info .tags-list_item:after {
background-image: url('/bundles/encounters/images/interests-courner-right.png');
}
.tags-list {
margin: 0 0 14px;
padding: 1px 0 2px;
overflow: hidden;
position: relative;
white-space: nowrap;
}
.tags-list_item {
position: relative;
display: inline-block;
padding: 0 8px 1px 4px;
margin: 0 7px 0 0;
color: #666;
background: #e8e8e8;
background-image: -webkit-linear-gradient(#f1f1f1, #e1e1e1);
background-image: -moz-linear-gradient(#f1f1f1, #e1e1e1);
background-image: -o-linear-gradient(#f1f1f1, #e1e1e1);
background-image: linear-gradient(#f1f1f1, #e1e1e1);
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 1px #fdfdfd;
-moz-box-shadow: 0 1px 1px #fdfdfd;
box-shadow: 0 1px 1px #fdfdfd;
}
.tags-list_item:after {
position: absolute;
top: -1px;
right: -7px;
width: 13px;
height: 100%;
margin: 0 0 -2px 0;
padding: 0 0 2px 0;
background: url('/bundles/encounters/images/interests-courner-right.png') 100% 50% no-repeat;
content: '';
}
.menu_item {
position: relative;
display: inline-block;
margin: 0;
padding: 5px 12px;
font-weight: bold;
font-size: 15px;
text-shadow: 0 -1px 0 #cc7d32;
cursor: pointer;
color: #fff;
background: #ff872c;
background-image: -webkit-linear-gradient(#ffae4f, #ff5400);
background-image: -moz-linear-gradient(#ffae4f, #ff5400);
background-image: -o-linear-gradient(#ffae4f, #ff5400);
background-image: linear-gradient(#ffae4f, #ff5400);
border-width: 1px;
border-right-width: 0;
border-style: solid;
border-color: #fd8800 #df6d00 #c05200;
-webkit-box-shadow: inset 1px 1px 1px #ffcb90;
-moz-box-shadow: inset 1px 1px 1px #ffcb90;
box-shadow: inset 1px 1px 1px #ffcb90;
}
.menu_item:first-child {
-webkit-border-radius: 5px 0 0 5px;
-moz-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.menu_item:last-child {
border-right-width: 1px;
-webkit-border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}
.menu_item:hover {
background-image: -webkit-linear-gradient(#ffb464, #ff7027);
background-image: -moz-linear-gradient(#ffb464, #ff7027);
background-image: -o-linear-gradient(#ffb464, #ff7027);
background-image: linear-gradient(#ffb464, #ff7027);
}
.menu_item span {
color: #fff;
}
.menu {
white-space: nowrap;
font-size: 0;
}
.menu .menu_item-current {
background: #ec6300;
background-image: -webkit-linear-gradient(#ff7e00, #cf4a00);
background-image: -moz-linear-gradient(#ff7e00, #cf4a00);
background-image: -o-linear-gradient(#ff7e00, #cf4a00);
background-image: linear-gradient(#ff7e00, #cf4a00);
border-color: #c46100 #c64a00 #c84700;
-webkit-box-shadow: inset 0 0 2px #e86500;
-moz-box-shadow: inset 0 0 2px #e86500;
box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.3);
}
.menu .menu_arrow span:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #000000;
content: "";
display: inline-block;
height: 0;
vertical-align: 2px;
width: 0;
margin: 8px 0 0 4px;
border-top-color: #fff;
-webkit-box-shadow: 0 -1px 1px #cc7d32;
-moz-box-shadow: 0 -1px 1px #cc7d32;
box-shadow: 0 -1px 1px #cc7d32;
}
.drop_down {
display: none;
position: absolute;
right: 0;
top: 30px;
padding: 10px 15px;
background-color: #FFF;
border: 1px solid #ddd;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
font-weight: normal;
font-size: 13px;
text-shadow: none;
cursor: default;
color: #000;
white-space: normal;
z-index: 3;
}
.drop_down.drop_down-present {
left: -50%;
width: 410px;
padding-bottom: 15px;
z-index: 999;
}
.list_drop_down-menu .list_item {
margin-top: 5px;
white-space: nowrap;
}
.list_drop_down-menu .list_item:first-child {
margin-top: 0;
}
.list_drop_down-menu .list_item .list_item-link {
font-size: 13px;
font-weight: normal;
color: #0066cc;
text-shadow: 0 0 0 #fff;
text-decoration: none;
}
.ui-tabs {
margin: 5px 0 15px;
border-bottom: 1px solid #d5d5d5;
font-size: 0;
}
.ui-tabs .ui-tabs_item {
display: inline-block;
margin: 0 15px 0 0;
padding-bottom: 5px;
font-size: 13px;
color: #2266ac;
cursor: pointer;
}
.ui-tabs .ui-tabs_item:hover {
color: #FF0000;
}
.ui-tabs .ui-tabs_item.ui-tabs_item-active {
color: #000;
font-weight: bold;
}
.ui-tabs .ui-tabs_item span {
color: #2169aa;
}
.ui-tabs .ui-tabs_item.ui-tabs_item-active span {
color: #000;
}
.ui-tabs_content {
/*height: 207px;*/
margin: 0 0 10px 0;
/*overflow-y: scroll;*/
/*overflow-x: auto;*/
overflow: auto;
}
.ui-tabs_content .ui-tabs_panel {
display: none;
}
.list-present {
font-size: 0;
}
.list-present .list-present_item {
display: inline-block;
margin: 0 5px 5px 0;
padding: 10px 5px 5px;
height: 84px;
width: 80px;
border: 1px solid transparent;
font-size: 13px;
cursor: pointer;
text-align: center;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
vertical-align: top;
}
.list-present .list-present_item .list-present_cost {
visibility: hidden;
color: #000;
display: block;
}
.list-present .list-present_item .list-present_cost:after {
display: inline-block;
height: 11px;
width: 11px;
background-image: url('/bundles/encounters/images/account-red-small-heart.png');
content: '';
vertical-align: -1px;
}
.list-present .list-present_item:hover {
border: 1px solid #d5d5d5;
}
.list-present .list-present_item:hover .list-present_cost,
.list-present .list-present_item.list-present_item-selected .list-present_cost {
visibility: visible;
}
.list-present .list-present_item:active,
.list-present .list-present_item.list-present_item-selected {
cursor: default;
background-color: #eeeeee;
border: 1px solid transparent;
-webkit-box-shadow: inset 0 2px 1px 0 #999;
-moz-box-shadow: inset 0 2px 1px 0 #999;
box-shadow: inset 0 2px 1px 0 #999;
}
.list-present .list-present_item:active:hover,
.list-present .list-present_item.list-present_item-selected:hover {
border: 1px solid transparent;
}
.list-present .list-present_item.list-present_item-selected {
cursor: default;
}
.form-send .input {
margin: 0 0 10px 0;
}
.user-info__shadow {
position: absolute;
bottom: 1px;
right: 0;
width: 40px;
height: 100%;
background-image: -webkit-linear-gradient(left, rgba(238, 238, 238, 0) 0, #eeeeee 75%);
background-image: -moz-linear-gradient(left, rgba(238, 238, 238, 0) 0, #eeeeee 75%);
background-image: -o-linear-gradient(left, rgba(238, 238, 238, 0) 0, #eeeeee 75%);
background-image: linear-gradient(left, rgba(238, 238, 238, 0) 0, #eeeeee 75%);
}
.form_label {
margin: 0 0 0 8px;
text-shadow: 0 1px 0 #fff;
color: #999;
}
.window-user_message {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
position: relative;
}
.window-user_form {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 130px;
background: #eee;
border-top: 1px solid #d5d5d5;
}
.window-user_form .form_i {
padding: 15px 15px 5px;
border-top: 1px solid #fff;
}
.window-user_form .input_i {
padding-right: 25px;
height: 60px;
cursor: text;
overflow-y: auto;
overflow-x: visible;
word-wrap: break-word;
/*background: #00aa00;*/
}
.window-user_form .button {
display: inline-block;
margin: 9px 0 0;
}
.b-user_disabled {
padding: 35px 0 0 0;
font-size: 15px;
color: #000;
text-shadow: 0 1px 0 #fff;
text-align: center;
}
.b-user_disabled .sent {
color: #0066cc;
cursor: pointer;
font-weight: bold;
}
.disabled-message .form_i {
display: none;
}
.disabled-message .b-user_disabled {
display: block;
}
.messages__list {
display: table;
height: 100%;
width: 100%;
}
.messages__item {
padding: 9px 10px 10px;
border-top: 1px solid #eee;
}
.messages__item:last-child {
margin-bottom: 30px;
}
.messages__item:first-child {
border-top: 0px;
}
.messages__item + .messages__item {
border-top: 0px;
}
.messages__item__icon {
display: inline;
margin: 0 0 2px;
padding-right:6px;
}
.messages__header {
font-size: 13px;
margin: 0 0 4px;
color: #999;
}
.messages__name {
color: #999;
font-weight: bold;
}
.messages__details {
font-size: 10px;
color: #999;
}
.messages__item_next {
border-bottom: 0;
}
.messages__item_my {
background: #f5f5f5;
}
.messages__item_my:last-child {
border-bottom: 1px solid #eee;
}
.messages__item_status {
text-align: center;
color: #999;
border: 0;
}
.messages__item_promo {
display: table-cell;
vertical-align: middle;
height: 100%;
font-size: 15px;
line-height: 1.35em;
text-align: center;
border: 0;
}
.messages__item_promo .lobster {
display: block;
margin: 0 0 25px;
background-image: url('/bundles/encounters/images/texts/start-from-interesting-phrase.png');
background-position: 50% 0;
background-repeat: no-repeat;
text-indent: -300em;
}
.messages__item_promo__present {
line-height: 90px;
width: 90px;
height: 90px;
margin: 0 auto 9px;
text-align: center;
border: 1px dashed #d5d5d5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.messages__item_promo__present img {
vertical-align: middle;
}
.messages__item_promo .tags-list {
font-size: 13px;
margin-bottom: 35px;
}
.messages__item_promo p {
margin: 0 0 1.2em;
}
.messages__item_promo :link {
font-weight: bold;
text-decoration: none;
}
.messages__item_promo :link:hover,
.messages__item_promo :visited:hover {
text-decoration: underline;
}
.baloon {
margin: 15px 0 0 0;
position: relative;
}
.baloon:after {
display: block;
height: 1px;
clear: both;
content: '';
}
.baloon .baloon_present-i {
position: absolute;
left: 0;
top: 0;
}
.baloon .baloon_content {
display: inline-block;
vertical-align: middle;
float: left;
position: relative;
min-height: 44px;
margin: 0 0 0 74px;
padding: 10px 15px 10px 40px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.35);
-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.35);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.35);
background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiI<KEY>
background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 2%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(2%, #f4f4f4), color-stop(100%, #ffffff));
background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 2%, #ffffff 100%);
background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 2%, #ffffff 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 2%, #ffffff 100%);
background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 2%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ffffff', GradientType = 0);
}
.baloon .baloon_content .baloon_wrap {
display: table;
height: 44px;
}
.baloon .baloon_content .baloon_content-text {
display: table-cell;
font-weight: bold;
color: #730d0d;
white-space: normal;
vertical-align: middle;
}
.baloon .baloon_content .baloon_content-btn {
display: table-cell;
vertical-align: middle;
}
.baloon .baloon_content .button {
display: inline-block;
margin-left: 20px;
vertical-align: middle;
}
.baloon .baloon_content .baloon_lenta {
position: absolute;
left: 15px;
top: 0;
height: 32px;
width: 13px;
background-image: url('/bundles/encounters/images/gift-arrow.png');
background-repeat: no-repeat;
background-position: 0 0;
}
.baloon .baloon_content .baloon_arrow {
position: absolute;
left: -10px;
top: 50%;
margin-top: -8px;
height: 16px;
width: 10px;
background-image: url('/bundles/encounters/images/gift-baloon-arrow.png');
}
.user-select_show .user-select {
display: block;
}
.user-select_show .window {
display: none;
}
.user-select_show .layout-content {
padding: 0;
}
.messages__item {
display: none;
}
.messages__item.messages__item_promo {
display: table-cell;
}
.messages__item_promo_hide .messages__item {
display: block;
}
.messages__item_promo_hide .messages__item_promo {
display: none;
}
.orange-menu > .item span.form_label {
color:#999;
}
| 0.356223 | 0.104249 |
* Border style none:
* `.bds-none` `.[size]-bds-none` `.max[size]-bds-none`
*
* @example
* div.bds-none Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-none {
border-style: none !important; }
/**
* Border style solid:
* `.bds-solid` `.[size]-bds-solid` `.max[size]-bds-solid`
*
* @example
* div.bds-solid Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-solid {
border-style: solid !important; }
/**
* Border style top none:
* `.bds-top-none` `.[size]-bds-top-none` `.max[size]-bds-top-none`
*
* @example
* div.bds-top-none Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-top-none {
border-top-style: none !important; }
/**
* Border style top solid:
* `.bds-top-solid` `.[size]-bds-top-solid` `.max[size]-bds-top-solid`
*
* @example
* div.bds-top-solid Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-top-solid {
border-top-style: solid !important; }
/**
* Border style right none:
* `.bds-right-none` `.[size]-bds-right-none` `.max[size]-bds-right-none`
*
* @example
* div.bds-right-none Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-right-none {
border-right-style: none !important; }
/**
* Border style right solid:
* `.bds-right-solid` `.[size]-bds-right-solid` `.max[size]-bds-right-solid`
*
* @example
* div.bds-right-solid Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-right-solid {
border-right-style: solid !important; }
/**
* Border style bottom none:
* `.bds-bottom-none` `.[size]-bds-bottom-none` `.max[size]-bds-bottom-none`
*
* @example
* div.bds-bottom-none Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-bottom-none {
border-bottom-style: none !important; }
/**
* Border style bottom solid:
* `.bds-bottom-solid` `.[size]-bds-bottom-solid` `.max[size]-bds-bottom-solid`
*
* @example
* div.bds-bottom-solid Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-bottom-solid {
border-bottom-style: solid !important; }
/**
* Border style left none:
* `.bds-left-none` `.[size]-bds-left-none` `.max[size]-bds-left-none`
*
* @example
* div.bds-left-none Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-left-none {
border-left-style: none !important; }
/**
* Border style left solid:
* `.bds-left-solid` `.[size]-bds-left-solid` `.max[size]-bds-left-solid`
*
* @example
* div.bds-left-solid Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-left-solid {
border-left-style: solid !important; }
/**
* Border style none:
* `.bds-y-none` `.[size]-bds-y-none` `.max[size]-bds-y-none`
*
* @example
* div.bds-y-none Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-y-none {
border-top-style: none !important;
border-bottom-style: none !important; }
/**
* Border style solid:
* `.bds-y-solid` `.[size]-bds-y-solid` `.max[size]-bds-y-solid`
*
* @example
* div.bds-y-solid Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-y-solid {
border-top-style: solid !important;
border-bottom-style: solid !important; }
/**
* Border style none:
* `.bds-x-none` `.[size]-bds-x-none` `.max[size]-bds-x-none`
*
* @example
* div.bds-x-none Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-x-none {
border-right-style: none !important;
border-left-style: none !important; }
/**
* Border style solid:
* `.bds-x-solid` `.[size]-bds-x-solid` `.max[size]-bds-x-solid`
*
* @example
* div.bds-x-solid Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-x-solid {
border-right-style: solid !important;
border-left-style: solid !important; }
@media (min-width: 0) {
.xs-bds-none {
border-style: none !important; }
.xs-bds-solid {
border-style: solid !important; }
.xs-bds-top-none {
border-top-style: none !important; }
.xs-bds-top-solid {
border-top-style: solid !important; }
.xs-bds-right-none {
border-right-style: none !important; }
.xs-bds-right-solid {
border-right-style: solid !important; }
.xs-bds-bottom-none {
border-bottom-style: none !important; }
.xs-bds-bottom-solid {
border-bottom-style: solid !important; }
.xs-bds-left-none {
border-left-style: none !important; }
.xs-bds-left-solid {
border-left-style: solid !important; }
.xs-bds-y-none {
border-top-style: none !important;
border-bottom-style: none !important; }
.xs-bds-y-solid {
border-top-style: solid !important;
border-bottom-style: solid !important; }
.xs-bds-x-none {
border-right-style: none !important;
border-left-style: none !important; }
.xs-bds-x-solid {
border-right-style: solid !important;
border-left-style: solid !important; } }
@media (max-width: 767px) {
.maxsm-bds-none {
border-style: none !important; }
.maxsm-bds-solid {
border-style: solid !important; }
.maxsm-bds-top-none {
border-top-style: none !important; }
.maxsm-bds-top-solid {
border-top-style: solid !important; }
.maxsm-bds-right-none {
border-right-style: none !important; }
.maxsm-bds-right-solid {
border-right-style: solid !important; }
.maxsm-bds-bottom-none {
border-bottom-style: none !important; }
.maxsm-bds-bottom-solid {
border-bottom-style: solid !important; }
.maxsm-bds-left-none {
border-left-style: none !important; }
.maxsm-bds-left-solid {
border-left-style: solid !important; }
.maxsm-bds-y-none {
border-top-style: none !important;
border-bottom-style: none !important; }
.maxsm-bds-y-solid {
border-top-style: solid !important;
border-bottom-style: solid !important; }
.maxsm-bds-x-none {
border-right-style: none !important;
border-left-style: none !important; }
.maxsm-bds-x-solid {
border-right-style: solid !important;
border-left-style: solid !important; } }
@media (min-width: 768px) {
.sm-bds-none {
border-style: none !important; }
.sm-bds-solid {
border-style: solid !important; }
.sm-bds-top-none {
border-top-style: none !important; }
.sm-bds-top-solid {
border-top-style: solid !important; }
.sm-bds-right-none {
border-right-style: none !important; }
.sm-bds-right-solid {
border-right-style: solid !important; }
.sm-bds-bottom-none {
border-bottom-style: none !important; }
.sm-bds-bottom-solid {
border-bottom-style: solid !important; }
.sm-bds-left-none {
border-left-style: none !important; }
.sm-bds-left-solid {
border-left-style: solid !important; }
.sm-bds-y-none {
border-top-style: none !important;
border-bottom-style: none !important; }
.sm-bds-y-solid {
border-top-style: solid !important;
border-bottom-style: solid !important; }
.sm-bds-x-none {
border-right-style: none !important;
border-left-style: none !important; }
.sm-bds-x-solid {
border-right-style: solid !important;
border-left-style: solid !important; } }
@media (max-width: 1023px) {
.maxmd-bds-none {
border-style: none !important; }
.maxmd-bds-solid {
border-style: solid !important; }
.maxmd-bds-top-none {
border-top-style: none !important; }
.maxmd-bds-top-solid {
border-top-style: solid !important; }
.maxmd-bds-right-none {
border-right-style: none !important; }
.maxmd-bds-right-solid {
border-right-style: solid !important; }
.maxmd-bds-bottom-none {
border-bottom-style: none !important; }
.maxmd-bds-bottom-solid {
border-bottom-style: solid !important; }
.maxmd-bds-left-none {
border-left-style: none !important; }
.maxmd-bds-left-solid {
border-left-style: solid !important; }
.maxmd-bds-y-none {
border-top-style: none !important;
border-bottom-style: none !important; }
.maxmd-bds-y-solid {
border-top-style: solid !important;
border-bottom-style: solid !important; }
.maxmd-bds-x-none {
border-right-style: none !important;
border-left-style: none !important; }
.maxmd-bds-x-solid {
border-right-style: solid !important;
border-left-style: solid !important; } }
@media (min-width: 1024px) {
.md-bds-none {
border-style: none !important; }
.md-bds-solid {
border-style: solid !important; }
.md-bds-top-none {
border-top-style: none !important; }
.md-bds-top-solid {
border-top-style: solid !important; }
.md-bds-right-none {
border-right-style: none !important; }
.md-bds-right-solid {
border-right-style: solid !important; }
.md-bds-bottom-none {
border-bottom-style: none !important; }
.md-bds-bottom-solid {
border-bottom-style: solid !important; }
.md-bds-left-none {
border-left-style: none !important; }
.md-bds-left-solid {
border-left-style: solid !important; }
.md-bds-y-none {
border-top-style: none !important;
border-bottom-style: none !important; }
.md-bds-y-solid {
border-top-style: solid !important;
border-bottom-style: solid !important; }
.md-bds-x-none {
border-right-style: none !important;
border-left-style: none !important; }
.md-bds-x-solid {
border-right-style: solid !important;
border-left-style: solid !important; } }
@media (max-width: 1279px) {
.maxlg-bds-none {
border-style: none !important; }
.maxlg-bds-solid {
border-style: solid !important; }
.maxlg-bds-top-none {
border-top-style: none !important; }
.maxlg-bds-top-solid {
border-top-style: solid !important; }
.maxlg-bds-right-none {
border-right-style: none !important; }
.maxlg-bds-right-solid {
border-right-style: solid !important; }
.maxlg-bds-bottom-none {
border-bottom-style: none !important; }
.maxlg-bds-bottom-solid {
border-bottom-style: solid !important; }
.maxlg-bds-left-none {
border-left-style: none !important; }
.maxlg-bds-left-solid {
border-left-style: solid !important; }
.maxlg-bds-y-none {
border-top-style: none !important;
border-bottom-style: none !important; }
.maxlg-bds-y-solid {
border-top-style: solid !important;
border-bottom-style: solid !important; }
.maxlg-bds-x-none {
border-right-style: none !important;
border-left-style: none !important; }
.maxlg-bds-x-solid {
border-right-style: solid !important;
border-left-style: solid !important; } }
@media (min-width: 1280px) {
.lg-bds-none {
border-style: none !important; }
.lg-bds-solid {
border-style: solid !important; }
.lg-bds-top-none {
border-top-style: none !important; }
.lg-bds-top-solid {
border-top-style: solid !important; }
.lg-bds-right-none {
border-right-style: none !important; }
.lg-bds-right-solid {
border-right-style: solid !important; }
.lg-bds-bottom-none {
border-bottom-style: none !important; }
.lg-bds-bottom-solid {
border-bottom-style: solid !important; }
.lg-bds-left-none {
border-left-style: none !important; }
.lg-bds-left-solid {
border-left-style: solid !important; }
.lg-bds-y-none {
border-top-style: none !important;
border-bottom-style: none !important; }
.lg-bds-y-solid {
border-top-style: solid !important;
border-bottom-style: solid !important; }
.lg-bds-x-none {
border-right-style: none !important;
border-left-style: none !important; }
.lg-bds-x-solid {
border-right-style: solid !important;
border-left-style: solid !important; } }
@media (max-width: 1679px) {
.maxxl-bds-none {
border-style: none !important; }
.maxxl-bds-solid {
border-style: solid !important; }
.maxxl-bds-top-none {
border-top-style: none !important; }
.maxxl-bds-top-solid {
border-top-style: solid !important; }
.maxxl-bds-right-none {
border-right-style: none !important; }
.maxxl-bds-right-solid {
border-right-style: solid !important; }
.maxxl-bds-bottom-none {
border-bottom-style: none !important; }
.maxxl-bds-bottom-solid {
border-bottom-style: solid !important; }
.maxxl-bds-left-none {
border-left-style: none !important; }
.maxxl-bds-left-solid {
border-left-style: solid !important; }
.maxxl-bds-y-none {
border-top-style: none !important;
border-bottom-style: none !important; }
.maxxl-bds-y-solid {
border-top-style: solid !important;
border-bottom-style: solid !important; }
.maxxl-bds-x-none {
border-right-style: none !important;
border-left-style: none !important; }
.maxxl-bds-x-solid {
border-right-style: solid !important;
border-left-style: solid !important; } }
@media (min-width: 1680px) {
.xl-bds-none {
border-style: none !important; }
.xl-bds-solid {
border-style: solid !important; }
.xl-bds-top-none {
border-top-style: none !important; }
.xl-bds-top-solid {
border-top-style: solid !important; }
.xl-bds-right-none {
border-right-style: none !important; }
.xl-bds-right-solid {
border-right-style: solid !important; }
.xl-bds-bottom-none {
border-bottom-style: none !important; }
.xl-bds-bottom-solid {
border-bottom-style: solid !important; }
.xl-bds-left-none {
border-left-style: none !important; }
.xl-bds-left-solid {
border-left-style: solid !important; }
.xl-bds-y-none {
border-top-style: none !important;
border-bottom-style: none !important; }
.xl-bds-y-solid {
border-top-style: solid !important;
border-bottom-style: solid !important; }
.xl-bds-x-none {
border-right-style: none !important;
border-left-style: none !important; }
.xl-bds-x-solid {
border-right-style: solid !important;
border-left-style: solid !important; } }
|
dist/helpers/border-style.css
|
* Border style none:
* `.bds-none` `.[size]-bds-none` `.max[size]-bds-none`
*
* @example
* div.bds-none Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-none {
border-style: none !important; }
/**
* Border style solid:
* `.bds-solid` `.[size]-bds-solid` `.max[size]-bds-solid`
*
* @example
* div.bds-solid Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-solid {
border-style: solid !important; }
/**
* Border style top none:
* `.bds-top-none` `.[size]-bds-top-none` `.max[size]-bds-top-none`
*
* @example
* div.bds-top-none Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-top-none {
border-top-style: none !important; }
/**
* Border style top solid:
* `.bds-top-solid` `.[size]-bds-top-solid` `.max[size]-bds-top-solid`
*
* @example
* div.bds-top-solid Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-top-solid {
border-top-style: solid !important; }
/**
* Border style right none:
* `.bds-right-none` `.[size]-bds-right-none` `.max[size]-bds-right-none`
*
* @example
* div.bds-right-none Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-right-none {
border-right-style: none !important; }
/**
* Border style right solid:
* `.bds-right-solid` `.[size]-bds-right-solid` `.max[size]-bds-right-solid`
*
* @example
* div.bds-right-solid Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-right-solid {
border-right-style: solid !important; }
/**
* Border style bottom none:
* `.bds-bottom-none` `.[size]-bds-bottom-none` `.max[size]-bds-bottom-none`
*
* @example
* div.bds-bottom-none Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-bottom-none {
border-bottom-style: none !important; }
/**
* Border style bottom solid:
* `.bds-bottom-solid` `.[size]-bds-bottom-solid` `.max[size]-bds-bottom-solid`
*
* @example
* div.bds-bottom-solid Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-bottom-solid {
border-bottom-style: solid !important; }
/**
* Border style left none:
* `.bds-left-none` `.[size]-bds-left-none` `.max[size]-bds-left-none`
*
* @example
* div.bds-left-none Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-left-none {
border-left-style: none !important; }
/**
* Border style left solid:
* `.bds-left-solid` `.[size]-bds-left-solid` `.max[size]-bds-left-solid`
*
* @example
* div.bds-left-solid Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-left-solid {
border-left-style: solid !important; }
/**
* Border style none:
* `.bds-y-none` `.[size]-bds-y-none` `.max[size]-bds-y-none`
*
* @example
* div.bds-y-none Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-y-none {
border-top-style: none !important;
border-bottom-style: none !important; }
/**
* Border style solid:
* `.bds-y-solid` `.[size]-bds-y-solid` `.max[size]-bds-y-solid`
*
* @example
* div.bds-y-solid Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-y-solid {
border-top-style: solid !important;
border-bottom-style: solid !important; }
/**
* Border style none:
* `.bds-x-none` `.[size]-bds-x-none` `.max[size]-bds-x-none`
*
* @example
* div.bds-x-none Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-x-none {
border-right-style: none !important;
border-left-style: none !important; }
/**
* Border style solid:
* `.bds-x-solid` `.[size]-bds-x-solid` `.max[size]-bds-x-solid`
*
* @example
* div.bds-x-solid Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
.bds-x-solid {
border-right-style: solid !important;
border-left-style: solid !important; }
@media (min-width: 0) {
.xs-bds-none {
border-style: none !important; }
.xs-bds-solid {
border-style: solid !important; }
.xs-bds-top-none {
border-top-style: none !important; }
.xs-bds-top-solid {
border-top-style: solid !important; }
.xs-bds-right-none {
border-right-style: none !important; }
.xs-bds-right-solid {
border-right-style: solid !important; }
.xs-bds-bottom-none {
border-bottom-style: none !important; }
.xs-bds-bottom-solid {
border-bottom-style: solid !important; }
.xs-bds-left-none {
border-left-style: none !important; }
.xs-bds-left-solid {
border-left-style: solid !important; }
.xs-bds-y-none {
border-top-style: none !important;
border-bottom-style: none !important; }
.xs-bds-y-solid {
border-top-style: solid !important;
border-bottom-style: solid !important; }
.xs-bds-x-none {
border-right-style: none !important;
border-left-style: none !important; }
.xs-bds-x-solid {
border-right-style: solid !important;
border-left-style: solid !important; } }
@media (max-width: 767px) {
.maxsm-bds-none {
border-style: none !important; }
.maxsm-bds-solid {
border-style: solid !important; }
.maxsm-bds-top-none {
border-top-style: none !important; }
.maxsm-bds-top-solid {
border-top-style: solid !important; }
.maxsm-bds-right-none {
border-right-style: none !important; }
.maxsm-bds-right-solid {
border-right-style: solid !important; }
.maxsm-bds-bottom-none {
border-bottom-style: none !important; }
.maxsm-bds-bottom-solid {
border-bottom-style: solid !important; }
.maxsm-bds-left-none {
border-left-style: none !important; }
.maxsm-bds-left-solid {
border-left-style: solid !important; }
.maxsm-bds-y-none {
border-top-style: none !important;
border-bottom-style: none !important; }
.maxsm-bds-y-solid {
border-top-style: solid !important;
border-bottom-style: solid !important; }
.maxsm-bds-x-none {
border-right-style: none !important;
border-left-style: none !important; }
.maxsm-bds-x-solid {
border-right-style: solid !important;
border-left-style: solid !important; } }
@media (min-width: 768px) {
.sm-bds-none {
border-style: none !important; }
.sm-bds-solid {
border-style: solid !important; }
.sm-bds-top-none {
border-top-style: none !important; }
.sm-bds-top-solid {
border-top-style: solid !important; }
.sm-bds-right-none {
border-right-style: none !important; }
.sm-bds-right-solid {
border-right-style: solid !important; }
.sm-bds-bottom-none {
border-bottom-style: none !important; }
.sm-bds-bottom-solid {
border-bottom-style: solid !important; }
.sm-bds-left-none {
border-left-style: none !important; }
.sm-bds-left-solid {
border-left-style: solid !important; }
.sm-bds-y-none {
border-top-style: none !important;
border-bottom-style: none !important; }
.sm-bds-y-solid {
border-top-style: solid !important;
border-bottom-style: solid !important; }
.sm-bds-x-none {
border-right-style: none !important;
border-left-style: none !important; }
.sm-bds-x-solid {
border-right-style: solid !important;
border-left-style: solid !important; } }
@media (max-width: 1023px) {
.maxmd-bds-none {
border-style: none !important; }
.maxmd-bds-solid {
border-style: solid !important; }
.maxmd-bds-top-none {
border-top-style: none !important; }
.maxmd-bds-top-solid {
border-top-style: solid !important; }
.maxmd-bds-right-none {
border-right-style: none !important; }
.maxmd-bds-right-solid {
border-right-style: solid !important; }
.maxmd-bds-bottom-none {
border-bottom-style: none !important; }
.maxmd-bds-bottom-solid {
border-bottom-style: solid !important; }
.maxmd-bds-left-none {
border-left-style: none !important; }
.maxmd-bds-left-solid {
border-left-style: solid !important; }
.maxmd-bds-y-none {
border-top-style: none !important;
border-bottom-style: none !important; }
.maxmd-bds-y-solid {
border-top-style: solid !important;
border-bottom-style: solid !important; }
.maxmd-bds-x-none {
border-right-style: none !important;
border-left-style: none !important; }
.maxmd-bds-x-solid {
border-right-style: solid !important;
border-left-style: solid !important; } }
@media (min-width: 1024px) {
.md-bds-none {
border-style: none !important; }
.md-bds-solid {
border-style: solid !important; }
.md-bds-top-none {
border-top-style: none !important; }
.md-bds-top-solid {
border-top-style: solid !important; }
.md-bds-right-none {
border-right-style: none !important; }
.md-bds-right-solid {
border-right-style: solid !important; }
.md-bds-bottom-none {
border-bottom-style: none !important; }
.md-bds-bottom-solid {
border-bottom-style: solid !important; }
.md-bds-left-none {
border-left-style: none !important; }
.md-bds-left-solid {
border-left-style: solid !important; }
.md-bds-y-none {
border-top-style: none !important;
border-bottom-style: none !important; }
.md-bds-y-solid {
border-top-style: solid !important;
border-bottom-style: solid !important; }
.md-bds-x-none {
border-right-style: none !important;
border-left-style: none !important; }
.md-bds-x-solid {
border-right-style: solid !important;
border-left-style: solid !important; } }
@media (max-width: 1279px) {
.maxlg-bds-none {
border-style: none !important; }
.maxlg-bds-solid {
border-style: solid !important; }
.maxlg-bds-top-none {
border-top-style: none !important; }
.maxlg-bds-top-solid {
border-top-style: solid !important; }
.maxlg-bds-right-none {
border-right-style: none !important; }
.maxlg-bds-right-solid {
border-right-style: solid !important; }
.maxlg-bds-bottom-none {
border-bottom-style: none !important; }
.maxlg-bds-bottom-solid {
border-bottom-style: solid !important; }
.maxlg-bds-left-none {
border-left-style: none !important; }
.maxlg-bds-left-solid {
border-left-style: solid !important; }
.maxlg-bds-y-none {
border-top-style: none !important;
border-bottom-style: none !important; }
.maxlg-bds-y-solid {
border-top-style: solid !important;
border-bottom-style: solid !important; }
.maxlg-bds-x-none {
border-right-style: none !important;
border-left-style: none !important; }
.maxlg-bds-x-solid {
border-right-style: solid !important;
border-left-style: solid !important; } }
@media (min-width: 1280px) {
.lg-bds-none {
border-style: none !important; }
.lg-bds-solid {
border-style: solid !important; }
.lg-bds-top-none {
border-top-style: none !important; }
.lg-bds-top-solid {
border-top-style: solid !important; }
.lg-bds-right-none {
border-right-style: none !important; }
.lg-bds-right-solid {
border-right-style: solid !important; }
.lg-bds-bottom-none {
border-bottom-style: none !important; }
.lg-bds-bottom-solid {
border-bottom-style: solid !important; }
.lg-bds-left-none {
border-left-style: none !important; }
.lg-bds-left-solid {
border-left-style: solid !important; }
.lg-bds-y-none {
border-top-style: none !important;
border-bottom-style: none !important; }
.lg-bds-y-solid {
border-top-style: solid !important;
border-bottom-style: solid !important; }
.lg-bds-x-none {
border-right-style: none !important;
border-left-style: none !important; }
.lg-bds-x-solid {
border-right-style: solid !important;
border-left-style: solid !important; } }
@media (max-width: 1679px) {
.maxxl-bds-none {
border-style: none !important; }
.maxxl-bds-solid {
border-style: solid !important; }
.maxxl-bds-top-none {
border-top-style: none !important; }
.maxxl-bds-top-solid {
border-top-style: solid !important; }
.maxxl-bds-right-none {
border-right-style: none !important; }
.maxxl-bds-right-solid {
border-right-style: solid !important; }
.maxxl-bds-bottom-none {
border-bottom-style: none !important; }
.maxxl-bds-bottom-solid {
border-bottom-style: solid !important; }
.maxxl-bds-left-none {
border-left-style: none !important; }
.maxxl-bds-left-solid {
border-left-style: solid !important; }
.maxxl-bds-y-none {
border-top-style: none !important;
border-bottom-style: none !important; }
.maxxl-bds-y-solid {
border-top-style: solid !important;
border-bottom-style: solid !important; }
.maxxl-bds-x-none {
border-right-style: none !important;
border-left-style: none !important; }
.maxxl-bds-x-solid {
border-right-style: solid !important;
border-left-style: solid !important; } }
@media (min-width: 1680px) {
.xl-bds-none {
border-style: none !important; }
.xl-bds-solid {
border-style: solid !important; }
.xl-bds-top-none {
border-top-style: none !important; }
.xl-bds-top-solid {
border-top-style: solid !important; }
.xl-bds-right-none {
border-right-style: none !important; }
.xl-bds-right-solid {
border-right-style: solid !important; }
.xl-bds-bottom-none {
border-bottom-style: none !important; }
.xl-bds-bottom-solid {
border-bottom-style: solid !important; }
.xl-bds-left-none {
border-left-style: none !important; }
.xl-bds-left-solid {
border-left-style: solid !important; }
.xl-bds-y-none {
border-top-style: none !important;
border-bottom-style: none !important; }
.xl-bds-y-solid {
border-top-style: solid !important;
border-bottom-style: solid !important; }
.xl-bds-x-none {
border-right-style: none !important;
border-left-style: none !important; }
.xl-bds-x-solid {
border-right-style: solid !important;
border-left-style: solid !important; } }
| 0.838614 | 0.326097 |
body {
font-family: Arial, Helvetica, sans-serif;
}
h1 {
color: #209D6A;
}
.searchList {
margin-top: 2%;
width: 96%;
}
.searchList input {
padding-top: 15px;
padding-bottom: 15px;
padding-left:50px;
background-image: url(../images/search.png);
background-size: 25px 25px;
background-repeat: no-repeat;
background-position: 10px 13px;
}
/*
****************************
Estilo da NavBAr
****************************
*/
.sideBar {
height: 100%;
width: 10%;
/* Stay in place */
position: fixed;
/* Stay on top */
z-index: 1;
background-color: #037B4A;
/* Black*/
overflow-x: hidden;
/* Disable horizontal scroll */
padding-top: 60px;
/*border-top-right-radius: 40px;
border-bottom-right-radius: 40px;*/
}
.sideBar a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 25px;
color: white;
display: block;
}
.sideBar a:hover {
text-shadow: 2px black;
}
/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.4);
}
/* Modal Content */
.modal-content {
border-radius: 20px;
background-color: #fefefe00;
margin: auto;
padding: 20px;
border: none;
width: 20%;
height: 40%;
}
/*
****************************
Estilo dos quadrados
****************************
*/
.cardLogin {
margin: auto;
margin-top: 5%;
width: 25%;
/* Add shadows to create the "card" effect */
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
transition: 0.3s;
background-color: white;
border-radius: 10px;
padding-top: 30px;
}
.cardLogin h2 {
color: #209D6A;
text-align: center;
}
.cardLogin form {
width: auto; /* Can be in percentage also. */
height: auto;
margin: auto;
position: relative;
padding: 10px;
}
.cardButton {
height: 150px;
/* Add shadows to create the "card" effect */
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
transition: 0.3s;
background-color: #209D6A;
border-radius: 10px;
padding-top: 60px;
}
.cardButton h3 {
color: white;
}
.item-list .item-info {
margin-left: 5%;
}
.item-list .delete-item {
color: white;
background: #f34646;
width: 10%;
/* Shadow */
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
transition: 0.3s;
border-radius: 0px 10px 10px 0px;
display: flex;
justify-content: center;
align-items: center;
}
.item-list .edit-item {
color: black;
background: white;
width: 10%;
display: flex;
justify-content: center;
align-items: center;
}
.item-list .card-body {
color: black;
width: 30%;
/* Shadow */
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
transition: 0.3s;
border-radius: 10px 0px 0px 10px;
}
button {
color: white;
background: #037B4A;
border-radius: 8px;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
border: none;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
transition: 0.3s;
}
button:hover {
background: #209D6A;
}
:root {
--form-bg: white;
--form-border: rgb(44, 36, 36);
--form-shadow: #dfae4b;
--form-focus: rgb(123, 121, 121);
--font-size: 12pt;
--font-face: Arial, sans-serif;
--font-color: #2a293e;
}
input {
width: 100%;
font-size: var(--font-size);
line-height: var(--font-size);
font-family: var(--font-face);
padding: 20px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 8px;
background: var(--form-bg);
}
ul li:first-child {
width: 100%;
font-family: var(--font-face);
font-size: var(--font-size);
color: #a4a4a9;
margin-top: 0px;
list-style: none;
/* border: 1px solid black; */
}
ul li {
width: 100%;
font-family: var(--font-face);
font-size: var(--font-size);
color: #a4a4a9;
margin-top: 20px;
list-style: none;
/* border: 1px solid black; */
}
select {
/* A reset of styles, including removing the default dropdown arrow */
/*appearance: none;*/
padding: 20px;
/* height: 60px; */
width: 100%;
cursor: inherit;
font-size: var(--font-size);
line-height: var(--font-size);
font-family: var(--font-face);
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 8px;
background: var(--form-bg);
color: var(--font-color);
}
hr {
margin-top: 10px;
border-top: 0.5px solid var(--form-focus);
}
.rem,
.edit {
position: relative;
float: right;
background-color: var(--form-border);
display: flex;
justify-content: center;
align-items: center;
/* width: 10px; */
/* height: 30px; */
padding: 5px;
margin-left: 5px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 4px;
align-content: center;
}
#rem:hover,
#edit:hover {
background-color: var(--form-bg);
}
.formBoxes {
background: white;
/* Shadow */
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
transition: 0.3s;
border-radius: 10px 10px 10px 10px;
}
.wrapper {
display: grid;
grid-gap: 10px;
grid-template-columns: 40% 60%;
color: #444;
font-size: 20px;
margin-top: 2%;
margin-right: 5%;
}
.box {
border-radius: 5px;
padding: 20px;
}
.a {
grid-column: 1;
grid-row: 1;
}
.b {
grid-column: 2;
grid-row: 1 / 9;
}
.b .list {
overflow: auto;
width: 100%;
height: 100%;
font-size: var(--font-size);
line-height: var(--font-size);
font-family: var(--font-face);
padding: 20px;
}
.c {
grid-column: 1;
grid-row: 2;
}
.d {
grid-column: 1;
grid-row: 3;
}
.e {
grid-column: 1;
grid-row: 6;
}
.f {
grid-column: 1;
grid-row: 4;
}
.g {
grid-column: 1;
grid-row: 5;
}
.h {
grid-column: 1;
grid-row: 6;
}
.i {
grid-column: 1;
grid-row: 7;
}
.j {
grid-column: 1;
grid-row: 8;
}
.k {
grid-column: 1;
grid-row: 9;
}
|
ipca_plus_backoffice/css/style.css
|
body {
font-family: Arial, Helvetica, sans-serif;
}
h1 {
color: #209D6A;
}
.searchList {
margin-top: 2%;
width: 96%;
}
.searchList input {
padding-top: 15px;
padding-bottom: 15px;
padding-left:50px;
background-image: url(../images/search.png);
background-size: 25px 25px;
background-repeat: no-repeat;
background-position: 10px 13px;
}
/*
****************************
Estilo da NavBAr
****************************
*/
.sideBar {
height: 100%;
width: 10%;
/* Stay in place */
position: fixed;
/* Stay on top */
z-index: 1;
background-color: #037B4A;
/* Black*/
overflow-x: hidden;
/* Disable horizontal scroll */
padding-top: 60px;
/*border-top-right-radius: 40px;
border-bottom-right-radius: 40px;*/
}
.sideBar a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 25px;
color: white;
display: block;
}
.sideBar a:hover {
text-shadow: 2px black;
}
/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.4);
}
/* Modal Content */
.modal-content {
border-radius: 20px;
background-color: #fefefe00;
margin: auto;
padding: 20px;
border: none;
width: 20%;
height: 40%;
}
/*
****************************
Estilo dos quadrados
****************************
*/
.cardLogin {
margin: auto;
margin-top: 5%;
width: 25%;
/* Add shadows to create the "card" effect */
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
transition: 0.3s;
background-color: white;
border-radius: 10px;
padding-top: 30px;
}
.cardLogin h2 {
color: #209D6A;
text-align: center;
}
.cardLogin form {
width: auto; /* Can be in percentage also. */
height: auto;
margin: auto;
position: relative;
padding: 10px;
}
.cardButton {
height: 150px;
/* Add shadows to create the "card" effect */
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
transition: 0.3s;
background-color: #209D6A;
border-radius: 10px;
padding-top: 60px;
}
.cardButton h3 {
color: white;
}
.item-list .item-info {
margin-left: 5%;
}
.item-list .delete-item {
color: white;
background: #f34646;
width: 10%;
/* Shadow */
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
transition: 0.3s;
border-radius: 0px 10px 10px 0px;
display: flex;
justify-content: center;
align-items: center;
}
.item-list .edit-item {
color: black;
background: white;
width: 10%;
display: flex;
justify-content: center;
align-items: center;
}
.item-list .card-body {
color: black;
width: 30%;
/* Shadow */
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
transition: 0.3s;
border-radius: 10px 0px 0px 10px;
}
button {
color: white;
background: #037B4A;
border-radius: 8px;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
border: none;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
transition: 0.3s;
}
button:hover {
background: #209D6A;
}
:root {
--form-bg: white;
--form-border: rgb(44, 36, 36);
--form-shadow: #dfae4b;
--form-focus: rgb(123, 121, 121);
--font-size: 12pt;
--font-face: Arial, sans-serif;
--font-color: #2a293e;
}
input {
width: 100%;
font-size: var(--font-size);
line-height: var(--font-size);
font-family: var(--font-face);
padding: 20px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 8px;
background: var(--form-bg);
}
ul li:first-child {
width: 100%;
font-family: var(--font-face);
font-size: var(--font-size);
color: #a4a4a9;
margin-top: 0px;
list-style: none;
/* border: 1px solid black; */
}
ul li {
width: 100%;
font-family: var(--font-face);
font-size: var(--font-size);
color: #a4a4a9;
margin-top: 20px;
list-style: none;
/* border: 1px solid black; */
}
select {
/* A reset of styles, including removing the default dropdown arrow */
/*appearance: none;*/
padding: 20px;
/* height: 60px; */
width: 100%;
cursor: inherit;
font-size: var(--font-size);
line-height: var(--font-size);
font-family: var(--font-face);
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 8px;
background: var(--form-bg);
color: var(--font-color);
}
hr {
margin-top: 10px;
border-top: 0.5px solid var(--form-focus);
}
.rem,
.edit {
position: relative;
float: right;
background-color: var(--form-border);
display: flex;
justify-content: center;
align-items: center;
/* width: 10px; */
/* height: 30px; */
padding: 5px;
margin-left: 5px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 4px;
align-content: center;
}
#rem:hover,
#edit:hover {
background-color: var(--form-bg);
}
.formBoxes {
background: white;
/* Shadow */
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
transition: 0.3s;
border-radius: 10px 10px 10px 10px;
}
.wrapper {
display: grid;
grid-gap: 10px;
grid-template-columns: 40% 60%;
color: #444;
font-size: 20px;
margin-top: 2%;
margin-right: 5%;
}
.box {
border-radius: 5px;
padding: 20px;
}
.a {
grid-column: 1;
grid-row: 1;
}
.b {
grid-column: 2;
grid-row: 1 / 9;
}
.b .list {
overflow: auto;
width: 100%;
height: 100%;
font-size: var(--font-size);
line-height: var(--font-size);
font-family: var(--font-face);
padding: 20px;
}
.c {
grid-column: 1;
grid-row: 2;
}
.d {
grid-column: 1;
grid-row: 3;
}
.e {
grid-column: 1;
grid-row: 6;
}
.f {
grid-column: 1;
grid-row: 4;
}
.g {
grid-column: 1;
grid-row: 5;
}
.h {
grid-column: 1;
grid-row: 6;
}
.i {
grid-column: 1;
grid-row: 7;
}
.j {
grid-column: 1;
grid-row: 8;
}
.k {
grid-column: 1;
grid-row: 9;
}
| 0.385028 | 0.112844 |
@import url('https://fonts.googleapis.com/css?family=Bree+Serif');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans');
body{
font-family: 'Alegreya Sans', sans-serif;
background-color: #216869;
margin: 2em;
}
h1, h2, h3{
font-family: 'Bree Serif', serif;
}
fieldset{
background-color: #9CC5A1;
border-radius: 25px;
}
main{
background-color: #49A078;
border-top-right-radius: 25px;
border-top-left-radius: 25px;
}
.events
{
background-color: #4CAF50;
color: white;
padding: 16px;
font-size: 16px;
border: none;
text-decoration: none;
}
.events a, .nav a
{
color: white;
text-decoration: none;
}
.dropdown-events
{
position: relative;
display: inline-block;
text-decoration: none;
}
.dropdown-events-content
{
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-events-content a
{
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-events-content a:hover
{
background-color: #ddd;
}
.dropdown-events:hover .dropdown-events-content
{
display: block;
}
.dropdown-events:hover .events, .nav:hover
{
background-color: #3e8e41;
}
.nav
{
border: none;
color: white;
background-color: #1F2421;
text-align: center;
transition: color 1s, background-color 1s;
padding: 1.5em;
}
.nav:hover{
color: black;
border: none;
background-color: #DCE1DE;
}
.event-card
{
width: 230px;
height: 100px;
border-style: solid;
margin: 3px;
border-width: 50px;
display: inline-block;
}
.holder
{
margin-top: 100px;
}
li
{
display: inline-block;
margin-right: 30px;
margin-left: 30px;
}
#list
{
background-color: #1F2421;
overflow: scroll;
height: 400px;
width: auto;
box-shadow: 8px 4px 4px 4px rgba(0,0,0,0.2);
transition: 0.3s;
border-radius: 5px;
}
.values
{
border-radius: 25px;
background-color: #9CC5A1;
margin-top: 20px;
padding: 1em;
}
#map
{
height: 75%;
width: 75%;
margin: auto;
}
.map-link
{
margin-bottom: 200px;
}
.overlay{
background:transparent;
}
.mapframe{
border: none;
display: block;
width: 50%;
height: 600px;
margin: auto;
overflow: hidden;
}
|
Final Source/styles/format2.css
|
@import url('https://fonts.googleapis.com/css?family=Bree+Serif');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans');
body{
font-family: 'Alegreya Sans', sans-serif;
background-color: #216869;
margin: 2em;
}
h1, h2, h3{
font-family: 'Bree Serif', serif;
}
fieldset{
background-color: #9CC5A1;
border-radius: 25px;
}
main{
background-color: #49A078;
border-top-right-radius: 25px;
border-top-left-radius: 25px;
}
.events
{
background-color: #4CAF50;
color: white;
padding: 16px;
font-size: 16px;
border: none;
text-decoration: none;
}
.events a, .nav a
{
color: white;
text-decoration: none;
}
.dropdown-events
{
position: relative;
display: inline-block;
text-decoration: none;
}
.dropdown-events-content
{
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-events-content a
{
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-events-content a:hover
{
background-color: #ddd;
}
.dropdown-events:hover .dropdown-events-content
{
display: block;
}
.dropdown-events:hover .events, .nav:hover
{
background-color: #3e8e41;
}
.nav
{
border: none;
color: white;
background-color: #1F2421;
text-align: center;
transition: color 1s, background-color 1s;
padding: 1.5em;
}
.nav:hover{
color: black;
border: none;
background-color: #DCE1DE;
}
.event-card
{
width: 230px;
height: 100px;
border-style: solid;
margin: 3px;
border-width: 50px;
display: inline-block;
}
.holder
{
margin-top: 100px;
}
li
{
display: inline-block;
margin-right: 30px;
margin-left: 30px;
}
#list
{
background-color: #1F2421;
overflow: scroll;
height: 400px;
width: auto;
box-shadow: 8px 4px 4px 4px rgba(0,0,0,0.2);
transition: 0.3s;
border-radius: 5px;
}
.values
{
border-radius: 25px;
background-color: #9CC5A1;
margin-top: 20px;
padding: 1em;
}
#map
{
height: 75%;
width: 75%;
margin: auto;
}
.map-link
{
margin-bottom: 200px;
}
.overlay{
background:transparent;
}
.mapframe{
border: none;
display: block;
width: 50%;
height: 600px;
margin: auto;
overflow: hidden;
}
| 0.341143 | 0.073264 |
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 300;
src: url("./assets/fonts/light/montserrat-light.otf") format("opentype"), url("./assets/fonts/light/montserrat-light.eot") format("embedded-opentype");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: normal;
src: url("./assets/fonts/regular/montserrat-regular.otf") format("opentype"), url("./assets/fonts/regular/montserrat-regular.eot") format("embedded-opentype");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
src: url("./assets/fonts/medium/montserrat-medium.otf") format("opentype"), url("./assets/fonts/medium/montserrat-medium.eot") format("embedded-opentype");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
src: url("./assets/fonts/semibold/montserrat-semibold.otf") format("opentype"), url("./assets/fonts/semibold/montserrat-semibold.eot") format("embedded-opentype");
}
:root {
--font-montserrat: "Montserrat", "Helvetica", sans-serif;
}
/* Better font rendering */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
span,
input,
label,
textarea,
time,
button,
address {
font-smoothing: antialiased;
}
/* Font sizing */
html {
color: var(--color-black);
font: 62.5% var(--font-montserrat);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
text-rendering: optimizeSpeed;
}
/* Generic font styling */
h1,
.h--h1 {
font-size: 5.2rem;
font-weight: 500;
line-height: normal;
}
h2,
.h--h2 {
font-size: 4rem;
font-weight: normal;
line-height: normal;
}
h3,
.h--h3 {
font-size: 3.2rem;
font-weight: 500;
line-height: 4.7rem;
}
h4,
.h--h4 {
font-size: 2.2rem;
font-weight: 500;
line-height: normal;
}
h5,
.h--h5 {
font-size: 2rem;
font-weight: 500;
line-height: normal;
}
h6,
.h--h6 {
font-size: 1.8rem;
font-weight: 500;
line-height: normal;
}
.h--page-title {
font-size: 1.6rem;
font-weight: 500;
letter-spacing: 15%;
line-height: 2rem;
}
.p--large {
font-size: 2.2rem;
font-weight: 500;
line-height: 2.7rem;
}
p,
.p--medium {
font-size: 2rem;
font-weight: 500;
line-height: 2.4rem;
/* empty paragraph space */
min-height: 2.4rem;
}
.p--small {
font-size: 1.8rem;
font-weight: 500;
line-height: 2.2rem;
}
a,
.a--medium {
font-size: 1.6rem;
font-weight: 500;
line-height: 2rem;
}
.a--small {
font-size: 1.4rem;
font-weight: 500;
line-height: 1.7rem;
}
|
src/fonts.css
|
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 300;
src: url("./assets/fonts/light/montserrat-light.otf") format("opentype"), url("./assets/fonts/light/montserrat-light.eot") format("embedded-opentype");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: normal;
src: url("./assets/fonts/regular/montserrat-regular.otf") format("opentype"), url("./assets/fonts/regular/montserrat-regular.eot") format("embedded-opentype");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
src: url("./assets/fonts/medium/montserrat-medium.otf") format("opentype"), url("./assets/fonts/medium/montserrat-medium.eot") format("embedded-opentype");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
src: url("./assets/fonts/semibold/montserrat-semibold.otf") format("opentype"), url("./assets/fonts/semibold/montserrat-semibold.eot") format("embedded-opentype");
}
:root {
--font-montserrat: "Montserrat", "Helvetica", sans-serif;
}
/* Better font rendering */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
span,
input,
label,
textarea,
time,
button,
address {
font-smoothing: antialiased;
}
/* Font sizing */
html {
color: var(--color-black);
font: 62.5% var(--font-montserrat);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
text-rendering: optimizeSpeed;
}
/* Generic font styling */
h1,
.h--h1 {
font-size: 5.2rem;
font-weight: 500;
line-height: normal;
}
h2,
.h--h2 {
font-size: 4rem;
font-weight: normal;
line-height: normal;
}
h3,
.h--h3 {
font-size: 3.2rem;
font-weight: 500;
line-height: 4.7rem;
}
h4,
.h--h4 {
font-size: 2.2rem;
font-weight: 500;
line-height: normal;
}
h5,
.h--h5 {
font-size: 2rem;
font-weight: 500;
line-height: normal;
}
h6,
.h--h6 {
font-size: 1.8rem;
font-weight: 500;
line-height: normal;
}
.h--page-title {
font-size: 1.6rem;
font-weight: 500;
letter-spacing: 15%;
line-height: 2rem;
}
.p--large {
font-size: 2.2rem;
font-weight: 500;
line-height: 2.7rem;
}
p,
.p--medium {
font-size: 2rem;
font-weight: 500;
line-height: 2.4rem;
/* empty paragraph space */
min-height: 2.4rem;
}
.p--small {
font-size: 1.8rem;
font-weight: 500;
line-height: 2.2rem;
}
a,
.a--medium {
font-size: 1.6rem;
font-weight: 500;
line-height: 2rem;
}
.a--small {
font-size: 1.4rem;
font-weight: 500;
line-height: 1.7rem;
}
| 0.331985 | 0.135461 |
*{
margin: 0;
padding: 0;
}
html{
font-size: 20px;
width: 100%;
height: 100%;
}
ul{
list-style: none;
}
body{
width: auto;
max-width: 800px;
margin: 0 auto;
height: auto;
overflow: auto;
background: #F3F1EC;
}
.bg{
height: 20rem;
background:#423B37;
}
.clear{
clear: both;
}
.title{
height:2rem;
line-height: 2rem;
/*font-weight: bold;*/
text-indent: .5rem;
font-size: 1.1rem;
}
.border-none{
border: none;
}
.goods-info{
height: auto;
overflow: hidden;
width: auto;
margin: 1rem;
padding: 1rem;
border-radius: 0.5rem;
background: #FFFFFF;
box-shadow: 0 2px 22px 0 rgba(143,115,76,0.20);
}
.goods-title{
text-align: center;
width: 100%;
height: auto;
overflow: hidden;
font-size: 1.2rem;
line-height: 2rem;
/*font-weight: bold;*/
margin-bottom: 1.5rem;
margin-top: -60%;
}
.goods-title h1{
margin: 1rem;
font-size: 1.75rem;
color: #817069;
}
.goods-title h2{
line-height: 2rem;
font-size: 1.5rem;
color: #ccc;
}
.goods-info-item{
width: 49.5%;
height: auto;
margin-bottom:1.5rem;
float: left;
}
.item{
clear: both;
height:auto;
width: auto;
overflow: hidden;
}
.goods-info-item .lables{
font-size: 1.25rem;
color: #A9A9A9;
margin-bottom: 0.5rem;
}
.goods-info-item .val{
color: #333333;
font-size: 1.5rem;
/*font-weight: bold;*/
}
.goods-list{
height: auto;
overflow: hidden;
background: #FFFFFF;
box-shadow: 0 2px 22px 0 rgba(143,115,76,0.20);
border-radius: 0.5rem;
margin: 1rem;
padding-top: 1rem;
padding-bottom: 3rem;
margin-bottom: 5rem;
}
.goods-list li{
height:auto;
overflow: hidden;
position: relative;
}
.goods-list li p{
font-size: 1rem;
margin: 1rem 0;
}
.goods-list li:last-child{
margin-top: -0.5rem;
}
.goods-list li:first-child .point2{
background: #FFFFFF;
border:solid .5rem #D3BE87;
box-shadow: 0 2px 12px 0 #D3BE87;
top: 0.1rem;
}
.goods-list li:first-child .right{
margin-top: 0.2rem;
}
.goods-list li:last-child .right{
border-color: #fff;
}
.goods-list li:first-child .left .year,
.goods-list li:last-child .left .year{
/*visibility: visible;*/
}
.goods-list li:last-child .point3{
top:0;
}
.left{
width: 6rem;
height:auto;
float: left;
margin-left: 0.5rem;
}
.year{
height: 2rem;
width: 100%;
font-size: 1.8rem;
font-size: 32px;
text-align: left;
text-indent: 1rem;
margin-right: 1rem;
color: #D2B58D;
}
.left .date{
font-size: 1.5rem;
font-size: 28px;
text-align: right;
font-weight: normal;
margin-right: 1.2rem;
color: #D2B58D;
}
.left .date .day{
height: 1rem;
width: 1rem;
border-radius: 50%;
background: #D3BE87;
}
.point{
height: 1rem;
width: 1rem;
border-radius: 50%;
position: absolute;
left: 5rem;
top:3rem;
background: #FFFFFF;
border:solid .5rem #D3BE87;
box-shadow: 0 2px 12px 0 #D3BE87;
}
.point2{
height: 1rem;
width: 1rem;
border-radius: 50%;
position: absolute;
left: 6rem;
top:0.2rem;
background: #D3BE87;
border:solid .5rem #fff;
box-shadow: 0 2px 12px 0 #D3BE87;
}
.point3{
background: #D3BE87;
height: 1rem;
width: 1rem;
border-radius: 50%;
position: absolute;
left: 6.45rem;
top:0.5rem;
}
.hide{
visibility: hidden;
}
.right{
width: auto;
margin-left: 6.95rem;
padding-left: 1rem;
border-left: 1px solid #ABABAB;
font-size: 1rem;
padding-bottom: 2rem;
}
.right .title{
font-size:1.6rem;
text-indent: 1rem;
padding-top: 0rem;
}
.right .item2{
height: auto;
overflow: hidden;
margin-top: 0.7rem;
}
.goods-list li .val{
color: #151515;
height:auto;
overflow: hidden;
width: auto;
margin-left: 8rem;
margin-right: 0.5rem;
line-height: 1.6rem;
min-height: 1.4rem;
font-size:1.4rem;
}
.goods-list li .lables{
float: left;
text-align: left;
height: 1.4rem;
line-height:1.4rem;
color: #A9A9A9;
width: 8rem;
font-size:1.4rem;
text-indent: 1rem;
}
|
src/mob/css/style.css
|
*{
margin: 0;
padding: 0;
}
html{
font-size: 20px;
width: 100%;
height: 100%;
}
ul{
list-style: none;
}
body{
width: auto;
max-width: 800px;
margin: 0 auto;
height: auto;
overflow: auto;
background: #F3F1EC;
}
.bg{
height: 20rem;
background:#423B37;
}
.clear{
clear: both;
}
.title{
height:2rem;
line-height: 2rem;
/*font-weight: bold;*/
text-indent: .5rem;
font-size: 1.1rem;
}
.border-none{
border: none;
}
.goods-info{
height: auto;
overflow: hidden;
width: auto;
margin: 1rem;
padding: 1rem;
border-radius: 0.5rem;
background: #FFFFFF;
box-shadow: 0 2px 22px 0 rgba(143,115,76,0.20);
}
.goods-title{
text-align: center;
width: 100%;
height: auto;
overflow: hidden;
font-size: 1.2rem;
line-height: 2rem;
/*font-weight: bold;*/
margin-bottom: 1.5rem;
margin-top: -60%;
}
.goods-title h1{
margin: 1rem;
font-size: 1.75rem;
color: #817069;
}
.goods-title h2{
line-height: 2rem;
font-size: 1.5rem;
color: #ccc;
}
.goods-info-item{
width: 49.5%;
height: auto;
margin-bottom:1.5rem;
float: left;
}
.item{
clear: both;
height:auto;
width: auto;
overflow: hidden;
}
.goods-info-item .lables{
font-size: 1.25rem;
color: #A9A9A9;
margin-bottom: 0.5rem;
}
.goods-info-item .val{
color: #333333;
font-size: 1.5rem;
/*font-weight: bold;*/
}
.goods-list{
height: auto;
overflow: hidden;
background: #FFFFFF;
box-shadow: 0 2px 22px 0 rgba(143,115,76,0.20);
border-radius: 0.5rem;
margin: 1rem;
padding-top: 1rem;
padding-bottom: 3rem;
margin-bottom: 5rem;
}
.goods-list li{
height:auto;
overflow: hidden;
position: relative;
}
.goods-list li p{
font-size: 1rem;
margin: 1rem 0;
}
.goods-list li:last-child{
margin-top: -0.5rem;
}
.goods-list li:first-child .point2{
background: #FFFFFF;
border:solid .5rem #D3BE87;
box-shadow: 0 2px 12px 0 #D3BE87;
top: 0.1rem;
}
.goods-list li:first-child .right{
margin-top: 0.2rem;
}
.goods-list li:last-child .right{
border-color: #fff;
}
.goods-list li:first-child .left .year,
.goods-list li:last-child .left .year{
/*visibility: visible;*/
}
.goods-list li:last-child .point3{
top:0;
}
.left{
width: 6rem;
height:auto;
float: left;
margin-left: 0.5rem;
}
.year{
height: 2rem;
width: 100%;
font-size: 1.8rem;
font-size: 32px;
text-align: left;
text-indent: 1rem;
margin-right: 1rem;
color: #D2B58D;
}
.left .date{
font-size: 1.5rem;
font-size: 28px;
text-align: right;
font-weight: normal;
margin-right: 1.2rem;
color: #D2B58D;
}
.left .date .day{
height: 1rem;
width: 1rem;
border-radius: 50%;
background: #D3BE87;
}
.point{
height: 1rem;
width: 1rem;
border-radius: 50%;
position: absolute;
left: 5rem;
top:3rem;
background: #FFFFFF;
border:solid .5rem #D3BE87;
box-shadow: 0 2px 12px 0 #D3BE87;
}
.point2{
height: 1rem;
width: 1rem;
border-radius: 50%;
position: absolute;
left: 6rem;
top:0.2rem;
background: #D3BE87;
border:solid .5rem #fff;
box-shadow: 0 2px 12px 0 #D3BE87;
}
.point3{
background: #D3BE87;
height: 1rem;
width: 1rem;
border-radius: 50%;
position: absolute;
left: 6.45rem;
top:0.5rem;
}
.hide{
visibility: hidden;
}
.right{
width: auto;
margin-left: 6.95rem;
padding-left: 1rem;
border-left: 1px solid #ABABAB;
font-size: 1rem;
padding-bottom: 2rem;
}
.right .title{
font-size:1.6rem;
text-indent: 1rem;
padding-top: 0rem;
}
.right .item2{
height: auto;
overflow: hidden;
margin-top: 0.7rem;
}
.goods-list li .val{
color: #151515;
height:auto;
overflow: hidden;
width: auto;
margin-left: 8rem;
margin-right: 0.5rem;
line-height: 1.6rem;
min-height: 1.4rem;
font-size:1.4rem;
}
.goods-list li .lables{
float: left;
text-align: left;
height: 1.4rem;
line-height:1.4rem;
color: #A9A9A9;
width: 8rem;
font-size:1.4rem;
text-indent: 1rem;
}
| 0.566139 | 0.080394 |
@import 'https://fonts.googleapis.com/css?family=Lobster';
* {
padding: 0px;
margin: 0px;
font-family: "Times New Roman", Georgia, Serif
}
h1, h2, h3, h4, h5, h6,
button, input, select, textarea {
font-family: "Times New Roman", Georgia, Serif
}
::-webkit-input-placeholder {
font-family: "Times New Roman", Georgia, Serif
}
:-moz-placeholder {
font-family: "Times New Roman", Georgia, Serif
}
::-moz-placeholder {
font-family: "Times New Roman", Georgia, Serif
}
:-ms-input-placeholder {
font-family: "Times New Roman", Georgia, Serif
}
::-webkit-scrollbar {
width: 11px;
height: 11px;
}
::-webkit-scrollbar-button {
width: 0px;
height: 0px;
}
::-webkit-scrollbar-thumb {
background: #e1e1e1;
border: 0px none #ffffff;
border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
background: #000000;
}
::-webkit-scrollbar-track {
background: #27f004;
border: 0px none #ffffff;
border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
background: #837a49;
}
::-webkit-scrollbar-track:active {
background: #f0ecf0;
}
::-webkit-scrollbar-corner {
background: transparent;
}
::-moz-scrollbar {
width: 11px;
height: 11px;
}
::-moz-scrollbar-button {
width: 0px;
height: 0px;
}
::-moz-scrollbar-thumb {
background: #e1e1e1;
border: 0px none #ffffff;
border-radius: 50px;
}
::-moz-scrollbar-thumb:hover {
background: #ffffff;
}
::-moz-scrollbar-thumb:active {
background: #000000;
}
::-moz-scrollbar-track {
background: #27f004;
border: 0px none #ffffff;
border-radius: 50px;
}
::-moz-scrollbar-track:hover {
background: #837a49;
}
::-moz-scrollbar-track:active {
background: #f0ecf0;
}
::-moz-scrollbar-corner {
background: transparent;
}
:-moz-scrollbar {
width: 11px;
height: 11px;
}
:-moz-scrollbar-button {
width: 0px;
height: 0px;
}
:-moz-scrollbar-thumb {
background: #e1e1e1;
border: 0px none #ffffff;
border-radius: 50px;
}
:-moz-scrollbar-thumb:hover {
background: #ffffff;
}
:-moz-scrollbar-thumb:active {
background: #000000;
}
:-moz-scrollbar-track {
background: #27f004;
border: 0px none #ffffff;
border-radius: 50px;
}
:-moz-scrollbar-track:hover {
background: #837a49;
}
:-moz-scrollbar-track:active {
background: #f0ecf0;
}
:-moz-scrollbar-corner {
background: transparent;
}
:-ms-scrollbar {
width: 11px;
height: 11px;
}
:-ms-scrollbar-button {
width: 0px;
height: 0px;
}
:-ms-scrollbar-thumb {
background: #e1e1e1;
border: 0px none #ffffff;
border-radius: 50px;
}
:-ms-scrollbar-thumb:hover {
background: #ffffff;
}
:-ms-scrollbar-thumb:active {
background: #000000;
}
:-ms-scrollbar-track {
background: #27f004;
border: 0px none #ffffff;
border-radius: 50px;
}
:-ms-scrollbar-track:hover {
background: #837a49;
}
:-ms-scrollbar-track:active {
background: #f0ecf0;
}
:-ms-scrollbar-corner {
background: transparent;
}
.imieNazwisko {
padding-top: 90px;
font-size: 125px;
}
.containerAbout {
overflow-y: auto;
width: 100%;
height: 100vh;
text-align: left;
}
.containerAbout p {
font-size: 20px;
}
.container {
overflow-y: auto;
height: 100vh;
}
.container p {
font-size: 20px;
}
.containerCV {
padding: 0px 50px;
}
body {
overflow-y: hidden;
background-color: black;
font-size: 17px;
}
.headerTop {
position: static;
z-index: -100;
left: 0px;
top: 0px;
min-width: 100%;
min-height: 100vh;
background: url("../image/computer4.jpg") top/cover no-repeat;
}
.shortText {
left: 15%;
}
.string {
height: 70px;
background: #282828;
color: whitesmoke;
font-size: 40px;
text-shadow: 2px 3px 2px black, 4px 1px 10px white;
font-family: "Times New Roman", Georgia, Serif;
padding-top: 25px;
padding-left: 30px;
}
#cv {
display: none;
padding-top: 0px;
min-height: 100vh;
}
.title {
position: absolute;
top: 50%;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
text-align: center;
font-weight: bold;
}
.title p {
margin-top: 10px;
color: white;
text-shadow: 3px 3px 2px #000;
font-style: italic;
font-family: "Times New Roman", Georgia, Serif;
}
.title span {
margin-top: 10px;
color: white;
text-shadow: 3px 3px 2px #000;
font-style: italic;
font-family: "Times New Roman", Georgia, Serif;
}
.first p {
font-size: 31px;
}
.title h5 {
margin-top: 0px;
color: white;
text-shadow: 3px 3px 2px #000;
font-style: italic;
font-family: "Times New Roman", Georgia, Serif;
font-weight: bold;
}
.first {
display: block;
margin-top: -15px;
padding-top: 20px;
padding-bottom: 20px;
}
.cornerAbout {
position: absolute;
z-index: 3;
top: 0px;
left: 0px;
border-top: 150px solid #CECECE;
border-right: 150px solid transparent;
cursor: pointer;
}
.cornerAbout:hover {
border-top: 150px solid white;
border-right: 150px solid transparent;
}
.cornerAbout p {
position: absolute;
z-index: 4;
top: -120px;
left: 14px;
width: 100px;
transform: rotate(-47deg);
-webkit-transform: rotate(-47deg);
-moz-transform: rotate(-46deg);
-o-transform: rotate(-47deg);
font-family: Georgia, serif;
}
.cornerCV {
position: absolute;
z-index: 3;
top: 0px;
right: 0px;
border-top: 150px solid #CECECE;
border-left: 150px solid transparent;
cursor: pointer;
}
.cornerCV:hover {
border-top: 150px solid white;
border-left: 150px solid transparent;
}
.cornerCV p {
position: absolute;
z-index: 4;
top: -103px;
left: -66px;
width: 50px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
font-family: Georgia, serif;
}
.cornerProject {
position: absolute;
z-index: 3;
bottom: 0px;
left: 0px;
border-bottom: 150px solid #CECECE;
border-right: 150px solid transparent;
cursor: pointer;
}
.cornerProject:hover {
border-bottom: 150px solid white;
border-right: 150px solid transparent;
}
.cornerProject p {
position: absolute;
z-index: 4;
top: 90px;
left: 0px;
width: 100px;
transform: rotate(10deg);
-webkit-transform: rotate(-47deg);
-moz-transform: rotate(-47deg);
-o-transform: rotate(-47deg);
font-family: Georgia, serif;
}
.cornerContact {
position: absolute;
z-index: 3;
bottom: 0px;
right: 0px;
border-bottom: 150px solid #CECECE;
border-left: 150px solid transparent;
cursor: pointer;
}
.cornerContact:hover {
border-bottom: 150px solid white;
border-left: 150px solid transparent;
}
.cornerContact p {
position: absolute;
z-index: 4;
top: 94px;
left: -77px;
width: 71px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(42deg);
-o-transform: rotate(45deg);
font-family: Georgia, serif;
}
.corner {
text-shadow: 1px 1px 1px #000;
font-style: italic;
font-family: "Times New Roman", Georgia, Serif;
font-weight: bold;
}
#contact {
display: none;
}
#contact .container {
margin-top: 50vh;
transform: translateY(-17%);
}
#Header {
margin-top: 3%;
padding-bottom: 0%;
}
.heading {
text-align: center;
font-size: 35px;
}
table {
padding-top: 20px;
padding-bottom: 20px;
}
table tr td {
text-align: center;
width: 180px
}
#about {
display: none;
}
#about .container p {
text-align: left;
margin-top: 50vh;
transform: translateY(-50%);
}
#project {
display: none;
padding-top: 0px;
font-family: "Times New Roman", Georgia, Serif;
min-height: 100vh;
}
#Header .article p {
position: absolute;
z-index: -100;
top: 0px;
width: 199px
}
#Header .article div img {
cursor: pointer;
}
#Header .row {
padding-bottom: 20px;
}
footer {
color: white;
background-color: black;
padding: 20px 0 20px 0;
text-align: center;
}
.backBody {
position: relative;
margin: 0 auto;
background-color: whitesmoke;
width: 800px;
}
#zdjecieCV {
max-width: 75%;
}
.top-panel {
background-color: yellowgreen;
text-align: right;
}
.top-panel p {
padding: 10px 20px 10px 20px;
font-weight: bold;
font-style: oblique;
}
.middle-panel {
padding: 10px 20px 10px 20px;
}
.middle-panel button {
width: 100px;
}
.middle-panel button:nth-child(1) {
margin-left: 152px;
}
#about .container {
overflow-y: hidden;
}
@media screen and (max-width: 1334px) and (min-width: 1281) {
.cornerAbout {
position: absolute;
z-index: 3;
top: 0px;
left: 0px;
border-top: 100px solid rgba(206, 206, 206, 0.5);
border-right: 100px solid transparent;
cursor: pointer;
}
.cornerAbout:hover {
border-top: 100px solid white;
border-right: 100px solid transparent;
}
.cornerAbout p {
position: absolute;
z-index: 4;
top: -120px;
left: 14px;
width: 100px;
transform: rotate(-47deg);
-webkit-transform: rotate(-47deg);
-moz-transform: rotate(-46deg);
-o-transform: rotate(-47deg);
font-family: Georgia, serif;
}
.cornerCV {
position: absolute;
z-index: 3;
top: 0px;
right: 0px;
border-top: 100px solid rgba(206, 206, 206, 0.5);
border-left: 100px solid transparent;
cursor: pointer;
}
.cornerCV:hover {
border-top: 100px solid white;
border-left: 100px solid transparent;
}
.cornerCV p {
position: absolute;
z-index: 4;
top: -103px;
left: -66px;
width: 50px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
font-family: Georgia, serif;
}
.cornerProject {
position: absolute;
z-index: 3;
bottom: 0px;
left: 0px;
border-bottom: 100px solid rgba(206, 206, 206, 0.5);
border-right: 100px solid transparent;
cursor: pointer;
}
.cornerProject:hover {
border-bottom: 100px solid white;
border-right: 100px solid transparent;
}
.cornerProject p {
position: absolute;
z-index: 4;
top: 90px;
left: 0px;
width: 100px;
transform: rotate(10deg);
-webkit-transform: rotate(-47deg);
-moz-transform: rotate(-47deg);
-o-transform: rotate(-47deg);
font-family: Georgia, serif;
}
.cornerContact {
position: absolute;
z-index: 3;
bottom: 0px;
right: 0px;
border-bottom: 100px solid rgba(206, 206, 206, 0.5);
border-left: 100px solid transparent;
cursor: pointer;
}
.cornerContact:hover {
border-bottom: 100px solid white;
border-left: 100px solid transparent;
}
.cornerContact p {
position: absolute;
z-index: 4;
top: 94px;
left: -77px;
width: 71px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(42deg);
-o-transform: rotate(45deg);
font-family: Georgia, serif;
}
}
@media screen and (max-width: 1370px) {
.imieNazwisko {
padding-top: 90px;
font-size: 80px;
}
#zdjecieCV {
margin-left: 20%;
padding-top: 20px;
max-width: 200px;
}
#about .container {
overflow-y: scroll;
}
#about .container p {
text-align: left;
margin-top: 0vh;
transform: translateY(0%);
padding-top: 100px;
padding-bottom: 150px;
}
.cornerAbout {
position: absolute;
z-index: 3;
top: 0px;
left: 0px;
border-top: 100px solid rgba(206, 206, 206, 0.5);
border-right: 100px solid transparent;
cursor: pointer;
}
.cornerAbout:hover {
border-top: 100px solid white;
border-right: 100px solid transparent;
}
.cornerAbout p {
position: absolute;
z-index: 4;
top: -90px;
left: -2px;
width: 100px;
transform: rotate(-47deg);
-webkit-transform: rotate(-47deg);
-moz-transform: rotate(-46deg);
-o-transform: rotate(-47deg);
font-family: Georgia, serif;
}
.cornerCV {
position: absolute;
z-index: 3;
top: 0px;
right: 0px;
border-top: 100px solid rgba(206, 206, 206, 0.5);
border-left: 100px solid transparent;
cursor: pointer;
}
.cornerCV:hover {
border-top: 100px solid white;
border-left: 100px solid transparent;
}
.cornerCV p {
position: absolute;
z-index: 4;
top: -70px;
left: -55px;
width: 50px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
font-family: Georgia, serif;
}
.cornerProject {
position: absolute;
z-index: 3;
bottom: 0px;
left: 0px;
border-bottom: 100px solid rgba(206, 206, 206, 0.5);
border-right: 100px solid transparent;
cursor: pointer;
}
.cornerProject:hover {
border-bottom: 100px solid white;
border-right: 100px solid transparent;
}
.cornerProject p {
position: absolute;
z-index: 4;
top: 60px;
left: 0px;
width: 100px;
transform: rotate(10deg);
-webkit-transform: rotate(42deg);
-moz-transform: rotate(42deg);
-o-transform: rotate(42deg);
font-family: Georgia, serif;
}
.cornerContact {
position: absolute;
z-index: 3;
bottom: 0px;
right: 0px;
border-bottom: 100px solid rgba(206, 206, 206, 0.5);
border-left: 100px solid transparent;
cursor: pointer;
}
.cornerContact:hover {
border-bottom: 100px solid white;
border-left: 100px solid transparent;
}
.cornerContact p {
position: absolute;
z-index: 4;
top: 50px;
left: -77px;
width: 71px;
transform: rotate(-47deg);
-webkit-transform: rotate(-47deg);
-moz-transform: rotate(-47deg);
-o-transform: rotate(-47deg);
font-family: Georgia, serif;
}
}
@media screen and (max-width: 1280px) {
.imieNazwisko {
padding-top: 60px;
font-size: 50px;
}
#zdjecieCV {
margin-left: 20%;
padding-top: 20px;
max-width: 150px;
}
}
@media screen and (max-width: 768px) {
.imieNazwisko {
text-align: center;
}
}
|
public/css/style.css
|
@import 'https://fonts.googleapis.com/css?family=Lobster';
* {
padding: 0px;
margin: 0px;
font-family: "Times New Roman", Georgia, Serif
}
h1, h2, h3, h4, h5, h6,
button, input, select, textarea {
font-family: "Times New Roman", Georgia, Serif
}
::-webkit-input-placeholder {
font-family: "Times New Roman", Georgia, Serif
}
:-moz-placeholder {
font-family: "Times New Roman", Georgia, Serif
}
::-moz-placeholder {
font-family: "Times New Roman", Georgia, Serif
}
:-ms-input-placeholder {
font-family: "Times New Roman", Georgia, Serif
}
::-webkit-scrollbar {
width: 11px;
height: 11px;
}
::-webkit-scrollbar-button {
width: 0px;
height: 0px;
}
::-webkit-scrollbar-thumb {
background: #e1e1e1;
border: 0px none #ffffff;
border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
background: #000000;
}
::-webkit-scrollbar-track {
background: #27f004;
border: 0px none #ffffff;
border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
background: #837a49;
}
::-webkit-scrollbar-track:active {
background: #f0ecf0;
}
::-webkit-scrollbar-corner {
background: transparent;
}
::-moz-scrollbar {
width: 11px;
height: 11px;
}
::-moz-scrollbar-button {
width: 0px;
height: 0px;
}
::-moz-scrollbar-thumb {
background: #e1e1e1;
border: 0px none #ffffff;
border-radius: 50px;
}
::-moz-scrollbar-thumb:hover {
background: #ffffff;
}
::-moz-scrollbar-thumb:active {
background: #000000;
}
::-moz-scrollbar-track {
background: #27f004;
border: 0px none #ffffff;
border-radius: 50px;
}
::-moz-scrollbar-track:hover {
background: #837a49;
}
::-moz-scrollbar-track:active {
background: #f0ecf0;
}
::-moz-scrollbar-corner {
background: transparent;
}
:-moz-scrollbar {
width: 11px;
height: 11px;
}
:-moz-scrollbar-button {
width: 0px;
height: 0px;
}
:-moz-scrollbar-thumb {
background: #e1e1e1;
border: 0px none #ffffff;
border-radius: 50px;
}
:-moz-scrollbar-thumb:hover {
background: #ffffff;
}
:-moz-scrollbar-thumb:active {
background: #000000;
}
:-moz-scrollbar-track {
background: #27f004;
border: 0px none #ffffff;
border-radius: 50px;
}
:-moz-scrollbar-track:hover {
background: #837a49;
}
:-moz-scrollbar-track:active {
background: #f0ecf0;
}
:-moz-scrollbar-corner {
background: transparent;
}
:-ms-scrollbar {
width: 11px;
height: 11px;
}
:-ms-scrollbar-button {
width: 0px;
height: 0px;
}
:-ms-scrollbar-thumb {
background: #e1e1e1;
border: 0px none #ffffff;
border-radius: 50px;
}
:-ms-scrollbar-thumb:hover {
background: #ffffff;
}
:-ms-scrollbar-thumb:active {
background: #000000;
}
:-ms-scrollbar-track {
background: #27f004;
border: 0px none #ffffff;
border-radius: 50px;
}
:-ms-scrollbar-track:hover {
background: #837a49;
}
:-ms-scrollbar-track:active {
background: #f0ecf0;
}
:-ms-scrollbar-corner {
background: transparent;
}
.imieNazwisko {
padding-top: 90px;
font-size: 125px;
}
.containerAbout {
overflow-y: auto;
width: 100%;
height: 100vh;
text-align: left;
}
.containerAbout p {
font-size: 20px;
}
.container {
overflow-y: auto;
height: 100vh;
}
.container p {
font-size: 20px;
}
.containerCV {
padding: 0px 50px;
}
body {
overflow-y: hidden;
background-color: black;
font-size: 17px;
}
.headerTop {
position: static;
z-index: -100;
left: 0px;
top: 0px;
min-width: 100%;
min-height: 100vh;
background: url("../image/computer4.jpg") top/cover no-repeat;
}
.shortText {
left: 15%;
}
.string {
height: 70px;
background: #282828;
color: whitesmoke;
font-size: 40px;
text-shadow: 2px 3px 2px black, 4px 1px 10px white;
font-family: "Times New Roman", Georgia, Serif;
padding-top: 25px;
padding-left: 30px;
}
#cv {
display: none;
padding-top: 0px;
min-height: 100vh;
}
.title {
position: absolute;
top: 50%;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
text-align: center;
font-weight: bold;
}
.title p {
margin-top: 10px;
color: white;
text-shadow: 3px 3px 2px #000;
font-style: italic;
font-family: "Times New Roman", Georgia, Serif;
}
.title span {
margin-top: 10px;
color: white;
text-shadow: 3px 3px 2px #000;
font-style: italic;
font-family: "Times New Roman", Georgia, Serif;
}
.first p {
font-size: 31px;
}
.title h5 {
margin-top: 0px;
color: white;
text-shadow: 3px 3px 2px #000;
font-style: italic;
font-family: "Times New Roman", Georgia, Serif;
font-weight: bold;
}
.first {
display: block;
margin-top: -15px;
padding-top: 20px;
padding-bottom: 20px;
}
.cornerAbout {
position: absolute;
z-index: 3;
top: 0px;
left: 0px;
border-top: 150px solid #CECECE;
border-right: 150px solid transparent;
cursor: pointer;
}
.cornerAbout:hover {
border-top: 150px solid white;
border-right: 150px solid transparent;
}
.cornerAbout p {
position: absolute;
z-index: 4;
top: -120px;
left: 14px;
width: 100px;
transform: rotate(-47deg);
-webkit-transform: rotate(-47deg);
-moz-transform: rotate(-46deg);
-o-transform: rotate(-47deg);
font-family: Georgia, serif;
}
.cornerCV {
position: absolute;
z-index: 3;
top: 0px;
right: 0px;
border-top: 150px solid #CECECE;
border-left: 150px solid transparent;
cursor: pointer;
}
.cornerCV:hover {
border-top: 150px solid white;
border-left: 150px solid transparent;
}
.cornerCV p {
position: absolute;
z-index: 4;
top: -103px;
left: -66px;
width: 50px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
font-family: Georgia, serif;
}
.cornerProject {
position: absolute;
z-index: 3;
bottom: 0px;
left: 0px;
border-bottom: 150px solid #CECECE;
border-right: 150px solid transparent;
cursor: pointer;
}
.cornerProject:hover {
border-bottom: 150px solid white;
border-right: 150px solid transparent;
}
.cornerProject p {
position: absolute;
z-index: 4;
top: 90px;
left: 0px;
width: 100px;
transform: rotate(10deg);
-webkit-transform: rotate(-47deg);
-moz-transform: rotate(-47deg);
-o-transform: rotate(-47deg);
font-family: Georgia, serif;
}
.cornerContact {
position: absolute;
z-index: 3;
bottom: 0px;
right: 0px;
border-bottom: 150px solid #CECECE;
border-left: 150px solid transparent;
cursor: pointer;
}
.cornerContact:hover {
border-bottom: 150px solid white;
border-left: 150px solid transparent;
}
.cornerContact p {
position: absolute;
z-index: 4;
top: 94px;
left: -77px;
width: 71px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(42deg);
-o-transform: rotate(45deg);
font-family: Georgia, serif;
}
.corner {
text-shadow: 1px 1px 1px #000;
font-style: italic;
font-family: "Times New Roman", Georgia, Serif;
font-weight: bold;
}
#contact {
display: none;
}
#contact .container {
margin-top: 50vh;
transform: translateY(-17%);
}
#Header {
margin-top: 3%;
padding-bottom: 0%;
}
.heading {
text-align: center;
font-size: 35px;
}
table {
padding-top: 20px;
padding-bottom: 20px;
}
table tr td {
text-align: center;
width: 180px
}
#about {
display: none;
}
#about .container p {
text-align: left;
margin-top: 50vh;
transform: translateY(-50%);
}
#project {
display: none;
padding-top: 0px;
font-family: "Times New Roman", Georgia, Serif;
min-height: 100vh;
}
#Header .article p {
position: absolute;
z-index: -100;
top: 0px;
width: 199px
}
#Header .article div img {
cursor: pointer;
}
#Header .row {
padding-bottom: 20px;
}
footer {
color: white;
background-color: black;
padding: 20px 0 20px 0;
text-align: center;
}
.backBody {
position: relative;
margin: 0 auto;
background-color: whitesmoke;
width: 800px;
}
#zdjecieCV {
max-width: 75%;
}
.top-panel {
background-color: yellowgreen;
text-align: right;
}
.top-panel p {
padding: 10px 20px 10px 20px;
font-weight: bold;
font-style: oblique;
}
.middle-panel {
padding: 10px 20px 10px 20px;
}
.middle-panel button {
width: 100px;
}
.middle-panel button:nth-child(1) {
margin-left: 152px;
}
#about .container {
overflow-y: hidden;
}
@media screen and (max-width: 1334px) and (min-width: 1281) {
.cornerAbout {
position: absolute;
z-index: 3;
top: 0px;
left: 0px;
border-top: 100px solid rgba(206, 206, 206, 0.5);
border-right: 100px solid transparent;
cursor: pointer;
}
.cornerAbout:hover {
border-top: 100px solid white;
border-right: 100px solid transparent;
}
.cornerAbout p {
position: absolute;
z-index: 4;
top: -120px;
left: 14px;
width: 100px;
transform: rotate(-47deg);
-webkit-transform: rotate(-47deg);
-moz-transform: rotate(-46deg);
-o-transform: rotate(-47deg);
font-family: Georgia, serif;
}
.cornerCV {
position: absolute;
z-index: 3;
top: 0px;
right: 0px;
border-top: 100px solid rgba(206, 206, 206, 0.5);
border-left: 100px solid transparent;
cursor: pointer;
}
.cornerCV:hover {
border-top: 100px solid white;
border-left: 100px solid transparent;
}
.cornerCV p {
position: absolute;
z-index: 4;
top: -103px;
left: -66px;
width: 50px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
font-family: Georgia, serif;
}
.cornerProject {
position: absolute;
z-index: 3;
bottom: 0px;
left: 0px;
border-bottom: 100px solid rgba(206, 206, 206, 0.5);
border-right: 100px solid transparent;
cursor: pointer;
}
.cornerProject:hover {
border-bottom: 100px solid white;
border-right: 100px solid transparent;
}
.cornerProject p {
position: absolute;
z-index: 4;
top: 90px;
left: 0px;
width: 100px;
transform: rotate(10deg);
-webkit-transform: rotate(-47deg);
-moz-transform: rotate(-47deg);
-o-transform: rotate(-47deg);
font-family: Georgia, serif;
}
.cornerContact {
position: absolute;
z-index: 3;
bottom: 0px;
right: 0px;
border-bottom: 100px solid rgba(206, 206, 206, 0.5);
border-left: 100px solid transparent;
cursor: pointer;
}
.cornerContact:hover {
border-bottom: 100px solid white;
border-left: 100px solid transparent;
}
.cornerContact p {
position: absolute;
z-index: 4;
top: 94px;
left: -77px;
width: 71px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(42deg);
-o-transform: rotate(45deg);
font-family: Georgia, serif;
}
}
@media screen and (max-width: 1370px) {
.imieNazwisko {
padding-top: 90px;
font-size: 80px;
}
#zdjecieCV {
margin-left: 20%;
padding-top: 20px;
max-width: 200px;
}
#about .container {
overflow-y: scroll;
}
#about .container p {
text-align: left;
margin-top: 0vh;
transform: translateY(0%);
padding-top: 100px;
padding-bottom: 150px;
}
.cornerAbout {
position: absolute;
z-index: 3;
top: 0px;
left: 0px;
border-top: 100px solid rgba(206, 206, 206, 0.5);
border-right: 100px solid transparent;
cursor: pointer;
}
.cornerAbout:hover {
border-top: 100px solid white;
border-right: 100px solid transparent;
}
.cornerAbout p {
position: absolute;
z-index: 4;
top: -90px;
left: -2px;
width: 100px;
transform: rotate(-47deg);
-webkit-transform: rotate(-47deg);
-moz-transform: rotate(-46deg);
-o-transform: rotate(-47deg);
font-family: Georgia, serif;
}
.cornerCV {
position: absolute;
z-index: 3;
top: 0px;
right: 0px;
border-top: 100px solid rgba(206, 206, 206, 0.5);
border-left: 100px solid transparent;
cursor: pointer;
}
.cornerCV:hover {
border-top: 100px solid white;
border-left: 100px solid transparent;
}
.cornerCV p {
position: absolute;
z-index: 4;
top: -70px;
left: -55px;
width: 50px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
font-family: Georgia, serif;
}
.cornerProject {
position: absolute;
z-index: 3;
bottom: 0px;
left: 0px;
border-bottom: 100px solid rgba(206, 206, 206, 0.5);
border-right: 100px solid transparent;
cursor: pointer;
}
.cornerProject:hover {
border-bottom: 100px solid white;
border-right: 100px solid transparent;
}
.cornerProject p {
position: absolute;
z-index: 4;
top: 60px;
left: 0px;
width: 100px;
transform: rotate(10deg);
-webkit-transform: rotate(42deg);
-moz-transform: rotate(42deg);
-o-transform: rotate(42deg);
font-family: Georgia, serif;
}
.cornerContact {
position: absolute;
z-index: 3;
bottom: 0px;
right: 0px;
border-bottom: 100px solid rgba(206, 206, 206, 0.5);
border-left: 100px solid transparent;
cursor: pointer;
}
.cornerContact:hover {
border-bottom: 100px solid white;
border-left: 100px solid transparent;
}
.cornerContact p {
position: absolute;
z-index: 4;
top: 50px;
left: -77px;
width: 71px;
transform: rotate(-47deg);
-webkit-transform: rotate(-47deg);
-moz-transform: rotate(-47deg);
-o-transform: rotate(-47deg);
font-family: Georgia, serif;
}
}
@media screen and (max-width: 1280px) {
.imieNazwisko {
padding-top: 60px;
font-size: 50px;
}
#zdjecieCV {
margin-left: 20%;
padding-top: 20px;
max-width: 150px;
}
}
@media screen and (max-width: 768px) {
.imieNazwisko {
text-align: center;
}
}
| 0.381565 | 0.063366 |
html, body {
margin: 0;
padding: 0;
text-align: center;
height: 100%;
min-width: 700px;
}
#container {
width: 700px;
height: 100%;
margin:0 auto;
border-left: black solid 1px;
border-right: black solid 1px;
text-align: left;
}
#header {
height: auto;
text-align: left;
}
#submenu, #menu {
height: auto;
border-top: 1px solid black;
border-bottom: 1px solid black;
text-align: center;
font-size: 108%;
padding: 4px;
margin: 0;
}
#submenu li, #menu li {
display: inline;
list-style: none;
padding: 0;
padding-left: 8px;
padding-right: 8px;
border-left: 1px solid black;
}
#submenu li:first-child, #menu li:first-child {
border: 0;
}
#submenu li a, #menu li a {
text-decoration: none;
}
#submenu li a:hover, #menu li a:hover {
color: red;
}
#submenu {
font-size: 100%;
border: 0;
border-bottom: 1px solid black;
}
#content {
height: auto;
padding: 8px;
text-align: left;
margin-top: 10px;
}
fieldset {
border: 1px solid black;
-moz-border-radius: 4px;
padding: 8px;
}
legend {
margin-left: 20px;
padding-left: 12px;
padding-right: 12px;
}
form, input, textarea, select, option {
text-align: left;
}
input[type=text] {
width: 200px;
}
label {
cursor: pointer;
margin-right:12px;
width:200px;
display:inline-block;
font-weight:bold;
vertical-align:top;
line-height:18px;
}
label + label {
display: block;
margin-bottom: 4px;
padding: 0;
}
label + label + br {
display: none;
}
label > span.required {
color: red;
}
.field-block, .field-block-ignore {
clear:both;
padding-top:12px;
}
#message, #error, div.errors, label.error {
color: red;
border: 1px solid red;
padding:10px;
margin: 20px;
width: auto;
}
#message {
color: green;
border-color: green;
}
div.errors {
margin-left:10px;
color:#f00;
}
ul {
padding: 0;
margin: 0;
}
li, div.errors li {
list-style: none;
}
tbody {
border: 1px solid black;
}
td {
border: 0;
border-bottom: 1px solid black;
}
/* tables */
table#list thead tr th, table#list tfoot tr th {
background-color: #e6EEEE;
border: 1px solid black;
padding: 4px;
}
table#list thead tr .header {
background-image: url(../gifs/bg.gif);
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}
table#list tbody td {
color: #3D3D3D;
padding: 4px;
background-color: #FFF;
vertical-align: top;
}
table#list tbody tr.odd td {
background-color:#E2EDF4;
}
table#list thead tr .headerSortUp {
background-image: url(../gifs/asc.gif);
}
table#list thead tr .headerSortDown {
background-image: url(../gifs/desc.gif);
}
table#list thead tr .headerSortDown, table#list thead tr .headerSortUp {
background-color: #8dbdd8;
}
table#list {
width: 100%;
}
table#list tbody td.enabled {
font-weight: bold;
text-align: center;
color: green;
}
table#list tbody td.disabled {
font-weight: bold;
text-align: center;
color: red;
}
table#list tbody td.visibility {
text-align: center;
}
table#list tbody td div {
display: none;
}
|
API/src/frapi/admin/public/css/style.css
|
html, body {
margin: 0;
padding: 0;
text-align: center;
height: 100%;
min-width: 700px;
}
#container {
width: 700px;
height: 100%;
margin:0 auto;
border-left: black solid 1px;
border-right: black solid 1px;
text-align: left;
}
#header {
height: auto;
text-align: left;
}
#submenu, #menu {
height: auto;
border-top: 1px solid black;
border-bottom: 1px solid black;
text-align: center;
font-size: 108%;
padding: 4px;
margin: 0;
}
#submenu li, #menu li {
display: inline;
list-style: none;
padding: 0;
padding-left: 8px;
padding-right: 8px;
border-left: 1px solid black;
}
#submenu li:first-child, #menu li:first-child {
border: 0;
}
#submenu li a, #menu li a {
text-decoration: none;
}
#submenu li a:hover, #menu li a:hover {
color: red;
}
#submenu {
font-size: 100%;
border: 0;
border-bottom: 1px solid black;
}
#content {
height: auto;
padding: 8px;
text-align: left;
margin-top: 10px;
}
fieldset {
border: 1px solid black;
-moz-border-radius: 4px;
padding: 8px;
}
legend {
margin-left: 20px;
padding-left: 12px;
padding-right: 12px;
}
form, input, textarea, select, option {
text-align: left;
}
input[type=text] {
width: 200px;
}
label {
cursor: pointer;
margin-right:12px;
width:200px;
display:inline-block;
font-weight:bold;
vertical-align:top;
line-height:18px;
}
label + label {
display: block;
margin-bottom: 4px;
padding: 0;
}
label + label + br {
display: none;
}
label > span.required {
color: red;
}
.field-block, .field-block-ignore {
clear:both;
padding-top:12px;
}
#message, #error, div.errors, label.error {
color: red;
border: 1px solid red;
padding:10px;
margin: 20px;
width: auto;
}
#message {
color: green;
border-color: green;
}
div.errors {
margin-left:10px;
color:#f00;
}
ul {
padding: 0;
margin: 0;
}
li, div.errors li {
list-style: none;
}
tbody {
border: 1px solid black;
}
td {
border: 0;
border-bottom: 1px solid black;
}
/* tables */
table#list thead tr th, table#list tfoot tr th {
background-color: #e6EEEE;
border: 1px solid black;
padding: 4px;
}
table#list thead tr .header {
background-image: url(../gifs/bg.gif);
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}
table#list tbody td {
color: #3D3D3D;
padding: 4px;
background-color: #FFF;
vertical-align: top;
}
table#list tbody tr.odd td {
background-color:#E2EDF4;
}
table#list thead tr .headerSortUp {
background-image: url(../gifs/asc.gif);
}
table#list thead tr .headerSortDown {
background-image: url(../gifs/desc.gif);
}
table#list thead tr .headerSortDown, table#list thead tr .headerSortUp {
background-color: #8dbdd8;
}
table#list {
width: 100%;
}
table#list tbody td.enabled {
font-weight: bold;
text-align: center;
color: green;
}
table#list tbody td.disabled {
font-weight: bold;
text-align: center;
color: red;
}
table#list tbody td.visibility {
text-align: center;
}
table#list tbody td div {
display: none;
}
| 0.399109 | 0.082033 |
*{
margin: 0;
padding: 0;
}
html, body{
min-height: 100%;
margin: 0;
}
.logo{
width: 80px;
display: flex;
justify-content: center;
align-items: center;
}
.logo img{
width: 60px;
padding: 5px 0 0 0;
}
.logo-github{
width: 100%;
display: flex;
justify-content: right;
align-items: end;
}
.logo-github img{
width: 50px;
padding: 0px 0 0 0;
}
.topbar{
position: sticky;
top: 0;
}
.menu-button{
display: none;
position: absolute;
top: 12px;
right: 5px;
width: 50px;
height: 48px;
border: 3px solid #ffffff;
border-radius: 10px;
cursor: pointer;
transition: 0.2s;
}
.menu-button-line{
height: 5px;
background-color: #ffffff;
border-radius: 2px;
margin: 8px 5px 8px 5px;
}
.navbar{
display: flex;
background-color: #222222cc;
align-items: center;
justify-content: center;
}
.nav-list-left{
display: flex;
width: 50%;
}
.nav-list-left li{
display: block;
height: 60px;
list-style: none;
padding: 10px 15px;
text-align: center;
}
.nav-list-left button{
width: 100%;
height: 100%;
background: none;
color: #ffffff;
font-family: 'Open Sans';
font-size: 18px;
border: none;
cursor: pointer;
}
.nav-list-left li button:hover{
color: #dddddd;
}
.nav-list-right{
display: flex;
width: 50%;
justify-content: right;
align-items: end;
padding: 0px 10px;
}
.background{
height: 100%;
background: linear-gradient(135deg, #aa0000, #00aaaa) no-repeat center center fixed;
background-color: #dddddd;
background-size: cover;
background-blend-mode: darken;
}
.btn{
background: none;
color: #ffffff;
border: 2px solid white;
border-radius: 10px;
padding: 5px 10px;
font-family: 'Open Sans';
font-size: 18px;
}
.img-btn{
background: none;
border-style: none;
padding: 5px 10px;
cursor: pointer;
}
.content{
min-height: 100vh;
height: 100%;
padding: 50px 10%;
color: #dddddd;
font-family: 'Open Sans';
font-size: 17px;
margin: 10px 0px;
word-wrap: break-word;
}
.content h1{
color: #dddddd;
font-family: 'Open Sans';
font-weight: bold;
font-size: 40px;
margin: 10px 0px;
word-wrap: break-word;
}
.content h2{
color: #dddddd;
font-family: 'Open Sans';
font-weight: bold;
font-size: 30px;
margin: 10px 0px;
word-wrap: break-word;
}
.content h3{
color: #dddddd;
font-family: 'Open Sans';
font-weight: bold;
font-size: 25px;
margin: 10px 0px;
word-wrap: break-word;
}
.content h4{
color: #dddddd;
font-family: 'Open Sans';
font-weight: bold;
font-size: 23px;
margin: 10px 0px;
word-wrap: break-word;
}
.content h5{
color: #dddddd;
font-family: 'Open Sans';
font-weight: bold;
font-size: 21px;
margin: 10px 0px;
word-wrap: break-word;
}
.content h6{
color: #dddddd;
font-family: 'Open Sans';
font-weight: bold;
font-size: 20px;
margin: 10px 0px;
word-wrap: break-word;
}
.content button{
background: none;
color: #dddddd;
font-family: 'Open Sans';
font-size: 17px;
padding: 5px 5px;
border: 2px solid #dddddd;
border-radius: 5px;
cursor: pointer;
transition: 0.1s;
}
.content button:hover{
transform: scale(1.05)
}
.content button:active{
transform: scale(0.95)
}
.content li{
color: #dddddd;
font-family: 'Open Sans';
font-size: 17px;
margin: 10px 0px;
}
.content blockquote{
background-color: #00000033;
color: #dddddd;
font-family: 'Open Sans';
font-size: 17px;
padding: 5px 5px;
margin: 20px 0px;
border-left: 4px solid #dddddd;
}
.content input{
color: #000000;
font-family: 'Open Sans';
font-size: 17px;
padding: 5px 5px;
border: 2px solid #dddddd;
border-radius: 5px;
margin: 10px 0px;
transition: 0.1s;
}
.content input:focus{
border-color: #000000;
}
.content input[type="checkbox"]{
cursor: pointer;
}
.content textarea{
color: #000000;
font-family: 'Open Sans';
font-size: 17px;
padding: 5px 5px;
border: 2px solid #dddddd;
border-radius: 5px;
margin: 10px 0px;
resize: none;
transition: 0.1s;
}
.content textarea:focus{
border-color: #000000;
}
.content progress{
background-color: #dddddd;
border: 2px solid #dddddd;
border-radius: 3px;
margin: 10px 0px;
}
.content a{
color: #32ff32;
font-weight: medium;
text-decoration: none;
}
.content a:visited{
color: #ffff46;
font-weight: medium;
text-decoration: none;
}
.content a:hover{
text-decoration: underline;
}
.footer{
display: flex;
width: 100%;
height: min-content;
background-color: #222222cc;
color: #ffffff;
font-family: 'Open Sans';
text-align: center;
justify-content: center;
align-items: center;
}
.home-block{
display: flex;
flex-direction: column;
height: 350px;
background-color: #00000088;
margin: 20px 0px;
justify-content: center;
align-items: center;
}
.home-block p{
font-size: 20px;
padding: 0px 20px;
}
.home-block button{
margin-top: 30px;
font-size: 20px;
padding: 10px 20px;
}
@media only screen and (max-width: 460px){
.logo-align{
justify-content: start;
align-items: start;
}
.logo-github-align{
justify-content: center;
align-items: center;
}
.menu-button-rotation{
transform: rotateZ(-90deg)
}
.navbar{
flex-direction: column;
height: 460px;
transition: all 0.1s ease-out;
}
.navbar-align{
align-items: start;
}
.nav-list-left{
flex-direction: column;
}
.nav-list-right{
justify-content: center;
align-items: center;
}
.nav-resize-height{
height: 80px;
}
.nav-left-item-visibility li{
display: none;
}
.nav-right-item-visibility{
display: none;
}
.menu-button{
display: block;
}
.footer section{
flex-direction: column;
}
}
|
css/style.css
|
*{
margin: 0;
padding: 0;
}
html, body{
min-height: 100%;
margin: 0;
}
.logo{
width: 80px;
display: flex;
justify-content: center;
align-items: center;
}
.logo img{
width: 60px;
padding: 5px 0 0 0;
}
.logo-github{
width: 100%;
display: flex;
justify-content: right;
align-items: end;
}
.logo-github img{
width: 50px;
padding: 0px 0 0 0;
}
.topbar{
position: sticky;
top: 0;
}
.menu-button{
display: none;
position: absolute;
top: 12px;
right: 5px;
width: 50px;
height: 48px;
border: 3px solid #ffffff;
border-radius: 10px;
cursor: pointer;
transition: 0.2s;
}
.menu-button-line{
height: 5px;
background-color: #ffffff;
border-radius: 2px;
margin: 8px 5px 8px 5px;
}
.navbar{
display: flex;
background-color: #222222cc;
align-items: center;
justify-content: center;
}
.nav-list-left{
display: flex;
width: 50%;
}
.nav-list-left li{
display: block;
height: 60px;
list-style: none;
padding: 10px 15px;
text-align: center;
}
.nav-list-left button{
width: 100%;
height: 100%;
background: none;
color: #ffffff;
font-family: 'Open Sans';
font-size: 18px;
border: none;
cursor: pointer;
}
.nav-list-left li button:hover{
color: #dddddd;
}
.nav-list-right{
display: flex;
width: 50%;
justify-content: right;
align-items: end;
padding: 0px 10px;
}
.background{
height: 100%;
background: linear-gradient(135deg, #aa0000, #00aaaa) no-repeat center center fixed;
background-color: #dddddd;
background-size: cover;
background-blend-mode: darken;
}
.btn{
background: none;
color: #ffffff;
border: 2px solid white;
border-radius: 10px;
padding: 5px 10px;
font-family: 'Open Sans';
font-size: 18px;
}
.img-btn{
background: none;
border-style: none;
padding: 5px 10px;
cursor: pointer;
}
.content{
min-height: 100vh;
height: 100%;
padding: 50px 10%;
color: #dddddd;
font-family: 'Open Sans';
font-size: 17px;
margin: 10px 0px;
word-wrap: break-word;
}
.content h1{
color: #dddddd;
font-family: 'Open Sans';
font-weight: bold;
font-size: 40px;
margin: 10px 0px;
word-wrap: break-word;
}
.content h2{
color: #dddddd;
font-family: 'Open Sans';
font-weight: bold;
font-size: 30px;
margin: 10px 0px;
word-wrap: break-word;
}
.content h3{
color: #dddddd;
font-family: 'Open Sans';
font-weight: bold;
font-size: 25px;
margin: 10px 0px;
word-wrap: break-word;
}
.content h4{
color: #dddddd;
font-family: 'Open Sans';
font-weight: bold;
font-size: 23px;
margin: 10px 0px;
word-wrap: break-word;
}
.content h5{
color: #dddddd;
font-family: 'Open Sans';
font-weight: bold;
font-size: 21px;
margin: 10px 0px;
word-wrap: break-word;
}
.content h6{
color: #dddddd;
font-family: 'Open Sans';
font-weight: bold;
font-size: 20px;
margin: 10px 0px;
word-wrap: break-word;
}
.content button{
background: none;
color: #dddddd;
font-family: 'Open Sans';
font-size: 17px;
padding: 5px 5px;
border: 2px solid #dddddd;
border-radius: 5px;
cursor: pointer;
transition: 0.1s;
}
.content button:hover{
transform: scale(1.05)
}
.content button:active{
transform: scale(0.95)
}
.content li{
color: #dddddd;
font-family: 'Open Sans';
font-size: 17px;
margin: 10px 0px;
}
.content blockquote{
background-color: #00000033;
color: #dddddd;
font-family: 'Open Sans';
font-size: 17px;
padding: 5px 5px;
margin: 20px 0px;
border-left: 4px solid #dddddd;
}
.content input{
color: #000000;
font-family: 'Open Sans';
font-size: 17px;
padding: 5px 5px;
border: 2px solid #dddddd;
border-radius: 5px;
margin: 10px 0px;
transition: 0.1s;
}
.content input:focus{
border-color: #000000;
}
.content input[type="checkbox"]{
cursor: pointer;
}
.content textarea{
color: #000000;
font-family: 'Open Sans';
font-size: 17px;
padding: 5px 5px;
border: 2px solid #dddddd;
border-radius: 5px;
margin: 10px 0px;
resize: none;
transition: 0.1s;
}
.content textarea:focus{
border-color: #000000;
}
.content progress{
background-color: #dddddd;
border: 2px solid #dddddd;
border-radius: 3px;
margin: 10px 0px;
}
.content a{
color: #32ff32;
font-weight: medium;
text-decoration: none;
}
.content a:visited{
color: #ffff46;
font-weight: medium;
text-decoration: none;
}
.content a:hover{
text-decoration: underline;
}
.footer{
display: flex;
width: 100%;
height: min-content;
background-color: #222222cc;
color: #ffffff;
font-family: 'Open Sans';
text-align: center;
justify-content: center;
align-items: center;
}
.home-block{
display: flex;
flex-direction: column;
height: 350px;
background-color: #00000088;
margin: 20px 0px;
justify-content: center;
align-items: center;
}
.home-block p{
font-size: 20px;
padding: 0px 20px;
}
.home-block button{
margin-top: 30px;
font-size: 20px;
padding: 10px 20px;
}
@media only screen and (max-width: 460px){
.logo-align{
justify-content: start;
align-items: start;
}
.logo-github-align{
justify-content: center;
align-items: center;
}
.menu-button-rotation{
transform: rotateZ(-90deg)
}
.navbar{
flex-direction: column;
height: 460px;
transition: all 0.1s ease-out;
}
.navbar-align{
align-items: start;
}
.nav-list-left{
flex-direction: column;
}
.nav-list-right{
justify-content: center;
align-items: center;
}
.nav-resize-height{
height: 80px;
}
.nav-left-item-visibility li{
display: none;
}
.nav-right-item-visibility{
display: none;
}
.menu-button{
display: block;
}
.footer section{
flex-direction: column;
}
}
| 0.478285 | 0.093844 |
:root {
--prussian-blue: #11354c;
--deep-space-sparkle: #366775;
--cadet-grey: #91a6ab;
--platinum: #e4e9ea;
--seashell: #f5ece9;
--middle-red: #ef8f70;
--copper-red: #d56d50;
}
.bg-prussian-blue {
background-color: var(--prussian-blue);
}
.bg-deep-space-sparkle {
background-color: var(--deep-space-sparkle);
}
.bg-cadet-grey {
background-color: var(--cadet-grey);
}
.bg-platinum {
background-color: var(--platinum);
}
.bg-seashell {
background-color: var(--seashell);
}
.bg-middle-red {
background-color: var(--middle-red);
}
.bg-copper-red {
background-color: var(--copper-red);
}
.border-prussian-blue {
border: 1px;
border-style: solid;
border-width: 1px;
border-color: var(--prussian-blue);
}
.text-prussian-blue {
color: var(--prussian-blue);
}
.text-deep-space-sparkle {
color: var(--deep-space-sparkle);
}
a.text-deep-space-sparkle:hover {
color: var(--deep-space-sparkle);
}
.text-cadet-grey {
color: var(--cadet-grey);
}
a.text-cadet-grey:hover {
color: var(--middle-red);
text-decoration: none;
}
.text-platinum {
color: var(--platinum);
}
.text-seashell {
color: var(--seashell);
}
.text-middle-red {
color: var(--middle-red);
}
a.text-middle-red:hover {
color: var(--copper-red);
}
.text-copper-red {
color: var(--copper-red);
}
.btn-middle-red-to-prussian-blue {
color: #ffffff;
background-color: var(--middle-red);
}
.btn-middle-red-to-prussian-blue:hover {
color: #ffffff;
background-color: var(--prussian-blue);
}
.btn-cadet-grey-to-middle-red {
color: #ffffff;
background-color: var(--cadet-grey);
}
.btn-cadet-grey-to-middle-red:hover {
color: #ffffff;
background-color: var(--middle-red);
}
/* NAVBAR SECTION */
.navbar-brand {
color: var(--prussian-blue);
}
.navbar-brand:hover {
color: var(--copper-red);
}
.navbar-deep-space-sparkle .navbar-nav .nav-link {
color: var(--deep-space-sparkle);
}
.navbar-deep-space-sparkle .navbar-nav .nav-link:hover,
.navbar-deep-space-sparkle .navbar-nav .nav-link:focus {
color: var(--copper-red);
}
.navbar-deep-space-sparkle .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
|
static/stylesheets/diesmo5media.css
|
:root {
--prussian-blue: #11354c;
--deep-space-sparkle: #366775;
--cadet-grey: #91a6ab;
--platinum: #e4e9ea;
--seashell: #f5ece9;
--middle-red: #ef8f70;
--copper-red: #d56d50;
}
.bg-prussian-blue {
background-color: var(--prussian-blue);
}
.bg-deep-space-sparkle {
background-color: var(--deep-space-sparkle);
}
.bg-cadet-grey {
background-color: var(--cadet-grey);
}
.bg-platinum {
background-color: var(--platinum);
}
.bg-seashell {
background-color: var(--seashell);
}
.bg-middle-red {
background-color: var(--middle-red);
}
.bg-copper-red {
background-color: var(--copper-red);
}
.border-prussian-blue {
border: 1px;
border-style: solid;
border-width: 1px;
border-color: var(--prussian-blue);
}
.text-prussian-blue {
color: var(--prussian-blue);
}
.text-deep-space-sparkle {
color: var(--deep-space-sparkle);
}
a.text-deep-space-sparkle:hover {
color: var(--deep-space-sparkle);
}
.text-cadet-grey {
color: var(--cadet-grey);
}
a.text-cadet-grey:hover {
color: var(--middle-red);
text-decoration: none;
}
.text-platinum {
color: var(--platinum);
}
.text-seashell {
color: var(--seashell);
}
.text-middle-red {
color: var(--middle-red);
}
a.text-middle-red:hover {
color: var(--copper-red);
}
.text-copper-red {
color: var(--copper-red);
}
.btn-middle-red-to-prussian-blue {
color: #ffffff;
background-color: var(--middle-red);
}
.btn-middle-red-to-prussian-blue:hover {
color: #ffffff;
background-color: var(--prussian-blue);
}
.btn-cadet-grey-to-middle-red {
color: #ffffff;
background-color: var(--cadet-grey);
}
.btn-cadet-grey-to-middle-red:hover {
color: #ffffff;
background-color: var(--middle-red);
}
/* NAVBAR SECTION */
.navbar-brand {
color: var(--prussian-blue);
}
.navbar-brand:hover {
color: var(--copper-red);
}
.navbar-deep-space-sparkle .navbar-nav .nav-link {
color: var(--deep-space-sparkle);
}
.navbar-deep-space-sparkle .navbar-nav .nav-link:hover,
.navbar-deep-space-sparkle .navbar-nav .nav-link:focus {
color: var(--copper-red);
}
.navbar-deep-space-sparkle .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
| 0.545286 | 0.24197 |
*{margin:0;padding:0;}html{background:url('__IMG__/Album/album12/tile.jpg') repeat #a0c5d1;}
body{background:url('__IMG__/Album/album12g/bg.jpg') no-repeat 50% -250px;font:14px/1.3 'Segoe UI',Arial, sans-serif;font-size:14px;background-color:#fff}
a, a:visited {outline:none;color:#1c4f64;}a:hover{text-decoration:none;}
section, footer, header{display: block;}
header{
background-color:#fff;
background-image: linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
background-image: -o-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
padding:20px;
box-shadow:0 2px 4px rgba(0,0,0,0.3);
}
header h1, header h2{text-align:center;font-weight: normal;}
header h1{font: 42px/50px 'Dancing Script', sans-serif;color:#5e676d;}
header h2{font-style:italic;font-size:13px;color:#b2483a;}
#thumbs{width:480px;margin:60px auto 35px;text-align:center;}
#thumbs a{
width:120px;
height:120px;
display:inline-block;
border:7px solid #303030;
box-shadow:0 1px 3px rgba(0,0,0,0.5);
border-radius:4px;
margin: 6px 6px 40px;
position:relative;
text-decoration:none;
background-position:center center;
background-repeat: no-repeat;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
}
#thumbs a:after{
background-color: #303030;
border-radius: 7px;
bottom: -136px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
color: #FFFFFF;
content: attr(title);
display: inline-block;
font-size: 10px;
max-width: 90px;
overflow: hidden;
padding: 2px 10px;
position: relative;
text-align: center;
white-space: nowrap;
}
#credit{
background-color: rgba(255, 255, 255, 0.2);
border-radius: 8px;
font-size: 11px;
margin: 0 auto 70px;
opacity: 0.5;
padding: 12px 16px;
text-align: center;
width: 400px;
}
@media screen and (max-width: 960px) {#thumbs, #credit{width:auto;} footer{display:none;}#bsaHolder{display:none;}}
footer{background-color: #111111;bottom: 0;box-shadow: 0 -1px 2px rgba(0,0,0,0.4);height: 45px;left: 0;position: fixed;width: 100%;z-index: 100000;}
footer h2{color: #EEEEEE;font-size: 14px;font-weight: normal;left: 50%;margin-left: -400px;padding: 13px 0 0;position: absolute;width: 540px;}
footer h2 i{font-style:normal;color:#888;}
footer a.tzine,a.tzine:visited{color: #999999;font-size: 12px;left: 50%;margin: 16px 0 0 110px;position: absolute;text-decoration: none;top: 0;}
footer a i{color:#ccc;font-style: normal;}
footer a i b{color:#c92020;font-weight: normal;}
@font-face {
font-family: 'Dancing Script';
font-style: normal;
font-weight: 400;
src: local('Dancing Script'), local('DancingScript'), url(./DK0eTGXiZjN6yA8zAEyM2eCxcENHzeph3q_bnZkaszo.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
|
Public/css/Album/album12/styles.css
|
*{margin:0;padding:0;}html{background:url('__IMG__/Album/album12/tile.jpg') repeat #a0c5d1;}
body{background:url('__IMG__/Album/album12g/bg.jpg') no-repeat 50% -250px;font:14px/1.3 'Segoe UI',Arial, sans-serif;font-size:14px;background-color:#fff}
a, a:visited {outline:none;color:#1c4f64;}a:hover{text-decoration:none;}
section, footer, header{display: block;}
header{
background-color:#fff;
background-image: linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
background-image: -o-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
padding:20px;
box-shadow:0 2px 4px rgba(0,0,0,0.3);
}
header h1, header h2{text-align:center;font-weight: normal;}
header h1{font: 42px/50px 'Dancing Script', sans-serif;color:#5e676d;}
header h2{font-style:italic;font-size:13px;color:#b2483a;}
#thumbs{width:480px;margin:60px auto 35px;text-align:center;}
#thumbs a{
width:120px;
height:120px;
display:inline-block;
border:7px solid #303030;
box-shadow:0 1px 3px rgba(0,0,0,0.5);
border-radius:4px;
margin: 6px 6px 40px;
position:relative;
text-decoration:none;
background-position:center center;
background-repeat: no-repeat;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
}
#thumbs a:after{
background-color: #303030;
border-radius: 7px;
bottom: -136px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
color: #FFFFFF;
content: attr(title);
display: inline-block;
font-size: 10px;
max-width: 90px;
overflow: hidden;
padding: 2px 10px;
position: relative;
text-align: center;
white-space: nowrap;
}
#credit{
background-color: rgba(255, 255, 255, 0.2);
border-radius: 8px;
font-size: 11px;
margin: 0 auto 70px;
opacity: 0.5;
padding: 12px 16px;
text-align: center;
width: 400px;
}
@media screen and (max-width: 960px) {#thumbs, #credit{width:auto;} footer{display:none;}#bsaHolder{display:none;}}
footer{background-color: #111111;bottom: 0;box-shadow: 0 -1px 2px rgba(0,0,0,0.4);height: 45px;left: 0;position: fixed;width: 100%;z-index: 100000;}
footer h2{color: #EEEEEE;font-size: 14px;font-weight: normal;left: 50%;margin-left: -400px;padding: 13px 0 0;position: absolute;width: 540px;}
footer h2 i{font-style:normal;color:#888;}
footer a.tzine,a.tzine:visited{color: #999999;font-size: 12px;left: 50%;margin: 16px 0 0 110px;position: absolute;text-decoration: none;top: 0;}
footer a i{color:#ccc;font-style: normal;}
footer a i b{color:#c92020;font-weight: normal;}
@font-face {
font-family: 'Dancing Script';
font-style: normal;
font-weight: 400;
src: local('Dancing Script'), local('DancingScript'), url(./DK0eTGXiZjN6yA8zAEyM2eCxcENHzeph3q_bnZkaszo.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
| 0.222616 | 0.0666 |
@media screen and (max-width: 650px) {
:not(#strokes) td, :not(#strokes) th {
padding: 3px;
padding-bottom: 2px;
}
}
@media screen and (max-width: 420px) {
:not(#strokes) td, :not(#strokes) th {
padding: 0;
}
table:not(#strokes) {
font-size: 10px;
}
}
@media screen and (max-width: 310px) {
table:not(#strokes) {
font-size: 8px;
}
}
/* RESPOSITION/RESIZE SIDE-VIEW */
@media screen and (max-width: 1010px) {
#side-view {
transform: scale(0.8);
left: 0;
top: 0;
margin-left: auto;
margin-right: auto;
margin-top: -126px;
border-width: 2px 30vw;
}
}
/* REPOSITION VOCAB BOX, NARRATION */
@media screen and (max-width: 800px) and (orientation: portrait) {
#notebook-paper {
left: 0;
top: 0;
margin-top: -90px;
margin-left: auto;
margin-right: auto;
min-width: 90vw;
max-height: 70px !important; /* override JS styling */
overflow-y: scroll;
border-radius: 4px;
}
#narration {
min-width: 100vw;
}
#practice {
margin: 0;
padding: 0;
margin-top: 100px;
}
}
@media screen and (max-width: 500px) {
.practice-letter {
box-shadow: none;
}
#practice {
flex-wrap: wrap;
height: 20vw;
}
}
@media screen and (max-width: 400px) {
#side-view {
border-width: 5px;
}
}
/* RESIZE LOGO */
@media screen and (min-width: 750px) {
#logo-box {
transform: scale(1.1);
}
}
@media screen and (min-width: 1000px) {
#logo-box {
transform: scale(1.25);
}
}
@media screen and (min-width: 1500px) {
#logo-box {
transform: scale(1.4);
}
#dropdown-content span {
font-size: 1vw;
padding: 0.3vw 0.5vw;
}
}
@media screen and (min-width: 1011px) and (max-width: 1699px) {
#side-view {
transform: scale(1.25);
margin-right: 6vw;
}
}
@media screen and (min-width: 1700px) {
#side-view {
transform: scale(2);
margin-right: 6vw;
}
}
@media screen and (min-width: 1900px) {
#logo-box {
transform: scale(2.25);
transform-origin: center;
}
}
@media screen and (min-width: 2500px) {
#logo-box {
transform: scale(3);
transform-origin: center;
}
}
@media screen and (min-width: 2600px) {
#side-view {
transform: scale(3);
margin-right: 8vw;
}
}
/* MOVE NARRATION BOX */
@media screen and (max-width: 650px) {
#narration {
margin-top: -8vw;
}
}
@media screen and (min-width: 650px) {
#narration {
margin-top: -2vw;
}
}
@media screen and (min-width: 801px) {
#narration {
margin-top: 1vw;
}
}
@media screen and (min-width: 930px) {
#narration {
margin-top: 3vw;
}
}
@media screen and (min-width: 1250px) {
#narration {
margin-top: 5vw;
}
}
@media screen and (min-width: 1400px) {
#narration {
margin-top: 5vw;
}
}
@media screen and (min-width: 1700px) {
#narration {
margin-top: 15vw;
}
}
@media screen and (min-width: 2700px) {
#narration {
margin-top: 20vw;
}
}
/* 800px wide: nav-bar text bunches up. Switch to icons */
@media screen and (max-width: 890px) {
#nav-practice, #nav-about, #nav-contact {
display: none;
}
#nav-practice-small, #nav-about-small, #nav-contact-small {
display: inline-block;
}
}
/* 610px wide: nav-bar icons bunch up. Switch to hamburger menu */
@media screen and (min-width: 610px) {
#hamburger-menu {
display: none;
}
}
@media screen and (max-width: 610px) {
#nav-lessons, #nav-practice-small, #nav-about-small, #nav-contact-small {
display: none;
}
#hamburger-menu {
transform: scale(1.5);
margin-right: 50px;
padding-left: 40px;
line-height: 8vh;
}
#nav-bar {
height: 45px;
}
#dropdown-content {
min-width: 100vw;
right: 0;
top: 45px;
}
#dropdown-content span {
font-size: calc(10px + 1vh);
padding: 0.5vh;
}
.small-nav-items {
display: block;
}
}
/* ------------------------------------------------ practicing.html -----------------------------------------------*/
/* -------------------- 781px-950px width -------------------- */
@media screen and (min-width: 781px) and (max-width: 950px) {
#metronome-and-lesson {
max-width: 70%;
}
}
@media screen and (max-width: 781px) {
#metronome-and-lesson {
max-width: 65%;
}
#bpm-label-mini, #bpmval, #button-mini {
padding: 0;
margin: 0;
font-size: 12px;
}
#nav {
max-width: 20%;
margin: 0;
}
}
/* -------------------- PHONE LANDSCAPE -------------------- */
@media screen and (orientation: landscape) and (max-width: 900px) {
#user-text {
margin-top: 0;
margin-bottom: 5px;
width: 100%;
height: 50px;
/* adjust for heights */
}
#word-lists {
margin: 0;
padding: 0;
display: inline-flex;
}
#word-lists div {
margin: 3px 5px;
}
#word-lists button {
margin: 1px;
font-size: 10px;
}
#shuffle, #hints, #start-drill {
display: inline;
margin: 0 4px;
}
#speed {
text-align: center;
}
#strokes {
transform: scale(0.95);
margin: 0;
}
#practice-options {
padding: 0;
margin: 0;
text-align: center;
}
.phrasing-spacer {
display: none;
}
}
/* -------------------- PHONE PORTRAIT -------------------- */
@media screen and (max-width: 480px) {
#bpmval {
font-size: 30px;
}
#user-text {
margin-top: 0;
margin-bottom: 0;
width: 100%;
height: 50px;
}
#word-lists {
margin-bottom: 12px;
padding-bottom: 5px;
}
#word-lists div {
margin-bottom: 10px;
}
#word-lists button {
margin: 1px;
}
div.form-section {
margin: 0;
}
form.drill-options {
margin-top: 3px;
}
#hints {
display: inline;
margin-left: 5px;
}
#clock {
font-size: 24px;
}
.center, .shortcutkey {
font-size: 10px;
}
#button-mini {
width: 50px;
}
#speed {
margin-bottom: 3px;
}
#shuffle {
margin-bottom: 3px;
}
#start-drill {
display: block;
}
#nav {
margin: 0;
}
#bpm {
width: 50px;
}
#clock {
margin: 25px 0;
}
}
@media screen and (max-width: 300px) {
#metronome-content {
display: none;
}
}
/* -------------------- ADDITIONAL MODIFICATIONS FOR SPECIFIC DEVICES -------------------- */
@media screen and (max-height: 250px), (max-width: 250px) {
#hints, #strokes, #word-lists, #logo-box {
display: none;
}
}
@media screen and (max-height: 340px) {
div.form-section {
margin: 0;
padding: 2px;
}
form.drill-options {
margin-top: 2px;
}
}
@media screen and (max-width: 320px) {
#word-lists button {
margin: 1px;
font-size: 10px;
}
h2 {
font-size: 14px;
}
h4 {
margin: 0;
padding: 0;
}
#user-text, #word-lists {
margin-bottom: 5px;
}
}
@media screen and (max-width: 360px) {
div.form-section {
padding-bottom: 1%;
}
}
@media screen and (max-height: 600px) {
#user-text {
margin-top: 0;
margin-bottom: 5px;
width: 100%;
height: 50px;
/* adjust for heights */
}
#word-lists {
margin: 0;
padding: 0;
display: inline-flex;
}
#word-lists div {
margin: 3px 5px;
}
#word-lists button {
margin: 1px;
font-size: 10px;
}
#shuffle, #hints, #start-drill {
display: inline;
margin: 0 4px;
}
}
@media screen and (min-height: 500px) and (max-height: 610px) {
#shuffle, #hints, #start-drill {
display: inline;
margin: 0 4px;
}
}
@media screen and (min-height: 1075px) and (min-width: 1075px) {
.form-section {
transform: scale(1.5) translateY(10vh);
}
#nav {
transform: scale(2) translateX(2vw) translateY(2vh);
}
#strokes, #metronome-content {
transform: scale(1.5);
margin-top: 5vh;
margin-bottom: 5vh;
}
#metronome-and-lesson {
width: 40vw;
max-width: 40vw;
}
#lesson.wrapper, #drill-content {
width: 100%;
max-width: 100%;
}
#drill-content {
font-size: 50px;
}
[data-playing], #hide-button {
border-width: 5px;
}
input[type=range]::-webkit-slider-thumb {
height: 2vh;
width: 1vw;
border: 0.25vmin solid var(--black);
}
input[type=range]::-moz-range-thumb {
height: 2vh;
width: 1vw;
border: 0.25vmin solid var(--black);
}
input[type=range]::-ms-thumb {
height: 2vh;
width: 1vw;
border: 0.25vmin solid var(--black);
}
input[type=range]::-webkit-slider-runnable-track {
height: 1vh;
}
input[type=range]::-moz-range-track {
height: 1vh;
}
input[type=range]::-ms-track {
height: 1vh;
}
}
@media screen and (min-height: 2000px) and (min-width: 3000px) {
.controls-main, #track-one {
padding: 20px;
}
#notebook-paper {
font-size: calc(20px + 0.8vw);
}
}
/* -------------------- ADDITIONAL MODIFICATIONS FOR SPECIFIC HEIGHTS -------------------- */
@media screen and (max-height: 615px) {
:not(#strokes) td, :not(#strokes) th {
padding: 1px;
}
table:not(#strokes) {
font-size: 10px;
}
#nav-bar {
height: 50px;
}
#dropdown-content {
margin-top: 0;
}
}
@media screen and (max-height: 600px) {
#dropdown-content {
top: 40px;
}
}
@media screen and (max-height: 520px) {
#narration {
font-size: calc(10px + 1vh);
}
#dropdown-content span {
font-size: calc(10px + 0.8vh);
}
#notebook-paper {
font-size: 12px;
}
}
@media screen and (max-height: 485px) {
#steno-and-keyboard {
transform: scale(0.5) !important;
}
#narration {
margin-top: -100px;
}
}
@media screen and (max-height: 470px) {
#dropdown-content span {
padding: 0;
padding-bottom: 1px;
}
#dropdown-content {
top: 25px;
}
}
@media screen and (max-height: 430px) {
#dropdown-content span {
font-size: 10px;
}
}
@media screen and (max-height: 380px) {
#practice {
min-height: 25px;
margin: 0;
}
.practice-letter {
box-shadow: none;
font-size: 12px;
padding: 2px;
}
}
@media screen and (max-height: 350px) {
#dropdown-content span {
padding: 0;
padding-bottom: 4px;
}
@media screen and (max-width: 610px) {
#dropdown-content span, #dropdown-content span:not(.small-nav-items) {
display: inline-block;
font-size: 12px;
}
#dropdown-content span::after, #dropdown-content span:not(.small-nav-items)::after {
content: " | ";
}
}
#narration {
margin-top: -130px;
font-size: 10px;
padding: 0;
}
#steno-and-keyboard {
transform: scale(0.3) !important;
margin-top: 15vh;
}
#notebook-paper {
display: none;
}
}
@media screen and (max-height: 300px) {
table:not(#strokes) {
font-size: 8px;
}
:not(#strokes) td, :not(#strokes) th {
padding: 0;
}
}
@media screen and (max-height: 280px) {
#dropdown-content span {
padding: 0;
}
#narration {
margin-top: -175px;
}
}
|
css/media-queries.css
|
@media screen and (max-width: 650px) {
:not(#strokes) td, :not(#strokes) th {
padding: 3px;
padding-bottom: 2px;
}
}
@media screen and (max-width: 420px) {
:not(#strokes) td, :not(#strokes) th {
padding: 0;
}
table:not(#strokes) {
font-size: 10px;
}
}
@media screen and (max-width: 310px) {
table:not(#strokes) {
font-size: 8px;
}
}
/* RESPOSITION/RESIZE SIDE-VIEW */
@media screen and (max-width: 1010px) {
#side-view {
transform: scale(0.8);
left: 0;
top: 0;
margin-left: auto;
margin-right: auto;
margin-top: -126px;
border-width: 2px 30vw;
}
}
/* REPOSITION VOCAB BOX, NARRATION */
@media screen and (max-width: 800px) and (orientation: portrait) {
#notebook-paper {
left: 0;
top: 0;
margin-top: -90px;
margin-left: auto;
margin-right: auto;
min-width: 90vw;
max-height: 70px !important; /* override JS styling */
overflow-y: scroll;
border-radius: 4px;
}
#narration {
min-width: 100vw;
}
#practice {
margin: 0;
padding: 0;
margin-top: 100px;
}
}
@media screen and (max-width: 500px) {
.practice-letter {
box-shadow: none;
}
#practice {
flex-wrap: wrap;
height: 20vw;
}
}
@media screen and (max-width: 400px) {
#side-view {
border-width: 5px;
}
}
/* RESIZE LOGO */
@media screen and (min-width: 750px) {
#logo-box {
transform: scale(1.1);
}
}
@media screen and (min-width: 1000px) {
#logo-box {
transform: scale(1.25);
}
}
@media screen and (min-width: 1500px) {
#logo-box {
transform: scale(1.4);
}
#dropdown-content span {
font-size: 1vw;
padding: 0.3vw 0.5vw;
}
}
@media screen and (min-width: 1011px) and (max-width: 1699px) {
#side-view {
transform: scale(1.25);
margin-right: 6vw;
}
}
@media screen and (min-width: 1700px) {
#side-view {
transform: scale(2);
margin-right: 6vw;
}
}
@media screen and (min-width: 1900px) {
#logo-box {
transform: scale(2.25);
transform-origin: center;
}
}
@media screen and (min-width: 2500px) {
#logo-box {
transform: scale(3);
transform-origin: center;
}
}
@media screen and (min-width: 2600px) {
#side-view {
transform: scale(3);
margin-right: 8vw;
}
}
/* MOVE NARRATION BOX */
@media screen and (max-width: 650px) {
#narration {
margin-top: -8vw;
}
}
@media screen and (min-width: 650px) {
#narration {
margin-top: -2vw;
}
}
@media screen and (min-width: 801px) {
#narration {
margin-top: 1vw;
}
}
@media screen and (min-width: 930px) {
#narration {
margin-top: 3vw;
}
}
@media screen and (min-width: 1250px) {
#narration {
margin-top: 5vw;
}
}
@media screen and (min-width: 1400px) {
#narration {
margin-top: 5vw;
}
}
@media screen and (min-width: 1700px) {
#narration {
margin-top: 15vw;
}
}
@media screen and (min-width: 2700px) {
#narration {
margin-top: 20vw;
}
}
/* 800px wide: nav-bar text bunches up. Switch to icons */
@media screen and (max-width: 890px) {
#nav-practice, #nav-about, #nav-contact {
display: none;
}
#nav-practice-small, #nav-about-small, #nav-contact-small {
display: inline-block;
}
}
/* 610px wide: nav-bar icons bunch up. Switch to hamburger menu */
@media screen and (min-width: 610px) {
#hamburger-menu {
display: none;
}
}
@media screen and (max-width: 610px) {
#nav-lessons, #nav-practice-small, #nav-about-small, #nav-contact-small {
display: none;
}
#hamburger-menu {
transform: scale(1.5);
margin-right: 50px;
padding-left: 40px;
line-height: 8vh;
}
#nav-bar {
height: 45px;
}
#dropdown-content {
min-width: 100vw;
right: 0;
top: 45px;
}
#dropdown-content span {
font-size: calc(10px + 1vh);
padding: 0.5vh;
}
.small-nav-items {
display: block;
}
}
/* ------------------------------------------------ practicing.html -----------------------------------------------*/
/* -------------------- 781px-950px width -------------------- */
@media screen and (min-width: 781px) and (max-width: 950px) {
#metronome-and-lesson {
max-width: 70%;
}
}
@media screen and (max-width: 781px) {
#metronome-and-lesson {
max-width: 65%;
}
#bpm-label-mini, #bpmval, #button-mini {
padding: 0;
margin: 0;
font-size: 12px;
}
#nav {
max-width: 20%;
margin: 0;
}
}
/* -------------------- PHONE LANDSCAPE -------------------- */
@media screen and (orientation: landscape) and (max-width: 900px) {
#user-text {
margin-top: 0;
margin-bottom: 5px;
width: 100%;
height: 50px;
/* adjust for heights */
}
#word-lists {
margin: 0;
padding: 0;
display: inline-flex;
}
#word-lists div {
margin: 3px 5px;
}
#word-lists button {
margin: 1px;
font-size: 10px;
}
#shuffle, #hints, #start-drill {
display: inline;
margin: 0 4px;
}
#speed {
text-align: center;
}
#strokes {
transform: scale(0.95);
margin: 0;
}
#practice-options {
padding: 0;
margin: 0;
text-align: center;
}
.phrasing-spacer {
display: none;
}
}
/* -------------------- PHONE PORTRAIT -------------------- */
@media screen and (max-width: 480px) {
#bpmval {
font-size: 30px;
}
#user-text {
margin-top: 0;
margin-bottom: 0;
width: 100%;
height: 50px;
}
#word-lists {
margin-bottom: 12px;
padding-bottom: 5px;
}
#word-lists div {
margin-bottom: 10px;
}
#word-lists button {
margin: 1px;
}
div.form-section {
margin: 0;
}
form.drill-options {
margin-top: 3px;
}
#hints {
display: inline;
margin-left: 5px;
}
#clock {
font-size: 24px;
}
.center, .shortcutkey {
font-size: 10px;
}
#button-mini {
width: 50px;
}
#speed {
margin-bottom: 3px;
}
#shuffle {
margin-bottom: 3px;
}
#start-drill {
display: block;
}
#nav {
margin: 0;
}
#bpm {
width: 50px;
}
#clock {
margin: 25px 0;
}
}
@media screen and (max-width: 300px) {
#metronome-content {
display: none;
}
}
/* -------------------- ADDITIONAL MODIFICATIONS FOR SPECIFIC DEVICES -------------------- */
@media screen and (max-height: 250px), (max-width: 250px) {
#hints, #strokes, #word-lists, #logo-box {
display: none;
}
}
@media screen and (max-height: 340px) {
div.form-section {
margin: 0;
padding: 2px;
}
form.drill-options {
margin-top: 2px;
}
}
@media screen and (max-width: 320px) {
#word-lists button {
margin: 1px;
font-size: 10px;
}
h2 {
font-size: 14px;
}
h4 {
margin: 0;
padding: 0;
}
#user-text, #word-lists {
margin-bottom: 5px;
}
}
@media screen and (max-width: 360px) {
div.form-section {
padding-bottom: 1%;
}
}
@media screen and (max-height: 600px) {
#user-text {
margin-top: 0;
margin-bottom: 5px;
width: 100%;
height: 50px;
/* adjust for heights */
}
#word-lists {
margin: 0;
padding: 0;
display: inline-flex;
}
#word-lists div {
margin: 3px 5px;
}
#word-lists button {
margin: 1px;
font-size: 10px;
}
#shuffle, #hints, #start-drill {
display: inline;
margin: 0 4px;
}
}
@media screen and (min-height: 500px) and (max-height: 610px) {
#shuffle, #hints, #start-drill {
display: inline;
margin: 0 4px;
}
}
@media screen and (min-height: 1075px) and (min-width: 1075px) {
.form-section {
transform: scale(1.5) translateY(10vh);
}
#nav {
transform: scale(2) translateX(2vw) translateY(2vh);
}
#strokes, #metronome-content {
transform: scale(1.5);
margin-top: 5vh;
margin-bottom: 5vh;
}
#metronome-and-lesson {
width: 40vw;
max-width: 40vw;
}
#lesson.wrapper, #drill-content {
width: 100%;
max-width: 100%;
}
#drill-content {
font-size: 50px;
}
[data-playing], #hide-button {
border-width: 5px;
}
input[type=range]::-webkit-slider-thumb {
height: 2vh;
width: 1vw;
border: 0.25vmin solid var(--black);
}
input[type=range]::-moz-range-thumb {
height: 2vh;
width: 1vw;
border: 0.25vmin solid var(--black);
}
input[type=range]::-ms-thumb {
height: 2vh;
width: 1vw;
border: 0.25vmin solid var(--black);
}
input[type=range]::-webkit-slider-runnable-track {
height: 1vh;
}
input[type=range]::-moz-range-track {
height: 1vh;
}
input[type=range]::-ms-track {
height: 1vh;
}
}
@media screen and (min-height: 2000px) and (min-width: 3000px) {
.controls-main, #track-one {
padding: 20px;
}
#notebook-paper {
font-size: calc(20px + 0.8vw);
}
}
/* -------------------- ADDITIONAL MODIFICATIONS FOR SPECIFIC HEIGHTS -------------------- */
@media screen and (max-height: 615px) {
:not(#strokes) td, :not(#strokes) th {
padding: 1px;
}
table:not(#strokes) {
font-size: 10px;
}
#nav-bar {
height: 50px;
}
#dropdown-content {
margin-top: 0;
}
}
@media screen and (max-height: 600px) {
#dropdown-content {
top: 40px;
}
}
@media screen and (max-height: 520px) {
#narration {
font-size: calc(10px + 1vh);
}
#dropdown-content span {
font-size: calc(10px + 0.8vh);
}
#notebook-paper {
font-size: 12px;
}
}
@media screen and (max-height: 485px) {
#steno-and-keyboard {
transform: scale(0.5) !important;
}
#narration {
margin-top: -100px;
}
}
@media screen and (max-height: 470px) {
#dropdown-content span {
padding: 0;
padding-bottom: 1px;
}
#dropdown-content {
top: 25px;
}
}
@media screen and (max-height: 430px) {
#dropdown-content span {
font-size: 10px;
}
}
@media screen and (max-height: 380px) {
#practice {
min-height: 25px;
margin: 0;
}
.practice-letter {
box-shadow: none;
font-size: 12px;
padding: 2px;
}
}
@media screen and (max-height: 350px) {
#dropdown-content span {
padding: 0;
padding-bottom: 4px;
}
@media screen and (max-width: 610px) {
#dropdown-content span, #dropdown-content span:not(.small-nav-items) {
display: inline-block;
font-size: 12px;
}
#dropdown-content span::after, #dropdown-content span:not(.small-nav-items)::after {
content: " | ";
}
}
#narration {
margin-top: -130px;
font-size: 10px;
padding: 0;
}
#steno-and-keyboard {
transform: scale(0.3) !important;
margin-top: 15vh;
}
#notebook-paper {
display: none;
}
}
@media screen and (max-height: 300px) {
table:not(#strokes) {
font-size: 8px;
}
:not(#strokes) td, :not(#strokes) th {
padding: 0;
}
}
@media screen and (max-height: 280px) {
#dropdown-content span {
padding: 0;
}
#narration {
margin-top: -175px;
}
}
| 0.333503 | 0.120155 |
* {
font-family: arial;
}
body {
margin: 0;
padding: 0;
}
header {
display: flex;
justify-content: center;
height: 120px;
}
.container {
display: flex;
justify-content: space-between;
width: 990px;
}
.logo {
display: flex;
align-items: center;
}
.menu {
display: flex;
align-items: center;
}
.menu a:hover {
font-size: 15px;
font-weight: bold;
}
.menu a {
border-radius: 5px;
}
nav ul,
nav li {
list-style: none;
margin: 0;
padding: 0;
}
nav ul {
display: flex;
font-size: 12px;
}
nav a {
display: block;
padding: 15px;
text-decoration: none;
text-transform: uppercase;
color: #727272;
font-family: arial;
}
nav .active a,
nav a:hover {
background-color: #39aae1;
color: #ffffff;
font-weight: bold;
}
.banner {
display: flex;
justify-content: center;
background-image: url("https://luizfelipe9627.github.io/medcenter/assets/images/banner.jpg");
background-position: center;
background-size: cover;
height: 670px;
}
.column {
flex-direction: column;
}
.banner_headline {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.banner_headline h1 {
color: #ffffff;
font-size: 70px;
text-shadow: 0px 1px 0px black;
margin: 0;
padding: 0;
max-width: 350px;
}
.banner_headline h2 {
color: #ffffff;
font-size: 21px;
text-shadow: 0px 1px 0px black;
margin: 0;
padding: 0;
max-width: 350px;
margin-top: 30px;
}
.banner_options {
height: 210px;
display: flex;
}
.banner1,
.banner2,
.banner3 {
flex: 1;
color: #ffffff;
padding: 20px;
}
.banner1 {
background-color: #39aae1;
}
.banner2 {
background-color: #0079c7;
}
.banner1 a,
.banner2 a {
border-radius: 5px;
}
.banner3 {
background-color: #2b4c99;
}
.banner_title {
font-size: 21px;
}
.banner_desc {
font-size: 14px;
margin-top: 20px;
margin-bottom: 5px;
}
.banner_desc1 {
font-size: 12px;
margin-top: 20px;
margin-bottom: 20px;
border-bottom: 1px solid rgba(172, 172, 172, 0.295);
display: flex;
justify-content: space-between;
}
.banner_desc2 {
display: flex;
justify-content: space-between;
}
.banner_options a {
display: inline-block;
border: 1px solid #ffffff;
padding: 10px;
margin-top: 15px;
font-size: 13px;
text-decoration: none;
color: #ffffff;
}
.banner_options a:hover {
padding: 10px;
font-size: 15px;
font-weight: bold;
}
#geral {
display: flex;
justify-content: center;
}
#geral section {
flex: 2;
}
#geral aside {
flex: 1;
}
aside .widget {
padding-top: 30px;
}
.widget_title1 {
margin-top: 30px;
margin-bottom: 20px;
}
.widget_title_text {
color: black;
font-size: 20px;
font-weight: bold;
}
.widget_title_bar {
width: 50px;
height: 2px;
background-color: #36a9e1;
margin-top: 10px;
}
.widget_body2,
.widget_body3,
.widget_body4,
.widget_body5,
.widget_body6,
.widget_body7,
.widget_body8,
.widget_body9,
.widget_body10 {
color: #6f7377;
border-bottom: 1px solid rgba(172, 172, 172, 0.466);
padding-top: 15px;
padding-bottom: 15px;
padding-left: 10px;
}
.widget_body2:hover {
background-color: #2b4c99;
color: #ffffff;
font-size: 18px;
font-weight: bold;
}
.widget_body3:hover {
background-color: #2b4c99;
color: #ffffff;
font-size: 18px;
font-weight: bold;
}
.widget_body4:hover {
background-color: #2b4c99;
color: #ffffff;
font-size: 18px;
font-weight: bold;
}
.widget_body5:hover {
background-color: #2b4c99;
color: #ffffff;
font-size: 18px;
font-weight: bold;
}
.widget_body6:hover {
background-color: #2b4c99;
color: #ffffff;
font-size: 18px;
}
.widget_body7:hover {
background-color: #2b4c99;
color: #ffffff;
font-size: 18px;
font-weight: bold;
}
.widget_body8:hover {
background-color: #2b4c99;
color: #ffffff;
font-size: 18px;
font-weight: bold;
}
.widget_body9:hover {
background-color: #2b4c99;
color: #ffffff;
font-size: 18px;
font-weight: bold;
}
.widget_body10:hover {
background-color: #2b4c99;
color: #ffffff;
font-size: 18px;
font-weight: bold;
}
.tel {
font-weight: bold;
display: flex;
padding-left: 3px;
}
.widget_bar1 {
font-size: 16px;
border: 1px solid rgb(214, 212, 212);
color: #6f7377;
display: flex;
padding: 10px;
}
.widget_bar1 img {
width: 40px;
height: 40px;
display: flex;
padding-right: 10px;
}
.widget_bar2 {
font-size: 16px;
color: #6f7377;
background-color: #f0f0f0;
background-color: rgb(240, 240, 240);
border: 1px solid rgb(214, 212, 212);
display: flex;
padding: 10px;
}
.widget_bar2 img {
width: 35px;
height: 25px;
display: flex;
padding-right: 13px;
padding-left: 8px;
padding-top: 5px;
}
.widget_bar3 {
font-size: 16px;
color: #6f7377;
border: 1px solid rgb(214, 212, 212);
background-color: rgb(240, 240, 240);
display: flex;
padding: 10px;
}
.widget_bar3 img {
width: 45px;
height: 45px;
display: flex;
padding-right: 10px;
}
.widget_bar4 {
font-size: 16px;
padding-left: 12px;
background-color: #f0f0f0;
border: 1px solid rgb(214, 212, 212);
color: #6f7377;
display: flex;
padding: 10px;
}
.widget_bar4 img {
width: 40px;
height: 40px;
display: flex;
padding-right: 10px;
padding-top: 5px;
}
.widget_bar5 {
font-size: 16px;
color: #6f7377;
border: 1px solid rgb(214, 212, 212);
display: flex;
padding: 10px;
}
.widget_bar5 img {
width: 40px;
height: 40px;
display: flex;
padding-right: 13px;
padding-left: 4px;
}
article .news_data {
display: flex;
}
article .news_posted_at {
background-color: #2b4c99;
color: white;
font-size: 12px;
padding: 10px;
margin-right: 2px;
border-radius: 5px;
}
.news_posted_at::after {
content: "";
display: block;
position: absolute;
margin-top: 10px;
border: 7px solid;
border-color: #2b4c99 transparent transparent transparent;
}
article .news_comments {
background-color: #39aae1;
color: white;
font-size: 12px;
padding: 10px;
border-radius: 5px;
}
article .news_thumbnail {
margin-top: 15px;
}
article .news_title {
margin-top: 25px;
margin-bottom: 25px;
color: black;
font-size: 20px;
}
article .news_resume2 {
display: flex;
justify-content: bottom;
color: blue;
display: inline-block;
}
article .news_resume2 a {
color: blue;
}
article .news_resume {
font-size: 14px;
color: #6f7377;
line-height: 15px;
margin-bottom: 30px;
display: inline-block;
}
article a {
text-decoration: none;
}
.flex {
display: flex;
flex-wrap: wrap;
}
article {
flex: 1;
min-width: 300px;
margin-right: 20px;
}
footer {
background-color: #1e1e1e;
display: flex;
justify-content: center;
}
.footer_menu {
display: flex;
}
.fm_1,
.fm_2,
.fm_3 {
flex: 1;
color: white;
padding: 20px;
text-align: left;
padding-left: 10px;
padding-top: 20px;
}
.fm_1 {
background-color: #39aae1;
}
.fm_2 {
background-color: #0079c7;
}
.fm_3 {
background-color: #2b4c99;
}
.footer_area {
display: flex;
padding-top: 20px;
}
.flexcolumn {
flex-direction: column;
}
.footer_areaitem1,
.footer_areaitem2,
.footer_areaitem3 {
flex: 1;
color: white;
}
footer .widget_title_text {
color: white;
}
.footer_copy {
border-top: 1px solid #2c2c2c;
color: #6f7377;
font-size: 12px;
padding: 10px;
}
.fm_title {
padding-bottom: 10px;
font-size: 15px;
}
.fm_title_sub1,
.fm_title_sub2,
.fm_title_sub3 {
font-size: 22px;
font-weight: bold;
}
.footer_menu a {
text-decoration: none;
display: flex;
color: white;
}
.widget_body_text1 {
color: #6f7377;
font-size: 13px;
padding-top: 20px;
}
.widget_body_text2 {
font-size: 13px;
padding-top: 20px;
}
.widget_sub1,
.widget_sub2 {
color: #6f7377;
padding-top: 15px;
font-size: 13px;
}
.widget_sub1 a,
.widget_sub2 a {
text-decoration: none;
color: #6f7377;
}
.widget_body_time {
color: #6f7377;
font-size: 12px;
padding-top: 8px;
}
.footer_areaitem2 a {
text-decoration: none;
display: block;
color: white;
}
.widget_body_text3 {
color: #6f7377;
font-size: 13px;
padding-top: 20px;
}
.widget_body_text3 a {
color: #6f7377;
}
.widget_body_link {
color: #ffffff;
}
.widget a {
text-decoration: none;
}
.widget_body {
color: #6f7377;
font-size: 16px;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 15px;
display: column;
}
.widget_body_sub {
color: #6f7377a8;
font-size: 16px;
text-align: right;
padding-bottom: 15px;
}
.news_border {
border-bottom: 1px solid rgba(172, 172, 172, 0.466);
padding-bottom: 10px;
padding-right: 30px;
display: inline-block;
font-size: 12px;
}
.news_border2 {
border-bottom: 1px solid rgba(172, 172, 172, 0.466);
padding-bottom: 10px;
padding-right: 30px;
display: inline-block;
font-size: 12px;
}
.fm_1 img,
.fm_2 img,
.fm_3 img {
height: 50px;
padding-right: 10px;
}
.menu_mobile {
display: none;
width: 40px;
height: 40px;
margin-top: 40px;
margin-bottom: 40px;
margin-right: 20px;
}
.mm_line {
height: 3px;
background-color: #39aae1;
}
/*
RESPONSIVIDADE PARA SMARTHPHONE
*/
@media (max-width: 425px) {
.banner_headline {
padding: 20px;
}
.banner_headline h1 {
font-size: 55px;
}
.banner_headline h2 {
font-size: 17px;
}
.banner_options {
height: auto;
flex-direction: column;
}
.container {
flex-direction: column;
}
#geral section {
padding: 20px;
padding-top: auto;
}
#geral aside {
padding-left: 20px;
}
.footer_menu {
flex-direction: column;
padding: 20px;
}
.footer_areaitem1,
.footer_areaitem2,
.footer_areaitem3 {
padding: 10px;
}
.widget_body_text1,
.widget_body_text2,
.widget_body_text3 {
padding-top: 10px;
}
.footer_area {
flex-direction: column;
padding: 10px;
}
.footer_copy {
padding: 20px;
}
header .container {
flex-direction: row;
}
nav ul {
flex-direction: column;
display: none;
position: absolute;
border-radius: 6px;
margin-top: 40px;
left: 0;
width: 100%;
background-color: #ffffff;
}
header {
height: auto;
}
.logo {
padding-left: 20px;
}
.menu_mobile {
display: flex;
flex-direction: column;
justify-content: space-around;
}
.widget_title1 {
padding-top: 310px;
}
aside .widget {
padding: 10px;
padding-top: 20px;
padding-right: 25px;
}
.banner_options {
padding-top: 130px;
}
}
/*
RESPONSIVIDADE PARA TABLET
*/
@media (min-width: 426px) and (max-width: 768px) {
.banner_headline {
padding: 20px;
}
.banner_headline h1 {
font-size: 55px;
}
.banner_headline h2 {
font-size: 17px;
}
.banner_options {
height: auto;
flex-direction: column;
}
.container {
flex-direction: column;
}
#geral section {
padding: 20px;
padding-top: auto;
}
#geral aside {
padding-left: 20px;
}
.footer_menu {
flex-direction: column;
padding: 20px;
}
.footer_areaitem1,
.footer_areaitem2,
.footer_areaitem3 {
padding: 10px;
}
.widget_body_text1,
.widget_body_text2,
.widget_body_text3 {
padding-top: 10px;
}
.footer_area {
flex-direction: column;
padding: 10px;
}
.footer_copy {
padding: 20px;
}
header .container {
flex-direction: row;
}
nav ul {
flex-direction: column;
display: none;
position: absolute;
border-radius: 6px;
margin-top: 40px;
left: 0;
width: 100%;
background-color: #ffffff;
}
header {
height: auto;
}
.logo {
padding-left: 20px;
}
.menu_mobile {
display: flex;
flex-direction: column;
justify-content: space-around;
}
.widget_title1 {
padding-top: 310px;
}
aside .widget {
padding: 10px;
padding-top: 20px;
padding-right: 25px;
}
.banner_options {
padding-top: 130px;
}
.footer_area {
flex-direction: row;
}
footer .widget_title_text {
margin: 0;
}
.widget_title_bar {
margin-left: 0;
}
}
|
css/style.css
|
* {
font-family: arial;
}
body {
margin: 0;
padding: 0;
}
header {
display: flex;
justify-content: center;
height: 120px;
}
.container {
display: flex;
justify-content: space-between;
width: 990px;
}
.logo {
display: flex;
align-items: center;
}
.menu {
display: flex;
align-items: center;
}
.menu a:hover {
font-size: 15px;
font-weight: bold;
}
.menu a {
border-radius: 5px;
}
nav ul,
nav li {
list-style: none;
margin: 0;
padding: 0;
}
nav ul {
display: flex;
font-size: 12px;
}
nav a {
display: block;
padding: 15px;
text-decoration: none;
text-transform: uppercase;
color: #727272;
font-family: arial;
}
nav .active a,
nav a:hover {
background-color: #39aae1;
color: #ffffff;
font-weight: bold;
}
.banner {
display: flex;
justify-content: center;
background-image: url("https://luizfelipe9627.github.io/medcenter/assets/images/banner.jpg");
background-position: center;
background-size: cover;
height: 670px;
}
.column {
flex-direction: column;
}
.banner_headline {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.banner_headline h1 {
color: #ffffff;
font-size: 70px;
text-shadow: 0px 1px 0px black;
margin: 0;
padding: 0;
max-width: 350px;
}
.banner_headline h2 {
color: #ffffff;
font-size: 21px;
text-shadow: 0px 1px 0px black;
margin: 0;
padding: 0;
max-width: 350px;
margin-top: 30px;
}
.banner_options {
height: 210px;
display: flex;
}
.banner1,
.banner2,
.banner3 {
flex: 1;
color: #ffffff;
padding: 20px;
}
.banner1 {
background-color: #39aae1;
}
.banner2 {
background-color: #0079c7;
}
.banner1 a,
.banner2 a {
border-radius: 5px;
}
.banner3 {
background-color: #2b4c99;
}
.banner_title {
font-size: 21px;
}
.banner_desc {
font-size: 14px;
margin-top: 20px;
margin-bottom: 5px;
}
.banner_desc1 {
font-size: 12px;
margin-top: 20px;
margin-bottom: 20px;
border-bottom: 1px solid rgba(172, 172, 172, 0.295);
display: flex;
justify-content: space-between;
}
.banner_desc2 {
display: flex;
justify-content: space-between;
}
.banner_options a {
display: inline-block;
border: 1px solid #ffffff;
padding: 10px;
margin-top: 15px;
font-size: 13px;
text-decoration: none;
color: #ffffff;
}
.banner_options a:hover {
padding: 10px;
font-size: 15px;
font-weight: bold;
}
#geral {
display: flex;
justify-content: center;
}
#geral section {
flex: 2;
}
#geral aside {
flex: 1;
}
aside .widget {
padding-top: 30px;
}
.widget_title1 {
margin-top: 30px;
margin-bottom: 20px;
}
.widget_title_text {
color: black;
font-size: 20px;
font-weight: bold;
}
.widget_title_bar {
width: 50px;
height: 2px;
background-color: #36a9e1;
margin-top: 10px;
}
.widget_body2,
.widget_body3,
.widget_body4,
.widget_body5,
.widget_body6,
.widget_body7,
.widget_body8,
.widget_body9,
.widget_body10 {
color: #6f7377;
border-bottom: 1px solid rgba(172, 172, 172, 0.466);
padding-top: 15px;
padding-bottom: 15px;
padding-left: 10px;
}
.widget_body2:hover {
background-color: #2b4c99;
color: #ffffff;
font-size: 18px;
font-weight: bold;
}
.widget_body3:hover {
background-color: #2b4c99;
color: #ffffff;
font-size: 18px;
font-weight: bold;
}
.widget_body4:hover {
background-color: #2b4c99;
color: #ffffff;
font-size: 18px;
font-weight: bold;
}
.widget_body5:hover {
background-color: #2b4c99;
color: #ffffff;
font-size: 18px;
font-weight: bold;
}
.widget_body6:hover {
background-color: #2b4c99;
color: #ffffff;
font-size: 18px;
}
.widget_body7:hover {
background-color: #2b4c99;
color: #ffffff;
font-size: 18px;
font-weight: bold;
}
.widget_body8:hover {
background-color: #2b4c99;
color: #ffffff;
font-size: 18px;
font-weight: bold;
}
.widget_body9:hover {
background-color: #2b4c99;
color: #ffffff;
font-size: 18px;
font-weight: bold;
}
.widget_body10:hover {
background-color: #2b4c99;
color: #ffffff;
font-size: 18px;
font-weight: bold;
}
.tel {
font-weight: bold;
display: flex;
padding-left: 3px;
}
.widget_bar1 {
font-size: 16px;
border: 1px solid rgb(214, 212, 212);
color: #6f7377;
display: flex;
padding: 10px;
}
.widget_bar1 img {
width: 40px;
height: 40px;
display: flex;
padding-right: 10px;
}
.widget_bar2 {
font-size: 16px;
color: #6f7377;
background-color: #f0f0f0;
background-color: rgb(240, 240, 240);
border: 1px solid rgb(214, 212, 212);
display: flex;
padding: 10px;
}
.widget_bar2 img {
width: 35px;
height: 25px;
display: flex;
padding-right: 13px;
padding-left: 8px;
padding-top: 5px;
}
.widget_bar3 {
font-size: 16px;
color: #6f7377;
border: 1px solid rgb(214, 212, 212);
background-color: rgb(240, 240, 240);
display: flex;
padding: 10px;
}
.widget_bar3 img {
width: 45px;
height: 45px;
display: flex;
padding-right: 10px;
}
.widget_bar4 {
font-size: 16px;
padding-left: 12px;
background-color: #f0f0f0;
border: 1px solid rgb(214, 212, 212);
color: #6f7377;
display: flex;
padding: 10px;
}
.widget_bar4 img {
width: 40px;
height: 40px;
display: flex;
padding-right: 10px;
padding-top: 5px;
}
.widget_bar5 {
font-size: 16px;
color: #6f7377;
border: 1px solid rgb(214, 212, 212);
display: flex;
padding: 10px;
}
.widget_bar5 img {
width: 40px;
height: 40px;
display: flex;
padding-right: 13px;
padding-left: 4px;
}
article .news_data {
display: flex;
}
article .news_posted_at {
background-color: #2b4c99;
color: white;
font-size: 12px;
padding: 10px;
margin-right: 2px;
border-radius: 5px;
}
.news_posted_at::after {
content: "";
display: block;
position: absolute;
margin-top: 10px;
border: 7px solid;
border-color: #2b4c99 transparent transparent transparent;
}
article .news_comments {
background-color: #39aae1;
color: white;
font-size: 12px;
padding: 10px;
border-radius: 5px;
}
article .news_thumbnail {
margin-top: 15px;
}
article .news_title {
margin-top: 25px;
margin-bottom: 25px;
color: black;
font-size: 20px;
}
article .news_resume2 {
display: flex;
justify-content: bottom;
color: blue;
display: inline-block;
}
article .news_resume2 a {
color: blue;
}
article .news_resume {
font-size: 14px;
color: #6f7377;
line-height: 15px;
margin-bottom: 30px;
display: inline-block;
}
article a {
text-decoration: none;
}
.flex {
display: flex;
flex-wrap: wrap;
}
article {
flex: 1;
min-width: 300px;
margin-right: 20px;
}
footer {
background-color: #1e1e1e;
display: flex;
justify-content: center;
}
.footer_menu {
display: flex;
}
.fm_1,
.fm_2,
.fm_3 {
flex: 1;
color: white;
padding: 20px;
text-align: left;
padding-left: 10px;
padding-top: 20px;
}
.fm_1 {
background-color: #39aae1;
}
.fm_2 {
background-color: #0079c7;
}
.fm_3 {
background-color: #2b4c99;
}
.footer_area {
display: flex;
padding-top: 20px;
}
.flexcolumn {
flex-direction: column;
}
.footer_areaitem1,
.footer_areaitem2,
.footer_areaitem3 {
flex: 1;
color: white;
}
footer .widget_title_text {
color: white;
}
.footer_copy {
border-top: 1px solid #2c2c2c;
color: #6f7377;
font-size: 12px;
padding: 10px;
}
.fm_title {
padding-bottom: 10px;
font-size: 15px;
}
.fm_title_sub1,
.fm_title_sub2,
.fm_title_sub3 {
font-size: 22px;
font-weight: bold;
}
.footer_menu a {
text-decoration: none;
display: flex;
color: white;
}
.widget_body_text1 {
color: #6f7377;
font-size: 13px;
padding-top: 20px;
}
.widget_body_text2 {
font-size: 13px;
padding-top: 20px;
}
.widget_sub1,
.widget_sub2 {
color: #6f7377;
padding-top: 15px;
font-size: 13px;
}
.widget_sub1 a,
.widget_sub2 a {
text-decoration: none;
color: #6f7377;
}
.widget_body_time {
color: #6f7377;
font-size: 12px;
padding-top: 8px;
}
.footer_areaitem2 a {
text-decoration: none;
display: block;
color: white;
}
.widget_body_text3 {
color: #6f7377;
font-size: 13px;
padding-top: 20px;
}
.widget_body_text3 a {
color: #6f7377;
}
.widget_body_link {
color: #ffffff;
}
.widget a {
text-decoration: none;
}
.widget_body {
color: #6f7377;
font-size: 16px;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 15px;
display: column;
}
.widget_body_sub {
color: #6f7377a8;
font-size: 16px;
text-align: right;
padding-bottom: 15px;
}
.news_border {
border-bottom: 1px solid rgba(172, 172, 172, 0.466);
padding-bottom: 10px;
padding-right: 30px;
display: inline-block;
font-size: 12px;
}
.news_border2 {
border-bottom: 1px solid rgba(172, 172, 172, 0.466);
padding-bottom: 10px;
padding-right: 30px;
display: inline-block;
font-size: 12px;
}
.fm_1 img,
.fm_2 img,
.fm_3 img {
height: 50px;
padding-right: 10px;
}
.menu_mobile {
display: none;
width: 40px;
height: 40px;
margin-top: 40px;
margin-bottom: 40px;
margin-right: 20px;
}
.mm_line {
height: 3px;
background-color: #39aae1;
}
/*
RESPONSIVIDADE PARA SMARTHPHONE
*/
@media (max-width: 425px) {
.banner_headline {
padding: 20px;
}
.banner_headline h1 {
font-size: 55px;
}
.banner_headline h2 {
font-size: 17px;
}
.banner_options {
height: auto;
flex-direction: column;
}
.container {
flex-direction: column;
}
#geral section {
padding: 20px;
padding-top: auto;
}
#geral aside {
padding-left: 20px;
}
.footer_menu {
flex-direction: column;
padding: 20px;
}
.footer_areaitem1,
.footer_areaitem2,
.footer_areaitem3 {
padding: 10px;
}
.widget_body_text1,
.widget_body_text2,
.widget_body_text3 {
padding-top: 10px;
}
.footer_area {
flex-direction: column;
padding: 10px;
}
.footer_copy {
padding: 20px;
}
header .container {
flex-direction: row;
}
nav ul {
flex-direction: column;
display: none;
position: absolute;
border-radius: 6px;
margin-top: 40px;
left: 0;
width: 100%;
background-color: #ffffff;
}
header {
height: auto;
}
.logo {
padding-left: 20px;
}
.menu_mobile {
display: flex;
flex-direction: column;
justify-content: space-around;
}
.widget_title1 {
padding-top: 310px;
}
aside .widget {
padding: 10px;
padding-top: 20px;
padding-right: 25px;
}
.banner_options {
padding-top: 130px;
}
}
/*
RESPONSIVIDADE PARA TABLET
*/
@media (min-width: 426px) and (max-width: 768px) {
.banner_headline {
padding: 20px;
}
.banner_headline h1 {
font-size: 55px;
}
.banner_headline h2 {
font-size: 17px;
}
.banner_options {
height: auto;
flex-direction: column;
}
.container {
flex-direction: column;
}
#geral section {
padding: 20px;
padding-top: auto;
}
#geral aside {
padding-left: 20px;
}
.footer_menu {
flex-direction: column;
padding: 20px;
}
.footer_areaitem1,
.footer_areaitem2,
.footer_areaitem3 {
padding: 10px;
}
.widget_body_text1,
.widget_body_text2,
.widget_body_text3 {
padding-top: 10px;
}
.footer_area {
flex-direction: column;
padding: 10px;
}
.footer_copy {
padding: 20px;
}
header .container {
flex-direction: row;
}
nav ul {
flex-direction: column;
display: none;
position: absolute;
border-radius: 6px;
margin-top: 40px;
left: 0;
width: 100%;
background-color: #ffffff;
}
header {
height: auto;
}
.logo {
padding-left: 20px;
}
.menu_mobile {
display: flex;
flex-direction: column;
justify-content: space-around;
}
.widget_title1 {
padding-top: 310px;
}
aside .widget {
padding: 10px;
padding-top: 20px;
padding-right: 25px;
}
.banner_options {
padding-top: 130px;
}
.footer_area {
flex-direction: row;
}
footer .widget_title_text {
margin: 0;
}
.widget_title_bar {
margin-left: 0;
}
}
| 0.31279 | 0.096791 |
* {
box-sizing: border-box;
margin: 0;
padding: 0; }
html {
font-size: 62.5%; }
/* ------------------------------------------ utilities and typo */
html {
font-family: 'DM Sans', sans-serif; }
.main-table-container__table {
font-family: 'Inter', sans-serif; }
.main-table-container > p {
font-family: 'Inter', sans-serif; }
.plans-slider__card-button {
font-family: 'DM Sans', sans-serif; }
/* ------------------------------------------ scroll mejorado */
html {
scroll-behavior: smooth; }
/* ------------------------------------------ header*/
header {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
min-width: 320px;
height: 334px;
text-align: center;
background: linear-gradient(207.8deg, #201E1C 16.69%, #F7931A 100%); }
header img {
width: 150px;
height: 24px;
margin-top: 60px;
align-self: center; }
.header__text-container {
width: 90%;
min-width: 288px;
max-width: 900px;
height: 218px;
margin-top: 40px;
text-align: center;
align-self: center; }
.header__text-container h1 {
font-size: 2.4rem;
font-weight: bold;
line-height: 2.6rem;
color: #fff; }
.header__text-container p {
margin-top: 25px;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
color: #FFE9D5; }
.header__text-container .header__button {
position: absolute;
left: calc(50% - 115px);
top: 270px;
display: block;
margin-top: 35px;
padding: 15px;
width: 229px;
height: 48px;
background-color: #FAF8F7;
/*Sombra*/
box-shadow: 0px 4px 8px rgba(89, 73, 30, 0.16);
border: none;
border-radius: 5px;
font-size: 1.4rem;
font-weight: bold;
text-decoration: none;
color: #282623; }
.header__button span {
display: inline-block;
width: 13px;
height: 8px;
margin-left: 10px;
background-image: url("../assets/icons/keyboard-arrow-down.svg"); }
/* ------------------------------------------ main*/
main {
width: 100%;
min-width: 320px;
height: auto;
background-color: #FAF8F7; }
/* ------------------------------------------ main - seccion intercambios*/
.main-exchange-container {
width: 100%;
height: auto;
margin: 0 auto;
padding-top: 80px;
padding-bottom: 30px;
text-align: center; }
.main-exchange-container__text-container {
width: 90%;
min-width: 288px;
max-width: 900px;
margin: 0 auto; }
.main-exchange-container .background-img {
width: 200px;
height: 200px;
margin: 0 auto;
margin-bottom: 50px;
background-image: url("../assets/images/bitcoin.svg");
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.main-exchange-container__text-container h2 {
margin-bottom: 30px;
font-size: 2.4rem;
font-weight: bold;
line-height: 2.6rem;
color: #282623; }
.main-exchange-container__text-container p {
margin-bottom: 30px;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.6rem;
color: #757575; }
.main-table-container {
width: 200px;
height: auto;
margin: 0 auto;
margin-top: 50px;
text-align: left; }
.main-table-container h3 {
margin-bottom: 15px;
margin-left: 12px;
font-size: 1.8rem;
font-weight: bold;
line-height: 2.3rem;
color: #FF9536; }
.main-table-container__table {
display: grid;
grid-template: repeat(4, 39px)/105px 95px;
align-items: center;
justify-items: start;
background-color: #fff;
border-radius: 8px 0px 0px 0px; }
.main-table-container__table h4 {
margin-left: 12px;
font-size: 1.6rem;
font-weight: 500;
line-height: 1.9rem;
color: #B5B0AC; }
.main-table-container__table p {
margin-left: 12px;
font-size: 1.4rem;
font-weight: 400;
line-height: 1.7rem;
color: #757575; }
.main-table-container__table p span {
display: inline-block;
width: 12px;
height: 13px;
margin-left: 12px; }
.main-table-container__table p span:nth-child(2) {
background-image: url("../assets/icons/trending-up.svg"); }
.main-table-container__table p span:nth-child(3) {
background-image: url("../assets/icons/trending-down.svg"); }
.main-table-container__table p span:nth-child(4) {
background-image: url("../assets/icons/trending-down.svg"); }
.main-table-container__table .Bitcoin span {
background-image: url("../assets/icons/trending-down.svg"); }
.main-table-container__table .Ethereum span {
background-image: url("../assets/icons/trending-up.svg"); }
.main-table-container__table .Ripple span {
background-image: url("../assets/icons/trending-down.svg"); }
.main-table-container__table .Stellar span {
background-image: url("../assets/icons/trending-down.svg"); }
.main-table-container > p {
width: 175px;
margin: 0 auto;
margin-top: 16px;
padding: 8px;
text-align: center;
background-color: #FFE9D5;
font-size: 1.2rem;
font-weight: 400;
line-height: 19px;
color: #282623;
border-radius: 8px; }
.main-table-container > p span {
font-weight: bold; }
/* ------------------------------------------ main - seccion beneficios*/
.main-product-detail {
position: relative;
width: 100%;
min-width: 320px;
height: auto;
padding: 20px 10px;
background-color: #201E1C; }
.main-product-detail > span {
position: absolute;
top: -12px;
left: calc(50% - 20px);
width: 40px;
height: 25px;
background-image: url("../assets/icons/isotipo.svg"); }
.main-product-detail > div {
width: 90%;
min-width: 288px;
height: auto;
margin: 0 auto;
margin-top: 50px;
text-align: center; }
.main-product-detail__title {
margin-bottom: 20px;
font-size: 2.4rem;
font-weight: bold;
line-height: 2.6rem;
color: #fff; }
.main-product-detail__text {
margin-bottom: 20px;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
color: #808080; }
.main-product-detail .product-card-container__card {
width: 90%;
min-width: 288px;
max-width: 400px;
min-height: 150px;
margin: 15px auto;
padding: 15px;
background-color: #282623;
border-radius: 5px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16); }
.main-product-detail .product-card-container__card-icon {
display: inline-block;
width: 24px;
height: 24px;
margin-bottom: 10px;
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.main-product-detail .product-card-container__card:nth-child(1) span {
background-image: url("../assets/icons/clock.svg"); }
.main-product-detail .product-card-container__card:nth-child(2) span {
background-image: url("../assets/icons/eye.svg"); }
.main-product-detail .product-card-container__card:nth-child(3) span {
background-image: url("../assets/icons/dollar-sign.svg"); }
.main-product-detail .product-card-container__card:nth-child(4) span {
background-image: url("../assets/icons/check-circle.svg"); }
.main-product-detail .product-card-container__card-title {
margin-bottom: 15px;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.8rem;
color: #fff; }
.main-product-detail .product-card-container__card-text {
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
color: #808080; }
/* ------------------------------------------ main - seccion planes*/
.plans {
width: 100%;
min-width: 320px;
padding-bottom: 70px;
text-align: center; }
.plans-img-container {
width: 100%;
min-width: 320px;
height: 50vh;
background-image: url("../assets/images/bitcoinbaby2x.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat; }
.plans-img-container-title {
padding-top: 60px;
font-size: 2.4rem;
font-weight: bold;
line-height: 2.6rem;
color: #fff;
text-align: center; }
.plans > div {
width: 90%;
min-width: 288px;
height: auto;
margin: 0 auto;
margin-bottom: 50px; }
.plans > div h2 {
padding-top: 50px;
font-size: 2.4rem;
font-weight: bold;
line-height: 2.6rem;
color: #282623; }
.plans > div p {
padding-top: 30px;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
color: #757575; }
.plans-slider {
width: 100%;
margin: 0 auto;
display: flex;
height: 316px;
min-width: 320px;
overflow-x: scroll;
overscroll-behavior-x: contain;
scroll-snap-type: x proximity; }
.plans-slider__card {
position: relative;
scroll-snap-align: center;
width: 70%;
min-width: 190px;
max-width: 300px;
height: 250px;
margin: 50px 5px 0px;
padding: 0 15px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(89, 73, 30, 0.16); }
.plans-slider__card-optional-text {
position: absolute;
width: 120px;
height: 31px;
padding-top: 8px;
left: calc(50% - 60px);
top: -15px;
font-size: 1.2rem;
background-color: #F7931A;
color: #fff;
border-radius: 8px; }
.plans-slider__card-title {
padding-top: 30px;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
color: #282623; }
.plans-slider__card-price {
padding: 5px 0;
font-size: 5.2rem;
font-weight: bold;
line-height: 5.3rem;
color: #282623; }
.plans-slider__card-price span {
font-size: 1.2rem;
font-weight: 300;
vertical-align: 25px; }
.plans-slider__card-description {
font-size: 1.2rem;
color: #757575; }
.plans-slider__card-button {
width: 150px;
height: 48px;
margin-top: 20px;
background-color: #FAF8F7;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.8rem;
color: #282623;
border: 2px solid #F7931A;
border-radius: 4px; }
.plans-slider__card-button span {
display: inline-block;
width: 20px;
height: 20px;
background-image: url("../assets/icons/arrow-right.svg");
vertical-align: text-bottom; }
/* ------------------------------------------ footer*/
.footer {
display: flex;
width: 100%;
height: 150px;
background-color: #F7931A; }
.footer section {
display: flex;
width: 50%;
justify-content: center;
align-items: center; }
.footer__left-section ul {
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
list-style: none; }
.footer__left-section ul li {
margin: 10px 0; }
.footer__left-section ul li a {
text-decoration: none;
color: #fff; }
|
css/styles.css
|
* {
box-sizing: border-box;
margin: 0;
padding: 0; }
html {
font-size: 62.5%; }
/* ------------------------------------------ utilities and typo */
html {
font-family: 'DM Sans', sans-serif; }
.main-table-container__table {
font-family: 'Inter', sans-serif; }
.main-table-container > p {
font-family: 'Inter', sans-serif; }
.plans-slider__card-button {
font-family: 'DM Sans', sans-serif; }
/* ------------------------------------------ scroll mejorado */
html {
scroll-behavior: smooth; }
/* ------------------------------------------ header*/
header {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
min-width: 320px;
height: 334px;
text-align: center;
background: linear-gradient(207.8deg, #201E1C 16.69%, #F7931A 100%); }
header img {
width: 150px;
height: 24px;
margin-top: 60px;
align-self: center; }
.header__text-container {
width: 90%;
min-width: 288px;
max-width: 900px;
height: 218px;
margin-top: 40px;
text-align: center;
align-self: center; }
.header__text-container h1 {
font-size: 2.4rem;
font-weight: bold;
line-height: 2.6rem;
color: #fff; }
.header__text-container p {
margin-top: 25px;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
color: #FFE9D5; }
.header__text-container .header__button {
position: absolute;
left: calc(50% - 115px);
top: 270px;
display: block;
margin-top: 35px;
padding: 15px;
width: 229px;
height: 48px;
background-color: #FAF8F7;
/*Sombra*/
box-shadow: 0px 4px 8px rgba(89, 73, 30, 0.16);
border: none;
border-radius: 5px;
font-size: 1.4rem;
font-weight: bold;
text-decoration: none;
color: #282623; }
.header__button span {
display: inline-block;
width: 13px;
height: 8px;
margin-left: 10px;
background-image: url("../assets/icons/keyboard-arrow-down.svg"); }
/* ------------------------------------------ main*/
main {
width: 100%;
min-width: 320px;
height: auto;
background-color: #FAF8F7; }
/* ------------------------------------------ main - seccion intercambios*/
.main-exchange-container {
width: 100%;
height: auto;
margin: 0 auto;
padding-top: 80px;
padding-bottom: 30px;
text-align: center; }
.main-exchange-container__text-container {
width: 90%;
min-width: 288px;
max-width: 900px;
margin: 0 auto; }
.main-exchange-container .background-img {
width: 200px;
height: 200px;
margin: 0 auto;
margin-bottom: 50px;
background-image: url("../assets/images/bitcoin.svg");
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.main-exchange-container__text-container h2 {
margin-bottom: 30px;
font-size: 2.4rem;
font-weight: bold;
line-height: 2.6rem;
color: #282623; }
.main-exchange-container__text-container p {
margin-bottom: 30px;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.6rem;
color: #757575; }
.main-table-container {
width: 200px;
height: auto;
margin: 0 auto;
margin-top: 50px;
text-align: left; }
.main-table-container h3 {
margin-bottom: 15px;
margin-left: 12px;
font-size: 1.8rem;
font-weight: bold;
line-height: 2.3rem;
color: #FF9536; }
.main-table-container__table {
display: grid;
grid-template: repeat(4, 39px)/105px 95px;
align-items: center;
justify-items: start;
background-color: #fff;
border-radius: 8px 0px 0px 0px; }
.main-table-container__table h4 {
margin-left: 12px;
font-size: 1.6rem;
font-weight: 500;
line-height: 1.9rem;
color: #B5B0AC; }
.main-table-container__table p {
margin-left: 12px;
font-size: 1.4rem;
font-weight: 400;
line-height: 1.7rem;
color: #757575; }
.main-table-container__table p span {
display: inline-block;
width: 12px;
height: 13px;
margin-left: 12px; }
.main-table-container__table p span:nth-child(2) {
background-image: url("../assets/icons/trending-up.svg"); }
.main-table-container__table p span:nth-child(3) {
background-image: url("../assets/icons/trending-down.svg"); }
.main-table-container__table p span:nth-child(4) {
background-image: url("../assets/icons/trending-down.svg"); }
.main-table-container__table .Bitcoin span {
background-image: url("../assets/icons/trending-down.svg"); }
.main-table-container__table .Ethereum span {
background-image: url("../assets/icons/trending-up.svg"); }
.main-table-container__table .Ripple span {
background-image: url("../assets/icons/trending-down.svg"); }
.main-table-container__table .Stellar span {
background-image: url("../assets/icons/trending-down.svg"); }
.main-table-container > p {
width: 175px;
margin: 0 auto;
margin-top: 16px;
padding: 8px;
text-align: center;
background-color: #FFE9D5;
font-size: 1.2rem;
font-weight: 400;
line-height: 19px;
color: #282623;
border-radius: 8px; }
.main-table-container > p span {
font-weight: bold; }
/* ------------------------------------------ main - seccion beneficios*/
.main-product-detail {
position: relative;
width: 100%;
min-width: 320px;
height: auto;
padding: 20px 10px;
background-color: #201E1C; }
.main-product-detail > span {
position: absolute;
top: -12px;
left: calc(50% - 20px);
width: 40px;
height: 25px;
background-image: url("../assets/icons/isotipo.svg"); }
.main-product-detail > div {
width: 90%;
min-width: 288px;
height: auto;
margin: 0 auto;
margin-top: 50px;
text-align: center; }
.main-product-detail__title {
margin-bottom: 20px;
font-size: 2.4rem;
font-weight: bold;
line-height: 2.6rem;
color: #fff; }
.main-product-detail__text {
margin-bottom: 20px;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
color: #808080; }
.main-product-detail .product-card-container__card {
width: 90%;
min-width: 288px;
max-width: 400px;
min-height: 150px;
margin: 15px auto;
padding: 15px;
background-color: #282623;
border-radius: 5px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16); }
.main-product-detail .product-card-container__card-icon {
display: inline-block;
width: 24px;
height: 24px;
margin-bottom: 10px;
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.main-product-detail .product-card-container__card:nth-child(1) span {
background-image: url("../assets/icons/clock.svg"); }
.main-product-detail .product-card-container__card:nth-child(2) span {
background-image: url("../assets/icons/eye.svg"); }
.main-product-detail .product-card-container__card:nth-child(3) span {
background-image: url("../assets/icons/dollar-sign.svg"); }
.main-product-detail .product-card-container__card:nth-child(4) span {
background-image: url("../assets/icons/check-circle.svg"); }
.main-product-detail .product-card-container__card-title {
margin-bottom: 15px;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.8rem;
color: #fff; }
.main-product-detail .product-card-container__card-text {
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
color: #808080; }
/* ------------------------------------------ main - seccion planes*/
.plans {
width: 100%;
min-width: 320px;
padding-bottom: 70px;
text-align: center; }
.plans-img-container {
width: 100%;
min-width: 320px;
height: 50vh;
background-image: url("../assets/images/bitcoinbaby2x.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat; }
.plans-img-container-title {
padding-top: 60px;
font-size: 2.4rem;
font-weight: bold;
line-height: 2.6rem;
color: #fff;
text-align: center; }
.plans > div {
width: 90%;
min-width: 288px;
height: auto;
margin: 0 auto;
margin-bottom: 50px; }
.plans > div h2 {
padding-top: 50px;
font-size: 2.4rem;
font-weight: bold;
line-height: 2.6rem;
color: #282623; }
.plans > div p {
padding-top: 30px;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
color: #757575; }
.plans-slider {
width: 100%;
margin: 0 auto;
display: flex;
height: 316px;
min-width: 320px;
overflow-x: scroll;
overscroll-behavior-x: contain;
scroll-snap-type: x proximity; }
.plans-slider__card {
position: relative;
scroll-snap-align: center;
width: 70%;
min-width: 190px;
max-width: 300px;
height: 250px;
margin: 50px 5px 0px;
padding: 0 15px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(89, 73, 30, 0.16); }
.plans-slider__card-optional-text {
position: absolute;
width: 120px;
height: 31px;
padding-top: 8px;
left: calc(50% - 60px);
top: -15px;
font-size: 1.2rem;
background-color: #F7931A;
color: #fff;
border-radius: 8px; }
.plans-slider__card-title {
padding-top: 30px;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
color: #282623; }
.plans-slider__card-price {
padding: 5px 0;
font-size: 5.2rem;
font-weight: bold;
line-height: 5.3rem;
color: #282623; }
.plans-slider__card-price span {
font-size: 1.2rem;
font-weight: 300;
vertical-align: 25px; }
.plans-slider__card-description {
font-size: 1.2rem;
color: #757575; }
.plans-slider__card-button {
width: 150px;
height: 48px;
margin-top: 20px;
background-color: #FAF8F7;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.8rem;
color: #282623;
border: 2px solid #F7931A;
border-radius: 4px; }
.plans-slider__card-button span {
display: inline-block;
width: 20px;
height: 20px;
background-image: url("../assets/icons/arrow-right.svg");
vertical-align: text-bottom; }
/* ------------------------------------------ footer*/
.footer {
display: flex;
width: 100%;
height: 150px;
background-color: #F7931A; }
.footer section {
display: flex;
width: 50%;
justify-content: center;
align-items: center; }
.footer__left-section ul {
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
list-style: none; }
.footer__left-section ul li {
margin: 10px 0; }
.footer__left-section ul li a {
text-decoration: none;
color: #fff; }
| 0.411466 | 0.071851 |
@charset "utf-8";
*{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
}
body{
font-family: 'Open Sans', sans-serif;
line-height: 1.5em;
}
h2{
font-weight: 300;
font-size: 27px;
margin: 0 0 10px 0;
}
h3{
font-size: 16px;
}
a{
text-decoration: none;
color:#b65432;
}
.main-header-surround,
.intro,
.intro-content,
.columns,
.slogan,
.legal,
.scroll-icon,
.content-header,
.content,
.gallery{
max-width: 960px;
padding: 20px;
margin: 0 auto;
}
.main-header-container{
padding: 0;
width: 100%;
}
.main-header{
position:fixed;
padding: 20px;
width: 100%;
background: rgba(255,255,255,0.7);
z-index: 100;
}
.main-header-surround{
padding:0;
}
.main-header .logo{
float: left;
}
.main-header nav{
float: right;
padding-top: 40px;
}
.toggle-nav, .hamburger{
display: none;
}
.main-header ul{
list-style: none;
margin: 0;
padding: 0;
}
.main-header nav ul li{
float: left;
position: relative;
}
.main-header nav ul li:hover ul{
display: block;
}
.main-header nav ul li ul{
display: none;
position: absolute;
width: 100%;
top: 100%;
left: 0;
}
.main-header nav ul li ul li{
float: none;
}
.main-header nav ul li ul li a{
background: #CF4307;
color: #fff;
font-size: 20px;
border: none;
}
.main-header nav ul li ul li a:hover{
background: #F7F7F7;
color: #333;
}
.main-header nav a{
display: block;
padding: 10px 20px;
text-transform: uppercase;
font-size: 23px;
font-weight:300;
color: #222;
border-bottom: 1px solid transparent;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.main-header nav a:hover,
.main-header nav .current a{
border-color: #b65423;
}
.intro-container{
position: relative;
height: 600px;
padding: 0;
margin: 0
background-position: center center;
overflow:hidden;
z-index:-1;
}
.intro-container-background{
position: absolute;
width: 100%;
height: 140%;
background: transparent url(../img/layout/fp-bg.jpg)no-repeat;
background-position:bottom;
background-size: cover;
}
.intro{
left: 0px;
width: 100%;
height: 100%;
text-align: center;
padding-top: 230px;
}
.intro h1{
font-size: 50px;
text-transform: uppercase;
line-height: 0.9em;
background: rgba(255, 255, 255, 0.4) ;
}
.intro h1 span{
display: block;
font-size: 25px;
padding-top: 30px;
}
.intro-content-container{
background: #f1ede4;
padding: 40px 0;
}
.intro-text,
.intro-aside{
float: left;
padding-right: 20px;
}
.intro-text{
width: 66.66%;
}
.intro-text p{
margin-top: 0;
}
.intro-aside{
width: 33.33%;
border-left: solid 1px #999;
padding-left: 20px;
}
.intro-aside h3,
.intro-aside p{
margin: 0;
}
.columns{
padding-left: 0;
padding-right: 0;
}
.columns-container{
background: #e3d8c6;
}
.columns article{
float: left;
width: 33.33%;
padding: 0 20px;
text-align: center;
border-left: solid 1px #999;
margin: 30px 0;
}
.columns article:first-child{
border-left: none;
}
.columns article .button{
display: block;
}
.slogan-container{
background: #f1ede4;
text-align: center;
}
.legal-container{
background: #2e2e2e;
color: #e3d8c6;
text-align: center;
}
.legal-container a{
font-weight:700;
border-bottom: 1px solid transparent;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.legal-container a:hover{
border-bottom: 1px solid #CCC;
}
.legal-container img{
margin: 0 20px;
vertical-align:text-bottom;
}
.scroll-up{
position: relative;
height: 50px;
left: auto;
width: 100%;
background: #f1ede4;
}
.scroll-icon{
position: absolute;
margin: 0 auto;
left: 50%;
top: 0;
width: 50px;
padding: 0;
}
.scroll-up img{
position: absolute;
left: -25px;
cursor: pointer;
}
/* Buttons*/
.button{
display: inline-block;
padding: 10px 20px;
text-transform: uppercase;
border: 1px solid #b65423;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.button:hover{
background: #b65423;
color: #fff;
}
.btn-dark{
border-color: #222;
color: #222;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.btn-dark:hover{
background: #222;
color: #b65423;
}
.btn-light{
color: #fff;
border-color: #fff;
}
.btn-light:hover{
background: #fff;
color: #333;
}
/* Clearfix*/
.clearfix:before, .clearfix:after{
content: " ";
display: table;
}
.clearfix:after{
clear: both;
}
/* Media Querys */
@media screen and (max-width: 860px){
.main-header nav,
.main-header nav ul li{
float: none;
}
.main-header nav{
padding-top: 40px;
}
.main-header{
text-align: center;
}
.main-header nav ul li{
display: block;
}
.intro-text,
.intro-aside{
width: 50%;
}
.toggle-nav{
position: absolute;
float: right;
right: 15px;
display: block;
height: 60px;
min-width: 60px;
}
.hamburger{
display: block;
float: right;
font-size: 40px;
color: #E23F07;
height: 40px;
transform: rotate(90deg);
}
.hamburger:hover{
cursor: pointer;
}
.main-header nav ul li a{
background: rgba;
padding: 20px;
border-bottom: 1px solid #666;
}
.main-header nav ul li a:hover{
background: rgba(204,0,0,0.55);
color: #fff;
padding: 20px;
border-bottom: 1px solid #666;
}
.main-header nav ul li:last-child a{
border-bottom: none;
}
.main-header nav ul{
margin: 100px 80px 0px;
}
.main-header nav ul.active{
display: none;
}
/*.main-header nav ul:after {
width:0px;
height:0px;
position:absolute;
top:0%;
left:22px;
content:'';
transform:translate(0%, -100%);
border-left:7px solid transparent;
border-right:7px solid transparent;
border-bottom:7px solid #303030;
}*/
.main-header nav ul li ul.sub-active{
position: relative;
display: none;
margin: 0;
}
.main-header nav ul li:hover ul.sub-active{
display: block;
}
.main-header nav ul li ul li a{
background: #F8F8F8;
color: #333;
}
}
@media screen and (max-width: 750px){
.intro-container{
height: 500px;
}
.intro{
margin-top:230px;
}
.intro h1{
font-size: 30px;
}
.intro h1 span{
font-size: 16px;
}
.intro{
padding-top: 20px;
}
.intro-text,
.intro-aside{
width: 100%;
display: block;
}
.intro-aside{
padding:0;
padding-top: 30px;
border: none;
border-top: 1px solid #666;
margin-top: 30px;
}
.columns article{
width: 100%;
border: none;
border-top: 1px solid #666;
padding-top: 30px;
margin-top: 30px;
}
.columns article:first-child{
padding: 0;
border: none;
margin: 0;
}
.intro-text .btn-dark{
margin-top: 10px;
display: block;
text-align:center;
}
.intro h1 span{
padding-top: 10px;
}
.gallery article{
width: 100%
}
.modal-content {
width: 100%;
}
.gallery article{
width: 100%;
}
}
|
webkurs/css/style.css
|
@charset "utf-8";
*{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
}
body{
font-family: 'Open Sans', sans-serif;
line-height: 1.5em;
}
h2{
font-weight: 300;
font-size: 27px;
margin: 0 0 10px 0;
}
h3{
font-size: 16px;
}
a{
text-decoration: none;
color:#b65432;
}
.main-header-surround,
.intro,
.intro-content,
.columns,
.slogan,
.legal,
.scroll-icon,
.content-header,
.content,
.gallery{
max-width: 960px;
padding: 20px;
margin: 0 auto;
}
.main-header-container{
padding: 0;
width: 100%;
}
.main-header{
position:fixed;
padding: 20px;
width: 100%;
background: rgba(255,255,255,0.7);
z-index: 100;
}
.main-header-surround{
padding:0;
}
.main-header .logo{
float: left;
}
.main-header nav{
float: right;
padding-top: 40px;
}
.toggle-nav, .hamburger{
display: none;
}
.main-header ul{
list-style: none;
margin: 0;
padding: 0;
}
.main-header nav ul li{
float: left;
position: relative;
}
.main-header nav ul li:hover ul{
display: block;
}
.main-header nav ul li ul{
display: none;
position: absolute;
width: 100%;
top: 100%;
left: 0;
}
.main-header nav ul li ul li{
float: none;
}
.main-header nav ul li ul li a{
background: #CF4307;
color: #fff;
font-size: 20px;
border: none;
}
.main-header nav ul li ul li a:hover{
background: #F7F7F7;
color: #333;
}
.main-header nav a{
display: block;
padding: 10px 20px;
text-transform: uppercase;
font-size: 23px;
font-weight:300;
color: #222;
border-bottom: 1px solid transparent;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.main-header nav a:hover,
.main-header nav .current a{
border-color: #b65423;
}
.intro-container{
position: relative;
height: 600px;
padding: 0;
margin: 0
background-position: center center;
overflow:hidden;
z-index:-1;
}
.intro-container-background{
position: absolute;
width: 100%;
height: 140%;
background: transparent url(../img/layout/fp-bg.jpg)no-repeat;
background-position:bottom;
background-size: cover;
}
.intro{
left: 0px;
width: 100%;
height: 100%;
text-align: center;
padding-top: 230px;
}
.intro h1{
font-size: 50px;
text-transform: uppercase;
line-height: 0.9em;
background: rgba(255, 255, 255, 0.4) ;
}
.intro h1 span{
display: block;
font-size: 25px;
padding-top: 30px;
}
.intro-content-container{
background: #f1ede4;
padding: 40px 0;
}
.intro-text,
.intro-aside{
float: left;
padding-right: 20px;
}
.intro-text{
width: 66.66%;
}
.intro-text p{
margin-top: 0;
}
.intro-aside{
width: 33.33%;
border-left: solid 1px #999;
padding-left: 20px;
}
.intro-aside h3,
.intro-aside p{
margin: 0;
}
.columns{
padding-left: 0;
padding-right: 0;
}
.columns-container{
background: #e3d8c6;
}
.columns article{
float: left;
width: 33.33%;
padding: 0 20px;
text-align: center;
border-left: solid 1px #999;
margin: 30px 0;
}
.columns article:first-child{
border-left: none;
}
.columns article .button{
display: block;
}
.slogan-container{
background: #f1ede4;
text-align: center;
}
.legal-container{
background: #2e2e2e;
color: #e3d8c6;
text-align: center;
}
.legal-container a{
font-weight:700;
border-bottom: 1px solid transparent;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.legal-container a:hover{
border-bottom: 1px solid #CCC;
}
.legal-container img{
margin: 0 20px;
vertical-align:text-bottom;
}
.scroll-up{
position: relative;
height: 50px;
left: auto;
width: 100%;
background: #f1ede4;
}
.scroll-icon{
position: absolute;
margin: 0 auto;
left: 50%;
top: 0;
width: 50px;
padding: 0;
}
.scroll-up img{
position: absolute;
left: -25px;
cursor: pointer;
}
/* Buttons*/
.button{
display: inline-block;
padding: 10px 20px;
text-transform: uppercase;
border: 1px solid #b65423;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.button:hover{
background: #b65423;
color: #fff;
}
.btn-dark{
border-color: #222;
color: #222;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.btn-dark:hover{
background: #222;
color: #b65423;
}
.btn-light{
color: #fff;
border-color: #fff;
}
.btn-light:hover{
background: #fff;
color: #333;
}
/* Clearfix*/
.clearfix:before, .clearfix:after{
content: " ";
display: table;
}
.clearfix:after{
clear: both;
}
/* Media Querys */
@media screen and (max-width: 860px){
.main-header nav,
.main-header nav ul li{
float: none;
}
.main-header nav{
padding-top: 40px;
}
.main-header{
text-align: center;
}
.main-header nav ul li{
display: block;
}
.intro-text,
.intro-aside{
width: 50%;
}
.toggle-nav{
position: absolute;
float: right;
right: 15px;
display: block;
height: 60px;
min-width: 60px;
}
.hamburger{
display: block;
float: right;
font-size: 40px;
color: #E23F07;
height: 40px;
transform: rotate(90deg);
}
.hamburger:hover{
cursor: pointer;
}
.main-header nav ul li a{
background: rgba;
padding: 20px;
border-bottom: 1px solid #666;
}
.main-header nav ul li a:hover{
background: rgba(204,0,0,0.55);
color: #fff;
padding: 20px;
border-bottom: 1px solid #666;
}
.main-header nav ul li:last-child a{
border-bottom: none;
}
.main-header nav ul{
margin: 100px 80px 0px;
}
.main-header nav ul.active{
display: none;
}
/*.main-header nav ul:after {
width:0px;
height:0px;
position:absolute;
top:0%;
left:22px;
content:'';
transform:translate(0%, -100%);
border-left:7px solid transparent;
border-right:7px solid transparent;
border-bottom:7px solid #303030;
}*/
.main-header nav ul li ul.sub-active{
position: relative;
display: none;
margin: 0;
}
.main-header nav ul li:hover ul.sub-active{
display: block;
}
.main-header nav ul li ul li a{
background: #F8F8F8;
color: #333;
}
}
@media screen and (max-width: 750px){
.intro-container{
height: 500px;
}
.intro{
margin-top:230px;
}
.intro h1{
font-size: 30px;
}
.intro h1 span{
font-size: 16px;
}
.intro{
padding-top: 20px;
}
.intro-text,
.intro-aside{
width: 100%;
display: block;
}
.intro-aside{
padding:0;
padding-top: 30px;
border: none;
border-top: 1px solid #666;
margin-top: 30px;
}
.columns article{
width: 100%;
border: none;
border-top: 1px solid #666;
padding-top: 30px;
margin-top: 30px;
}
.columns article:first-child{
padding: 0;
border: none;
margin: 0;
}
.intro-text .btn-dark{
margin-top: 10px;
display: block;
text-align:center;
}
.intro h1 span{
padding-top: 10px;
}
.gallery article{
width: 100%
}
.modal-content {
width: 100%;
}
.gallery article{
width: 100%;
}
}
| 0.197367 | 0.034684 |
@tailwind base;
@tailwind components;
:root {
--purple: hsl(252, 73%, 60%);
--purple-light: hsl(252, 73%, 64%);
--dark-purple: hsl(252, 70%, 26%);
--dark-purple-light: hsl(252, 70%, 30%);
--dark-purple-hover: hsl(252, 70%, 46%);
--fitactive: hsl(342, 78%, 55%);
--padding-block: 150px;
}
* {
font-family: "Roboto", Arial, Helvetica, sans-serif;
@apply outline-0;
}
body {
@apply text-white overflow-x-hidden;
}
h1, h2 {
font-family: "Montserrat", "Roboto", Arial, Helvetica, sans-serif;
}
h1 {
@apply text-8xl uppercase py-4;
}
h2 {
@apply text-5xl pb-14;
}
h3 {
@apply text-3xl;
}
h4 {
@apply text-2xl font-bold pb-4;
}
h5 {
@apply text-2xl;
}
p {
@apply sm:max-w-[60ch] max-w-[30ch] pb-2 ;
}
nav {
@apply flex sm:justify-center mb-32 pt-6 sm:space-x-16 space-x-4 space-y-0;
}
nav a {
@apply px-3 focus:ring focus:ring-indigo-300 rounded focus:bg-slate-100/25 duration-200 hover:bg-slate-100/25;
}
header {
background-image: linear-gradient(-12deg, white 49.9%, var(--purple) 50%);
@apply pb-80;
image-rendering: auto;
image-rendering: crisp-edges;
image-rendering: pixelated;
/* Safari seems to support, but seems deprecated and does the same thing as the others. */
image-rendering: -webkit-optimize-contrast;
}
header h5 {
color: var(--dark-purple);
}
main {
@apply flex flex-col -mt-52;
}
main > * {
transform: skew(0, -2deg);
}
#home {
@apply flex sm:flex-row flex-col justify-between gap-4;
}
#home img {
@apply block;
min-width: 300px;
max-width: 300px;
height: 300px;
border-radius: 9999px;
object-fit: cover;
object-position: 0% 0%;
}
#home, section, footer {
@apply px-[10%];
}
section {
@apply -mt-1;
}
section, footer {
padding-block: var(--padding-block);
}
#about-me {
background-image: linear-gradient(-75deg, var(--dark-purple-light) 49.9%, var(--dark-purple) 50%);
}
#portfolio, #projects {
@apply flex flex-col gap-8;
}
#portfolio {
background-image: linear-gradient(-75deg, var(--purple-light) 49.9%, var(--purple) 50%);
}
#projects {
@apply text-black bg-white -skew-y-2;
}
section > div {
@apply flex sm:flex-row flex-col justify-center gap-8;
}
article {
background-color: var(--dark-purple);
@apply sm:w-[60ch] w-[40ch] sm:p-10 p-4 sm:m-0 mx-auto text-slate-100;
}
#fitactive {
background-color: var(--fitactive);
}
#fitactive a {
@apply block w-fit px-6 py-3 mt-4 border border-slate-100 hover:bg-slate-100/25 duration-200 focus:ring focus:ring-slate-100 focus:bg-slate-100/25 focus:rounded;
}
footer {
@apply -mt-14 flex sm:flex-row flex-col sm:gap-60 gap-20;
padding-top: calc(100px + var(--padding-block));
background-image: linear-gradient(-75deg, var(--purple-light) 49.9%, var(--purple) 50%);
}
form {
@apply flex flex-col gap-3 w-80 -skew-y-2;
}
#info {
@apply -skew-y-2;
}
#info h5 {
@apply mt-3 mb-1;
}
#info a {
@apply duration-200 fill-slate-100 block focus:ring focus:rounded rounded p-1 focus:bg-slate-100/75;
}
#facebook {
@apply hover:fill-blue-600 focus:fill-blue-600 focus:ring-blue-600 ;
}
#instagram {
@apply hover:fill-pink-500 focus:fill-pink-500 focus:ring-pink-500;
}
#github {
@apply hover:fill-slate-700 focus:fill-slate-700 focus:ring-slate-700;
}
#linkedin {
@apply hover:fill-blue-700 focus:fill-blue-700 focus:ring-blue-700;
}
input[type="text"], input[type="email"], textarea {
@apply block w-full border-none rounded bg-slate-100/[.3] focus:ring-indigo-300 invalid:focus:ring-red-500 invalid:bg-red-300/[.4] invalid:text-red-500 focus:ring duration-200 resize-none;
}
textarea {
@apply h-36;
}
footer button {
background-color: var(--dark-purple);
@apply flex justify-center py-2 mt-5 text-slate-100 focus:ring focus:ring-indigo-400 focus:rounded duration-200;
}
footer button:not([disabled]):hover, footer button:focus {
background-color: var(--dark-purple-hover);
}
.fadeIn {
animation: fadeIn 3s;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
::-webkit-scrollbar {
@apply w-4;
}
/* Track */
::-webkit-scrollbar-track {
@apply bg-slate-300;
}
/* Handle */
::-webkit-scrollbar-thumb {
@apply bg-slate-900;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
@apply bg-slate-900/[.9];
}
@tailwind utilities;
|
src/style.css
|
@tailwind base;
@tailwind components;
:root {
--purple: hsl(252, 73%, 60%);
--purple-light: hsl(252, 73%, 64%);
--dark-purple: hsl(252, 70%, 26%);
--dark-purple-light: hsl(252, 70%, 30%);
--dark-purple-hover: hsl(252, 70%, 46%);
--fitactive: hsl(342, 78%, 55%);
--padding-block: 150px;
}
* {
font-family: "Roboto", Arial, Helvetica, sans-serif;
@apply outline-0;
}
body {
@apply text-white overflow-x-hidden;
}
h1, h2 {
font-family: "Montserrat", "Roboto", Arial, Helvetica, sans-serif;
}
h1 {
@apply text-8xl uppercase py-4;
}
h2 {
@apply text-5xl pb-14;
}
h3 {
@apply text-3xl;
}
h4 {
@apply text-2xl font-bold pb-4;
}
h5 {
@apply text-2xl;
}
p {
@apply sm:max-w-[60ch] max-w-[30ch] pb-2 ;
}
nav {
@apply flex sm:justify-center mb-32 pt-6 sm:space-x-16 space-x-4 space-y-0;
}
nav a {
@apply px-3 focus:ring focus:ring-indigo-300 rounded focus:bg-slate-100/25 duration-200 hover:bg-slate-100/25;
}
header {
background-image: linear-gradient(-12deg, white 49.9%, var(--purple) 50%);
@apply pb-80;
image-rendering: auto;
image-rendering: crisp-edges;
image-rendering: pixelated;
/* Safari seems to support, but seems deprecated and does the same thing as the others. */
image-rendering: -webkit-optimize-contrast;
}
header h5 {
color: var(--dark-purple);
}
main {
@apply flex flex-col -mt-52;
}
main > * {
transform: skew(0, -2deg);
}
#home {
@apply flex sm:flex-row flex-col justify-between gap-4;
}
#home img {
@apply block;
min-width: 300px;
max-width: 300px;
height: 300px;
border-radius: 9999px;
object-fit: cover;
object-position: 0% 0%;
}
#home, section, footer {
@apply px-[10%];
}
section {
@apply -mt-1;
}
section, footer {
padding-block: var(--padding-block);
}
#about-me {
background-image: linear-gradient(-75deg, var(--dark-purple-light) 49.9%, var(--dark-purple) 50%);
}
#portfolio, #projects {
@apply flex flex-col gap-8;
}
#portfolio {
background-image: linear-gradient(-75deg, var(--purple-light) 49.9%, var(--purple) 50%);
}
#projects {
@apply text-black bg-white -skew-y-2;
}
section > div {
@apply flex sm:flex-row flex-col justify-center gap-8;
}
article {
background-color: var(--dark-purple);
@apply sm:w-[60ch] w-[40ch] sm:p-10 p-4 sm:m-0 mx-auto text-slate-100;
}
#fitactive {
background-color: var(--fitactive);
}
#fitactive a {
@apply block w-fit px-6 py-3 mt-4 border border-slate-100 hover:bg-slate-100/25 duration-200 focus:ring focus:ring-slate-100 focus:bg-slate-100/25 focus:rounded;
}
footer {
@apply -mt-14 flex sm:flex-row flex-col sm:gap-60 gap-20;
padding-top: calc(100px + var(--padding-block));
background-image: linear-gradient(-75deg, var(--purple-light) 49.9%, var(--purple) 50%);
}
form {
@apply flex flex-col gap-3 w-80 -skew-y-2;
}
#info {
@apply -skew-y-2;
}
#info h5 {
@apply mt-3 mb-1;
}
#info a {
@apply duration-200 fill-slate-100 block focus:ring focus:rounded rounded p-1 focus:bg-slate-100/75;
}
#facebook {
@apply hover:fill-blue-600 focus:fill-blue-600 focus:ring-blue-600 ;
}
#instagram {
@apply hover:fill-pink-500 focus:fill-pink-500 focus:ring-pink-500;
}
#github {
@apply hover:fill-slate-700 focus:fill-slate-700 focus:ring-slate-700;
}
#linkedin {
@apply hover:fill-blue-700 focus:fill-blue-700 focus:ring-blue-700;
}
input[type="text"], input[type="email"], textarea {
@apply block w-full border-none rounded bg-slate-100/[.3] focus:ring-indigo-300 invalid:focus:ring-red-500 invalid:bg-red-300/[.4] invalid:text-red-500 focus:ring duration-200 resize-none;
}
textarea {
@apply h-36;
}
footer button {
background-color: var(--dark-purple);
@apply flex justify-center py-2 mt-5 text-slate-100 focus:ring focus:ring-indigo-400 focus:rounded duration-200;
}
footer button:not([disabled]):hover, footer button:focus {
background-color: var(--dark-purple-hover);
}
.fadeIn {
animation: fadeIn 3s;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
::-webkit-scrollbar {
@apply w-4;
}
/* Track */
::-webkit-scrollbar-track {
@apply bg-slate-300;
}
/* Handle */
::-webkit-scrollbar-thumb {
@apply bg-slate-900;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
@apply bg-slate-900/[.9];
}
@tailwind utilities;
| 0.263789 | 0.06216 |
height: 100%;
width:100%;
user-select : none;
overflow-y:scroll;
}
#musicPlayer_liste::-webkit-scrollbar {
width: 7px;
}
#musicPlayer_liste::-webkit-scrollbar-thumb {
background: #666;
border-radius: 20px;
}
#musicbox{
position: fixed;
z-index: 4;
height: 100px;
width:85%;
background: #333;
bottom: 0px;
right: 0;
display: flex;
align-items: center;
}
#playlistbox{
position: absolute;
z-index: 1;
right:10px;
/*bottom:100px;*/
width:500px;
height:80%;
padding: 10px;
background: rgba(40, 40, 40, 0.9);
margin: left;
overflow-y: scroll;
user-select : none;
bottom:-80%;
}
/*************************************** playlist *****************************************************/
.nb_playlist, .playlist_title{
/*color:white;*/
width: 95%;
text-align: left;
}
.music_title, .playlist_title, .music_header_title, .folder_title{
width:90%;
padding: 8px 10px 0px 10px;
text-align:left;
/*color:white;*/
border-bottom: 1px solid rgba(85, 85, 85, 0.439);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.music_title:hover{
background: #fff;
}
.music_header_title{
color:grey;
}
/********************************************** player **************************************/
.bp_musicbox{
position: relative;
left:10px;
top:-35px;
}
.bp_play, .bp_previous, .bp_next{
position: absolute;
z-index: 5;
width: 45px;
height:45px;
top:7px;
background-repeat: no-repeat;
background-size: cover;
-moz-backgroud-size:100% 100%;
-o-backgroud-size:100% 100%;
-webkit-backgroud-size:100% 100%;
}
.bp_play{
left:60px;
top:0;
width: 60px;
height:60px;
border: 1px solid grey;
border-radius: 50%;
background-image: url(../img/music/play.png);
}
.bp_previous{
left:0px;
background-image: url(../img/music/previous.png);
}
.bp_next{
left:135px;
background-image: url(../img/music/next.png);
}
.bp_previous:hover{
background-image: url(../img/music/white_previous.png);
}
.bp_next:hover{
background-image: url(../img/music/white_next.png);
}
/************************************* progresbar and data *******************************************************/
#player_progress{
-webkit-appearance: none;
appearance: none;
position: absolute;
top:0;
left:10%;
width: 80%;
height:3px;
cursor: pointer;
background-color:#ccc;
}
/*#player_progress::-webkit-progress-bar { background-color:#d3d3d3; }
#player_progress::-webkit-progress-value { background-color:#006dad; }
#player_progress::-moz-progress-bar { background-color:#006dad; }*/
#player_progress:hover{
height: 7px;
}
#player_titre{
position: absolute;
left:230px;
top: 10px;
width:50%;
color:white;
font-size: 30px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#player_time{
position:absolute;
top:10px;
right:10%;
color:#006dad;
}
#player_artist,#player_album,#player_year{
position: absolute;
bottom:10px;
width:15%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color:#006dad;
}
#player_artist{
left: 25%;
}
#player_album{
left: 42%;
}
#player_year{
left: 60%;
}
#player_image{
position: absolute;
left:-100px;
bottom:0;
width:100px;
height: 100px;
}
/******************************************* volume *************************************************/
#player_volume {
position: absolute;
left:20px;
width: 155px;
bottom:10px;
-webkit-appearance: none;
height: 5px;
border-radius: 5px;
background: #d3d3d3;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}
#player_volume:hover {
opacity: 1;
}
#player_volume::-webkit-slider-thumb {
-webkit-appearance: none;
/* appearance: none;*/
width: 15px;
height: 15px;
border-radius: 50%;
background: #006dad;
cursor: pointer;
}
#player_volume::-moz-range-thumb {
width: 15px;
height: 15px;
border-radius: 50%;
background: #006dad;
cursor: pointer;
}
/********************************************************************************************/
#player_image_affichage{
float: left;
height: 200px;
width: 200px;
padding-right:10px;
}
#player_info_affichage{
text-align: left;
width: 100%;
height: 200px;
border-bottom: 1px solid rgba(85, 85, 85, 0.439);
color:#006dad;
}
#player_titre_affichage{
padding-top: 30px;
padding-bottom: 10px;
font-size: 25px;
color: white;
}
#player_titre_affichage, #player_artist_affichage, #player_album_affichage, #player_year_affichage, #player_time_affichage{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/********************************************** playlist bp *********************************************************/
.bp_playlist{
position:absolute;
right:100px;
bottom:20px;
}
.bp_playlist button {
width: 50px;
border-radius: 28px 0 0 28px;
background-color: #006dad;
}
.bp_playlist .info {
border-radius: 0 28px 28px 0;
}
/***************************************** random bp ***************************************************/
#bp_aleatoire + label > aaaa {
position: absolute; bottom:20px; right:20px;
width: 20px;
height:20px;
background-color: rgba(250, 250, 250, 0.3);
border-radius: 50%;
padding:10px;
cursor:pointer;
background-repeat: no-repeat;
background-size: cover;
-moz-backgroud-size:90% 90%;
-o-backgroud-size:90% 90%;
-webkit-backgroud-size:90% 90%;
background-image: url(../img/music/random.png);
}
#bp_aleatoire {
display: none;
}
#bp_aleatoire:checked + label > aaaa {
background-color: #006dad;
}
|
css/musicPlayer.css
|
height: 100%;
width:100%;
user-select : none;
overflow-y:scroll;
}
#musicPlayer_liste::-webkit-scrollbar {
width: 7px;
}
#musicPlayer_liste::-webkit-scrollbar-thumb {
background: #666;
border-radius: 20px;
}
#musicbox{
position: fixed;
z-index: 4;
height: 100px;
width:85%;
background: #333;
bottom: 0px;
right: 0;
display: flex;
align-items: center;
}
#playlistbox{
position: absolute;
z-index: 1;
right:10px;
/*bottom:100px;*/
width:500px;
height:80%;
padding: 10px;
background: rgba(40, 40, 40, 0.9);
margin: left;
overflow-y: scroll;
user-select : none;
bottom:-80%;
}
/*************************************** playlist *****************************************************/
.nb_playlist, .playlist_title{
/*color:white;*/
width: 95%;
text-align: left;
}
.music_title, .playlist_title, .music_header_title, .folder_title{
width:90%;
padding: 8px 10px 0px 10px;
text-align:left;
/*color:white;*/
border-bottom: 1px solid rgba(85, 85, 85, 0.439);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.music_title:hover{
background: #fff;
}
.music_header_title{
color:grey;
}
/********************************************** player **************************************/
.bp_musicbox{
position: relative;
left:10px;
top:-35px;
}
.bp_play, .bp_previous, .bp_next{
position: absolute;
z-index: 5;
width: 45px;
height:45px;
top:7px;
background-repeat: no-repeat;
background-size: cover;
-moz-backgroud-size:100% 100%;
-o-backgroud-size:100% 100%;
-webkit-backgroud-size:100% 100%;
}
.bp_play{
left:60px;
top:0;
width: 60px;
height:60px;
border: 1px solid grey;
border-radius: 50%;
background-image: url(../img/music/play.png);
}
.bp_previous{
left:0px;
background-image: url(../img/music/previous.png);
}
.bp_next{
left:135px;
background-image: url(../img/music/next.png);
}
.bp_previous:hover{
background-image: url(../img/music/white_previous.png);
}
.bp_next:hover{
background-image: url(../img/music/white_next.png);
}
/************************************* progresbar and data *******************************************************/
#player_progress{
-webkit-appearance: none;
appearance: none;
position: absolute;
top:0;
left:10%;
width: 80%;
height:3px;
cursor: pointer;
background-color:#ccc;
}
/*#player_progress::-webkit-progress-bar { background-color:#d3d3d3; }
#player_progress::-webkit-progress-value { background-color:#006dad; }
#player_progress::-moz-progress-bar { background-color:#006dad; }*/
#player_progress:hover{
height: 7px;
}
#player_titre{
position: absolute;
left:230px;
top: 10px;
width:50%;
color:white;
font-size: 30px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#player_time{
position:absolute;
top:10px;
right:10%;
color:#006dad;
}
#player_artist,#player_album,#player_year{
position: absolute;
bottom:10px;
width:15%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color:#006dad;
}
#player_artist{
left: 25%;
}
#player_album{
left: 42%;
}
#player_year{
left: 60%;
}
#player_image{
position: absolute;
left:-100px;
bottom:0;
width:100px;
height: 100px;
}
/******************************************* volume *************************************************/
#player_volume {
position: absolute;
left:20px;
width: 155px;
bottom:10px;
-webkit-appearance: none;
height: 5px;
border-radius: 5px;
background: #d3d3d3;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}
#player_volume:hover {
opacity: 1;
}
#player_volume::-webkit-slider-thumb {
-webkit-appearance: none;
/* appearance: none;*/
width: 15px;
height: 15px;
border-radius: 50%;
background: #006dad;
cursor: pointer;
}
#player_volume::-moz-range-thumb {
width: 15px;
height: 15px;
border-radius: 50%;
background: #006dad;
cursor: pointer;
}
/********************************************************************************************/
#player_image_affichage{
float: left;
height: 200px;
width: 200px;
padding-right:10px;
}
#player_info_affichage{
text-align: left;
width: 100%;
height: 200px;
border-bottom: 1px solid rgba(85, 85, 85, 0.439);
color:#006dad;
}
#player_titre_affichage{
padding-top: 30px;
padding-bottom: 10px;
font-size: 25px;
color: white;
}
#player_titre_affichage, #player_artist_affichage, #player_album_affichage, #player_year_affichage, #player_time_affichage{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/********************************************** playlist bp *********************************************************/
.bp_playlist{
position:absolute;
right:100px;
bottom:20px;
}
.bp_playlist button {
width: 50px;
border-radius: 28px 0 0 28px;
background-color: #006dad;
}
.bp_playlist .info {
border-radius: 0 28px 28px 0;
}
/***************************************** random bp ***************************************************/
#bp_aleatoire + label > aaaa {
position: absolute; bottom:20px; right:20px;
width: 20px;
height:20px;
background-color: rgba(250, 250, 250, 0.3);
border-radius: 50%;
padding:10px;
cursor:pointer;
background-repeat: no-repeat;
background-size: cover;
-moz-backgroud-size:90% 90%;
-o-backgroud-size:90% 90%;
-webkit-backgroud-size:90% 90%;
background-image: url(../img/music/random.png);
}
#bp_aleatoire {
display: none;
}
#bp_aleatoire:checked + label > aaaa {
background-color: #006dad;
}
| 0.271735 | 0.050075 |
BODY {
background-color: #C0C0C0;
color: black;
margin: 10px;
}
/* This gets rid of the bottom margin in Mozilla 1.0rc2. Without this
we have to make the window a little too big to avoid a scrollbar. */
FORM {
margin: 0pt;
}
/* Button for visible pane. */
INPUT.tabactive,BUTTON.tabactive {
font-size: 8pt;
font-weight: bold;
background-color: beige;
margin: 0pt;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #000000 black beige #000000;
-moz-border-radius: 1mm 1mm 0mm 0mm;
}
/* Buttons for concealed panes. */
INPUT.tabinactive,BUTTON.tabinactive {
font-size: 8pt;
font-weight: normal;
background-color: beige;
margin: 0pt;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #000000 black #000000 #000000;
-moz-border-radius: 1mm 1mm 0mm 0mm;
}
/* Tables of this class form the background for tabbed dialog boxes. */
TABLE.tabpage {
background-color: beige;
margin: 0;
border-style: solid;
border-color: black black black #000000;
border-width: 0px 1px 1px 1px;
}
/* All of the text printed by the page procedure goes inside a table data
cell of this type. */
TABLE.tabpage TD {
line-height: 12pt;
font-size: 10pt;
font-weight: normal;
font-family: times,serif; /* IE 5.5 prior to SP1 manges serif */
}
TABLE.tabpage P {
margin-top: 0pt;
margin-bottom: 5pt;
}
/* Text input fields. */
INPUT {
background-color: white;
font-weight: normal;
}
/* This is for error messages. */
SPAN.alert {
color: blue;
}
/* This is for form field labels. */
LABEL,SPAN.label {
font-weight: bold;
}
/* This is for value which should like like form text
fields but aren't.
*/
SPAN.value {
font-weight: normal;
font-size: 12pt;
font-family: sans-serif;
background-color: white;
border-style: solid;
border-width: thin;
border-color: black;
padding: 1pt 2pt 1pt 2pt;
}
TEXTAREA {
font-size: 10pt;
font-family: sans-serif;
}
/* A DIV and SPAN of class "section" are used to enclose controls
in a labeled box. The SPAN goes inside the DIV. The SPAN
holdes the label text.
*/
DIV.section {
position: relative; /* <-- necesary for parenthood */
border: thin solid black;
padding: 10pt;
margin-top: 15pt; /* we stick out at the top */
margin-bottom: 5pt; /* don't crowd the next thing */
}
DIV.section SPAN.section_label {
position: absolute;
top: -9pt;
left: 10pt;
background-color: beige;
font-weight: bold;
border: thin solid black;
padding: 0ex 1ex 0ex 1ex;
}
/* This is the table that puts the PPD list on the left and the
summary of the PPD file on the right.
*/
TABLE.ppd TD {
padding-right: 10pt;
text-align: left;
vertical-align: top;
}
/* This is for real tables with fine rules. */
TABLE.lines {
background-color: white;
border: solid black;
border-width: 1px 0px 0px 1px;
}
TABLE.lines TH, TABLE.lines TD {
text-align: left;
padding: 3pt;
border: solid black;
border-width: 0px 1px 1px 0px;
}
TABLE.lines TH {
white-space: nowrap;
}
/* end of file */
|
www/cgi_tabbed.css
|
BODY {
background-color: #C0C0C0;
color: black;
margin: 10px;
}
/* This gets rid of the bottom margin in Mozilla 1.0rc2. Without this
we have to make the window a little too big to avoid a scrollbar. */
FORM {
margin: 0pt;
}
/* Button for visible pane. */
INPUT.tabactive,BUTTON.tabactive {
font-size: 8pt;
font-weight: bold;
background-color: beige;
margin: 0pt;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #000000 black beige #000000;
-moz-border-radius: 1mm 1mm 0mm 0mm;
}
/* Buttons for concealed panes. */
INPUT.tabinactive,BUTTON.tabinactive {
font-size: 8pt;
font-weight: normal;
background-color: beige;
margin: 0pt;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #000000 black #000000 #000000;
-moz-border-radius: 1mm 1mm 0mm 0mm;
}
/* Tables of this class form the background for tabbed dialog boxes. */
TABLE.tabpage {
background-color: beige;
margin: 0;
border-style: solid;
border-color: black black black #000000;
border-width: 0px 1px 1px 1px;
}
/* All of the text printed by the page procedure goes inside a table data
cell of this type. */
TABLE.tabpage TD {
line-height: 12pt;
font-size: 10pt;
font-weight: normal;
font-family: times,serif; /* IE 5.5 prior to SP1 manges serif */
}
TABLE.tabpage P {
margin-top: 0pt;
margin-bottom: 5pt;
}
/* Text input fields. */
INPUT {
background-color: white;
font-weight: normal;
}
/* This is for error messages. */
SPAN.alert {
color: blue;
}
/* This is for form field labels. */
LABEL,SPAN.label {
font-weight: bold;
}
/* This is for value which should like like form text
fields but aren't.
*/
SPAN.value {
font-weight: normal;
font-size: 12pt;
font-family: sans-serif;
background-color: white;
border-style: solid;
border-width: thin;
border-color: black;
padding: 1pt 2pt 1pt 2pt;
}
TEXTAREA {
font-size: 10pt;
font-family: sans-serif;
}
/* A DIV and SPAN of class "section" are used to enclose controls
in a labeled box. The SPAN goes inside the DIV. The SPAN
holdes the label text.
*/
DIV.section {
position: relative; /* <-- necesary for parenthood */
border: thin solid black;
padding: 10pt;
margin-top: 15pt; /* we stick out at the top */
margin-bottom: 5pt; /* don't crowd the next thing */
}
DIV.section SPAN.section_label {
position: absolute;
top: -9pt;
left: 10pt;
background-color: beige;
font-weight: bold;
border: thin solid black;
padding: 0ex 1ex 0ex 1ex;
}
/* This is the table that puts the PPD list on the left and the
summary of the PPD file on the right.
*/
TABLE.ppd TD {
padding-right: 10pt;
text-align: left;
vertical-align: top;
}
/* This is for real tables with fine rules. */
TABLE.lines {
background-color: white;
border: solid black;
border-width: 1px 0px 0px 1px;
}
TABLE.lines TH, TABLE.lines TD {
text-align: left;
padding: 3pt;
border: solid black;
border-width: 0px 1px 1px 0px;
}
TABLE.lines TH {
white-space: nowrap;
}
/* end of file */
| 0.270191 | 0.116387 |
*
* Customizations just for the template; these are not necessary for anything
* with disabling the responsiveness.
*/
/*
Author: Start Bootstrap - http://startbootstrap.com
'SB Admin' HTML Template by Start Bootstrap
All Start Bootstrap themes are licensed under Apache 2.0.
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/
/* ATTN: This is mobile first CSS - to update 786px and up screen width use the media query near the bottom of the document! */
/* Global Styles */
body {
margin-top: 50px;
}
#wrapper {
padding-left: 0;
}
#page-wrapper {
width: 100%;
padding: 5px 15px;
}
/* Nav Messages */
.messages-dropdown .dropdown-menu .message-preview .avatar,
.messages-dropdown .dropdown-menu .message-preview .name,
.messages-dropdown .dropdown-menu .message-preview .message,
.messages-dropdown .dropdown-menu .message-preview .time {
display: block;
}
.messages-dropdown .dropdown-menu .message-preview .avatar {
float: left;
margin-right: 15px;
}
.messages-dropdown .dropdown-menu .message-preview .name {
font-weight: bold;
}
.messages-dropdown .dropdown-menu .message-preview .message {
font-size: 12px;
}
.messages-dropdown .dropdown-menu .message-preview .time {
font-size: 12px;
}
/* Nav Announcements */
.announcement-heading {
font-size: 50px;
margin: 0;
}
.announcement-text {
margin: 0;
}
/* Table Headers */
table.tablesorter thead {
cursor: pointer;
}
table.tablesorter thead tr th:hover {
background-color: #f5f5f5;
}
/* Flot Chart Containers */
.flot-chart {
display: block;
height: 400px;
}
.flot-chart-content {
width: 100%;
height: 100%;
}
/* Edit Below to Customize Widths > 768px */
@media (min-width: 768px) {
/* Wrappers */
#wrapper {
padding-left: 150px;
}
#page-wrapper {
padding: 15px 25px;
}
/* Side Nav */
.side-nav {
margin-left: -150px;
left: 150px;
width: 150px;
position: fixed;
top: 50px;
height: 100%;
border-radius: 0;
border: none;
background-color: #222222;
overflow-y: auto;
}
/* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */
.side-nav > li.dropdown > ul.dropdown-menu {
position: relative;
min-width: 150px;
margin: 0;
padding: 0;
border: none;
border-radius: 0;
background-color: transparent;
box-shadow: none;
-webkit-box-shadow: none;
}
.side-nav > li.dropdown > ul.dropdown-menu > li > a {
color: #999999;
padding: 15px 15px 15px 25px;
}
.side-nav > li.dropdown > ul.dropdown-menu > li > a:hover,
.side-nav > li.dropdown > ul.dropdown-menu > li > a.active,
.side-nav > li.dropdown > ul.dropdown-menu > li > a:focus {
color: #fff;
background-color: #080808;
}
.side-nav > li > a {
width: 150px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
background-color: #080808;
}
/* Nav Messages */
.messages-dropdown .dropdown-menu {
min-width: 300px;
}
.messages-dropdown .dropdown-menu li a {
white-space: normal;
}
.navbar-collapse {
padding-left: 15px !important;
padding-right: 15px !important;
}
}
.red {
color: red;
}
.blue, .update_name {
color: blue;
}
.green, .add_name {
color: green;
}
.fuchsia{
color: #FF00FF;
}
.checkbox, .radio {
display: inline-block;
padding-right: 20px;
}
a:hover {
text-decoration: none;
}
.form-actions {
clear: both;
float: left;
text-align: right;
padding-right: 8px;
}
.rgt-btn {
float: right;
}
.Hinweis {
border-bottom: 1px dashed #0000FF;
color: #0000FF;
}
#tooltip {
text-align: center;
color: #fff;
background: #111;
position: absolute;
z-index: 100;
padding: 15px;
}
#tooltip:after /* triangle decoration */
{
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #111;
content: '';
position: absolute;
left: 50%;
bottom: -10px;
margin-left: -10px;
}
#tooltip.top:after {
border-top-color: transparent;
border-bottom: 10px solid #111;
top: -20px;
bottom: auto;
}
#tooltip.left:after {
left: 10px;
margin: 0;
}
#tooltip.right:after {
right: 10px;
left: auto;
margin: 0;
}
.flickr_pagination {
text-align: left;
padding: 0.3em;
cursor: default;
}
.flickr_pagination a, .flickr_pagination span, .flickr_pagination em {
padding: 0.2em 0.5em;
}
.flickr_pagination .disabled {
color: #aaaaaa;
}
.flickr_pagination .current {
font-style: normal;
font-weight: bold;
border: 1px solid #dddddd;
color: #ff0084;
}
.flickr_pagination a {
border: 1px solid #dddddd;
color: #0063dc;
text-decoration: none;
}
.flickr_pagination a:hover, .flickr_pagination a:focus {
border-color: #003366;
background: #0063dc;
color: white;
}
.flickr_pagination .page_info {
color: #aaaaaa;
padding-top: 0.8em;
}
.flickr_pagination .previous_page, .flickr_pagination .next_page {
border-width: 2px;
}
.flickr_pagination .previous_page {
margin-right: 1em;
}
.flickr_pagination .next_page {
margin-left: 1em;
}
#friend_birthday_1i, #contact_birthday_1i, #friend_come_1i {
width: 100px;
display: inline;
}
#friend_birthday_2i, #contact_birthday_2i, #friend_come_2i {
width: 120px;
display: inline;
}
#friend_birthday_3i, #contact_birthday_3i, #friend_come_3i {
width: 80px;
display: inline;
}
#q_datum_eq, #calendar_datum{
width: 120px;
}
.hide_me {
height: 1px;
left: -1000em;
position: absolute;
top: -1000em;
width: 1px;
}
.odd {
background-color: #f2f2f2;
}
.even {
background-color: #fff;
}
.lft-btn {
padding-right: 27px;
clear:both;
}
.help-inline{
color: red;
}
.gray-background{
background-color: #F5F5F5;
border-radius: 4px;
padding: 10px 0 10px 0;
}
/* line 1, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/tree.css.scss */
.tree {
margin: 0;
padding: 0;
}
/* line 3, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/tree.css.scss */
.tree * {
margin: 0;
padding: 0;
}
/* line 5, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/tree.css.scss */
.tree ol {
margin: 0 0 0 13px;
padding: 0 0 0 15px;
border-left: 1px dashed gray;
list-style: none outside none;
}
/* line 12, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/tree.css.scss */
.tree li {
margin-bottom: 5px;
position: relative;
list-style: none outside none;
}
/* line 18, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/tree.css.scss */
.tree a {
color: black;
font-size: 14px;
}
/* line 22, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/tree.css.scss */
.tree a:hover {
color: black;
background: #ddd;
}
/* line 28, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/tree.css.scss */
.tree .item {
padding: 5px;
background: #eee;
margin-bottom: 5px;
border-radius: 3px;
}
/* line 33, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/tree.css.scss */
.tree .item:hover {
background: #ddd;
}
/* line 1, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree {
margin: 0;
padding: 0;
}
/* line 3, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree * {
margin: 0;
padding: 0;
}
/* line 5, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree ol {
margin: 0 0 0 13px;
padding: 0 0 0 15px;
border-left: 1px dashed gray;
list-style: none outside none;
}
/* line 12, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree li {
margin-bottom: 5px;
position: relative;
list-style: none outside none;
}
/* line 18, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree a {
color: #000;
font-size: 10pt;
font-weight: normal;
text-decoration: none;
line-height: 150%;
margin-left: 30px;
margin-right: 120px;
display: block;
}
/* line 27, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree a:hover {
text-decoration: underline;
}
/* line 30, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree h4 {
margin-left: 30px;
}
/* line 33, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree h4 a {
color: #333;
font-size: 14px;
margin-left: 0;
}
/* line 37, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree h4 a:hover {
background: #eee;
}
/* line 41, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree p {
margin-right: 75px;
padding: 5px;
}
/* line 46, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .handle {
background: transparent url(/assets/iconza/icons/move.png);
background-position: center center;
width: 16px;
height: 16px;
margin: 3px 10px 0 0;
float: left;
cursor: move;
}
/* line 56, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .handle:hover {
background: transparent url(/assets/iconza/icons/red_move.png);
}
/* line 59, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .item {
padding: 5px;
background: #f7f7f7;
border-radius: 3px;
margin-bottom: 5px;
}
/* line 64, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .item:hover {
background: #eee;
}
/* line 67, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .placeholder {
background-color: #EEF;
border: 1px dashed blue;
}
/* line 72, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .ui-nestedSortable-error {
background: #FAA;
color: #8a1f11;
}
/* line 77, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .controls {
position: absolute;
top: 1px;
right: 10px;
}
/* line 81, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .controls a {
width: 20px;
height: 20px;
display: block;
float: left;
padding: 5px;
cursor: pointer;
position: relative;
margin: 0 0 5px 5px;
overflow: hidden;
zoom: 1;
}
/* line 94, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .controls a.new {
background: transparent url(/assets/iconza/icons/add.png) no-repeat scroll center center;
}
/* line 96, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .controls a.new:hover {
background: transparent url(/assets/iconza/icons/red_add.png) no-repeat scroll center center;
}
/* line 98, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .controls a.edit {
background: transparent url(/assets/iconza/icons/edit.png) no-repeat scroll center center;
}
/* line 100, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .controls a.edit:hover {
background: transparent url(/assets/iconza/icons/red_edit.png) no-repeat scroll center center;
}
/* line 102, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .controls a.delete {
background: transparent url(/assets/iconza/icons/delete.png) no-repeat scroll center center;
}
/* line 104, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .controls a.delete:hover {
background: transparent url(/assets/iconza/icons/red_delete.png) no-repeat scroll center center;
}
/* line 1, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options {
padding: 3px;
font-size: 18px;
font-family: Arial;
border: 1px solid gray;
}
/* line 7, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options option {
color: black;
padding: 3px;
}
/* line 9, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options option.selected {
font-weight: bold;
color: red;
}
/* line 13, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options .l_1 {
padding-left: 0px;
font-size: 90%;
}
/* line 13, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options .l_2 {
padding-left: 15px;
font-size: 80%;
}
/* line 20, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options .l_3 {
padding-left: 30px;
font-size: 70%;
}
/* line 20, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options .l_4 {
padding-left: 45px;
font-size: 70%;
}
/* line 20, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options .l_5 {
padding-left: 60px;
font-size: 70%;
}
/* line 20, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options .l_6 {
padding-left: 75px;
font-size: 70%;
}
/* line 20, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options .l_7 {
padding-left: 90px;
font-size: 70%;
}
/* line 20, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options .l_8 {
padding-left: 105px;
font-size: 70%;
}
/* line 20, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options .l_9 {
padding-left: 120px;
font-size: 70%;
}
/* line 20, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options .l_10 {
padding-left: 135px;
font-size: 70%;
}
/* line 1, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
body {
background-color: #fff;
color: #333;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
}
/* line 9, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
p, ol, ul, td {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
}
/* line 15, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
pre {
background-color: #eee;
padding: 10px;
font-size: 11px;
}
/* line 21, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
a {
color: #000;
}
/* line 23, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
a:visited {
color: #666;
}
/* line 26, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
a:hover {
color: #fff;
background-color: #000;
}
/* line 33, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
div.field, div.actions {
margin-bottom: 10px;
}
/* line 38, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
#notice {
color: green;
}
/* line 42, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
.field_with_errors {
padding: 2px;
background-color: red;
display: table;
}
/* line 48, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
#error_explanation {
width: 450px;
border: 2px solid red;
padding: 7px;
padding-bottom: 0;
margin-bottom: 20px;
background-color: #f0f0f0;
}
/* line 55, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
#error_explanation h2 {
text-align: left;
font-weight: bold;
padding: 5px 5px 5px 15px;
font-size: 12px;
margin: -7px;
margin-bottom: 0px;
background-color: #c00;
color: #fff;
}
/* line 65, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
#error_explanation ul li {
font-size: 12px;
list-style: square;
}
|
public/assets/application-2b4ee787efa07d22c69c54f068afdf0d.css
|
*
* Customizations just for the template; these are not necessary for anything
* with disabling the responsiveness.
*/
/*
Author: Start Bootstrap - http://startbootstrap.com
'SB Admin' HTML Template by Start Bootstrap
All Start Bootstrap themes are licensed under Apache 2.0.
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/
/* ATTN: This is mobile first CSS - to update 786px and up screen width use the media query near the bottom of the document! */
/* Global Styles */
body {
margin-top: 50px;
}
#wrapper {
padding-left: 0;
}
#page-wrapper {
width: 100%;
padding: 5px 15px;
}
/* Nav Messages */
.messages-dropdown .dropdown-menu .message-preview .avatar,
.messages-dropdown .dropdown-menu .message-preview .name,
.messages-dropdown .dropdown-menu .message-preview .message,
.messages-dropdown .dropdown-menu .message-preview .time {
display: block;
}
.messages-dropdown .dropdown-menu .message-preview .avatar {
float: left;
margin-right: 15px;
}
.messages-dropdown .dropdown-menu .message-preview .name {
font-weight: bold;
}
.messages-dropdown .dropdown-menu .message-preview .message {
font-size: 12px;
}
.messages-dropdown .dropdown-menu .message-preview .time {
font-size: 12px;
}
/* Nav Announcements */
.announcement-heading {
font-size: 50px;
margin: 0;
}
.announcement-text {
margin: 0;
}
/* Table Headers */
table.tablesorter thead {
cursor: pointer;
}
table.tablesorter thead tr th:hover {
background-color: #f5f5f5;
}
/* Flot Chart Containers */
.flot-chart {
display: block;
height: 400px;
}
.flot-chart-content {
width: 100%;
height: 100%;
}
/* Edit Below to Customize Widths > 768px */
@media (min-width: 768px) {
/* Wrappers */
#wrapper {
padding-left: 150px;
}
#page-wrapper {
padding: 15px 25px;
}
/* Side Nav */
.side-nav {
margin-left: -150px;
left: 150px;
width: 150px;
position: fixed;
top: 50px;
height: 100%;
border-radius: 0;
border: none;
background-color: #222222;
overflow-y: auto;
}
/* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */
.side-nav > li.dropdown > ul.dropdown-menu {
position: relative;
min-width: 150px;
margin: 0;
padding: 0;
border: none;
border-radius: 0;
background-color: transparent;
box-shadow: none;
-webkit-box-shadow: none;
}
.side-nav > li.dropdown > ul.dropdown-menu > li > a {
color: #999999;
padding: 15px 15px 15px 25px;
}
.side-nav > li.dropdown > ul.dropdown-menu > li > a:hover,
.side-nav > li.dropdown > ul.dropdown-menu > li > a.active,
.side-nav > li.dropdown > ul.dropdown-menu > li > a:focus {
color: #fff;
background-color: #080808;
}
.side-nav > li > a {
width: 150px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
background-color: #080808;
}
/* Nav Messages */
.messages-dropdown .dropdown-menu {
min-width: 300px;
}
.messages-dropdown .dropdown-menu li a {
white-space: normal;
}
.navbar-collapse {
padding-left: 15px !important;
padding-right: 15px !important;
}
}
.red {
color: red;
}
.blue, .update_name {
color: blue;
}
.green, .add_name {
color: green;
}
.fuchsia{
color: #FF00FF;
}
.checkbox, .radio {
display: inline-block;
padding-right: 20px;
}
a:hover {
text-decoration: none;
}
.form-actions {
clear: both;
float: left;
text-align: right;
padding-right: 8px;
}
.rgt-btn {
float: right;
}
.Hinweis {
border-bottom: 1px dashed #0000FF;
color: #0000FF;
}
#tooltip {
text-align: center;
color: #fff;
background: #111;
position: absolute;
z-index: 100;
padding: 15px;
}
#tooltip:after /* triangle decoration */
{
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #111;
content: '';
position: absolute;
left: 50%;
bottom: -10px;
margin-left: -10px;
}
#tooltip.top:after {
border-top-color: transparent;
border-bottom: 10px solid #111;
top: -20px;
bottom: auto;
}
#tooltip.left:after {
left: 10px;
margin: 0;
}
#tooltip.right:after {
right: 10px;
left: auto;
margin: 0;
}
.flickr_pagination {
text-align: left;
padding: 0.3em;
cursor: default;
}
.flickr_pagination a, .flickr_pagination span, .flickr_pagination em {
padding: 0.2em 0.5em;
}
.flickr_pagination .disabled {
color: #aaaaaa;
}
.flickr_pagination .current {
font-style: normal;
font-weight: bold;
border: 1px solid #dddddd;
color: #ff0084;
}
.flickr_pagination a {
border: 1px solid #dddddd;
color: #0063dc;
text-decoration: none;
}
.flickr_pagination a:hover, .flickr_pagination a:focus {
border-color: #003366;
background: #0063dc;
color: white;
}
.flickr_pagination .page_info {
color: #aaaaaa;
padding-top: 0.8em;
}
.flickr_pagination .previous_page, .flickr_pagination .next_page {
border-width: 2px;
}
.flickr_pagination .previous_page {
margin-right: 1em;
}
.flickr_pagination .next_page {
margin-left: 1em;
}
#friend_birthday_1i, #contact_birthday_1i, #friend_come_1i {
width: 100px;
display: inline;
}
#friend_birthday_2i, #contact_birthday_2i, #friend_come_2i {
width: 120px;
display: inline;
}
#friend_birthday_3i, #contact_birthday_3i, #friend_come_3i {
width: 80px;
display: inline;
}
#q_datum_eq, #calendar_datum{
width: 120px;
}
.hide_me {
height: 1px;
left: -1000em;
position: absolute;
top: -1000em;
width: 1px;
}
.odd {
background-color: #f2f2f2;
}
.even {
background-color: #fff;
}
.lft-btn {
padding-right: 27px;
clear:both;
}
.help-inline{
color: red;
}
.gray-background{
background-color: #F5F5F5;
border-radius: 4px;
padding: 10px 0 10px 0;
}
/* line 1, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/tree.css.scss */
.tree {
margin: 0;
padding: 0;
}
/* line 3, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/tree.css.scss */
.tree * {
margin: 0;
padding: 0;
}
/* line 5, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/tree.css.scss */
.tree ol {
margin: 0 0 0 13px;
padding: 0 0 0 15px;
border-left: 1px dashed gray;
list-style: none outside none;
}
/* line 12, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/tree.css.scss */
.tree li {
margin-bottom: 5px;
position: relative;
list-style: none outside none;
}
/* line 18, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/tree.css.scss */
.tree a {
color: black;
font-size: 14px;
}
/* line 22, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/tree.css.scss */
.tree a:hover {
color: black;
background: #ddd;
}
/* line 28, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/tree.css.scss */
.tree .item {
padding: 5px;
background: #eee;
margin-bottom: 5px;
border-radius: 3px;
}
/* line 33, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/tree.css.scss */
.tree .item:hover {
background: #ddd;
}
/* line 1, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree {
margin: 0;
padding: 0;
}
/* line 3, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree * {
margin: 0;
padding: 0;
}
/* line 5, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree ol {
margin: 0 0 0 13px;
padding: 0 0 0 15px;
border-left: 1px dashed gray;
list-style: none outside none;
}
/* line 12, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree li {
margin-bottom: 5px;
position: relative;
list-style: none outside none;
}
/* line 18, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree a {
color: #000;
font-size: 10pt;
font-weight: normal;
text-decoration: none;
line-height: 150%;
margin-left: 30px;
margin-right: 120px;
display: block;
}
/* line 27, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree a:hover {
text-decoration: underline;
}
/* line 30, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree h4 {
margin-left: 30px;
}
/* line 33, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree h4 a {
color: #333;
font-size: 14px;
margin-left: 0;
}
/* line 37, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree h4 a:hover {
background: #eee;
}
/* line 41, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree p {
margin-right: 75px;
padding: 5px;
}
/* line 46, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .handle {
background: transparent url(/assets/iconza/icons/move.png);
background-position: center center;
width: 16px;
height: 16px;
margin: 3px 10px 0 0;
float: left;
cursor: move;
}
/* line 56, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .handle:hover {
background: transparent url(/assets/iconza/icons/red_move.png);
}
/* line 59, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .item {
padding: 5px;
background: #f7f7f7;
border-radius: 3px;
margin-bottom: 5px;
}
/* line 64, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .item:hover {
background: #eee;
}
/* line 67, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .placeholder {
background-color: #EEF;
border: 1px dashed blue;
}
/* line 72, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .ui-nestedSortable-error {
background: #FAA;
color: #8a1f11;
}
/* line 77, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .controls {
position: absolute;
top: 1px;
right: 10px;
}
/* line 81, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .controls a {
width: 20px;
height: 20px;
display: block;
float: left;
padding: 5px;
cursor: pointer;
position: relative;
margin: 0 0 5px 5px;
overflow: hidden;
zoom: 1;
}
/* line 94, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .controls a.new {
background: transparent url(/assets/iconza/icons/add.png) no-repeat scroll center center;
}
/* line 96, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .controls a.new:hover {
background: transparent url(/assets/iconza/icons/red_add.png) no-repeat scroll center center;
}
/* line 98, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .controls a.edit {
background: transparent url(/assets/iconza/icons/edit.png) no-repeat scroll center center;
}
/* line 100, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .controls a.edit:hover {
background: transparent url(/assets/iconza/icons/red_edit.png) no-repeat scroll center center;
}
/* line 102, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .controls a.delete {
background: transparent url(/assets/iconza/icons/delete.png) no-repeat scroll center center;
}
/* line 104, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree .controls a.delete:hover {
background: transparent url(/assets/iconza/icons/red_delete.png) no-repeat scroll center center;
}
/* line 1, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options {
padding: 3px;
font-size: 18px;
font-family: Arial;
border: 1px solid gray;
}
/* line 7, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options option {
color: black;
padding: 3px;
}
/* line 9, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options option.selected {
font-weight: bold;
color: red;
}
/* line 13, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options .l_1 {
padding-left: 0px;
font-size: 90%;
}
/* line 13, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options .l_2 {
padding-left: 15px;
font-size: 80%;
}
/* line 20, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options .l_3 {
padding-left: 30px;
font-size: 70%;
}
/* line 20, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options .l_4 {
padding-left: 45px;
font-size: 70%;
}
/* line 20, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options .l_5 {
padding-left: 60px;
font-size: 70%;
}
/* line 20, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options .l_6 {
padding-left: 75px;
font-size: 70%;
}
/* line 20, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options .l_7 {
padding-left: 90px;
font-size: 70%;
}
/* line 20, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options .l_8 {
padding-left: 105px;
font-size: 70%;
}
/* line 20, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options .l_9 {
padding-left: 120px;
font-size: 70%;
}
/* line 20, /usr/local/var/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/the_sortable_tree-2.5.0/app/assets/stylesheets/nested_options.css.scss */
.nested_options .l_10 {
padding-left: 135px;
font-size: 70%;
}
/* line 1, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
body {
background-color: #fff;
color: #333;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
}
/* line 9, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
p, ol, ul, td {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
}
/* line 15, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
pre {
background-color: #eee;
padding: 10px;
font-size: 11px;
}
/* line 21, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
a {
color: #000;
}
/* line 23, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
a:visited {
color: #666;
}
/* line 26, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
a:hover {
color: #fff;
background-color: #000;
}
/* line 33, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
div.field, div.actions {
margin-bottom: 10px;
}
/* line 38, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
#notice {
color: green;
}
/* line 42, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
.field_with_errors {
padding: 2px;
background-color: red;
display: table;
}
/* line 48, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
#error_explanation {
width: 450px;
border: 2px solid red;
padding: 7px;
padding-bottom: 0;
margin-bottom: 20px;
background-color: #f0f0f0;
}
/* line 55, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
#error_explanation h2 {
text-align: left;
font-weight: bold;
padding: 5px 5px 5px 15px;
font-size: 12px;
margin: -7px;
margin-bottom: 0px;
background-color: #c00;
color: #fff;
}
/* line 65, /Users/peng/Projects/github/church/app/assets/stylesheets/scaffolds.css.scss */
#error_explanation ul li {
font-size: 12px;
list-style: square;
}
| 0.464173 | 0.046921 |
.address-list{
border-right: #999999 1px solid;
overflow-x: auto;
}
.address-list ol{
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
.address-list li{
border-bottom: #999999 1px dotted;
padding: 5px;
cursor: pointer;
}
.address-list li:hover, .address-list li.active{
background: #f3f3f4;
}
.address-list li.search{
padding: 10px 20px;
}
.address-list li.search:hover{
background: none;
}
.address-list li:first-child{
}
.address-list p{
margin: 0;
}
.address-list .sort{
font-weight: bold;
}
.address-content{
min-height: 800px;
}
.address-card{
-webkit-animation-duration: 1s;
-webkit-animation-delay: 0s;
-webkit-animation-iteration-count: infinite;
-moz-animation-duration: 1s;
-moz-animation-delay: 0s;
-moz-animation-iteration-count: infinite;
}
.address-card .favicon .fa{
font-size: 30px;
}
.address-card .warp{
border: 1px solid #e5e6e7;
background: #f3f3f4;
padding: 30px;
position: relative;
min-height: 350px;
margin-bottom: 30px
}
.address-card .label{
font-size: 100%;
}
.address-card .remove{
position: absolute;
right: 10px;
top: 10px;
color: #333;
}
.address-card .edit{
position: absolute;
right: 25px;
top: 10px;
color: #333;
}
.address-card .person{
margin-left: 50px;
}
.address-card .company{
font-style: italic;
color: #999999;
}
.address-card .name{
font-size: 24px;
color: #ef3434;
font-weight: 100;
line-height: 100%;
}
.address-card .company{
color: #999999;
font-style: italic;
}
.address-card .address{
padding-left: 50px;
}
.address-card .contact, .address-card .person, .address-card .address{
margin-bottom: 10px;
}
.address-card .www, .address-card .email{
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.address-card .data span{
display: inline-block;
width: 50px;
}
.address-card .tel, .address-card .tel, .address-card .tel{
margin-bottom: 0;
}
@media (max-width: 1199px) and (min-width: 992px){
.address-card .person, .address-card .address{
margin-left: 0;
padding-left: 0;
}
}
@media (max-width: 1199px) and (min-width: 992px){
.address-card .person, .address-card .address{
margin-left: 0;
padding-left: 0;
}
}
@media (max-width: 1199px) and (min-width: 992px){
.address-card .person, .address-card .address{
margin-left: 0;
padding-left: 0;
}
}
|
public/asset/css/ss/address.css
|
.address-list{
border-right: #999999 1px solid;
overflow-x: auto;
}
.address-list ol{
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
.address-list li{
border-bottom: #999999 1px dotted;
padding: 5px;
cursor: pointer;
}
.address-list li:hover, .address-list li.active{
background: #f3f3f4;
}
.address-list li.search{
padding: 10px 20px;
}
.address-list li.search:hover{
background: none;
}
.address-list li:first-child{
}
.address-list p{
margin: 0;
}
.address-list .sort{
font-weight: bold;
}
.address-content{
min-height: 800px;
}
.address-card{
-webkit-animation-duration: 1s;
-webkit-animation-delay: 0s;
-webkit-animation-iteration-count: infinite;
-moz-animation-duration: 1s;
-moz-animation-delay: 0s;
-moz-animation-iteration-count: infinite;
}
.address-card .favicon .fa{
font-size: 30px;
}
.address-card .warp{
border: 1px solid #e5e6e7;
background: #f3f3f4;
padding: 30px;
position: relative;
min-height: 350px;
margin-bottom: 30px
}
.address-card .label{
font-size: 100%;
}
.address-card .remove{
position: absolute;
right: 10px;
top: 10px;
color: #333;
}
.address-card .edit{
position: absolute;
right: 25px;
top: 10px;
color: #333;
}
.address-card .person{
margin-left: 50px;
}
.address-card .company{
font-style: italic;
color: #999999;
}
.address-card .name{
font-size: 24px;
color: #ef3434;
font-weight: 100;
line-height: 100%;
}
.address-card .company{
color: #999999;
font-style: italic;
}
.address-card .address{
padding-left: 50px;
}
.address-card .contact, .address-card .person, .address-card .address{
margin-bottom: 10px;
}
.address-card .www, .address-card .email{
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.address-card .data span{
display: inline-block;
width: 50px;
}
.address-card .tel, .address-card .tel, .address-card .tel{
margin-bottom: 0;
}
@media (max-width: 1199px) and (min-width: 992px){
.address-card .person, .address-card .address{
margin-left: 0;
padding-left: 0;
}
}
@media (max-width: 1199px) and (min-width: 992px){
.address-card .person, .address-card .address{
margin-left: 0;
padding-left: 0;
}
}
@media (max-width: 1199px) and (min-width: 992px){
.address-card .person, .address-card .address{
margin-left: 0;
padding-left: 0;
}
}
| 0.355887 | 0.056029 |
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
width: 400px;
height: 475px;
border: 0;
border-radius: 10px;
background-color: #eee;
z-index: 1100;
}
.login-close{
float: right;
padding: 5px 10px 0 0;
font-size: 35px;
cursor: pointer;
}
.login-header{
font-size: 20px;
text-align: center;
margin-top: 51px;
margin-bottom: 30px;
}
#login input{
display: block;
width: 75%;
height: 38px;
color: #262e39;
line-height: 38px;
border: 1px solid #bbb;
border-radius: 3px;
padding: 0 10px;
background-color: #eee;
margin: 15px auto;
}
#login input.login-btn{
color: #fff;
width: 80.5%;
height: 43px;
outline: none;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
cursor: pointer;
}
#login input.login-btn:hover{
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d9fff), color-stop(1, #1e6ff0) );
}
.err-tips{
position: absolute;
right: 40px;
top: 88px;
color: #f00;
font-size: 10px;
display: none;
}
.login-bottom{
float: right;
color: #aaa;
font-size: 12px;
margin-right: 40px;
}
.login-bottom a{
text-decoration: none;
color: #888;
}
.login-choice{
color: #888;
text-align: center;
margin-top: 80px;
font-size: 14px;
}
.login-hr{
height: 1px;
width: 80%;
background-color: #aaa;
margin: 55px auto 0;
}
.login-choice-a{
width: 44px;
height: 44px;
margin: -22px auto 0;
padding: 0 8px;
background-color: #eee;
}
.login-choice-img{
width: 44px;
height: 44px;
border-radius: 50%;
background-color: #aaa;
}
.pwd-tips{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
color: #fff;
width: 160px;
height: 80px;
text-align: center;
line-height: 80px;
background-color: rgba(0,0,0,0.5);
margin: auto;
display: none;
}
|
ICART/zwt/css/login.css
|
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
width: 400px;
height: 475px;
border: 0;
border-radius: 10px;
background-color: #eee;
z-index: 1100;
}
.login-close{
float: right;
padding: 5px 10px 0 0;
font-size: 35px;
cursor: pointer;
}
.login-header{
font-size: 20px;
text-align: center;
margin-top: 51px;
margin-bottom: 30px;
}
#login input{
display: block;
width: 75%;
height: 38px;
color: #262e39;
line-height: 38px;
border: 1px solid #bbb;
border-radius: 3px;
padding: 0 10px;
background-color: #eee;
margin: 15px auto;
}
#login input.login-btn{
color: #fff;
width: 80.5%;
height: 43px;
outline: none;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
cursor: pointer;
}
#login input.login-btn:hover{
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d9fff), color-stop(1, #1e6ff0) );
}
.err-tips{
position: absolute;
right: 40px;
top: 88px;
color: #f00;
font-size: 10px;
display: none;
}
.login-bottom{
float: right;
color: #aaa;
font-size: 12px;
margin-right: 40px;
}
.login-bottom a{
text-decoration: none;
color: #888;
}
.login-choice{
color: #888;
text-align: center;
margin-top: 80px;
font-size: 14px;
}
.login-hr{
height: 1px;
width: 80%;
background-color: #aaa;
margin: 55px auto 0;
}
.login-choice-a{
width: 44px;
height: 44px;
margin: -22px auto 0;
padding: 0 8px;
background-color: #eee;
}
.login-choice-img{
width: 44px;
height: 44px;
border-radius: 50%;
background-color: #aaa;
}
.pwd-tips{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
color: #fff;
width: 160px;
height: 80px;
text-align: center;
line-height: 80px;
background-color: rgba(0,0,0,0.5);
margin: auto;
display: none;
}
| 0.456652 | 0.101902 |
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 40vmin;
pointer-events: none;
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
body > #root > div {
padding:0;
margin:0;
top:0;
left:0;
min-height: -webkit-fill-available;
min-width: 100vw;
overflow-y: scroll;
overflow-x: hidden;
}
div.mainbodyClassic
{
padding:0;
margin:0;
top:0;
left:0;
min-width: 100vw;
min-height: 100vh;
position: absolute;
background-color: #8D77AB;
}
div.mainbodyArchive
{
padding:0;
margin:0;
top:0;
left:0;
min-width: 100vw;
min-height: 100vh;
position: absolute;
background-color: #FEBD59;
}
.dropzone {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
border-width: 2px;
border-radius: 2px;
border-style: dashed;
background-color: #fafafa;
color: #bdbdbd;
outline: none;
transition: border .24s ease-in-out;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.login-container{
width:60%;
max-width:100%;
margin:5% auto;
}
.login-container h2{
text-align:center;
font-size:20px;
color: #FEBD59;
}
.login-container .col-md-12 .profile-btn{
padding: 1%;
}
.login-container .col-md-6{
padding: .5%;
}
.login-logo{
padding-top: 6%;
padding-bottom: 3%
}
.login-container .btn-link {
color: #A4CABC;
}
.login-container .btn-link:hover {
color: #ffd38f;
}
input.form-control{
max-width: 80%;
text-align: center;
margin: auto;
}
.profile-container{
width: 60%;
max-width:100%;
margin:5% auto;
}
.profile-container .col-md-12{
padding: 2%;
}
.navbar-brand{
width: auto;
background-color: #A4CABC;
color: #57496A;
}
.panel-title-right {
color: #fff;
text-align: left;
width: 100%;
height: 100%;
}
.panel-title-left {
color: #fff;
text-align: right;
width: 100%;
height: 100%;
}
.panel-default {
background: rgba(0, 0, 0, 0.3);
border-radius: 8px;
width: 100%;
height: 100%;
box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.4);
display: inline-block;
}
.panel-default-home {
background: rgba(0, 0, 0, 0.3);
border-radius: 8px;
width: 100%;
height: 100%;
box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.4);
}
.singleDisplayImg {
width: 20vh;
height: 20vh;
}
th{
color:#A4CABC;
}
td{
color: #fff;
}
input, text, label{
color: #A4CABC;
box-sizing: border-box;
width: 20vh;
}
.background-classic {
background-color: #8D77AB;
/*justify: center;*/
}
.background-archive {
background-color: #FEBD59;
/*justify: center;*/
}
h2.panel-title {
height: 0%;
margin: 1%;
/*justify: center;*/
}
.grid {
display: grid;
gap: 15px;
overflow: hidden;
/* grid-template-columns: repeat(auto-fill, 200px); */
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
/* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr) 150px); */
grid-auto-flow: dense;
text-align: center;
padding: 14px;
}
.tile {
border-radius: 4px;
background: rgb(72, 61, 87);
box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.4);
display: block;
text-decoration-line: none;
text-decoration-style: initial;
text-decoration-color: initial;
}
.tiletitle {
font-family: 'Roboto', sans-serif;
font-weight: 350;
font-size: 16px;
padding-top: 16px;
padding-left: 8px;
padding-right: 8px;
width: 100%;
height: 65px;
text-transform: uppercase;
line-height: normal;
}
.tileArchive {
border-radius: 4px;
background: rgb(189, 139, 64);
box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.4);
display: block;
text-decoration-line: none;
text-decoration-style: initial;
text-decoration-color: initial;
}
.imgbox {
display: block;
width: 100%;
height: 135px;
text-align: center;
padding: 10px;
}
.tileimg {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
}
.infobox {
height: 17%;
overflow: scroll;
}
.grid a {
text-decoration: none;
/*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
}
.grid div.sub {
color: #FEBD59;
}
.grid div.sub:visited {
color: #ffd38f;
}
.grid div.sub:hover {
color: #FEBD59;
}
.grid div.subArchive {
color: rgb(47, 40, 58);
}
.grid div.subArchive:visited {
color: rgb(47, 40, 58);
}
.grid div.subArchive:hover {
color: rgb(47, 40, 58);
}
.grid div.plain {
font-family: 'Roboto', serif;
font-weight: 500;
font-size: 15px;
padding-top: 16px;
padding-left: 8px;
padding-right: 8px;
color: #fff;
}
.grid div.plain:hover {
color: #fff;
}
.container {
position: relative;
display: block;
text-align:center;
width: 100%;
height: 100%;
color: #FEBD59;
}
.container dd {
color: #fff;
}
.container h3 {
color: #A4CABC;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
div .col-1 {
padding-left: 0px;
padding-right: 0px;
}
.col-md-10 {
text-align:left;
}
.divider {
width: 5px;
height:auto;
display:inline-block;
}
.thumbs-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-top: 1%;
width: 90%;
text-align: center;
}
.thumb {
display: inline-flex;
border-radius: 2%;
border: 1px solid #eaeaea;
margin-bottom: 1%;
margin-right: 1%;
width: 30vw;
height: 30vw;
padding: 1%;
box-sizing: border-box;
}
.thumb-inner {
display: flex;
min-width: 0%;
overflow: hidden;
}
.thumb-img {
display: block;
width: 100%;
height: 100%;
}
.close {
position: relative;
top: 0;
left: 80%;
height: 1%;
width: 1%;
}
.bigdivider {
width: 20px;
height:auto;
display:inline-block;
}
.gallery {
color: black;
height: "100vh";
width: "100vw";
}
.floating {
position: fixed;
bottom: 5%;
right: 5%;
width: 110px;
height: 60px;
}
.floating-row {
position: fixed;
bottom: 2%;
right: 0;
left: 0;
margin-left: auto;
margin-right: auto;
height: 60px;
width: 270px;
background: rgb(72, 61, 87);
border-radius: 4px;
box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.8);
}
.floating-button {
position: fixed;
bottom: 2%;
right: 0;
left: 0;
margin-left: auto;
margin-right: auto;
width: fit-content;
height: fit-content;
padding: 3px;
background: rgb(72, 61, 87);
border-radius: 4px;
box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.8);
}
.floating-button-large {
position: fixed;
bottom: 5%;
right: 5%;
width: 79px;
height: 78px;
}
.floating-button-tile {
background: rgb(72, 61, 87);
border-radius: 4px;
width: 100%;
height: 100%;
box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.8);
display: block;
text-decoration-line: none;
text-decoration-style: initial;
text-decoration-color: initial;
}
.floating-tile {
background: rgb(255, 255, 255, 0.2);
border-radius: 4px;
width: 100%;
height: 100%;
box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.4);
display: block;
text-decoration-line: none;
text-decoration-style: initial;
text-decoration-color: initial;
}
.floating-tile.btn.btn-outline-warning {
padding: 5%;
}
.floating-tile b {
font-size: 15px;
color: rgb(0, 0, 0);
}
.col h2.centre-title {
padding-top: 10px;
font-family: 'Roboto', sans-serif;
font-weight: 900;
color: #A4CABC;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.button-row {
padding: 10px;
}
.create-container {
width: 80%;
height: 100%;
margin: 0 auto;
}
.map-container {
height: 80vh;
}
.create-container-main {
position: relative;
display: inline-block;
text-align:center;
width: 100%;
height: 100vh;
color: #FEBD59;
}
.create-container-main dd {
color: #fff;
}
.create-container-main h3 {
color: #A4CABC;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.form-control-text {
display: flex;
}
.form-control-text-major {
flex-grow: 0;
padding-right: 3px;
}
.form-control-text-minor {
flex-grow: 1;
padding-left: 3px;
}
|
family-jewels-crud/src/App.css
|
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 40vmin;
pointer-events: none;
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
body > #root > div {
padding:0;
margin:0;
top:0;
left:0;
min-height: -webkit-fill-available;
min-width: 100vw;
overflow-y: scroll;
overflow-x: hidden;
}
div.mainbodyClassic
{
padding:0;
margin:0;
top:0;
left:0;
min-width: 100vw;
min-height: 100vh;
position: absolute;
background-color: #8D77AB;
}
div.mainbodyArchive
{
padding:0;
margin:0;
top:0;
left:0;
min-width: 100vw;
min-height: 100vh;
position: absolute;
background-color: #FEBD59;
}
.dropzone {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
border-width: 2px;
border-radius: 2px;
border-style: dashed;
background-color: #fafafa;
color: #bdbdbd;
outline: none;
transition: border .24s ease-in-out;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.login-container{
width:60%;
max-width:100%;
margin:5% auto;
}
.login-container h2{
text-align:center;
font-size:20px;
color: #FEBD59;
}
.login-container .col-md-12 .profile-btn{
padding: 1%;
}
.login-container .col-md-6{
padding: .5%;
}
.login-logo{
padding-top: 6%;
padding-bottom: 3%
}
.login-container .btn-link {
color: #A4CABC;
}
.login-container .btn-link:hover {
color: #ffd38f;
}
input.form-control{
max-width: 80%;
text-align: center;
margin: auto;
}
.profile-container{
width: 60%;
max-width:100%;
margin:5% auto;
}
.profile-container .col-md-12{
padding: 2%;
}
.navbar-brand{
width: auto;
background-color: #A4CABC;
color: #57496A;
}
.panel-title-right {
color: #fff;
text-align: left;
width: 100%;
height: 100%;
}
.panel-title-left {
color: #fff;
text-align: right;
width: 100%;
height: 100%;
}
.panel-default {
background: rgba(0, 0, 0, 0.3);
border-radius: 8px;
width: 100%;
height: 100%;
box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.4);
display: inline-block;
}
.panel-default-home {
background: rgba(0, 0, 0, 0.3);
border-radius: 8px;
width: 100%;
height: 100%;
box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.4);
}
.singleDisplayImg {
width: 20vh;
height: 20vh;
}
th{
color:#A4CABC;
}
td{
color: #fff;
}
input, text, label{
color: #A4CABC;
box-sizing: border-box;
width: 20vh;
}
.background-classic {
background-color: #8D77AB;
/*justify: center;*/
}
.background-archive {
background-color: #FEBD59;
/*justify: center;*/
}
h2.panel-title {
height: 0%;
margin: 1%;
/*justify: center;*/
}
.grid {
display: grid;
gap: 15px;
overflow: hidden;
/* grid-template-columns: repeat(auto-fill, 200px); */
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
/* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr) 150px); */
grid-auto-flow: dense;
text-align: center;
padding: 14px;
}
.tile {
border-radius: 4px;
background: rgb(72, 61, 87);
box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.4);
display: block;
text-decoration-line: none;
text-decoration-style: initial;
text-decoration-color: initial;
}
.tiletitle {
font-family: 'Roboto', sans-serif;
font-weight: 350;
font-size: 16px;
padding-top: 16px;
padding-left: 8px;
padding-right: 8px;
width: 100%;
height: 65px;
text-transform: uppercase;
line-height: normal;
}
.tileArchive {
border-radius: 4px;
background: rgb(189, 139, 64);
box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.4);
display: block;
text-decoration-line: none;
text-decoration-style: initial;
text-decoration-color: initial;
}
.imgbox {
display: block;
width: 100%;
height: 135px;
text-align: center;
padding: 10px;
}
.tileimg {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
}
.infobox {
height: 17%;
overflow: scroll;
}
.grid a {
text-decoration: none;
/*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
}
.grid div.sub {
color: #FEBD59;
}
.grid div.sub:visited {
color: #ffd38f;
}
.grid div.sub:hover {
color: #FEBD59;
}
.grid div.subArchive {
color: rgb(47, 40, 58);
}
.grid div.subArchive:visited {
color: rgb(47, 40, 58);
}
.grid div.subArchive:hover {
color: rgb(47, 40, 58);
}
.grid div.plain {
font-family: 'Roboto', serif;
font-weight: 500;
font-size: 15px;
padding-top: 16px;
padding-left: 8px;
padding-right: 8px;
color: #fff;
}
.grid div.plain:hover {
color: #fff;
}
.container {
position: relative;
display: block;
text-align:center;
width: 100%;
height: 100%;
color: #FEBD59;
}
.container dd {
color: #fff;
}
.container h3 {
color: #A4CABC;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
div .col-1 {
padding-left: 0px;
padding-right: 0px;
}
.col-md-10 {
text-align:left;
}
.divider {
width: 5px;
height:auto;
display:inline-block;
}
.thumbs-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-top: 1%;
width: 90%;
text-align: center;
}
.thumb {
display: inline-flex;
border-radius: 2%;
border: 1px solid #eaeaea;
margin-bottom: 1%;
margin-right: 1%;
width: 30vw;
height: 30vw;
padding: 1%;
box-sizing: border-box;
}
.thumb-inner {
display: flex;
min-width: 0%;
overflow: hidden;
}
.thumb-img {
display: block;
width: 100%;
height: 100%;
}
.close {
position: relative;
top: 0;
left: 80%;
height: 1%;
width: 1%;
}
.bigdivider {
width: 20px;
height:auto;
display:inline-block;
}
.gallery {
color: black;
height: "100vh";
width: "100vw";
}
.floating {
position: fixed;
bottom: 5%;
right: 5%;
width: 110px;
height: 60px;
}
.floating-row {
position: fixed;
bottom: 2%;
right: 0;
left: 0;
margin-left: auto;
margin-right: auto;
height: 60px;
width: 270px;
background: rgb(72, 61, 87);
border-radius: 4px;
box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.8);
}
.floating-button {
position: fixed;
bottom: 2%;
right: 0;
left: 0;
margin-left: auto;
margin-right: auto;
width: fit-content;
height: fit-content;
padding: 3px;
background: rgb(72, 61, 87);
border-radius: 4px;
box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.8);
}
.floating-button-large {
position: fixed;
bottom: 5%;
right: 5%;
width: 79px;
height: 78px;
}
.floating-button-tile {
background: rgb(72, 61, 87);
border-radius: 4px;
width: 100%;
height: 100%;
box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.8);
display: block;
text-decoration-line: none;
text-decoration-style: initial;
text-decoration-color: initial;
}
.floating-tile {
background: rgb(255, 255, 255, 0.2);
border-radius: 4px;
width: 100%;
height: 100%;
box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.4);
display: block;
text-decoration-line: none;
text-decoration-style: initial;
text-decoration-color: initial;
}
.floating-tile.btn.btn-outline-warning {
padding: 5%;
}
.floating-tile b {
font-size: 15px;
color: rgb(0, 0, 0);
}
.col h2.centre-title {
padding-top: 10px;
font-family: 'Roboto', sans-serif;
font-weight: 900;
color: #A4CABC;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.button-row {
padding: 10px;
}
.create-container {
width: 80%;
height: 100%;
margin: 0 auto;
}
.map-container {
height: 80vh;
}
.create-container-main {
position: relative;
display: inline-block;
text-align:center;
width: 100%;
height: 100vh;
color: #FEBD59;
}
.create-container-main dd {
color: #fff;
}
.create-container-main h3 {
color: #A4CABC;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.form-control-text {
display: flex;
}
.form-control-text-major {
flex-grow: 0;
padding-right: 3px;
}
.form-control-text-minor {
flex-grow: 1;
padding-left: 3px;
}
| 0.544801 | 0.089415 |
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300&display=swap');
body{
font-family: 'Nunito', sans-serif !important;
}
body {
padding: 10px;
margin-bottom: 101px !important;
}
h1 {
margin-bottom: 2000px;
}
.mobile-bottom-nav {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 1000;
will-change: transform;
-webkit-transform: translateZ(0);
transform: translateZ(0);
display: -webkit-box;
display: flex;
height: 66px;
box-shadow: 0 -2px 5px -2px #333;
background-color: #3ab54a;
}
.h5, h5 {
font-size: 17px !important;
}
.mobile-bottom-nav__item {
-webkit-box-flex: 1;
flex-grow: 1;
text-align: center;
font-size: 12px;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
}
.custom-se{
background: transparent;
margin-top: 8px;
color: white;
border: none;
outline: none;
}
.mobile-bottom-nav__item--active {
background-color: green !important;
}
.mobile-bottom-nav__item-content {
display: -webkit-box;
/* display: flex; */
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}
.bottom-icon {
width: 46px;
background: white;
padding: 8px;
border-radius: 50%;
}
header {
background-color: #3ab54a;
padding: 13px;
text-align: center !important;
}
body {
margin: 0;
padding: 0;
}
.select {
padding: 3px 11px;
background-color: #3ab54a;
color: white;
margin-top: 17px;
border: none;
outline: none;
}
.input-filed {
background-color: #3ab54a;
padding-left: 10px;
line-height: 40px;
border-radius: 20px;
color: white;
width: 100%;
outline: none;
border: none;
}
::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: white;
opacity: 1;
/* Firefox */
}
:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: white;
}
::-ms-input-placeholder {
/* Microsoft Edge */
color: white;
}
.rank {
border-radius: 21%;
padding: 10px 25px;
background: #3ab54a;
color: white;
font-weight: 600;
font-size: 20px;
}
.input{
background-color: #3ab54a;
padding-left: 10px;
line-height: 40px;
border-radius: 8px;
color: white;
width: 100%;
outline: none;
border: none;
}
.col-style{
margin: 20px 0px;
background-color: #414141;
border-radius: 44px;
}
.col-styler{
margin: 20px 0px;
background-color: #3b3b3b;
border-radius: 11px;
}
.h{
background-color: #3ab54a;
margin-right: 10px;
padding: 7px 16px;
color: white;
margin-top: 5px;
border-radius: 20px;
}
.round-div{
font-size: 15px !important;
font-weight: 800;
background: #3ab54a;
color: white;
border-radius: 50%;
line-height: 46px;
}
.round-div1{
font-size: 15px !important;
font-weight: 800;
background: #900f17;
color: white;
border-radius: 50%;
line-height: 46px;
}
.white-div{
background-color: white !important;
padding: 15px;
}
.round-div:hover{
background-color: green !important ;
}
.round-div1:hover{
background-color: red !important ;
}
.button-hover:hover{
background-color: green !important ;
}
.hh:hover{
background-color: green ;
}
.h:hover{
background-color: green ;
}
.search{
margin-top: 10px;
width: 100%;
line-height: 50px;
padding-left: 20px;
color: white;
border:none;
border-radius: 30px;
font-size: 20px;
background-color:#3ab54a ;
}
.hh {
background-color: #3ab54a;
padding: 7px 16px;
color: white;
border-top-right-radius: 11px;
border-bottom-right-radius: 11px;
padding: 17px;
}
::-webkit-search-cancel-button,
::-webkit-clear-button {
-webkit-appearance: none;
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000" fill-opacity=".54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
color: rgba(0, 0, 0, 0.54);
cursor: pointer;
height: 1.5rem;
margin-right: 0;
width: 1.5rem;
}
::-webkit-calendar-picker-indicator {
color: rgba(0, 0, 0, 0);
opacity: 1;
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000" fill-opacity=".54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
width: 14px;
height: 18px;
cursor: pointer;
border-radius: 50%;
margin-left: .5rem;
}
::-webkit-calendar-picker-indicator:hover {
-webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
}
.green-border{
margin-top: 15px;
border:3px solid #3ab54a;
border-radius: 8px;
}
.order-id{
color: #3ab54a;
font-size: 20px;
font-weight: 600;
}
.order-idd{
color: 424242;
font-size: 20px;
font-weight: 600;
}
hr {
border-top: 3px solid #3ab54a !important;
}
.my-button{
color: white;
background: #3ab54a;
border: none;
margin: 16px 0px;
border-radius: 9px;
padding: 0px 11px;
}
.my-buttonn{
color: white;
background: #3ab54a;
border: none;
margin: 16px 0px;
border-radius: 20px;
padding: 6px 26px;
float:right;
outline:none !important
}
.my-buttonnn{
color: white;
background: #900f17;
border: none;
margin: 16px 0px;
border-radius: 20px;
padding: 6px 26px;
outline:none !important
}
.custom-field{
margin-top: 5px;
outline: none;
line-height: 30px;
border-radius: 3px;
width: 100%;
}
.custom-field{
font-size: 13px;
border: 1px solid transparent;
margin-top: 5px;
outline: none;
line-height: 30px;
border-radius: 3px;
width: 100%;
color:white;
background-color:#3ab54a;
}
.rgister-now{
background-color: #000;
border: none;
width: 100%;
color: white;
border-radius: 3px;
margin-top: 15px;
padding: 6px;
}
.create{
background-color: #3ab54a;
border: none;
color: white;
border-radius: 20px;
margin-top: 15px;
padding: 4px 11px;
}
.create-gray{
background-color: #ececec;
}
@media(max-width:345px) {
.my-buttonnn {
padding: 3px 10px !important;
font-size: 12px !important;
}
.my-buttonn {
padding: 3px 10px !important;
font-size: 12px !important;
}
.round-div, .round-div1 {
font-size: 12px !important;
line-height: 35px !important;
}
}
|
css/style.css
|
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300&display=swap');
body{
font-family: 'Nunito', sans-serif !important;
}
body {
padding: 10px;
margin-bottom: 101px !important;
}
h1 {
margin-bottom: 2000px;
}
.mobile-bottom-nav {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 1000;
will-change: transform;
-webkit-transform: translateZ(0);
transform: translateZ(0);
display: -webkit-box;
display: flex;
height: 66px;
box-shadow: 0 -2px 5px -2px #333;
background-color: #3ab54a;
}
.h5, h5 {
font-size: 17px !important;
}
.mobile-bottom-nav__item {
-webkit-box-flex: 1;
flex-grow: 1;
text-align: center;
font-size: 12px;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
}
.custom-se{
background: transparent;
margin-top: 8px;
color: white;
border: none;
outline: none;
}
.mobile-bottom-nav__item--active {
background-color: green !important;
}
.mobile-bottom-nav__item-content {
display: -webkit-box;
/* display: flex; */
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}
.bottom-icon {
width: 46px;
background: white;
padding: 8px;
border-radius: 50%;
}
header {
background-color: #3ab54a;
padding: 13px;
text-align: center !important;
}
body {
margin: 0;
padding: 0;
}
.select {
padding: 3px 11px;
background-color: #3ab54a;
color: white;
margin-top: 17px;
border: none;
outline: none;
}
.input-filed {
background-color: #3ab54a;
padding-left: 10px;
line-height: 40px;
border-radius: 20px;
color: white;
width: 100%;
outline: none;
border: none;
}
::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: white;
opacity: 1;
/* Firefox */
}
:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: white;
}
::-ms-input-placeholder {
/* Microsoft Edge */
color: white;
}
.rank {
border-radius: 21%;
padding: 10px 25px;
background: #3ab54a;
color: white;
font-weight: 600;
font-size: 20px;
}
.input{
background-color: #3ab54a;
padding-left: 10px;
line-height: 40px;
border-radius: 8px;
color: white;
width: 100%;
outline: none;
border: none;
}
.col-style{
margin: 20px 0px;
background-color: #414141;
border-radius: 44px;
}
.col-styler{
margin: 20px 0px;
background-color: #3b3b3b;
border-radius: 11px;
}
.h{
background-color: #3ab54a;
margin-right: 10px;
padding: 7px 16px;
color: white;
margin-top: 5px;
border-radius: 20px;
}
.round-div{
font-size: 15px !important;
font-weight: 800;
background: #3ab54a;
color: white;
border-radius: 50%;
line-height: 46px;
}
.round-div1{
font-size: 15px !important;
font-weight: 800;
background: #900f17;
color: white;
border-radius: 50%;
line-height: 46px;
}
.white-div{
background-color: white !important;
padding: 15px;
}
.round-div:hover{
background-color: green !important ;
}
.round-div1:hover{
background-color: red !important ;
}
.button-hover:hover{
background-color: green !important ;
}
.hh:hover{
background-color: green ;
}
.h:hover{
background-color: green ;
}
.search{
margin-top: 10px;
width: 100%;
line-height: 50px;
padding-left: 20px;
color: white;
border:none;
border-radius: 30px;
font-size: 20px;
background-color:#3ab54a ;
}
.hh {
background-color: #3ab54a;
padding: 7px 16px;
color: white;
border-top-right-radius: 11px;
border-bottom-right-radius: 11px;
padding: 17px;
}
::-webkit-search-cancel-button,
::-webkit-clear-button {
-webkit-appearance: none;
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000" fill-opacity=".54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
color: rgba(0, 0, 0, 0.54);
cursor: pointer;
height: 1.5rem;
margin-right: 0;
width: 1.5rem;
}
::-webkit-calendar-picker-indicator {
color: rgba(0, 0, 0, 0);
opacity: 1;
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000" fill-opacity=".54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
width: 14px;
height: 18px;
cursor: pointer;
border-radius: 50%;
margin-left: .5rem;
}
::-webkit-calendar-picker-indicator:hover {
-webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
}
.green-border{
margin-top: 15px;
border:3px solid #3ab54a;
border-radius: 8px;
}
.order-id{
color: #3ab54a;
font-size: 20px;
font-weight: 600;
}
.order-idd{
color: 424242;
font-size: 20px;
font-weight: 600;
}
hr {
border-top: 3px solid #3ab54a !important;
}
.my-button{
color: white;
background: #3ab54a;
border: none;
margin: 16px 0px;
border-radius: 9px;
padding: 0px 11px;
}
.my-buttonn{
color: white;
background: #3ab54a;
border: none;
margin: 16px 0px;
border-radius: 20px;
padding: 6px 26px;
float:right;
outline:none !important
}
.my-buttonnn{
color: white;
background: #900f17;
border: none;
margin: 16px 0px;
border-radius: 20px;
padding: 6px 26px;
outline:none !important
}
.custom-field{
margin-top: 5px;
outline: none;
line-height: 30px;
border-radius: 3px;
width: 100%;
}
.custom-field{
font-size: 13px;
border: 1px solid transparent;
margin-top: 5px;
outline: none;
line-height: 30px;
border-radius: 3px;
width: 100%;
color:white;
background-color:#3ab54a;
}
.rgister-now{
background-color: #000;
border: none;
width: 100%;
color: white;
border-radius: 3px;
margin-top: 15px;
padding: 6px;
}
.create{
background-color: #3ab54a;
border: none;
color: white;
border-radius: 20px;
margin-top: 15px;
padding: 4px 11px;
}
.create-gray{
background-color: #ececec;
}
@media(max-width:345px) {
.my-buttonnn {
padding: 3px 10px !important;
font-size: 12px !important;
}
.my-buttonn {
padding: 3px 10px !important;
font-size: 12px !important;
}
.round-div, .round-div1 {
font-size: 12px !important;
line-height: 35px !important;
}
}
| 0.311532 | 0.057838 |
@font-face {
font-family: "OperatorMono";
src: url("./operator-mono.otf");
}
.body {
font-family: 'Lato', sans-serif;
align-content: center;
align-items: center;
justify-content: center;
height: 700px;
background: #1C6663;
flex-direction: column;
}
/** #1C6663 **/
.boxes {
font-family: 'Lato', sans-serif;
align-content: center;
align-items: center;
justify-content: center;
height: 700px;
background: #1C6663;
flex-direction: column;
display: flex;
}
.fa {
color: #222;
margin: 6px;
}
footer {
padding: 4px;
background-color: #f7f5f2;
font-family: 'Lato', sans-serif;
}
.loader {
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #3498db; /* Blue */
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
text-align: center;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.title {
font-weight: 800;
text-align: center;
color: aliceblue;
font-family: 'OperatorMono';
font-size: 4vw;
}
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
.navbar {
font-size: 18px;
border: 1px solid rgba(0, 0, 0, 0.2);
padding-bottom: 10px;
background-color: #053D48;
z-index:4;
position: relative;
width: 100%;
}
.main-nav {
list-style-type: none;
display: none;
}
.nav-links,
.logo {
text-decoration: none;
color: rgba(255, 255, 255, 0.7);
}
.main-nav li {
text-align: center;
margin: 15px auto;
}
.logo {
display: inline-block;
font-size: 22px;
margin-top: 10px;
margin-left: 20px;
}
.navbar-toggle {
position: absolute;
top: 10px;
right: 20px;
cursor: pointer;
color: rgba(255, 255, 255, 0.8);
font-size: 24px;
}
.active {
display: block;
}
@media screen and (min-width: 768px) {
.navbar {
display: flex;
justify-content: space-between;
padding-bottom: 0;
height: 70px;
align-items: center;
}
.main-nav {
display: flex;
margin-right: 30px;
flex-direction: row;
justify-content: flex-end;
}
.main-nav li {
margin: 0;
}
.nav-links {
margin-left: 40px;
}
.logo {
margin-top: 0;
}
.navbar-toggle {
display: none;
}
.logo:hover,
.nav-links:hover {
color: rgba(255, 255, 255, 1);
}
}
.row {
display: flex;
flex: 0 1 auto;
flex-direction: row;
background-color: #eee;
border: 1px solid #ddd;
text-align: center;
width: 900px;
height: 440px;
}
.left-box {
height: 440px;
width: 500px;
background-color: #053D48;
}
.login-box {
display: flex;
flex: 0 1 auto;
flex-direction: column;
padding: 46px;
background-color:#ffffff;
text-align: center;
width: 400px;
height: 400px;
justify-content: center;
border-radius: 50px
}
input {
background-color: inherit;
border: 1px solid #333;
border-radius: 10px;
margin: 4px;
padding: 8px;
color: #111;
height: 50px;
}
.btns {
display: block;
margin: 8px;
flex-direction: row;
justify-content: space-between;
}
.auth-button {
padding: 15px 60px;
background-color: #EE2375;
font-weight: 700;
text-transform: uppercase;
border-radius: 30px;
cursor: pointer;
outline: none;
}
.signin-txt {
color: #ffffff
}
.welcome-box {
position: absolute;
top: 100px;
}
.welcome {
font-weight: 800;
text-align: center;
color: aliceblue;
font-family: 'OperatorMono';
font-size: 3vw;
}
.footer {
left: 0;
bottom: 0;
width: 100%;
color: white;
text-align: center;
background-color: #053D48;
align-items: center;
justify-content: center;
}
.footer-text {
text-align: center;
color: #ffffff;
font-family: 'OperatorMono';
margin-top: 10px
}
.description {
font-weight: 800;
text-align: center;
color: aliceblue;
font-family: 'OperatorMono';
font-size: 28px
}
.description-long {
text-align: center;
color: aliceblue;
font-family: 'OperatorMono';
font-size: 17px
}
.icon {
color: #ffffff;
font-size: 100px;
margin-top: 150px;
}
/* grid */
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background:#f0f0f0;
}
img {
max-width:100%;
}
.card-grid {
width:100%;
margin-top: 80px
}
.card-grid:after {
content: "";
display: table;
clear: both;
}
.card-wrap {
float:left;
width:100%;
padding:5px;
}
@media (min-width: 500px) {
.card-wrap {
width:50%;
}
}
@media (min-width: 720px) {
.card-wrap {
width:25%;
}
}
.card {
background-color:white;
border-radius:5px;
border:1px solid #ccc;
border-bottom:2px solid #ccc;
}
.card > div {
padding:0 1em;
}
.sm-icon {
color: black;
cursor: pointer;
font-size: 20px
}
.sm-icon-edit {
color: #1C6663
}
.sm-icon-delete {
color: rgb(165, 0, 0);
}
.button-sm-edit {
padding: 15px 15px;
background-color: #1C6663;
font-weight: 700;
text-transform: uppercase;
border-radius: 30px;
cursor: pointer;
outline: none;
}
.button-sm-delete {
padding: 15px 15px;
background-color: red;
font-weight: 700;
text-transform: uppercase;
border-radius: 30px;
cursor: pointer;
outline: none;
}
.buttons {
align-self: center;
}
.buttons-2 {
align-self: center;
align-content: center;
align-items: center;
position: absolute;
bottom: 0px;
right: 0px
}
.record-status {
color: #1C6663
}
/* filter select tag */
.filter-row {
flex-direction: row;
position: absolute;
right: 0;
display: flex;
top: 100px;
}
.type {
color: rgb(165, 0, 0);
font-size: 14px;
font-family: Operatormono;
margin-left: 10px
}
.select-status {
position: absolute;
top: 450px;
right: 0;
display: flex;
flex-direction: row;
}
select {
background: transparent;
border: none;
font-size: 14px;
height: 29px;
width: 268px;
color: aliceblue;
}
.filter-button {
height: 29px;
width: 60px;
margin-right: 10px;
margin-left: 10px;
background-color: #053D48;
color: aliceblue;
border-radius: 20px;
cursor: pointer;
}
.status-update-button {
height: 29px;
width: 100px;
margin-right: 10px;
margin-left: 10px;
background-color: #053D48;
color: aliceblue;
border-radius: 20px;
cursor: pointer;
}
.modaloverlay {
background: rgba(0, 0, 0, 0.8);
bottom: 0;
left: 0;
opacity: 0;
pointer-events: none;
position: fixed;
right: 0;
top: 0;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
z-index: -1;
display: none;
}
.modaloverlay:target {
display: block;
opacity: 1;
pointer-events: auto;
z-index: 99999;
}
.modaloverlay .modal {
background-color: white;
height: 100%;
position: relative;
margin: 0 auto;
padding: 3em;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
@media (min-width: 60em) {
.modaloverlay .modal {
height: 75%;
margin: 5% auto;
max-height: 57em;
max-width: 66em;
width: 85%;
}
}
.modaloverlay .modal > iframe, .modaloverlay .modal > div {
border: none;
width: 100%;
height: 100%;
}
.modaloverlay .close {
background-color: turquoise;
color: white;
font-size: 24px;
padding: 8px 12px;
position: absolute;
right: 0;
text-align: center;
text-decoration: none;
top: 0;
z-index: 1;
}
.modal-img {
height: 400px;
width: 500px;
}
.modal-record-details {
display: flex;
flex-direction: column;
margin-left: 25px
}
.modal-record-text {
width: 90%;
margin-bottom: 1rem;
}
.modal-record-type {
font-size: 1.7rem;
background: linear-gradient(#F83487, #FE8361);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.modal-record-status {
font-size: 15px
}
.row-plain {
display: inline-grid;
grid-row-gap: 50px;
}
.user-record-stats {
width: 150px;
height: 70px;
top: 80px;
left: 5px;
margin-top: 10px
}
.stat-box {
background-color: #053D48;
width: 9vw;
height: 7.5vw;
border-color: aliceblue;
border: #ddd;
border-width: 5px;
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
align-items: center;
grid-row-start: 1;
}
.row-icons {
display: flex;
flex-direction: row;
justify-content: space-between
}
.stat-number {
font-size: 20px;
color: aliceblue
}
.stat-text {
font-size: 10px;
color: aliceblue
}
.new-record {
display: flex;
flex: 0 1 auto;
flex-direction: column;
padding: 46px;
background-color:#ffffff;
text-align: center;
width: 500px;
height: 540px;
border-radius: 30px;
}
.dropdown {
background-color: inherit;
border: 1px solid #333;
border-radius: 10px;
margin: 4px;
padding: 8px;
color: #111;
height: 50px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
.selects {
height: 29px;
overflow: hidden;
width: 29vw;
background-color: #053D48;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
}
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
.selects {
height: 29px;
overflow: hidden;
width: 25vw;
background-color: #053D48;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
}
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
.selects {
height: 29px;
overflow: hidden;
width: 30vw;
background-color: #053D48;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.modal-content {
display: flex;
flex-direction: column;
}
}
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
.selects {
height: 29px;
overflow: hidden;
width: 30vw;
background-color: #053D48;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.modal-content {
display: flex;
flex-direction: row;
}
}
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
.selects {
height: 29px;
overflow: hidden;
width: 30vw;
background-color: #053D48;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.modal-content {
display: flex;
flex-direction: row;
}
}
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
.selects {
height: 29px;
overflow: hidden;
width: 30vw;
background-color: #053D48;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.modal-content {
display: flex;
flex-direction: row;
}
}
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
.selects {
height: 29px;
overflow: hidden;
width: 255px;
background-color: #053D48;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.modal-content {
display: flex;
flex-direction: row;
}
}
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
|
UI/css/styles.css
|
@font-face {
font-family: "OperatorMono";
src: url("./operator-mono.otf");
}
.body {
font-family: 'Lato', sans-serif;
align-content: center;
align-items: center;
justify-content: center;
height: 700px;
background: #1C6663;
flex-direction: column;
}
/** #1C6663 **/
.boxes {
font-family: 'Lato', sans-serif;
align-content: center;
align-items: center;
justify-content: center;
height: 700px;
background: #1C6663;
flex-direction: column;
display: flex;
}
.fa {
color: #222;
margin: 6px;
}
footer {
padding: 4px;
background-color: #f7f5f2;
font-family: 'Lato', sans-serif;
}
.loader {
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #3498db; /* Blue */
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
text-align: center;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.title {
font-weight: 800;
text-align: center;
color: aliceblue;
font-family: 'OperatorMono';
font-size: 4vw;
}
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
.navbar {
font-size: 18px;
border: 1px solid rgba(0, 0, 0, 0.2);
padding-bottom: 10px;
background-color: #053D48;
z-index:4;
position: relative;
width: 100%;
}
.main-nav {
list-style-type: none;
display: none;
}
.nav-links,
.logo {
text-decoration: none;
color: rgba(255, 255, 255, 0.7);
}
.main-nav li {
text-align: center;
margin: 15px auto;
}
.logo {
display: inline-block;
font-size: 22px;
margin-top: 10px;
margin-left: 20px;
}
.navbar-toggle {
position: absolute;
top: 10px;
right: 20px;
cursor: pointer;
color: rgba(255, 255, 255, 0.8);
font-size: 24px;
}
.active {
display: block;
}
@media screen and (min-width: 768px) {
.navbar {
display: flex;
justify-content: space-between;
padding-bottom: 0;
height: 70px;
align-items: center;
}
.main-nav {
display: flex;
margin-right: 30px;
flex-direction: row;
justify-content: flex-end;
}
.main-nav li {
margin: 0;
}
.nav-links {
margin-left: 40px;
}
.logo {
margin-top: 0;
}
.navbar-toggle {
display: none;
}
.logo:hover,
.nav-links:hover {
color: rgba(255, 255, 255, 1);
}
}
.row {
display: flex;
flex: 0 1 auto;
flex-direction: row;
background-color: #eee;
border: 1px solid #ddd;
text-align: center;
width: 900px;
height: 440px;
}
.left-box {
height: 440px;
width: 500px;
background-color: #053D48;
}
.login-box {
display: flex;
flex: 0 1 auto;
flex-direction: column;
padding: 46px;
background-color:#ffffff;
text-align: center;
width: 400px;
height: 400px;
justify-content: center;
border-radius: 50px
}
input {
background-color: inherit;
border: 1px solid #333;
border-radius: 10px;
margin: 4px;
padding: 8px;
color: #111;
height: 50px;
}
.btns {
display: block;
margin: 8px;
flex-direction: row;
justify-content: space-between;
}
.auth-button {
padding: 15px 60px;
background-color: #EE2375;
font-weight: 700;
text-transform: uppercase;
border-radius: 30px;
cursor: pointer;
outline: none;
}
.signin-txt {
color: #ffffff
}
.welcome-box {
position: absolute;
top: 100px;
}
.welcome {
font-weight: 800;
text-align: center;
color: aliceblue;
font-family: 'OperatorMono';
font-size: 3vw;
}
.footer {
left: 0;
bottom: 0;
width: 100%;
color: white;
text-align: center;
background-color: #053D48;
align-items: center;
justify-content: center;
}
.footer-text {
text-align: center;
color: #ffffff;
font-family: 'OperatorMono';
margin-top: 10px
}
.description {
font-weight: 800;
text-align: center;
color: aliceblue;
font-family: 'OperatorMono';
font-size: 28px
}
.description-long {
text-align: center;
color: aliceblue;
font-family: 'OperatorMono';
font-size: 17px
}
.icon {
color: #ffffff;
font-size: 100px;
margin-top: 150px;
}
/* grid */
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background:#f0f0f0;
}
img {
max-width:100%;
}
.card-grid {
width:100%;
margin-top: 80px
}
.card-grid:after {
content: "";
display: table;
clear: both;
}
.card-wrap {
float:left;
width:100%;
padding:5px;
}
@media (min-width: 500px) {
.card-wrap {
width:50%;
}
}
@media (min-width: 720px) {
.card-wrap {
width:25%;
}
}
.card {
background-color:white;
border-radius:5px;
border:1px solid #ccc;
border-bottom:2px solid #ccc;
}
.card > div {
padding:0 1em;
}
.sm-icon {
color: black;
cursor: pointer;
font-size: 20px
}
.sm-icon-edit {
color: #1C6663
}
.sm-icon-delete {
color: rgb(165, 0, 0);
}
.button-sm-edit {
padding: 15px 15px;
background-color: #1C6663;
font-weight: 700;
text-transform: uppercase;
border-radius: 30px;
cursor: pointer;
outline: none;
}
.button-sm-delete {
padding: 15px 15px;
background-color: red;
font-weight: 700;
text-transform: uppercase;
border-radius: 30px;
cursor: pointer;
outline: none;
}
.buttons {
align-self: center;
}
.buttons-2 {
align-self: center;
align-content: center;
align-items: center;
position: absolute;
bottom: 0px;
right: 0px
}
.record-status {
color: #1C6663
}
/* filter select tag */
.filter-row {
flex-direction: row;
position: absolute;
right: 0;
display: flex;
top: 100px;
}
.type {
color: rgb(165, 0, 0);
font-size: 14px;
font-family: Operatormono;
margin-left: 10px
}
.select-status {
position: absolute;
top: 450px;
right: 0;
display: flex;
flex-direction: row;
}
select {
background: transparent;
border: none;
font-size: 14px;
height: 29px;
width: 268px;
color: aliceblue;
}
.filter-button {
height: 29px;
width: 60px;
margin-right: 10px;
margin-left: 10px;
background-color: #053D48;
color: aliceblue;
border-radius: 20px;
cursor: pointer;
}
.status-update-button {
height: 29px;
width: 100px;
margin-right: 10px;
margin-left: 10px;
background-color: #053D48;
color: aliceblue;
border-radius: 20px;
cursor: pointer;
}
.modaloverlay {
background: rgba(0, 0, 0, 0.8);
bottom: 0;
left: 0;
opacity: 0;
pointer-events: none;
position: fixed;
right: 0;
top: 0;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
z-index: -1;
display: none;
}
.modaloverlay:target {
display: block;
opacity: 1;
pointer-events: auto;
z-index: 99999;
}
.modaloverlay .modal {
background-color: white;
height: 100%;
position: relative;
margin: 0 auto;
padding: 3em;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
@media (min-width: 60em) {
.modaloverlay .modal {
height: 75%;
margin: 5% auto;
max-height: 57em;
max-width: 66em;
width: 85%;
}
}
.modaloverlay .modal > iframe, .modaloverlay .modal > div {
border: none;
width: 100%;
height: 100%;
}
.modaloverlay .close {
background-color: turquoise;
color: white;
font-size: 24px;
padding: 8px 12px;
position: absolute;
right: 0;
text-align: center;
text-decoration: none;
top: 0;
z-index: 1;
}
.modal-img {
height: 400px;
width: 500px;
}
.modal-record-details {
display: flex;
flex-direction: column;
margin-left: 25px
}
.modal-record-text {
width: 90%;
margin-bottom: 1rem;
}
.modal-record-type {
font-size: 1.7rem;
background: linear-gradient(#F83487, #FE8361);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.modal-record-status {
font-size: 15px
}
.row-plain {
display: inline-grid;
grid-row-gap: 50px;
}
.user-record-stats {
width: 150px;
height: 70px;
top: 80px;
left: 5px;
margin-top: 10px
}
.stat-box {
background-color: #053D48;
width: 9vw;
height: 7.5vw;
border-color: aliceblue;
border: #ddd;
border-width: 5px;
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
align-items: center;
grid-row-start: 1;
}
.row-icons {
display: flex;
flex-direction: row;
justify-content: space-between
}
.stat-number {
font-size: 20px;
color: aliceblue
}
.stat-text {
font-size: 10px;
color: aliceblue
}
.new-record {
display: flex;
flex: 0 1 auto;
flex-direction: column;
padding: 46px;
background-color:#ffffff;
text-align: center;
width: 500px;
height: 540px;
border-radius: 30px;
}
.dropdown {
background-color: inherit;
border: 1px solid #333;
border-radius: 10px;
margin: 4px;
padding: 8px;
color: #111;
height: 50px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
.selects {
height: 29px;
overflow: hidden;
width: 29vw;
background-color: #053D48;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
}
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
.selects {
height: 29px;
overflow: hidden;
width: 25vw;
background-color: #053D48;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
}
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
.selects {
height: 29px;
overflow: hidden;
width: 30vw;
background-color: #053D48;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.modal-content {
display: flex;
flex-direction: column;
}
}
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
.selects {
height: 29px;
overflow: hidden;
width: 30vw;
background-color: #053D48;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.modal-content {
display: flex;
flex-direction: row;
}
}
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
.selects {
height: 29px;
overflow: hidden;
width: 30vw;
background-color: #053D48;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.modal-content {
display: flex;
flex-direction: row;
}
}
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
.selects {
height: 29px;
overflow: hidden;
width: 30vw;
background-color: #053D48;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.modal-content {
display: flex;
flex-direction: row;
}
}
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
.selects {
height: 29px;
overflow: hidden;
width: 255px;
background-color: #053D48;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.modal-content {
display: flex;
flex-direction: row;
}
}
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
| 0.538012 | 0.077727 |
.DonatePage {
text-align: center;
.DonatePage-logo {
width: 152px;
height: 152px;
background-image: url(../images/rocket.svg);
background-repeat: no-repeat;
background-position: center;
margin: auto;
margin-bottom: 20px;
background-size: contain;
}
.DonatePage-line1, .DonatePage-line2 {
max-width: 900px;
font-family: Montserrat;
font-size: 18px;
line-height: 1.27;
letter-spacing: -0.5px;
text-align: center;
color: #303233;
margin: auto;
margin-bottom: 10px;
}
.DonatePage-line3 {
display: inline-block;
font-family: Montserrat;
font-size: 10px;
font-weight: 700;
letter-spacing: 1.1px;
text-align: center;
color: #75cc1f;
margin: auto;
margin-bottom: 40px;
min-width: 129px;
min-height: 30px;
border-radius: 100px;
border: solid 2px #75cc1f;
line-height: 3;
padding: 0 15px;
a {
color: #75cc1f;
}
&:hover {
opacity: .8;
}
}
.CollectiveDonationFlowWrapper {
align-items: baseline;
padding: 1rem;
box-sizing: border-box;
& > div {
max-width: 600px;
}
}
.Tier {
max-width: none;
width: 100%;
}
.Tier-description {
font-family: Lato;
font-size: 16px;
font-weight: 700;
line-height: 1.62;
text-align: center;
color: #67676f;
padding: 0 15px;
}
.Button {
max-width: 300px;
width: 85%;
}
.button-container {
text-align: center;
margin: 20px auto;
margin-top: 40px;
}
.LightFooter {
margin-top: 75px;
margin-bottom: 25px;
li {
display: inline-block;
padding: 0 var(--spacing);
font-weight: normal;
font-variant: small-caps;
text-transform: uppercase;
font-size: 0.8rem;
font-weight: bold;
}
}
.Tier {
.Tier-container {
border: none;
}
.Tier-title {
display: none;
}
}
}
@media (max-width: 700px) {
.Page {
.Page-container {
margin: 0 auto;
}
.DonatePage-line1, .DonatePage-line2 {
font-size: 14px;
}
}
}
|
frontend/src/css/containers/DonatePage.css
|
.DonatePage {
text-align: center;
.DonatePage-logo {
width: 152px;
height: 152px;
background-image: url(../images/rocket.svg);
background-repeat: no-repeat;
background-position: center;
margin: auto;
margin-bottom: 20px;
background-size: contain;
}
.DonatePage-line1, .DonatePage-line2 {
max-width: 900px;
font-family: Montserrat;
font-size: 18px;
line-height: 1.27;
letter-spacing: -0.5px;
text-align: center;
color: #303233;
margin: auto;
margin-bottom: 10px;
}
.DonatePage-line3 {
display: inline-block;
font-family: Montserrat;
font-size: 10px;
font-weight: 700;
letter-spacing: 1.1px;
text-align: center;
color: #75cc1f;
margin: auto;
margin-bottom: 40px;
min-width: 129px;
min-height: 30px;
border-radius: 100px;
border: solid 2px #75cc1f;
line-height: 3;
padding: 0 15px;
a {
color: #75cc1f;
}
&:hover {
opacity: .8;
}
}
.CollectiveDonationFlowWrapper {
align-items: baseline;
padding: 1rem;
box-sizing: border-box;
& > div {
max-width: 600px;
}
}
.Tier {
max-width: none;
width: 100%;
}
.Tier-description {
font-family: Lato;
font-size: 16px;
font-weight: 700;
line-height: 1.62;
text-align: center;
color: #67676f;
padding: 0 15px;
}
.Button {
max-width: 300px;
width: 85%;
}
.button-container {
text-align: center;
margin: 20px auto;
margin-top: 40px;
}
.LightFooter {
margin-top: 75px;
margin-bottom: 25px;
li {
display: inline-block;
padding: 0 var(--spacing);
font-weight: normal;
font-variant: small-caps;
text-transform: uppercase;
font-size: 0.8rem;
font-weight: bold;
}
}
.Tier {
.Tier-container {
border: none;
}
.Tier-title {
display: none;
}
}
}
@media (max-width: 700px) {
.Page {
.Page-container {
margin: 0 auto;
}
.DonatePage-line1, .DonatePage-line2 {
font-size: 14px;
}
}
}
| 0.404743 | 0.094552 |
.portfolio {
display: flex;
flex-flow: wrap;
font-family: "Arial";
color: white;
--purple: rebeccapurple;
--blue: rgb(27, 154, 177);
}
.portfolio__item {
width: 100%;
height: 15rem;
position: relative;
display: flex;
flex-flow: column;
justify-content: flex-end;
align-items: center;
padding-bottom: 2rem;
cursor: pointer;
}
.portfolio__item a,
.portfolio__modal .modal__content a {
color: white;
text-decoration: none;
background: var(--purple);
font-size: 0.8rem;
font-weight: 700;
padding: 0.25rem 1rem;
border-radius: 1000rem;
}
.portfolio .item__technologies p {
display: inline-block;
font-size: 0.7rem;
font-weight: 700;
background: var(--blue);
padding: 0 0.5rem;
border-radius: 1000rem;
margin-left: 0.2rem;
margin-right: 0.2rem;
}
.portfolio__item .item__image {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
}
.portfolio__item .item__image:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
transition: background 0.2s;
}
.portfolio__item:hover .item__image:after {
background: rgba(0, 0, 0, 0.3);
}
.portfolio .item__image,
.portfolio .item__image > div {
height: 100%;
}
.portfolio__modal {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 999;
}
.portfolio__modal .modal__overlay {
background: rgba(0, 0, 0, 0.8);
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.portfolio__modal .modal__content {
position: relative;
top: 50%;
transform: translateY(-50%);
width: 90%;
margin: 0 auto;
color: white;
height: 30rem;
}
.portfolio__modal .modal__content--slide-left {
animation: slideLeft 0.2s ease-out;
}
.portfolio__modal .modal__content--slide-right {
animation: slideRight 0.2s ease-out;
}
@keyframes slideRight {
0% {
transform: translateX(5%) translateY(-50%);
opacity: 0.2;
}
100% {
transform: translateX(0) translateY(-50%);
opacity: 1;
}
}
@keyframes slideLeft {
0% {
transform: translateX(-5%) translateY(-50%);
opacity: 0.2;
}
100% {
transform: translateX(0) translateY(-50%);
opacity: 1;
}
}
.portfolio__modal .modal__content h2,
.portfolio__modal .modal__content a,
.portfolio__modal .item__technologies {
position: absolute;
left: 2rem;
}
.portfolio__modal .modal__content a {
bottom: 2rem;
}
.portfolio__modal .modal__content h2 {
bottom: 6rem;
text-shadow: 0.2rem 0.2rem 1rem black;
}
.portfolio__modal .item__technologies {
bottom: 5rem;
}
.portfolio__modal .item__technologies p {
margin-bottom: 0;
}
.portfolio__modal .modal__close,
.portfolio__modal .modal__previous,
.portfolio__modal .modal__next {
width: 2rem;
height: 2rem;
background: var(--purple);
display: block;
top: 50%;
position: absolute;
transform: translateY(-50%);
border: 0;
border-radius: 1000rem;
z-index: 1;
color: white;
cursor: pointer;
}
.portfolio__modal .modal__previous:after {
content: "⮘";
}
.portfolio__modal .modal__next:after {
content: "⮚";
}
.portfolio__modal .modal__close:after {
content: "×";
}
.portfolio__modal .modal__close {
top: -2rem;
right: 0;
}
.portfolio__modal .modal__previous {
left: 2%;
}
.portfolio__modal .modal__next {
right: 2%;
}
@media (min-width: 768px) {
.portfolio__item {
width: 50%;
}
}
@media (min-width: 992px) {
.portfolio__item {
width: calc(100% / 3);
}
.portfolio__modal .modal__content {
width: 50%;
}
.portfolio__modal .modal__previous {
left: 20%;
}
.portfolio__modal .modal__next {
right: 20%;
}
}
|
src/components/Portfolio/portfolio.css
|
.portfolio {
display: flex;
flex-flow: wrap;
font-family: "Arial";
color: white;
--purple: rebeccapurple;
--blue: rgb(27, 154, 177);
}
.portfolio__item {
width: 100%;
height: 15rem;
position: relative;
display: flex;
flex-flow: column;
justify-content: flex-end;
align-items: center;
padding-bottom: 2rem;
cursor: pointer;
}
.portfolio__item a,
.portfolio__modal .modal__content a {
color: white;
text-decoration: none;
background: var(--purple);
font-size: 0.8rem;
font-weight: 700;
padding: 0.25rem 1rem;
border-radius: 1000rem;
}
.portfolio .item__technologies p {
display: inline-block;
font-size: 0.7rem;
font-weight: 700;
background: var(--blue);
padding: 0 0.5rem;
border-radius: 1000rem;
margin-left: 0.2rem;
margin-right: 0.2rem;
}
.portfolio__item .item__image {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
}
.portfolio__item .item__image:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
transition: background 0.2s;
}
.portfolio__item:hover .item__image:after {
background: rgba(0, 0, 0, 0.3);
}
.portfolio .item__image,
.portfolio .item__image > div {
height: 100%;
}
.portfolio__modal {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 999;
}
.portfolio__modal .modal__overlay {
background: rgba(0, 0, 0, 0.8);
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.portfolio__modal .modal__content {
position: relative;
top: 50%;
transform: translateY(-50%);
width: 90%;
margin: 0 auto;
color: white;
height: 30rem;
}
.portfolio__modal .modal__content--slide-left {
animation: slideLeft 0.2s ease-out;
}
.portfolio__modal .modal__content--slide-right {
animation: slideRight 0.2s ease-out;
}
@keyframes slideRight {
0% {
transform: translateX(5%) translateY(-50%);
opacity: 0.2;
}
100% {
transform: translateX(0) translateY(-50%);
opacity: 1;
}
}
@keyframes slideLeft {
0% {
transform: translateX(-5%) translateY(-50%);
opacity: 0.2;
}
100% {
transform: translateX(0) translateY(-50%);
opacity: 1;
}
}
.portfolio__modal .modal__content h2,
.portfolio__modal .modal__content a,
.portfolio__modal .item__technologies {
position: absolute;
left: 2rem;
}
.portfolio__modal .modal__content a {
bottom: 2rem;
}
.portfolio__modal .modal__content h2 {
bottom: 6rem;
text-shadow: 0.2rem 0.2rem 1rem black;
}
.portfolio__modal .item__technologies {
bottom: 5rem;
}
.portfolio__modal .item__technologies p {
margin-bottom: 0;
}
.portfolio__modal .modal__close,
.portfolio__modal .modal__previous,
.portfolio__modal .modal__next {
width: 2rem;
height: 2rem;
background: var(--purple);
display: block;
top: 50%;
position: absolute;
transform: translateY(-50%);
border: 0;
border-radius: 1000rem;
z-index: 1;
color: white;
cursor: pointer;
}
.portfolio__modal .modal__previous:after {
content: "⮘";
}
.portfolio__modal .modal__next:after {
content: "⮚";
}
.portfolio__modal .modal__close:after {
content: "×";
}
.portfolio__modal .modal__close {
top: -2rem;
right: 0;
}
.portfolio__modal .modal__previous {
left: 2%;
}
.portfolio__modal .modal__next {
right: 2%;
}
@media (min-width: 768px) {
.portfolio__item {
width: 50%;
}
}
@media (min-width: 992px) {
.portfolio__item {
width: calc(100% / 3);
}
.portfolio__modal .modal__content {
width: 50%;
}
.portfolio__modal .modal__previous {
left: 20%;
}
.portfolio__modal .modal__next {
right: 20%;
}
}
| 0.694613 | 0.08882 |
html, body {
margin: 0;
padding: 0;
overflow: hidden !important;
}
/* ------------- Button ------------- */
a.button, span.button {
margin: 0.25rem;
padding: 0.75rem 0.75rem 0.63rem 0.75rem;
border: 0.25rem solid;
border-radius: 0.63rem;
background: transparent;
color: #000000;
display: inline-block;
text-align: center;
text-decoration: none;
cursor: pointer;
font: bold 1.25rem 'MozTT', sans-serif;
line-height: 1.38rem;
-moz-border-top-colors: #6F6F6F #4D4D4D #4D4D4D #6F6F6F;
-moz-border-right-colors: #6F6F6F #4D4D4D #4D4D4D #6F6F6F;
-moz-border-left-colors: #6F6F6F #4D4D4D #4D4D4D #6F6F6F;
-moz-border-bottom-colors: #6F6F6F #4D4D4D #4D4D4D #6F6F6F;
}
a.button.left.close {
background: url(images/separator_close.png) no-repeat scroll 1.25rem center transparent;
background-size: auto 100%;
border: none;
cursor: pointer;
top: 0;
left: 0;
overflow: visible;
position: absolute;
width: 3.75rem;
height: 3.13rem;
}
.background-close {
position: fixed;
background-color: rgba(0, 0, 0, 0.13);
width: 1.59rem;
height: 5rem;
top: 0;
left: 0;
}
.icon-close {
display: inline-block;
background: url(images/edit_close.png) no-repeat;
background-position: left 0.63rem;
background-repeat: no-repeat;
background-size: 60% 60%;
display: inline-block;
width: 2.50rem;
height: 2.50rem;
margin-left: -3.13rem;
overflow: visible;
overflow: visible;
}
a.button.left {
position: absolute;
top: 0.37rem;
left: 0.06rem;
}
a.button.right {
position: absolute;
top: 0.63rem;
right: 0.63rem;
}
a.button.right.plus {
width: 2.75rem;
height: 2.75rem;
background-image: url(images/add_alarm.png);
background-size: 100%;
background-repeat: no-repeat;
border: none;
}
a.button.right.done-button {
background: url(images/separator_done.png) no-repeat scroll left center transparent;
border: none;
background-size: auto 100%;
cursor: pointer;
height: 3.13rem;
top: 0;
right: 0;
overflow: visible;
position: absolute;
color: white;
font-weight: normal;
line-height: 3.25rem;
}
a.abstract-menu {
display: block;
height: auto; /* 3.38rem; -moz-calc(100% - 2.50rem); */
line-height: normal; /* 3.38rem; -moz-calc(100% - 2.50rem); */
width: -moz-calc(100% - 7.50rem);
text-decoration: none;
text-align: left;
padding-left: 7.50rem;
outline: 0;
color: black;
font: 1.50rem/1.81rem 'MozTT',sans-serif;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
select.abstract-menu {
opacity: 0;
position: absolute;
}
#alarm-delete {
color: #F2F2F2;
font: 1.50rem/1.50rem 'MozTT',sans-serif;
text-align: center;
text-decoration: none;
width: 100%;
}
#alarm-delete-button {
background: -moz-linear-gradient(bottom, #900010, #c90010);
border: none;
height: 3.44rem;
overflow: hidden;
margin: 1.5rem 1.5rem 1rem;
text-shadow: -1px -1px 0 #830B0B;
border-radius: 0.19rem 0.19rem 0.19rem 0.19rem;
}
#alarm-delete-button:active {
background: #890707;
}
.view label.text {
text-align: right;
padding: 1.25rem 0;
text-indent: 1.25rem;
direction: rtl;
}
/* View */
.view {
position: fixed;
top: 0;
left: 0;
border: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
/* View - Slide Horizontal Transition */
.view {
-moz-transition: -moz-transform 0.5s ease;
-moz-transform: translateX(100%);
}
#alarm-view {
-moz-transform: translateX(-100%);
}
#alarm-view:target, .view:target {
-moz-transition: -moz-transform 0.5s ease;
-moz-transform: none;
}
body.hidden #alarm-view {
-moz-transform: none;
-moz-transition: none;
}
#alarm-view.active {
-moz-transform: none;
-moz-transition: none;
}
#alarm {
background-color: #efefeb;
}
#repeat {
background-color: #305B5E;
}
#sound {
background-color: #305B5E;
}
#snooze {
background-color: #305B5E;
}
#color {
background-color: #305B5E;
}
li.singleline {
height: 4rem;
border-top: none;
border-bottom: 0.06rem solid #cbcbcc;
padding-left: 5%;
padding-right: 5%;
overflow: hidden;
-moz-box-sizing: border-box;
}
li.multiline {
height: 22.19rem;
border-top: none;
border-bottom: 0.06rem solid #cbcbcc;
}
li.multiline:active {
background-color: white;
text-shadow: none;
color: #555;
}
li.picker {
height: 21.88rem;
padding-top: 0.31rem;
border-top: none;
border-bottom: none;
}
li.picker:active {
background-color: transparent;
text-shadow: none;
}
.view-alarm-lbl {
color: #7d7d7d;
font: 1.50rem/1.50rem 'MozTT',sans-serif;
top: 1.38rem;
height: auto;
pointer-events: none;
}
/* Table View */
#alarms-tableView {
/* overflow-y: auto; */
}
ul {
margin: 0;
padding: 0;
overflow: auto;
list-style: none;
}
ul li { /* 6rem, including a 0.13rem border */
position: relative;
height: 6.25rem;
border-top: 0.06rem solid #cbcbcc;
color: #555;
}
ul li:active {
background-color: rgba(0, 0, 0, .07);
text-shadow: #999 0 -0.06rem 0;
color: #222;
}
ul li > a {
display: block;
padding-top: 1rem;
padding-bottom: 1rem;
height: 4.25rem; /* -moz-calc(100% - 2.50rem); */
line-height: 4.25rem; /* -moz-calc(100% - 2.50rem); */
text-decoration: none;
outline: 0;
color: #555;
}
ul li > a, ul li > span, ul li > small { /* text ellipsis */
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
position: absolute;
width: -moz-calc(100% - 8.13rem);
}
ul li > span {
position: absolute;
}
ul li > small {
position: absolute;
left: 1.25rem;
top: 50%;
font-size: 0.9em;
color: #888;
}
.alarmList-time {
float: left;
width: 41%;
padding-top: 0.75rem;
text-align: left;
}
.alarmList-detail {
float: left;
width: 50%;
text-align: left;
margin-left: -0.19rem;
}
#alarms label {
position: absolute;
right: 0;
top: 50%;
margin-top: -2.5rem;
z-index: 0;
}
/* fake input boxes for checkboxes & radio buttons */
.view label {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
.view label.alarmList {
width: -moz-calc(8.13rem);
}
.view label > input {
display: none;
}
.view label > span {
position: absolute;
top: -moz-calc(50% - 1.06rem);
right: 0.87rem;
display: block;
width: 4rem;
height: 4rem;
border: none;
}
.view label > input[type=radio] + span {
background: url(images/radio_off.png) no-repeat scroll center center;
}
.view label > input[type=radio]:checked + span {
background: url(images/radio_on.png) no-repeat scroll center center;
}
/* ----------- Alarm Set Repeat Button ------------- */
.view label > input[type=checkbox] + span.setRepeat {
width: 2.87rem;
height: 2.87rem;
border: 0.25rem solid;
border-radius: 0.81rem;
-moz-border-top-colors: #696969 #4D4D4D #4D4D4D #696969;
-moz-border-right-colors: #696969 #4D4D4D #4D4D4D #696969;
-moz-border-bottom-colors: #696969 #4D4D4D #4D4D4D #696969;
-moz-border-left-colors: #696969 #4D4D4D #4D4D4D #696969;
background: -moz-linear-gradient(#eaeae4, #ffffff);
}
.view label > input[type=checkbox]:checked + span.setRepeat {
background: url(images/checked.png) no-repeat scroll center center,
-moz-linear-gradient(#ffffff, #eaeae4);
}
/* ----------- Inputs ------------- */
select, input, textarea {
clear: both;
background:none;
border:0.13rem solid white;
border-radius: 0.31rem;
font-size: 1em;
}
select:focus, input:focus, textarea:focus {
background: #FFF;
}
select.right {
width: 4.38rem;
}
input.right {
width: -moz-calc(100% - 12.50rem);
margin: 0.37rem 0.50rem 0.19rem 7.50rem;
height: 3.13rem;
font: 1.50rem/1.88rem 'MozTT',sans-serif;
color: black;
}
/* ----------- Input Error ---------- */
input ~ * {
color:#E00;
margin: -0.63rem 0rem 0rem 1.25rem;
}
input ~ *:empty {
display:none;
}
/* ----------- TableView ---------- */
.tableView p {
padding: 0;
margin-right: 1.75rem;
}
.tableView {
height: -moz-calc(100% - 5rem - 0.19rem);
background-color: #ffffff;
padding-left: 5%;
padding-right: 5%;
position: absolute;
width: 90%;
}
#alarms.tableView {
width: 90%;
height: auto;
max-height: 52%;
position: absolute;
bottom: 0rem;
padding-left: 5%;
padding-right: 5%;
background-color: transparent;
background-image: none;
}
#edit-alarm.tableView {
background: url(images/edit_background.png) repeat scroll center center;
background-size: 100% 100%;
width: 100%;
padding-left: 0;
padding-right: 0;
}
li img {
position: absolute;
vertical-align: middle;
margin-right:0.63rem;
}
.description {
position: relative;
float: left;
width: 100%;
height: auto;
line-height: normal;
pointer-events: none;
}
.alarmList-time span.time {
height: auto;
font: 2.50rem/2.50rem 'MozTT', sans-serif;
color: black;
}
.alarmList-time span.hour24-state {
height: auto;
font: 1.38rem/1.38rem 'MozTT', sans-serif;
color: #25292a;
margin-left: -0.25rem;
text-transform:lowercase;
}
.alarmList-detail .label {
height: auto;
font: 1.50rem/1.50rem 'MozTT', sans-serif;
color: black;
text-overflow: ellipsis;
padding-top: 0.31rem;
}
.alarmList-detail .repeat {
height: auto;
font: 1.50rem/1.50rem 'MozTT', sans-serif;
color: #646768;
text-overflow: ellipsis;
padding-top: 0.44rem;
}
.alarmList-detail .hiddenSummary {
display: none;
}
.alarmList-detail .paddingTop {
padding-top: 1.19rem;
}
.lebal {
height: auto;
}
/* ----------- TimeSelectorView ---------- */
#picker-bar {
position: relative;
overflow: hidden;
height: -moz-calc(100% - 0.13rem);
margin-left: auto;
margin-right: auto;
border-bottom: solid 0.13rem;
-moz-border-bottom-colors: #CBCBCC #FFFFFF;
}
#picker-bar.format12h {
width: 85%;
}
#picker-bar.format24h {
width: 60%;
}
#picker-bar-gradient {
-moz-border-top-colors:
rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.2)
rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.05)
rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.03) rgba(0, 0, 0, 0.02);
-moz-border-bottom-colors:
rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.2)
rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.05)
rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.03) rgba(0, 0, 0, 0.02);
border-top: solid 0.63rem;
border-bottom: solid 0.63rem;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
position: absolute;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
-moz-box-sizing: border-box;
}
#picker-container {
width: 100%;
height: 100%;
position: relative;
padding-top: 8.28rem;
}
#value-indicator-wrapper {
-moz-border-top-colors:
rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15)
rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.3)
rgba(0, 0, 0, 0.35);
-moz-border-bottom-colors:
rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15)
rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.3)
rgba(0, 0, 0, 0.35);
border-top: solid 0.44rem;
border-bottom: solid 0.44rem;
position: absolute;
height: 4.50rem;
width: 100%;
pointer-events: none;
}
#value-indicator-hover-time {
pointer-events: none;
background-color: #00A5C5;
color: #FFF;
position: absolute;
height: 100%;
font: 1.88rem/3.75rem 'MozTT',sans-serif;
text-align: center;
}
#picker-bar.format12h #value-indicator-hover-time {
width: 70%;
}
#picker-bar.format24h #value-indicator-hover-time {
width: 100%;
}
#value-indicator-hover {
pointer-events: none;
background-color: #00A5C5;
position: absolute;
width: 34%;
height: 100%;
right:0;
}
#picker-bar.format12h #value-indicator-hover {
display: block;
}
#picker-bar.format24h #value-indicator-hover {
display: none;
}
div.animation-on {
-moz-transition-duration: 0.5s;
-moz-transition-property: top, left;
}
#value-picker-hours {
position: relative;
-moz-user-select: none;
float: left;
}
#picker-bar.format12h #value-picker-hours {
width: 35%;
}
#picker-bar.format24h #value-picker-hours {
width: 50%;
}
#value-picker-minutes {
position: relative;
-moz-user-select: none;
float: left;
}
#picker-bar.format12h #value-picker-minutes {
width: 35%;
}
#picker-bar.format24h #value-picker-minutes {
width: 50%;
}
#value-picker-hour24-state {
position: relative;
-moz-user-select: none;
width: 30%;
float: left;
}
#picker-bar.format12h #value-picker-hour24-state {
display: block;
}
#picker-bar.format24h #value-picker-hour24-state {
display: none;
}
.picker-unit {
position: relative;
font: 2.13rem/5.3rem 'MozTT',sans-serif;
color: black;
text-align: center;
vertical-align: middle;
width: 100%;
height: 5.3rem;
pointer-events: none;
}
#picker-bar-background {
background: url("images/time_pattern.png") repeat scroll left top transparent;
position: absolute;
width: 30%;
height: 100%;
right: 0;
top: 0;
}
#picker-bar.format12h #picker-bar-background {
display: block;
}
#picker-bar.format24h #picker-bar-background {
display: none;
}
#left-picker-separator {
position: absolute;
width: 2px;
height: 100%;
top: 0;
background: -moz-linear-gradient(center left, #EEE 50%, #AAA 50%);
pointer-events: none;
}
#picker-bar.format12h #left-picker-separator {
left: 35%;
}
#picker-bar.format24h #left-picker-separator {
left: 49.5%;
}
#right-picker-separator {
position: absolute;
width: 1px;
height: 100%;
top: 0;
left: 70%;
background-color: #999;
pointer-events: none;
}
#picker-bar.format12h #right-picker-separator {
display: block;
}
#picker-bar.format24h #right-picker-separator {
display: none;
}
/* 320x480 phones */
@media screen and (width: 320px) {
html {
font-size: 10px;
}
}
/* 480x800 phones */
@media screen and (width: 480px) {
html {
font-size: 10px;
}
.alarmList-detail {
margin-left: 0.31rem;
}
.alarmList-time span.time {
font: 2.25rem/2.25rem 'MozTT', sans-serif;
}
.alarmList-time span.hour24-state {
font: 1rem/1rem 'MozTT', sans-serif;
margin-left: -0.19rem;
}
.alarmList-detail .label {
font: 1.25rem/1.25rem 'MozTT', sans-serif;
}
.alarmList-detail .repeat {
font: 1.13rem/1.13rem 'MozTT', sans-serif;
}
}
|
apps/clock/style/alarm.css
|
html, body {
margin: 0;
padding: 0;
overflow: hidden !important;
}
/* ------------- Button ------------- */
a.button, span.button {
margin: 0.25rem;
padding: 0.75rem 0.75rem 0.63rem 0.75rem;
border: 0.25rem solid;
border-radius: 0.63rem;
background: transparent;
color: #000000;
display: inline-block;
text-align: center;
text-decoration: none;
cursor: pointer;
font: bold 1.25rem 'MozTT', sans-serif;
line-height: 1.38rem;
-moz-border-top-colors: #6F6F6F #4D4D4D #4D4D4D #6F6F6F;
-moz-border-right-colors: #6F6F6F #4D4D4D #4D4D4D #6F6F6F;
-moz-border-left-colors: #6F6F6F #4D4D4D #4D4D4D #6F6F6F;
-moz-border-bottom-colors: #6F6F6F #4D4D4D #4D4D4D #6F6F6F;
}
a.button.left.close {
background: url(images/separator_close.png) no-repeat scroll 1.25rem center transparent;
background-size: auto 100%;
border: none;
cursor: pointer;
top: 0;
left: 0;
overflow: visible;
position: absolute;
width: 3.75rem;
height: 3.13rem;
}
.background-close {
position: fixed;
background-color: rgba(0, 0, 0, 0.13);
width: 1.59rem;
height: 5rem;
top: 0;
left: 0;
}
.icon-close {
display: inline-block;
background: url(images/edit_close.png) no-repeat;
background-position: left 0.63rem;
background-repeat: no-repeat;
background-size: 60% 60%;
display: inline-block;
width: 2.50rem;
height: 2.50rem;
margin-left: -3.13rem;
overflow: visible;
overflow: visible;
}
a.button.left {
position: absolute;
top: 0.37rem;
left: 0.06rem;
}
a.button.right {
position: absolute;
top: 0.63rem;
right: 0.63rem;
}
a.button.right.plus {
width: 2.75rem;
height: 2.75rem;
background-image: url(images/add_alarm.png);
background-size: 100%;
background-repeat: no-repeat;
border: none;
}
a.button.right.done-button {
background: url(images/separator_done.png) no-repeat scroll left center transparent;
border: none;
background-size: auto 100%;
cursor: pointer;
height: 3.13rem;
top: 0;
right: 0;
overflow: visible;
position: absolute;
color: white;
font-weight: normal;
line-height: 3.25rem;
}
a.abstract-menu {
display: block;
height: auto; /* 3.38rem; -moz-calc(100% - 2.50rem); */
line-height: normal; /* 3.38rem; -moz-calc(100% - 2.50rem); */
width: -moz-calc(100% - 7.50rem);
text-decoration: none;
text-align: left;
padding-left: 7.50rem;
outline: 0;
color: black;
font: 1.50rem/1.81rem 'MozTT',sans-serif;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
select.abstract-menu {
opacity: 0;
position: absolute;
}
#alarm-delete {
color: #F2F2F2;
font: 1.50rem/1.50rem 'MozTT',sans-serif;
text-align: center;
text-decoration: none;
width: 100%;
}
#alarm-delete-button {
background: -moz-linear-gradient(bottom, #900010, #c90010);
border: none;
height: 3.44rem;
overflow: hidden;
margin: 1.5rem 1.5rem 1rem;
text-shadow: -1px -1px 0 #830B0B;
border-radius: 0.19rem 0.19rem 0.19rem 0.19rem;
}
#alarm-delete-button:active {
background: #890707;
}
.view label.text {
text-align: right;
padding: 1.25rem 0;
text-indent: 1.25rem;
direction: rtl;
}
/* View */
.view {
position: fixed;
top: 0;
left: 0;
border: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
/* View - Slide Horizontal Transition */
.view {
-moz-transition: -moz-transform 0.5s ease;
-moz-transform: translateX(100%);
}
#alarm-view {
-moz-transform: translateX(-100%);
}
#alarm-view:target, .view:target {
-moz-transition: -moz-transform 0.5s ease;
-moz-transform: none;
}
body.hidden #alarm-view {
-moz-transform: none;
-moz-transition: none;
}
#alarm-view.active {
-moz-transform: none;
-moz-transition: none;
}
#alarm {
background-color: #efefeb;
}
#repeat {
background-color: #305B5E;
}
#sound {
background-color: #305B5E;
}
#snooze {
background-color: #305B5E;
}
#color {
background-color: #305B5E;
}
li.singleline {
height: 4rem;
border-top: none;
border-bottom: 0.06rem solid #cbcbcc;
padding-left: 5%;
padding-right: 5%;
overflow: hidden;
-moz-box-sizing: border-box;
}
li.multiline {
height: 22.19rem;
border-top: none;
border-bottom: 0.06rem solid #cbcbcc;
}
li.multiline:active {
background-color: white;
text-shadow: none;
color: #555;
}
li.picker {
height: 21.88rem;
padding-top: 0.31rem;
border-top: none;
border-bottom: none;
}
li.picker:active {
background-color: transparent;
text-shadow: none;
}
.view-alarm-lbl {
color: #7d7d7d;
font: 1.50rem/1.50rem 'MozTT',sans-serif;
top: 1.38rem;
height: auto;
pointer-events: none;
}
/* Table View */
#alarms-tableView {
/* overflow-y: auto; */
}
ul {
margin: 0;
padding: 0;
overflow: auto;
list-style: none;
}
ul li { /* 6rem, including a 0.13rem border */
position: relative;
height: 6.25rem;
border-top: 0.06rem solid #cbcbcc;
color: #555;
}
ul li:active {
background-color: rgba(0, 0, 0, .07);
text-shadow: #999 0 -0.06rem 0;
color: #222;
}
ul li > a {
display: block;
padding-top: 1rem;
padding-bottom: 1rem;
height: 4.25rem; /* -moz-calc(100% - 2.50rem); */
line-height: 4.25rem; /* -moz-calc(100% - 2.50rem); */
text-decoration: none;
outline: 0;
color: #555;
}
ul li > a, ul li > span, ul li > small { /* text ellipsis */
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
position: absolute;
width: -moz-calc(100% - 8.13rem);
}
ul li > span {
position: absolute;
}
ul li > small {
position: absolute;
left: 1.25rem;
top: 50%;
font-size: 0.9em;
color: #888;
}
.alarmList-time {
float: left;
width: 41%;
padding-top: 0.75rem;
text-align: left;
}
.alarmList-detail {
float: left;
width: 50%;
text-align: left;
margin-left: -0.19rem;
}
#alarms label {
position: absolute;
right: 0;
top: 50%;
margin-top: -2.5rem;
z-index: 0;
}
/* fake input boxes for checkboxes & radio buttons */
.view label {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
.view label.alarmList {
width: -moz-calc(8.13rem);
}
.view label > input {
display: none;
}
.view label > span {
position: absolute;
top: -moz-calc(50% - 1.06rem);
right: 0.87rem;
display: block;
width: 4rem;
height: 4rem;
border: none;
}
.view label > input[type=radio] + span {
background: url(images/radio_off.png) no-repeat scroll center center;
}
.view label > input[type=radio]:checked + span {
background: url(images/radio_on.png) no-repeat scroll center center;
}
/* ----------- Alarm Set Repeat Button ------------- */
.view label > input[type=checkbox] + span.setRepeat {
width: 2.87rem;
height: 2.87rem;
border: 0.25rem solid;
border-radius: 0.81rem;
-moz-border-top-colors: #696969 #4D4D4D #4D4D4D #696969;
-moz-border-right-colors: #696969 #4D4D4D #4D4D4D #696969;
-moz-border-bottom-colors: #696969 #4D4D4D #4D4D4D #696969;
-moz-border-left-colors: #696969 #4D4D4D #4D4D4D #696969;
background: -moz-linear-gradient(#eaeae4, #ffffff);
}
.view label > input[type=checkbox]:checked + span.setRepeat {
background: url(images/checked.png) no-repeat scroll center center,
-moz-linear-gradient(#ffffff, #eaeae4);
}
/* ----------- Inputs ------------- */
select, input, textarea {
clear: both;
background:none;
border:0.13rem solid white;
border-radius: 0.31rem;
font-size: 1em;
}
select:focus, input:focus, textarea:focus {
background: #FFF;
}
select.right {
width: 4.38rem;
}
input.right {
width: -moz-calc(100% - 12.50rem);
margin: 0.37rem 0.50rem 0.19rem 7.50rem;
height: 3.13rem;
font: 1.50rem/1.88rem 'MozTT',sans-serif;
color: black;
}
/* ----------- Input Error ---------- */
input ~ * {
color:#E00;
margin: -0.63rem 0rem 0rem 1.25rem;
}
input ~ *:empty {
display:none;
}
/* ----------- TableView ---------- */
.tableView p {
padding: 0;
margin-right: 1.75rem;
}
.tableView {
height: -moz-calc(100% - 5rem - 0.19rem);
background-color: #ffffff;
padding-left: 5%;
padding-right: 5%;
position: absolute;
width: 90%;
}
#alarms.tableView {
width: 90%;
height: auto;
max-height: 52%;
position: absolute;
bottom: 0rem;
padding-left: 5%;
padding-right: 5%;
background-color: transparent;
background-image: none;
}
#edit-alarm.tableView {
background: url(images/edit_background.png) repeat scroll center center;
background-size: 100% 100%;
width: 100%;
padding-left: 0;
padding-right: 0;
}
li img {
position: absolute;
vertical-align: middle;
margin-right:0.63rem;
}
.description {
position: relative;
float: left;
width: 100%;
height: auto;
line-height: normal;
pointer-events: none;
}
.alarmList-time span.time {
height: auto;
font: 2.50rem/2.50rem 'MozTT', sans-serif;
color: black;
}
.alarmList-time span.hour24-state {
height: auto;
font: 1.38rem/1.38rem 'MozTT', sans-serif;
color: #25292a;
margin-left: -0.25rem;
text-transform:lowercase;
}
.alarmList-detail .label {
height: auto;
font: 1.50rem/1.50rem 'MozTT', sans-serif;
color: black;
text-overflow: ellipsis;
padding-top: 0.31rem;
}
.alarmList-detail .repeat {
height: auto;
font: 1.50rem/1.50rem 'MozTT', sans-serif;
color: #646768;
text-overflow: ellipsis;
padding-top: 0.44rem;
}
.alarmList-detail .hiddenSummary {
display: none;
}
.alarmList-detail .paddingTop {
padding-top: 1.19rem;
}
.lebal {
height: auto;
}
/* ----------- TimeSelectorView ---------- */
#picker-bar {
position: relative;
overflow: hidden;
height: -moz-calc(100% - 0.13rem);
margin-left: auto;
margin-right: auto;
border-bottom: solid 0.13rem;
-moz-border-bottom-colors: #CBCBCC #FFFFFF;
}
#picker-bar.format12h {
width: 85%;
}
#picker-bar.format24h {
width: 60%;
}
#picker-bar-gradient {
-moz-border-top-colors:
rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.2)
rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.05)
rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.03) rgba(0, 0, 0, 0.02);
-moz-border-bottom-colors:
rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.2)
rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.05)
rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.03) rgba(0, 0, 0, 0.02);
border-top: solid 0.63rem;
border-bottom: solid 0.63rem;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
position: absolute;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
-moz-box-sizing: border-box;
}
#picker-container {
width: 100%;
height: 100%;
position: relative;
padding-top: 8.28rem;
}
#value-indicator-wrapper {
-moz-border-top-colors:
rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15)
rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.3)
rgba(0, 0, 0, 0.35);
-moz-border-bottom-colors:
rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15)
rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.3)
rgba(0, 0, 0, 0.35);
border-top: solid 0.44rem;
border-bottom: solid 0.44rem;
position: absolute;
height: 4.50rem;
width: 100%;
pointer-events: none;
}
#value-indicator-hover-time {
pointer-events: none;
background-color: #00A5C5;
color: #FFF;
position: absolute;
height: 100%;
font: 1.88rem/3.75rem 'MozTT',sans-serif;
text-align: center;
}
#picker-bar.format12h #value-indicator-hover-time {
width: 70%;
}
#picker-bar.format24h #value-indicator-hover-time {
width: 100%;
}
#value-indicator-hover {
pointer-events: none;
background-color: #00A5C5;
position: absolute;
width: 34%;
height: 100%;
right:0;
}
#picker-bar.format12h #value-indicator-hover {
display: block;
}
#picker-bar.format24h #value-indicator-hover {
display: none;
}
div.animation-on {
-moz-transition-duration: 0.5s;
-moz-transition-property: top, left;
}
#value-picker-hours {
position: relative;
-moz-user-select: none;
float: left;
}
#picker-bar.format12h #value-picker-hours {
width: 35%;
}
#picker-bar.format24h #value-picker-hours {
width: 50%;
}
#value-picker-minutes {
position: relative;
-moz-user-select: none;
float: left;
}
#picker-bar.format12h #value-picker-minutes {
width: 35%;
}
#picker-bar.format24h #value-picker-minutes {
width: 50%;
}
#value-picker-hour24-state {
position: relative;
-moz-user-select: none;
width: 30%;
float: left;
}
#picker-bar.format12h #value-picker-hour24-state {
display: block;
}
#picker-bar.format24h #value-picker-hour24-state {
display: none;
}
.picker-unit {
position: relative;
font: 2.13rem/5.3rem 'MozTT',sans-serif;
color: black;
text-align: center;
vertical-align: middle;
width: 100%;
height: 5.3rem;
pointer-events: none;
}
#picker-bar-background {
background: url("images/time_pattern.png") repeat scroll left top transparent;
position: absolute;
width: 30%;
height: 100%;
right: 0;
top: 0;
}
#picker-bar.format12h #picker-bar-background {
display: block;
}
#picker-bar.format24h #picker-bar-background {
display: none;
}
#left-picker-separator {
position: absolute;
width: 2px;
height: 100%;
top: 0;
background: -moz-linear-gradient(center left, #EEE 50%, #AAA 50%);
pointer-events: none;
}
#picker-bar.format12h #left-picker-separator {
left: 35%;
}
#picker-bar.format24h #left-picker-separator {
left: 49.5%;
}
#right-picker-separator {
position: absolute;
width: 1px;
height: 100%;
top: 0;
left: 70%;
background-color: #999;
pointer-events: none;
}
#picker-bar.format12h #right-picker-separator {
display: block;
}
#picker-bar.format24h #right-picker-separator {
display: none;
}
/* 320x480 phones */
@media screen and (width: 320px) {
html {
font-size: 10px;
}
}
/* 480x800 phones */
@media screen and (width: 480px) {
html {
font-size: 10px;
}
.alarmList-detail {
margin-left: 0.31rem;
}
.alarmList-time span.time {
font: 2.25rem/2.25rem 'MozTT', sans-serif;
}
.alarmList-time span.hour24-state {
font: 1rem/1rem 'MozTT', sans-serif;
margin-left: -0.19rem;
}
.alarmList-detail .label {
font: 1.25rem/1.25rem 'MozTT', sans-serif;
}
.alarmList-detail .repeat {
font: 1.13rem/1.13rem 'MozTT', sans-serif;
}
}
| 0.47171 | 0.062189 |
.search-basic{
float:right;
background-color: transparent;
}
/*************Header.php - NavBar, search e anuncie aqui***********/
.teste{
background-color: transparent!important;
}
.teste a{
color: #000000!important;
}
.teste a:hover{
color: #ffffff!important;
}
.teste li:hover{
background-color:#1d7d74!important;
}
.teste li.active{
background-color: #a7ffeb;
}
.button_anuncie_aqui{
float: right;
}
/**********************Fim Header******************/
/************news e fipe******************/
.news_fipe{
margin-top: 20px;
}
.news_content_car p:hover{
text-decoration: underline;
color: #1d7d74!important;
font-weight: bold;
}
.title_news{
text-align: center;
border-top: 5px solid #1d7d74;
font-weight: bold;
width: 300px;
display: block;
margin: 0 auto;
padding: 20px;
}
.title_fipe{
text-align: center;
border-top: 5px solid #1d7d74;
font-weight: bold;
width: 300px;
display: block;
margin: 0 auto;
padding: 20px;
}
.fipe_icons{
display: table;
}
.fipe h4{
text-align: center;
font-size: 31px;
}
.fipe p{
text-align: center;
font-size: 20px;
}
.fipe_button{
display: table;
margin-bottom: 40px;
}
.title_search_advanced{
font-size: 17px!important;
color: #000000;
}
.title_search_advanced:hover{
color: #1d7d74;
font-weight: bold;
text-decoration: underline;
}
.button_pesquisar{
margin-top: 65px;
}
.cards_news_home:hover{
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
/******************all_news**************/
.date_news{
margin-top: 50px!important;
}
.date_news h5{
font-size: 16px;
}
.all_news_pagination{
display: table;
}
.pagination li.active{
background-color: #1d7d74!important;
}
.all_news_read_more{
float: right;
display: flex;
}
/*******************Fim news e FIPE**************/
/****** Basic-search.php e veiculos_destaque*******/
.title_div_cars{
margin-top: 60px;
}
.title_div_cars h5, .title-news-date h1{
text-align: center;
border-top: 5px solid #1d7d74;
font-weight: bold;
width: 300px;
display: block;
margin: 0 auto;
padding: 20px;
}
.btn_basic_search{
padding-top: 18px!important;
}
/**************duvidas*-*****************/
.doubts-title{
border-top: 5px solid #1d7d74;
font-weight: bold;
width: 300px;
display: block;
margin: 0 auto;
padding: 20px;
float: left;
}
.doubts-title h1{
font-size: 33px;
font-weight: bold;
}
/**********advanced-search**************/
.title-advanced-search{
border-top: 5px solid #1d7d74;
/*font-weight: bold;*/
width: 300px;
display: block;
margin: 0 auto;
padding: 10px;
float: left;
}
.title-advanced-search h1{
font-size: 33px;
font-weight: bold;
}
.title-advanced-search h1:hover{
color: #1d7d74;
}
/*********************Fim Basic-search.php***********************/
/**************veiculos_destaque*********/
.list-featured-vehicles{
margin-bottom:110px;
}
.content_car{
margin: 0 auto;
}
.content_car h5{
font-size: 22px;
font-weight: bold;
}
.content_car p{
color: #000000!important;
font-size: 14px;
}
.content_car p:hover{
text-decoration: underline;
color: #1d7d74!important;
font-weight: bold;
}
.icon_velocimetro{
float: left;
}
.marca_ano:hover{
color: #1d7d74!important;
}
.transition-300ms{
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.icon-view-more{
visibility: hidden;
opacity: 0.5;
}
.card-vehicles:hover{
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.card-image-vehicles:hover .icon-view-more{
visibility: visible;
opacity: 1;
}
.view-more-button{
display: block;
margin: 0 auto;
width: 150px;
}
.box-view-more-button-news-home{
width: 100%;
display: inline-block;
margin: 50px auto;
text-align: center;
}
/********Fim veiculos_destaque**************/
/*********************footer***********************/
.title_footer{
border-top: 5px solid #1d7d74;
width: 300px;
padding: 10px;
}
/****************Fim footer*****************/
/*********** detalhes dos veiculos**********/
.img-slide-fancybox img{
width: 100% !important;
max-height: 500px;
min-height: 500px;
}
.img-thumb-single img{
padding: 3px;
cursor: pointer;
max-height: 200px!important;
min-height: 60px!important;
height: 200px;
}
.description-vehicle{
border-top: 5px solid #1d7d74;
}
.description-vehicle h1{
font-size: 30px!important;
}
.description-vehicle p{
font-size: 25px!important;
color: #900;
border-bottom: 2px solid #1d7d74;
}
.vehicle-details p{
font-size: 18px!important;
}
.vehicle-details-icon{
margin-right: 8px!important;
}
.vehicle-details-tabs a{
color: #000000!important;
}
.vehicle-details-tabs a:hover{
color: #1d7d74!important;
font-weight: bold;
}
.vehicle-details-tabs .indicator{
background-color: #1d7d74!important;
}
.vehicle-details-button-enviar-proposta{
display: table;
}
/*****************tab +informações*******************/
.container-tabs-form{
min-height: 630px;
}
.tabs-home{
border-right: 1px solid #1d7d74!important;
}
.tab-informacoes p{
font-size: 18px!important;
}
.tab-title-itens-opcionais{
font-size: 25px!important;
}
.button-send-proposta{
margin: 0 auto;
display: block;
}
.texto-info p{
font-size: 18px;
}
.link-title-tab{
font-size: 18px !important;
font-weight: bold;
}
.tab-informacoes-opcionais {
/*font-size: 25px!important;*/
border-top: 2px solid #1d7d74!important;
}
.title-proposta{
font-size: 18px;
font-weight: bold;
text-align: center;
padding: 0;
margin: 0;
}
.list-opcionals p{
word-break: break-all!important;
}
/*****single news****/
.thumb-single-news{
margin: 0 auto;
display: block;
}
.content-single-news{
text-align: center;
margin-top: 50px;
font-size: 16px;
}
.title-news-date{
text-align: center;
}
.title-news-date h1{
font-size: 35px;
}
.div-single-date{
width: 150px;
margin: 0 auto;
}
.div-single-date i{
float: left!important;
}
.div-single-date p{
margin: 0;
padding-top: 3px;
float: left;
}
/*********************advanced search****************/
.card-ano-preco{
height: 190px;
}
.card-options-advanced-search:hover{
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.button-advanced-search{
margin: 0 auto;
display: table;
width: 260px;
}
/*****************************media queries*************************/
@media only screen and (max-width: 1024px){
.news_paragraph{
max-height: 80px!important;
overflow: inherit!important;
}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 800px) {
.button_drop{
font-size: 10px!important;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 600px) {
.buttons_search_basic{
margin-bottom: 10px!important;
display: grid!important;
}
.button_pesquisar_02{
display: grid!important;
}
.button_anuncie_aqui a{
font-size: 10px;
}
}
@media only screen and (min-width: 320px) and (max-width: 1300px){
.fipe_button{
margin-top: auto;
}
.button_anuncie_aqui a{
font-size: 10px;
}
}
@media only screen and (max-width: 320px){
.fipe{
margin-top: 12px!important;
}
}
|
css/style.css
|
.search-basic{
float:right;
background-color: transparent;
}
/*************Header.php - NavBar, search e anuncie aqui***********/
.teste{
background-color: transparent!important;
}
.teste a{
color: #000000!important;
}
.teste a:hover{
color: #ffffff!important;
}
.teste li:hover{
background-color:#1d7d74!important;
}
.teste li.active{
background-color: #a7ffeb;
}
.button_anuncie_aqui{
float: right;
}
/**********************Fim Header******************/
/************news e fipe******************/
.news_fipe{
margin-top: 20px;
}
.news_content_car p:hover{
text-decoration: underline;
color: #1d7d74!important;
font-weight: bold;
}
.title_news{
text-align: center;
border-top: 5px solid #1d7d74;
font-weight: bold;
width: 300px;
display: block;
margin: 0 auto;
padding: 20px;
}
.title_fipe{
text-align: center;
border-top: 5px solid #1d7d74;
font-weight: bold;
width: 300px;
display: block;
margin: 0 auto;
padding: 20px;
}
.fipe_icons{
display: table;
}
.fipe h4{
text-align: center;
font-size: 31px;
}
.fipe p{
text-align: center;
font-size: 20px;
}
.fipe_button{
display: table;
margin-bottom: 40px;
}
.title_search_advanced{
font-size: 17px!important;
color: #000000;
}
.title_search_advanced:hover{
color: #1d7d74;
font-weight: bold;
text-decoration: underline;
}
.button_pesquisar{
margin-top: 65px;
}
.cards_news_home:hover{
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
/******************all_news**************/
.date_news{
margin-top: 50px!important;
}
.date_news h5{
font-size: 16px;
}
.all_news_pagination{
display: table;
}
.pagination li.active{
background-color: #1d7d74!important;
}
.all_news_read_more{
float: right;
display: flex;
}
/*******************Fim news e FIPE**************/
/****** Basic-search.php e veiculos_destaque*******/
.title_div_cars{
margin-top: 60px;
}
.title_div_cars h5, .title-news-date h1{
text-align: center;
border-top: 5px solid #1d7d74;
font-weight: bold;
width: 300px;
display: block;
margin: 0 auto;
padding: 20px;
}
.btn_basic_search{
padding-top: 18px!important;
}
/**************duvidas*-*****************/
.doubts-title{
border-top: 5px solid #1d7d74;
font-weight: bold;
width: 300px;
display: block;
margin: 0 auto;
padding: 20px;
float: left;
}
.doubts-title h1{
font-size: 33px;
font-weight: bold;
}
/**********advanced-search**************/
.title-advanced-search{
border-top: 5px solid #1d7d74;
/*font-weight: bold;*/
width: 300px;
display: block;
margin: 0 auto;
padding: 10px;
float: left;
}
.title-advanced-search h1{
font-size: 33px;
font-weight: bold;
}
.title-advanced-search h1:hover{
color: #1d7d74;
}
/*********************Fim Basic-search.php***********************/
/**************veiculos_destaque*********/
.list-featured-vehicles{
margin-bottom:110px;
}
.content_car{
margin: 0 auto;
}
.content_car h5{
font-size: 22px;
font-weight: bold;
}
.content_car p{
color: #000000!important;
font-size: 14px;
}
.content_car p:hover{
text-decoration: underline;
color: #1d7d74!important;
font-weight: bold;
}
.icon_velocimetro{
float: left;
}
.marca_ano:hover{
color: #1d7d74!important;
}
.transition-300ms{
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.icon-view-more{
visibility: hidden;
opacity: 0.5;
}
.card-vehicles:hover{
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.card-image-vehicles:hover .icon-view-more{
visibility: visible;
opacity: 1;
}
.view-more-button{
display: block;
margin: 0 auto;
width: 150px;
}
.box-view-more-button-news-home{
width: 100%;
display: inline-block;
margin: 50px auto;
text-align: center;
}
/********Fim veiculos_destaque**************/
/*********************footer***********************/
.title_footer{
border-top: 5px solid #1d7d74;
width: 300px;
padding: 10px;
}
/****************Fim footer*****************/
/*********** detalhes dos veiculos**********/
.img-slide-fancybox img{
width: 100% !important;
max-height: 500px;
min-height: 500px;
}
.img-thumb-single img{
padding: 3px;
cursor: pointer;
max-height: 200px!important;
min-height: 60px!important;
height: 200px;
}
.description-vehicle{
border-top: 5px solid #1d7d74;
}
.description-vehicle h1{
font-size: 30px!important;
}
.description-vehicle p{
font-size: 25px!important;
color: #900;
border-bottom: 2px solid #1d7d74;
}
.vehicle-details p{
font-size: 18px!important;
}
.vehicle-details-icon{
margin-right: 8px!important;
}
.vehicle-details-tabs a{
color: #000000!important;
}
.vehicle-details-tabs a:hover{
color: #1d7d74!important;
font-weight: bold;
}
.vehicle-details-tabs .indicator{
background-color: #1d7d74!important;
}
.vehicle-details-button-enviar-proposta{
display: table;
}
/*****************tab +informações*******************/
.container-tabs-form{
min-height: 630px;
}
.tabs-home{
border-right: 1px solid #1d7d74!important;
}
.tab-informacoes p{
font-size: 18px!important;
}
.tab-title-itens-opcionais{
font-size: 25px!important;
}
.button-send-proposta{
margin: 0 auto;
display: block;
}
.texto-info p{
font-size: 18px;
}
.link-title-tab{
font-size: 18px !important;
font-weight: bold;
}
.tab-informacoes-opcionais {
/*font-size: 25px!important;*/
border-top: 2px solid #1d7d74!important;
}
.title-proposta{
font-size: 18px;
font-weight: bold;
text-align: center;
padding: 0;
margin: 0;
}
.list-opcionals p{
word-break: break-all!important;
}
/*****single news****/
.thumb-single-news{
margin: 0 auto;
display: block;
}
.content-single-news{
text-align: center;
margin-top: 50px;
font-size: 16px;
}
.title-news-date{
text-align: center;
}
.title-news-date h1{
font-size: 35px;
}
.div-single-date{
width: 150px;
margin: 0 auto;
}
.div-single-date i{
float: left!important;
}
.div-single-date p{
margin: 0;
padding-top: 3px;
float: left;
}
/*********************advanced search****************/
.card-ano-preco{
height: 190px;
}
.card-options-advanced-search:hover{
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.button-advanced-search{
margin: 0 auto;
display: table;
width: 260px;
}
/*****************************media queries*************************/
@media only screen and (max-width: 1024px){
.news_paragraph{
max-height: 80px!important;
overflow: inherit!important;
}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 800px) {
.button_drop{
font-size: 10px!important;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 600px) {
.buttons_search_basic{
margin-bottom: 10px!important;
display: grid!important;
}
.button_pesquisar_02{
display: grid!important;
}
.button_anuncie_aqui a{
font-size: 10px;
}
}
@media only screen and (min-width: 320px) and (max-width: 1300px){
.fipe_button{
margin-top: auto;
}
.button_anuncie_aqui a{
font-size: 10px;
}
}
@media only screen and (max-width: 320px){
.fipe{
margin-top: 12px!important;
}
}
| 0.408513 | 0.092934 |
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;height:100%;}
body{margin:0;font-size:14px;font-family:"Helvetica Neue",Helvetica,STHeiTi,Arial,sans-serif;line-height:1.5;color:#333;background-color:#fff;min-height:100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}
audio,canvas,progress,video{display:inline-block;}
audio:not([controls]){display:none;height:0;}
progress{vertical-align:baseline;}
[hidden],template{display:none;}
a{background:transparent;text-decoration:none;color:#333;}
a:active{outline:0;}
abbr[title]{border-bottom:1px dotted;}
b,strong{font-weight:bold;}
dfn{font-style:italic;}
mark{background:#ff0;color:#000;}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
img{max-width:100%;border:0;vertical-align:middle;}
svg:not(:root){overflow:hidden;}
pre{overflow:auto;white-space:pre;white-space:pre-wrap;word-wrap:break-word;}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;vertical-align:middle;}
button,input,select{overflow:visible;}
button,select{text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
[disabled]{cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
input{line-height:normal;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}
input[type="search"]{-webkit-appearance:textfield;box-sizing:border-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{border:0;padding:0;}
textarea{overflow:auto;resize:vertical;vertical-align:top;}
optgroup{font-weight:bold;}
input,select,textarea{outline:0;}
textarea,input{-webkit-user-modify:read-write-plaintext-only;}
input::-ms-clear,input::-ms-reveal{display:none;}
input::-moz-placeholder,textarea::-moz-placeholder{color:#999;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999;}
.placeholder{color:#999;}
table{border-collapse:collapse;border-spacing:0;}
td,th{padding:0;}
h1,h2,h3,h4,h5,h6,p,figure,form,blockquote{margin:0;}
ul,ol,li,dl,dd{margin:0;padding:0;}
ul,ol{list-style:none outside none;}
h1,h2,h3{line-height:2;font-weight:normal;}
h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:14px;}
i{font-style:normal;}
*{box-sizing:border-box;}
.clearfix::before,.clearfix::after{content:"";display:table;}
.clearfix::after{clear:both;}
|
src/styles/common.css
|
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;height:100%;}
body{margin:0;font-size:14px;font-family:"Helvetica Neue",Helvetica,STHeiTi,Arial,sans-serif;line-height:1.5;color:#333;background-color:#fff;min-height:100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}
audio,canvas,progress,video{display:inline-block;}
audio:not([controls]){display:none;height:0;}
progress{vertical-align:baseline;}
[hidden],template{display:none;}
a{background:transparent;text-decoration:none;color:#333;}
a:active{outline:0;}
abbr[title]{border-bottom:1px dotted;}
b,strong{font-weight:bold;}
dfn{font-style:italic;}
mark{background:#ff0;color:#000;}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
img{max-width:100%;border:0;vertical-align:middle;}
svg:not(:root){overflow:hidden;}
pre{overflow:auto;white-space:pre;white-space:pre-wrap;word-wrap:break-word;}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;vertical-align:middle;}
button,input,select{overflow:visible;}
button,select{text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
[disabled]{cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
input{line-height:normal;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}
input[type="search"]{-webkit-appearance:textfield;box-sizing:border-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{border:0;padding:0;}
textarea{overflow:auto;resize:vertical;vertical-align:top;}
optgroup{font-weight:bold;}
input,select,textarea{outline:0;}
textarea,input{-webkit-user-modify:read-write-plaintext-only;}
input::-ms-clear,input::-ms-reveal{display:none;}
input::-moz-placeholder,textarea::-moz-placeholder{color:#999;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999;}
.placeholder{color:#999;}
table{border-collapse:collapse;border-spacing:0;}
td,th{padding:0;}
h1,h2,h3,h4,h5,h6,p,figure,form,blockquote{margin:0;}
ul,ol,li,dl,dd{margin:0;padding:0;}
ul,ol{list-style:none outside none;}
h1,h2,h3{line-height:2;font-weight:normal;}
h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:14px;}
i{font-style:normal;}
*{box-sizing:border-box;}
.clearfix::before,.clearfix::after{content:"";display:table;}
.clearfix::after{clear:both;}
| 0.165762 | 0.040769 |
@-moz-document domain("reddit.com") {
/* Insert into code if you really hate ads
.organic-listing,
.organic-listing .link,
.organic-listing .link.compressed,
.organic-listing .link.promotedlink .siteTable_organic .ad_1 {
display: none;
}
.dfp-ad-container {
display: none;
}
*/
/* Header Styling (alt home image: https://s13.postimg.org/4850krxtj/reddithome.png) */
#header {
background: rgb(38, 38, 38) !important;
height: 51px;
position: fixed;
left: 0;
top: 0;
right: 0;
z-index: 2147483647;
border-bottom: 3px solid #5f99cf;
}
#header-img {
display: inline-block !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
background: url(https://s13.postimg.org/hnifmkfaf/reddit-logo-white.png) no-repeat !important;
width: 120px;
height: 40px;
padding-left: 120px;
z-index: 2147483647 !important;
}
.RESDropdownList {
z-index: 2147483647 !important;
}
#RESConsoleContainer.slideIn {
z-index: 2147483647 !important;
}
.sr-bar a {
color: rgb(204, 204, 204) !important;
}
#RESShortcutsEditContainer, #RESShortcutsSort, #RESShortcutsRight, #RESShortcutsLeft, #RESShortcutsAdd {
background-color: rgb(38, 38, 38) !important;
}
#srList {
position: fixed !important;
z-index: 2147483647 !important;
}
#sr-more-link {
color: rgb(204, 204, 204) !important;
background-color: rgb(38, 38, 38) !important;
}
#sr-header-area {
background: rgb(38, 38, 38) !important;
color: rgb(210, 90, 50);
border-bottom: 1px solid gray;
}
#sr-header-area .drop-choices.srdrop {
max-height: calc(100vh - 40px);
overflow-y: auto !important;
}
.dropdown.srdrop .selected {
color: rgb(204, 204, 204) !important;
}
.link .rank {
color: rgb(255, 69, 0) !important;
}
.pagename a {
color: rgb(210, 90, 50) !important;
letter-spacing: 1px !important;
}
.pagename {
font-size: 1.2vw;
position: relative;
top: -16px !important;
}
.tabmenu {
position: absolute;
top: 27px;
font-size: 1vw !important;
letter-spacing: 1px !important;
}
.tabmenu li a {
color: rgb(130, 159, 176);
background: transparent;
}
.tabmenu li.res-tabmenu-button a {
display: none !important;
}
.tabmenu a:hover {
color: rgb(210, 90, 50) !important;
}
.tabmenu li.selected a {
background: transparent;
text-decoration: transparent !important;
color: rgb(210, 90, 50) !important;
}
a.title.may-blank:hover {
color: rgb(210, 90, 50) !important;
}
.listing-chooser {
position: fixed !important;
}
#header-bottom-right {
right: 205px;
height: 20px;
top: 20px !important;
border: 1px solid gray;
border-radius: 5px !important;
background-color: rgb(51, 53, 56);
vertical-align: middle !important;
}
#header-bottom-right a {
color: rgb(140, 179, 217);
}
/* Hide user karma to save space */
.userkarma {
display: none;
}
/* Move & Style search bar */
#search input[type=text] {
width: 200px;
position: fixed;
right: 3px;
top: 20px;
z-index: 2147483647;
border-radius: 5px;
background-color: rgb(51, 53, 56);
}
#search input[type=submit] {
position: fixed;
top: 27px !important;
right: 16px !important;
z-index: 2147483647;
float: right;
}
#searchexpando {
position: fixed;
z-index: 2147483647;
top: 50px;
right: 2px;
border: 3px solid gray;
border-radius: 5px;
}
.combined-search-page #search input[type=text] {
position: static;
}
/* Side Bar */
.side {
border: 2px solid gray;
border-radius: 10px;
padding: 6px;
margin-top: 7px;
}
/* Body Styling */
.infobar {
top: 55px;
}
.login-form-side {
position: absolute;
background-color: rgb(51, 53, 56);
top: 55px;
}
body {
padding-top: 55px !important;
}
.top-matter {
top: 55px !important;
}
#RESPinnedHeaderSpacer {
display: none !important;
}
.res-nightmode .RES-keyNav-activeElement {
background-color: transparent !important;
}
.link.last-clicked {
border: none;
}
/* Hide Gold Button */
.give-gold-button,
.goldvertisement,
.embed-comment,
.nub {
display: none !important;
}
/* RES Even link colors */
.res-nightmode .thing.odd.link {
padding: 7px !important;
margin: 0;
background-color: rgb(51, 53, 56);
}
.res-nightmode .thing.even.link {
background-color: rgb(38, 38, 38);
padding: 7px !important;
margin: 0;
}
}
|
data/usercss/153218.user.css
|
@-moz-document domain("reddit.com") {
/* Insert into code if you really hate ads
.organic-listing,
.organic-listing .link,
.organic-listing .link.compressed,
.organic-listing .link.promotedlink .siteTable_organic .ad_1 {
display: none;
}
.dfp-ad-container {
display: none;
}
*/
/* Header Styling (alt home image: https://s13.postimg.org/4850krxtj/reddithome.png) */
#header {
background: rgb(38, 38, 38) !important;
height: 51px;
position: fixed;
left: 0;
top: 0;
right: 0;
z-index: 2147483647;
border-bottom: 3px solid #5f99cf;
}
#header-img {
display: inline-block !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
background: url(https://s13.postimg.org/hnifmkfaf/reddit-logo-white.png) no-repeat !important;
width: 120px;
height: 40px;
padding-left: 120px;
z-index: 2147483647 !important;
}
.RESDropdownList {
z-index: 2147483647 !important;
}
#RESConsoleContainer.slideIn {
z-index: 2147483647 !important;
}
.sr-bar a {
color: rgb(204, 204, 204) !important;
}
#RESShortcutsEditContainer, #RESShortcutsSort, #RESShortcutsRight, #RESShortcutsLeft, #RESShortcutsAdd {
background-color: rgb(38, 38, 38) !important;
}
#srList {
position: fixed !important;
z-index: 2147483647 !important;
}
#sr-more-link {
color: rgb(204, 204, 204) !important;
background-color: rgb(38, 38, 38) !important;
}
#sr-header-area {
background: rgb(38, 38, 38) !important;
color: rgb(210, 90, 50);
border-bottom: 1px solid gray;
}
#sr-header-area .drop-choices.srdrop {
max-height: calc(100vh - 40px);
overflow-y: auto !important;
}
.dropdown.srdrop .selected {
color: rgb(204, 204, 204) !important;
}
.link .rank {
color: rgb(255, 69, 0) !important;
}
.pagename a {
color: rgb(210, 90, 50) !important;
letter-spacing: 1px !important;
}
.pagename {
font-size: 1.2vw;
position: relative;
top: -16px !important;
}
.tabmenu {
position: absolute;
top: 27px;
font-size: 1vw !important;
letter-spacing: 1px !important;
}
.tabmenu li a {
color: rgb(130, 159, 176);
background: transparent;
}
.tabmenu li.res-tabmenu-button a {
display: none !important;
}
.tabmenu a:hover {
color: rgb(210, 90, 50) !important;
}
.tabmenu li.selected a {
background: transparent;
text-decoration: transparent !important;
color: rgb(210, 90, 50) !important;
}
a.title.may-blank:hover {
color: rgb(210, 90, 50) !important;
}
.listing-chooser {
position: fixed !important;
}
#header-bottom-right {
right: 205px;
height: 20px;
top: 20px !important;
border: 1px solid gray;
border-radius: 5px !important;
background-color: rgb(51, 53, 56);
vertical-align: middle !important;
}
#header-bottom-right a {
color: rgb(140, 179, 217);
}
/* Hide user karma to save space */
.userkarma {
display: none;
}
/* Move & Style search bar */
#search input[type=text] {
width: 200px;
position: fixed;
right: 3px;
top: 20px;
z-index: 2147483647;
border-radius: 5px;
background-color: rgb(51, 53, 56);
}
#search input[type=submit] {
position: fixed;
top: 27px !important;
right: 16px !important;
z-index: 2147483647;
float: right;
}
#searchexpando {
position: fixed;
z-index: 2147483647;
top: 50px;
right: 2px;
border: 3px solid gray;
border-radius: 5px;
}
.combined-search-page #search input[type=text] {
position: static;
}
/* Side Bar */
.side {
border: 2px solid gray;
border-radius: 10px;
padding: 6px;
margin-top: 7px;
}
/* Body Styling */
.infobar {
top: 55px;
}
.login-form-side {
position: absolute;
background-color: rgb(51, 53, 56);
top: 55px;
}
body {
padding-top: 55px !important;
}
.top-matter {
top: 55px !important;
}
#RESPinnedHeaderSpacer {
display: none !important;
}
.res-nightmode .RES-keyNav-activeElement {
background-color: transparent !important;
}
.link.last-clicked {
border: none;
}
/* Hide Gold Button */
.give-gold-button,
.goldvertisement,
.embed-comment,
.nub {
display: none !important;
}
/* RES Even link colors */
.res-nightmode .thing.odd.link {
padding: 7px !important;
margin: 0;
background-color: rgb(51, 53, 56);
}
.res-nightmode .thing.even.link {
background-color: rgb(38, 38, 38);
padding: 7px !important;
margin: 0;
}
}
| 0.336549 | 0.084342 |
@font-face {
font-family: 'SegoeUI';
src: url('Fonts/SEGOEUI.eot');
src: url('Fonts/SEGOEUI.eot#iefix') format('embedded-opentype'),
url('Fonts/SEGOEUI.woff') format('woff'),
url('Fonts/SEGOEUI.ttf') format('truetype'),
url('Fonts/SEGOEUI.svg#segoe_uiregular') format('svg');
font-weight: normal;
font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
font-weight: normal;
font-style: normal;
font-size: 13px;
font-family: Tahoma, sans-serif; /* google font api*/
font-weight: 400;
vertical-align: baseline;
}
body, html {
height: 100%;
width: 100%;
min-width: 1260px;
position: absolute;
font-size: 13px;
position: absolute;
font-family: Tahoma, sans-serif; /* google font api*/
font-size: 13px;
-webkit-overflow-scrolling: touch;
z-index: 10;
}
.txt-ellipsis{
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
.form-control{
font-size:13px;
}
.wrapper-menu {
height: 100%;
width: 70px;
float: left;
background: #23232C;
position: fixed;
padding: 0 10px 10px 10px;
z-index: 100;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wrapper-menu.open {
width: 240px;
}
.wrapper-menu .menu-top {
width: 100%;
min-width: 45px;
float: left;
height: 60px;
border-radius: 5px;
}
.wrapper-menu .menu-bot1 {
height: 100%;
width: 100%;
overflow: hidden;
position: relative;
}
.wrapper-menu .menu-bot2 {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.wrapper-menu .menu-fav{
position: absolute;
bottom:0px;
background:#F2F2F2;
width: 100%;
min-width: 50px;
height: 40px;
border-radius: 5px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
text-align:center;
padding-top: 5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding-left: 13px;
width: 50px;
cursor:pointer;
}
.wrapper-menu.open .menu-fav{
padding-left: 45px;
width: 220px;
}
.wrapper-menu.open .menu-fav .fav-title{
display:block;
}
.wrapper-menu .menu-fav .icon-fav{
background:url('/Content/Default/Images/icon-default/icon-favorite.png');
background-size:25px;
width:25px;
height:25px;
float:left;
}
.wrapper-menu .menu-fav .fav-title{
width:auto;
float:left;
margin: 5px 0 0 5px;
display:none;
}
.wrapper-menu .menu-fav-list{
width:220px;
height:auto;
position:absolute;
bottom:43px;
border-radius:5px;
background:#fff;
border:1px solid #D7D7D7;
display:none;
}
.wrapper-menu .menu-fav-list ul{
list-style:none;
float:left;
padding:0px;
margin:0px;
max-height:478px;
overflow-y:auto;
width:100%;
}
.wrapper-menu .menu-fav-list ul li{
float:left;
width:100%;
cursor:pointer;
padding: 6px 6px 6px 22px;
background-image:url('/Content/Default/Images/icon-default/icon-favorite-arrow.png');
background-size:5px 8px;
background-repeat:no-repeat;
background-position:12px;
}
.wrapper-menu .menu-fav-list ul li a{
text-decoration:none;
color:#333946;
float:left;
width:100%;
height: 20px;
}
.wrapper-menu .menu-fav-list ul li:hover{
background-color:#F2F2F2;
}
.wrapper-menu .menu-fav-list ul li:hover a{
color:#0063B1;
}
.wrapper-menu .menu-fav-list ul li:hover:first-child{
background-color:#F2F2F2;
border-top-left-radius:5px;
border-top-right-radius:5px;
}
.wrapper-menu .menu-fav-list ul li:hover:last-child{
background-color:#F2F2F2;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}
@media screen and (max-height: 525px) {
.wrapper-menu .menu-bot2 {
right:-17px;
}
}
.wrapper-menu .ibiz-menu {
width: 30px;
height: 40px;
float: left;
margin: 18px 0 0 17px;
cursor: pointer;
background-image: url('Images/icon-menu/icon-menu.png');
background-repeat: no-repeat;
background-size: 19px 25px;
}
.wrapper-menu .ibiz-logo {
width: 80px;
height: 35px;
float: left;
background-image: url('Images/icon-menu/icon-ibiz.png');
background-repeat: no-repeat;
margin-top: 12px;
display: none;
}
.wrapper-connection .ibiz-logo {
width: 70px;
height: 30px;
background-image: url('Images/icon-menu/icon-ibiz-white.png');
background-repeat: no-repeat;
background-size: 100%;
margin-top:10px;
display:inline-block;
}
.wrapper-menu .ibiz-logo.open {
display: block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wrapper-menu ul.menu {
list-style: none;
float: left;
width: 100%;
padding: 0px;
margin: 0px;
}
.wrapper-menu ul.menu li {
width: 100%;
min-width: 50px;
height: 40px;
border-radius: 5px;
cursor: pointer;
margin-bottom: 5px;
}
.wrapper-menu ul.menu li.active { background-color: #0063B1;}
.wrapper-menu ul.menu li:hover { background-color: #0063B1;}
.wrapper-menu .icon-menu {
text-decoration: none;
width: 100%;
height: 100%;
float: left;
background-repeat: no-repeat;
background-size: 22px;
background-position: 15px;
color: #fff;
white-space: nowrap;
}
.wrapper-menu .icon-menu:hover {color: #fff;}
.wrapper-menu .icon-menu.dashboard {background-image: url('Images/icon-menu/icon-menuleft-dashboard.png');}
.wrapper-menu .icon-menu.sales { background-image: url('Images/icon-menu/icon-menuleft-sales.png');}
.wrapper-menu .icon-menu.purchase { background-image: url('Images/icon-menu/icon-menuleft-purchase.png');}
.wrapper-menu .icon-menu.inventory { background-image: url('Images/icon-menu/icon-menuleft-inventory.png');}
.wrapper-menu .icon-menu.accounting { background-image: url('Images/icon-menu/icon-menuleft-accounting.png');}
.wrapper-menu .icon-menu.cashmanage { background-image: url('Images/icon-menu/icon-menuleft-cashmanage.png');}
.wrapper-menu .icon-menu.crm { background-image: url('Images/icon-menu/icon-menuleft-crm.png');}
.wrapper-menu .icon-menu.approvecenter { background-image: url('Images/icon-menu/icon-menuleft-approvecenter.png');}
.wrapper-menu .icon-menu.report { background-image: url('Images/icon-menu/icon-menuleft-report.png');}
.wrapper-menu .icon-menu.setting { background-image: url('Images/icon-menu/icon-menuleft-setting.png');}
.wrapper-menu .icon-menu.help { background-image: url('Images/icon-menu/icon-menuleft-help.png');}
.wrapper-menu .icon-menu.tutorial { background-image: url('Images/icon-menu/icon-menuleft-tutorial.png');}
.wrapper-menu .icon-menu.chequebank { background-image: url('Images/icon-menu/icon-menuleft-chequebank.png');}
.wrapper-menu .icon-menu.pettycash { background-image: url('Images/icon-menu/icon-menuleft-pettycash.png');}
.wrapper-menu .icon-menu span {
float: left;
display: none;
padding: 10px;
margin-left: 40px;
font-weight: 400;
font-size:15px;
}
.wrapper-menu.open .icon-menu span {
display: block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wrapper-menu .line-spit {
float: left;
border-bottom: 1px solid #2C2C36;
clear: both;
width: inherit;
margin: 5px -10px 10px -10px;
display: none;
}
.wrapper-menu.open .line-spit {
display: block;
}
/*----------ibiz-clound-----------*/
.ibiz-clound .wrapper-menu .menu-top {
width: 100%;
min-width: 45px;
float: left;
height: 60px;
border-radius: 5px;
margin-bottom:10px;
}
.ibiz-clound .wrapper-menu .ibiz-menu {
width: 30px;
height: 40px;
float: left;
margin: 30px 0 0 17px;
cursor: pointer;
background-image: url('Images/icon-menu/icon-bar.png') !important;
background-repeat: no-repeat;
background-size: 19px 25px;
}
.ibiz-clound .wrapper-menu .ibiz-logo {
width: 116px;
height: 50px;
float: left;
background-image: url('Images/icon-menu/icon-account_clound.png') !important;
background-repeat: no-repeat;
margin-left:10px;
display: none;
}
.ibiz-clound .wrapper-connection .ibiz-logo {
width: 70px;
height: 30px;
background-image: url('Images/icon-menu/icon-account_clound-white.png')!important;
background-repeat: no-repeat;
background-size: 100%;
margin-top:10px;
display:inline-block;
}
.ibiz-clound .wrapper-menu .ibiz-logo.open {
display: block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ibiz-clound .wrapper-menu {
height: 100%;
width: 70px;
float: left;
background: #ECECEE;
position: fixed;
padding: 0 10px 10px 10px;
z-index: 100;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ibiz-clound .wrapper-menu.open {
width: 240px;
}
.ibiz-clound .wrapper-menu ul.menu li.active { background-color: #0d83DD;}
.ibiz-clound .wrapper-menu ul.menu li.active span {color:white;}
.ibiz-clound .wrapper-menu ul.menu li:hover { background-color: #0d83DD;}
/*.ibiz-clound .wrapper-menu ul.menu li:hover span {color:white}*/
.ibiz-clound .wrapper-menu .icon-menu {
text-decoration: none;
width: 100%;
height: 100%;
float: left;
background-repeat: no-repeat;
background-size: 22px;
background-position: 15px;
color: black;
white-space: nowrap;
}
.ibiz-clound .wrapper-menu .menu-fav{
position: absolute;
bottom:0px;
background:#F2F2F2;
width: 100%;
min-width: 50px;
height: 40px;
border-radius: 5px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
text-align:center;
padding-top: 5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding-left: 13px;
width: 50px;
cursor:pointer;
border:1px solid #d7d7d7;
}
.ibiz-clound .wrapper-menu.open .menu-fav{
padding-left: 45px;
width: 220px;
}
.ibiz-clound .wrapper-menu.open .menu-fav .fav-title{
display:block;
}
.ibiz-clound .wrapper-menu .menu-fav .fav-title{
width:auto;
float:left;
margin: 5px 0 0 5px;
display:none;
}
.ibiz-clound .wrapper-menu .menu-fav-list{
width:220px;
height:auto;
position:absolute;
bottom:43px;
border-radius:5px;
background:#fff;
border:1px solid #D7D7D7;
display:none;
}
.ibiz-clound .wrapper-menu .menu-fav-list ul{
list-style:none;
float:left;
padding:0px;
margin:0px;
max-height:478px;
overflow-y:auto;
width:100%;
}
.ibiz-clound .wrapper-body .wrapper-header {
margin-top: -50px;
min-height: 50px;
height:50px;
background: #0D83DD;
float: left;
width: 100%;
color: #fff;
}
.ibiz-clound .wrapper-body .wrapper-header .nav-manage .mp-profile {
float:left;
width:initial;
height:inherit;
border-right:1px solid #0B6FB9;
cursor:pointer;
}
.ibiz-clound .wrapper-body .wrapper-header .nav-manage .mp-box {
float:left;
width:50px;
height:inherit;
border-right:1px solid #0B6FB9;
text-align:center;
background-repeat:no-repeat;
position: relative;
background-position: 15px;
cursor:pointer;
}
.ibiz-clound .wrapper-body .wrapper-header .nav-manage .mp-box.noti {
background-image:url('Images/icon-menu/icon-bell.png');
background-size: 20px;
border-left:1px solid #0B6FB9;
}
.ibiz-clound .wrapper-body .wrapper-header .nav-manage .help .mp-help-info .help-list {
width: 100%;
padding: 12px 12px 12px 12px;
cursor: pointer;
text-align: left;
background: #0d83DD;
display: block;
color: #fff;
text-decoration: none;
border-top:1px solid #0B6FB9;
}
/*----------------------*/
.wrapper-body {
height: 100%;
min-width:1240px;
padding-top: 50px;
padding-left: 70px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wrapper-body.open {
padding-left: 240px;
width: 100%;
min-width: 1300px;
}
.wrapper-body .wrapper-header {
margin-top: -50px;
min-height: 50px;
height:50px;
background: #0063B1;
float: left;
width: 100%;
color: #fff;
}
.wrapper-body .wrapper-header .nav-comp {
width: 40%;
height: inherit;
padding: 6px 10px 10px 10px;
float: left;
font-size:24px;
font-family:'ThaiSanLite';
font-weight:400;
}
.wrapper-body .wrapper-header .nav-manage {
width: 60%;
height: inherit;
float: right;
}
.nav-manage .nav-manage-wrap{
float:right;
width:initial;
height:inherit;
}
.wrapper-body .wrapper-header .nav-manage .mp-search {
width:200px;
height:inherit;
background-color: #29507E;
float:left;
}
.wrapper-body .wrapper-header .nav-manage .mp-search input{
height: inherit;
background: transparent;
border: none;
color:white;
width:160px;
}
.wrapper-body .wrapper-header .nav-manage .mp-search input:focus:active{
background: transparent;
border: none;
}
.wrapper-body .wrapper-header .nav-manage .mp-search .icon-magnifier23{
background-image:url('Images/icon-menu/icon-magnifier-white-23.png');
background-repeat: no-repeat;
width: 20px;
height: 20px;
float: right;
background-size: 20px;
position: relative;
top: 15px;
right: 5px;
}
.wrapper-body .wrapper-header .nav-manage .mp-box {
float:left;
width:50px;
height:inherit;
border-right:1px solid #29507E;
text-align:center;
background-repeat:no-repeat;
position: relative;
background-position: 15px;
cursor:pointer;
}
.wrapper-body .wrapper-header .nav-manage .mp-box.noti {
background-image:url('Images/icon-menu/icon-bell.png');
background-size: 20px;
border-left:1px solid #29507E;
}
.wrapper-body .wrapper-header .nav-manage .mp-box.help {
background-image:url('Images/icon-menu/icon-help.png');
background-size: 18px;
}
.wrapper-body .wrapper-header .nav-manage .mp-box.help.noti {
background-image:url('Images/icon-menu/icon-help-noti.png') !important;
background-size: 18px;
border-left: none;
}
._expire_contact{
display:none!important;
}
._expire_license #remain{
color:red;
}
._expire_license ._expire_contact{
color:red;
display:block!important;
}
.wrapper-body .wrapper-header .nav-manage .mp-box.setting {
background-image:url('Images/icon-menu/icon-setting.png');
background-size: 20px;
}
.wrapper-body .wrapper-header .nav-manage .mp-box.logout {
background-image:url('Images/icon-menu/icon-logout.png');
background-size: 20px;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile {
float:left;
width:initial;
height:inherit;
border-right:1px solid #29507E;
cursor:pointer;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .profile-name{
float:left;
width:150px;
font-size:16px;
padding:14px 5px 14px 10px;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .profile-img{
float: left;
width: 59px;
height: inherit;
padding: 5px 10px 5px 10px;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .profile-img img{
border-radius:50%;
}
.wrapper-body .wrapper-header .nav-manage .help .mp-help-info {
width:210px;
position:absolute;
height:auto;
top:50px;
z-index: 10;
color:#fff;
margin-left: -160px;
display:none;
}
.wrapper-body .wrapper-header .nav-manage .help .mp-help-info.open{
display:block;
}
.wrapper-body .wrapper-header .nav-manage .help .mp-help-info .help-list a {
color:#fff;
text-decoration:none;
}
.wrapper-body .wrapper-header .nav-manage .help .mp-help-info .help-list {
width: 100%;
padding: 12px 12px 12px 12px;
cursor: pointer;
text-align: left;
background: #0063B1;
display: block;
color: #fff;
text-decoration: none;
border-top:1px solid #06508b;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info{
width:210px;
border:1px solid #D7D7D7;
position:absolute;
height:auto;
top:50px;
background-color:white;
z-index: 10;
color:#333333;
display:none;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info.open{
display:block;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .profile{
width:100%;
height:138px;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .profile .info-profile-img{
width:100%;
margin:auto auto;
text-align:center;
padding-top:15px;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .profile .info-profile-img img{
border-radius: 50%;
width: 70px;
height: 70px;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .profile .info-profile-name{
text-align:center;
width:100%;
font-size:14px;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .language{
width:100%;
height:34px;
border-top:1px solid #D7D7D7;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .column{
width:50%;
height:inherit;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .column:first-child{
border-right:1px solid #D7D7D7;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .flag.th{
background-image: url(Images/icon-default/icon-flag-th.png);
background-repeat:no-repeat;
background-size: 20px 13px;
background-position: 20px;
float: left;
padding: 8px 8px 8px 50px;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .flag:not(.active){
-webkit-filter:grayscale(1);
cursor:pointer;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .flag:not(.active):hover{
-webkit-filter:grayscale(0);
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .flag.eng{
background: url(Images/icon-default/icon-flag-eng.png);
background-repeat:no-repeat;
background-size: 20px 13px;
background-position: 20px;
float: left;
padding: 8px 8px 8px 50px;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .branch{
width:100%;
height:34px;
border-top:1px solid #D7D7D7;
background-image : url('Images/icon-default/icon-mp-comp-switch.png');
background-repeat:no-repeat;
background-size:17px;
padding: 8px 8px 8px 45px;
background-position: 18px;
cursor:pointer;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .edit-profile{
width:100%;
height:34px;
border-top:1px solid #D7D7D7;
background-image : url('Images/icon-default/icon-mp-profile.png');
background-repeat:no-repeat;
background-size:18px;
padding: 8px 8px 8px 45px;
background-position: 18px;
cursor:pointer;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .logout{
width:100%;
height:34px;
border-top:1px solid #D7D7D7;
background-image : url('Images/icon-default/icon-mp-logout.png');
background-repeat:no-repeat;
background-size:17px;
padding: 8px 8px 8px 45px;
background-position: 18px;
cursor:pointer;
}
.wrapper-body .wrapper-content {
height: 100%;
background: #fff;
word-break: break-all;
min-height: 100%;
float: left;
width: 100%;
padding-top: 90px;
}
.wrapper-body .wrapper-content .header-content {
height: 74px;
border-bottom: 1px solid #E4E4E4;
margin-top: -90px;
min-height: 70px;
padding: 20px 30px 20px 30px;
min-width: 1062px;
}
.wrapper-body .wrapper-content .header-content.setting-setup {
border: none;
}
.wrapper-body .wrapper-content .header-content:after{
/*content: " ";
display: block;
clear: both;
border:*/
}
.wrapper-body .wrapper-content .header-content .header-center{
height:100%;
width: 1060px;
margin: auto auto;
padding: 0px 0px 0px 0px;
}
.wrapper-body .wrapper-content .header-content.data-info {
height: 90px;
margin-top: -90px;
min-height: 90px;
padding-top: 20px;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu {
font-size: 20px;
width: 50%;
float: left;
width: 530px;
padding-left: 20px;
color: #000000;
font-family: 'SegoeUI';
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .nav-back-bar{
float:left;
width:initial;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .nav-back-bar .nav-menu-name{
float:left;
font-size:20px;
color: #000000;
font-family: 'SegoeUI';
max-width:500px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap{
float:left;
position:relative;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap {
float:left;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap{
float:left;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap span{
float:left;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .info{
float:left;
cursor:pointer;
color:#0063B1;
font-size:14px;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .history{
float:left;
cursor:pointer;
color:#0063B1;
font-size:14px;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .history:hover{
text-decoration:underline;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .activity{
float:left;
cursor:pointer;
color:#0063B1;
font-size:14px;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .activity:hover{
text-decoration:underline;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .refered{
float:left;
color:#0063B1;
font-size:14px;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .info-detail{
display: none;
float: left;
width: 260px;
height: auto;
position: absolute;
background-color: white;
border: 1px solid #D7D7D7;
z-index: 10;
top: 25px;
box-shadow: 1px 1px 1px #D7D7D7;
padding: 10px;
left: 0;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .info-detail .row{
margin:0px;
padding:0px;
float:left;
width:100%;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .info-detail .row-label{
float:left;
width:40%;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .info-detail .row-data{
float:left;
width:60%;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .status{
float:left;
font-size:14px;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .font-draft{
font-size:14px;
color:#000000;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .font-active{
font-size:14px;
color:#1B9E60; /*เขียว*/
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .font-waitapprove{
font-size:14px;
color:#039BE6; /*ฟ้า*/
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .font-inactive{
font-size:14px;
color:#EF6650;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .font-hold{
font-size:14px;
color:#999999;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .font-partial{
font-size:14px;
color:#FA8C58;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .font-close{
font-size:14px;
color:#0063B1;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .font-inprogress{
font-size:14px;
color:#039BE6;
}
.wrapper-body .wrapper-content .header-content .nav-system-button {
width: 50%;
float: left;
width:530px;
}
.wrapper-body .wrapper-content .header-content.data-info .nav-system-button {
margin-top: 12px;
}
.wrapper-body .wrapper-content .body-content {
height: 100%;
width:1060px;
padding: 10px 0px 20px 0px;
margin:auto auto;
}
.wrapper-body .wrapper-content .body-content.setting-setup {
padding: 0px 30px 20px 30px;
}
.wrapper-body .wrapper-content .body-content.no-tab {
padding: 20px 0px 20px 0px;
}
.wrapper-body .wrapper-content .body-content .nav-content-tab {
height: 35px;
width: 100%;
background-color: #F2F2F2;
border-bottom: 1px solid #0063B1;
list-style: none;
margin: 0px;
padding: 0px;
}
.wrapper-body .wrapper-content .body-content .nav-content-tab li {
float: left;
height: 100%;
cursor: pointer;
width: auto;
line-height: 2.5;
padding: 0 15px 0 15px;
color: #333333;
min-width: 80px;
text-align: center;
}
.wrapper-body .wrapper-content .body-content .nav-content-tab li:hover {
background-color: #0063B1;
color: #fff;
}
.wrapper-body .wrapper-content .body-content .nav-content-tab li.open {
background-color: #0063B1;
color: #fff;
}
.wrapper-body .wrapper-content .body-content .nav-content-tab-sub {
height: 35px;
width: 100%;
background-color: #F2F2F2;
border-bottom: 1px solid #0063B1;
list-style: none;
margin: 0px;
padding: 0px;
}
.wrapper-body .wrapper-content .body-content .nav-content-tab-sub li {
float: left;
height: 100%;
cursor: pointer;
width: auto;
line-height: 2.5;
padding: 0 15px 0 15px;
color: #333333;
min-width: 80px;
text-align: center;
}
.wrapper-body .wrapper-content .body-content .nav-content-tab-sub li:hover {
background-color: #0063B1;
color: #fff;
}
.wrapper-body .wrapper-content .body-content .nav-content-tab-sub li.open {
background-color: #0063B1;
color: #fff;
}
.wrapper-body .wrapper-content .body-content .body-content-tab {
float: left;
width:1060px;
}
.wrapper-body .wrapper-content .body-content .body-content-tab .tab-pane {
float: left;
padding: 20px 0 20px 0;
width: 100%;
}
.wrapper-body .wrapper-content .body-content .body-content-tab.modal-gridDocument .tab-pane {
float: left;
padding: 20px 0 0 0;
width: 100%;
}
.wrapper-body .wrapper-content .body-content .frm-default {
float: left;
margin: 0px;
padding: 0px;
width: 100%;
/*display: table;*/ /*พังจ้า by Oat**/
}
.wrapper-body .wrapper-content .body-content .frm-default.frm-left {
width: 50%;
}
.wrapper-body .wrapper-content .body-content .frm-default.frm-right {
width: 50%;
}
.wrapper-body .wrapper-content .body-content .frm-default.frm-billing.frm-left {
width: 520px;
}
.wrapper-body .wrapper-content .body-content .frm-default.frm-sale.frm-left {
width: 500px;
}
.wrapper-body .wrapper-content .body-content .frm-default.frm-sale.frm-sale-s.frm-left {
width: 280px;
}
.wrapper-body .wrapper-content .body-content .frm-default.frm-cash.frm-left {
width: 580px;
}
.wrapper-body .wrapper-content .body-content .frm-default.frm-cash.frm-cash-s.frm-left {
width: 280px;
}
.frm-default .frm-group {
margin: 0 0 7px 0;
padding: 0px;
width: 100%;
float: left;
}
.picker-wrapper .frm-group:not(:first-child){
margin:0px;
}
.frm-definefield .frm-group{
width:50%;
}
.frm-definefield .frm-group textarea{
height:67px;
}
.frm-default .frm-group input[type=text], .frm-default .frm-group input[type=password], .frm-default .frm-group input[type=number] {
width: 130px;
float: left;
padding: 5px;
}
.frm-default .frm-group input[type=text].picker-l, .frm-default .frm-group input[type=password].picker-l, .frm-default .frm-group input[type=number].picker-l {
width: 345px;
float: left;
padding: 5px;
}
.frm-default .frm-group input.picker-text {
width: 200px;
}
.frm-default .frm-group select {
width: 130px;
height:30px;
float: left;
}
.frm-default .frm-group input.input-s, .frm-default .frm-group select.input-s {
width: 60px;
}
.frm-default .frm-group input.input-ss, .frm-default .frm-group select.input-ss {
width: 195px;
}
.frm-default .frm-group input.input-m, .frm-default .frm-group select.input-m {
width: 200px;
}
.frm-default .frm-group input.input-l, .frm-default .frm-group select.input-l {
width: 330px;
}
#modalWHT .frm-default .frm-group input.input-l{
width: 335px;
}
.frm-default .frm-group .frm-content input:not(:first-child) {
margin-left: 5px;
}
.frm-default .frm-group .frm-content a:not(.picker-link) input {
margin-left: 5px;
cursor:pointer;
}
.frm-default .frm-group .frm-content a:not(.picker-link) input:hover {
text-decoration: underline;
}
.frm-remark {
float: left;
color: #333333;
width: 335px;
height: 20px;
margin-top: 5px;
}
.frm-default .frm-group .frm-label {
float: left;
color: #333333;
width: 160px;
height: 20px;
padding-left: 10px;
margin-top: 5px;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
.modal-body .frm-default .frm-group .frm-label {
float: left;
color: #333333;
width: 130px;
height: 20px;
padding-left: 10px;
margin-top: 5px;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
#modalWHT .modal-body .frm-default .frm-group .frm-label, #modalVat .modal-body .frm-default .frm-group .frm-label {
float: left;
color: #333333;
width: 160px;
height: 20px;
padding-left: 10px;
margin-top: 5px;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
#modalRevise .modal-body .frm-default .frm-group .frm-label, #changStatus .modal-body .frm-default .frm-group .frm-label {
float: left;
color: #333333;
width: 110px;
height: 20px;
padding-left: 10px;
margin-top: 5px;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
.modal-body .license-info .frm-default .frm-group .frm-label {
float: left;
color: #333333;
width: 110px;
height: 20px;
padding-left: 10px;
margin-top: 5px;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
.modal-small .modal-body .frm-default .frm-group .frm-label, #exportExcel .modal-body .frm-default .frm-group .frm-label {
float: left;
color: #333333;
width: 110px;
height: 20px;
padding-left: 10px;
margin-top: 5px;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
form.form .frm-default .frm-group .frm-label {
float: left;
color: #333333;
width: 130px;
height: 20px;
padding-left: 10px;
margin-top: 5px;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
#frm-task .frm-default .frm-group .frm-label, #frm-phone .frm-default .frm-group .frm-label, #frm-email .frm-default .frm-group .frm-label {
float: left;
color: #333333;
width: 110px;
height: 20px;
padding-left: 10px;
margin-top: 5px;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
#frm-email textarea {
width:335px;
}
.frm-default .frm-group .frm-label-child {
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
.frm-default .frm-group .frm-label-s {
float: left;
color: #333333;
width: 60px;
height: 20px;
margin-top: 5px;
text-align: center;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
padding-left:5px; /*edit : 28/11/2559 by OAT */
}
.frm-default .frm-group .frm-label-m {
float: left;
color: #333333;
width: 75px;
height: 20px;
margin-top: 5px;
text-align: center;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
padding-left:5px;
}
.frm-left .frm-group .frm-label-s{
text-align:left;
}
.frm-default.frm-sale .frm-group .frm-label
,.modal#moreAddress .frm-default.frm-sale .frm-group .frm-content-linear .frm-label{
width: 130px;
}
.frm-default.frm-cash .frm-group .frm-label{
width: 130px;
}
.frm-default.frm-cash .frm-group input.picker-text {
width: 275px;
}
.frm-default.frm-billing .frm-group .frm-label{
width: 100px;
}
.frm-default.frm-sale .frm-group input.picker-text{
width: 210px;
}
.frm-default.frm-sale .frm-group input.input-l, .frm-default.frm-sale .frm-group select.input-l{
width: 345px;
}
.frm-default.frm-billing .frm-group textarea{
width: 390px;
}
.frm-default.frm-sale .frm-group textarea{
width: 345px;
}
.frm-default.frm-Accounting .frm-group .frm-label{
width: 105px !important;
margin-right: 0px !important;
}
.frm-default.frm-Accounting .frm-group textarea{
width: 420px;
}
.frm-default.frm-Accounting .frm-group input.picker-text{
width: 265px;
}
.frm-default.frm-creditnote .frm-group .frm-label{
width: 100px !important;
}
.frm-default.frm-creditnote .frm-group .frm-content .frm-label{
padding-left:15px;
}
.frm-default.frm-creditnote .frm-group textarea{
width: 400px;
}
.frm-default.frm-creditnote .frm-group .txtrow{
width: 400px !important;
}
.frm-default.frm-creditnote .frm-group input.picker-text{
width: 245px;
}
.frm-default.frm-deposit .frm-group .frm-label{
width: 100px !important;
}
.frm-default.frm-deposit .frm-group .frm-content .frm-label{
padding-left:15px;
}
.frm-default.frm-deposit .frm-group textarea{
width: 400px;
}
.frm-default.frm-deposit .frm-group .txtrow{
width: 400px !important;
}
.frm-default.frm-deposit .frm-group input.picker-text{
width: 245px;
}
.frm-label-checkbox, .frm-label-radio {
float: left;
color: #333333;
cursor: pointer;
height: 20px;
line-height: 28px;
}
.upload-wrapper .frm-label-checkbox{
line-height :normal;
}
textarea[disabled="disabled"]{
border: 1px solid #D7D7D7;
background-color: #F2F2F2;
}
.frm-label-checkbox input, .frm-label-radio input {
margin: 0px;
}
.frm-default .frm-group label.frm-label.require:before {
content: "* " !important;
color: #FF0000;
margin-left: -10px;
position: absolute;
}
.frm-default .frm-group label.frm-label.red-star:before {
content: "* " !important;
color: #FF0000;
margin-left: -10px;
position: absolute;
}
.frm-default .frm-group .frm-content {
float: left;
padding-right: 10px;
padding-left: 10px;
}
.frm-default .frm-group .frm-content.content-radio {
padding-top: 5px;
}
.frm-default .frm-group .frm-content .frm-content {
padding: 0px;
}
.frm-default .frm-group .frm-content .frm-content label {
float: left;
padding-left: 10px;
}
.frm-default .frm-group .frm-content .frm-content label.frm-label{
float: left;
padding-left: 10px;
padding-right: 10px;
width:60px;
}
.frm-default .frm-group .frm-content .frm-content:not(:first-child) {
margin-left: 10px;
}
.frm-default .frm-group .frm-content.frm-date-range .frm-label {
width: initial;
margin-right: 15px;
margin-left: 15px;
}
.frm-default .frm-group .frm-content-horizal {
float: left;
padding-right: 10px;
padding-left: 10px;
}
.frm-default .frm-group .frm-content-horizal input {
display: table;
}
.frm-default .frm-group .frm-content-linear{
float: left;
padding-left: 10px;
}
.frm-default .frm-group .frm-content-linear .frm-content{
float: left;
padding: 0px;
}
.frm-default .frm-group .frm-content-linear .frm-content:not(:first-child){
margin-left: 10px;
}
.frm-default .frm-group .frm-content-linear .frm-content .frm-label{
float: left;
padding-left: 0px;
width: 75px;
}
.frm-default .frm-group .frm-content-linear .frm-content input{
margin-left: 0px;
}
.frm-default .frm-group .frm-btngroup {
float: left;
position: relative;
}
.frm-default .frm-group .frm-btngroup input{
padding :5px 5px 5px 5px;
}
.frm-default .frm-group .frm-btngroup input.picker-no {
padding :5px 20px 5px 5px;
}
.frm-default .frm-group .frm-btngroup.frm-date-Define {
padding-right: 10px;
padding-left: 10px;
}
.frm-default .frm-group .frm-btngroup.frm-date-Define i {
right: 15px;
}
.frm-default .frm-group .frm-btngroup .input-img-search {
background: url(Images/icon-default/icon-picker-search.png) no-repeat;
padding: 6px 14px 0px 6px;
background-size: 12px;
position: absolute;
top: 0px;
background-position: 4px;
cursor: pointer;
right: 0;
height: 30px;
}
.frm-default .frm-group .frm-btngroup .input-img-search.picker-l {
background: url(Images/icon-default/icon-picker-search.png) no-repeat;
padding: 6px 14px 0px 6px;
background-size: 12px;
position: absolute;
top: 0px;
background-position: 4px;
cursor: pointer;
left: 324px;
height: 30px;
}
.frm-default .frm-group .frm-btngroup .input-img-calendar {
background: url(Images/icon-default/icon-input-calendar.png) no-repeat;
padding: 6px 16px 0px 6px;
position: absolute;
top: 2px;
background-position: 2px;
cursor: pointer;
right: 0px;
height: 25px;
}
.frm-default .frm-group .frm-btngroup .input-img-refresh {
background: url(Images/icon-default/icon-input-refresh.png) no-repeat;
padding: 6px 14px 0px 6px;
position: absolute;
top: 0px;
background-position: 1px;
cursor: pointer;
left: 110px;
height: 30px;
}
.frm-default .subtopic {
height: 25px;
font-weight: 700;
color: #000000;
float: left;
/*padding-left: 15px;*/
cursor: pointer;
position: relative;
/*padding-left: 10px;*/
}
.frm-default .collapse-wrapper .subtopic {
/*padding-left: 15px;*/
}
.frm-default .subtopic.closed {
/*padding-left:7.7px;*/
}
.frm-default .collapse-wrapper .subtopic:before {
/*content: "";
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #000000;
display: inline-block;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
position: absolute;
top: 8px;
left: 0px;*/
}
.frm-default .collapse-wrapper .subtopic.closed:before {
/*content: "";
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 7px solid #000000;
display: inline-block;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
position: absolute;
top: 6px;
left: 0px;*/
}
.frm-default .collapse-wrapper {
float: left;
clear: both;
width: 100%;
}
.frm-default .collapse-wrapper .collapse-content {
float: left;
width: 100%;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
background-color: #CC2C1A !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
background-color: #1B9E60!important;
}
.nav-system-button .nav-bar-button{
float: right;
}
.nav-system-button .nav-bar-button .button-translate{
float: right;
height:32px;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-preview {
float: right;
height:32px;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-validate {
float: right;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-generatebillingnote {
float: right;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-fullreceive {
float: right;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-save {
float: right;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-action {
float: right;
margin: 0 0 0 5px;
height:32px;
}
.nav-system-button .nav-bar-button .button-group {
float: right;
height:32px;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-active {
float: right;
height:32px;
}
.nav-system-button .nav-bar-button .button-edit-delete {
float: right;
height:32px;
}
.nav-system-button .nav-bar-button .button-edit {
float: right;
margin: 0 0 0 5px;
height:32px;
}
.nav-system-button .nav-bar-button .button-delete {
float: right;
margin: 0 0 0 5px;
height:32px;
}
.nav-system-button .nav-bar-button .button-new {
float: right;
margin: 0 0 0 5px;
height:32px;
}
.nav-system-button .nav-bar-button .button-more {
float: right;
margin: 0 0 0 5px;
height:32px;
}
.nav-system-button .nav-bar-button .button-close {
float: right;
height:32px;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-new {
float: right;
height:32px;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-approve {
float: right;
height:32px;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-save{
float: right;
height:32px;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-check {
float: right;
height:32px;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-check .btn-smtp {
width: 160px;
height: inherit;
background-color: #0063B1;
border: none;
border-right: 1px solid #0074D2;
color:#FFFFFF;
}
.nav-system-button .nav-bar-button .button-check .btn-smtp-icon {
float: right;
margin: 0px;
padding: 0px;
background-color: #0063B1;
width: 25px;
height:32px;
border: none;
}
.nav-system-button .nav-bar-button .button-check .icon-smtp {
background: url(Images/icon-default/icon-testmail.png) no-repeat;
width: 15px;
height: 11px;
background-size: 14px;
float: left;
margin-left: 5px;
}
.nav-system-button .nav-bar-button .button-close .btn-danger {
min-width: 70px;
height: inherit;
background-color: #E74C3C;
border: none;
border-right: 1px solid #EC7264;
float: left;
}
.nav-system-button .nav-bar-button .button-close .btn-danger-icon {
float: right;
margin: 0px;
padding: 0px;
background-color: #E74C3C;
width: 25px;
height:32px;
}
.nav-system-button .nav-bar-button .button-close .btn-danger-icon:hover {
background-color: #CC2C1A !important;
}
.nav-system-button .nav-bar-button .button-close .icon-close {
background: url(Images/icon-default/icon-btn-close.png) no-repeat;
width: 11px;
height: 11px;
background-size: 11px;
float: left;
margin-left: 6px;
}
.nav-system-button .nav-bar-button .button-new .btn-success {
width: 70px;
height: inherit;
background-color: #1EB06A;
border: none;
border-right: 1px solid #23CD7C;
float: left;
}
.nav-system-button .nav-bar-button .button-new .btn-new-icon {
float: right;
margin: 0px;
padding: 0px;
background-color: #1EB06A;
width: 25px;
height:32px;
}
.nav-system-button .nav-bar-button .button-new .btn-success-icon:hover {
background-color: #1B9E60;
}
.nav-system-button .nav-bar-button .button-new .icon-new {
background: url(Images/icon-default/icon-btn-new.png) no-repeat;
width: 15px;
height: 15px;
background-size: 9px;
float: left;
margin-left: 6px;
}
.nav-system-button .nav-bar-button .button-save .btn-success {
width: 70px;
height: inherit;
}
.nav-system-button .nav-bar-button .button-save .btn-save-icon {
float: right;
margin: 0px;
padding: 0px;
background-color: #1EB06A;
width: 25px;
height:32px;
}
.nav-system-button .nav-bar-button .button-save .btn-save-icon:hover {
background-color: #1B9E60;
}
.nav-system-button .nav-bar-button .button-save .icon-save-single {
background: url(Images/icon-default/icon-btn-save-single.png) no-repeat;
width: 15px;
height: 15px;
background-size: 9px;
float: left;
margin-left: 6px;
margin:5px 0 0 7px;
}
.nav-system-button .nav-bar-button .button-save .btn.btn-success {
background-color: #1EB06A;
border: none;
border-right: 1px solid #23CD7C;
float: left;
}
.nav-system-button .nav-bar-button .button-translate .btn-primary {
width: 80px;
height: inherit;
}
.nav-system-button .nav-bar-button .button-translate .btn-translate-icon {
float: right;
margin: 0px;
padding: 0px;
background-color: #0063B1;
width: 25px;
height:32px;
}
.nav-system-button .nav-bar-button .button-translate .btn-translate-icon:hover {
background-color: #005193;
}
.nav-system-button .nav-bar-button .button-translate .icon-translate {
background: url(Images/icon-default/icon-btn-translate.png) no-repeat;
width: 15px;
height: 15px;
background-size: 9px;
float: left;
margin-left: 6px;
margin:5px 0 0 7px;
}
.nav-system-button .nav-bar-button .button-translate .btn.btn-primary {
background-color: #0063B1;
border: none;
border-right: 1px solid #0074D2;
float: left;
}
.nav-system-button .nav-bar-button .button-preview .btn-primary {
width: 80px;
height: inherit;
}
.nav-system-button .nav-bar-button .button-preview .btn-preview-icon {
float: right;
margin: 0px;
padding: 0px;
background-color: #0063B1;
width: 25px;
height:32px;
}
.nav-system-button .nav-bar-button .button-preview .btn-preview-icon:hover {
background-color: #005193;
}
.nav-system-button .nav-bar-button .button-preview .icon-preview {
background: url(Images/icon-default/icon-btn-preview.png) no-repeat;
width: 15px;
height: 15px;
background-size: 12px;
float: left;
margin-left: 6px;
margin:5px 0 0 5px;
}
.nav-system-button .nav-bar-button .button-preview .btn.btn-primary {
background-color: #0063B1;
border: none;
border-right: 1px solid #0074D2;
float: left;
}
.nav-system-button .nav-bar-button .button-approve .btn-save {
width: 80px;
height: inherit;
}
.nav-system-button .nav-bar-button .button-approve .btn-approve-icon {
float: right;
margin: 0px;
padding: 0px;
background-color: #1EB06A;
width: 25px;
height:32px;
}
.nav-system-button .nav-bar-button .button-approve .btn-approve-icon:hover {
background-color: #1B9E60;
}
.nav-system-button .nav-bar-button .button-fav{
width: 32px;
height:32px;
background:#fff;
border: 1px solid #D7D7D7;
float:left;
padding: 7px;
cursor:pointer;
border-radius:1px;
}
.nav-system-button .nav-bar-button .button-fav .icon-fav{
background-image: url('Images/icon-default/icon-favorite-gray.png');
width: 16px;
height: 16px;
background-size: 16px;
float:left;
}
.nav-system-button .nav-bar-button .button-fav.active{
background:#0063B1;
}
.nav-system-button .nav-bar-button .button-fav.active .icon-fav{
background-image: url('Images/icon-default/icon-favorite.png');
}
.nav-system-button .nav-bar-button .button-fav:hover{
background:#0063B1;
}
.nav-system-button .nav-bar-button .button-fav:hover .icon-fav{
background-image: url('Images/icon-default/icon-favorite.png');
}
.btn-approve-modal{
width: initial;
height: 32px;
border: 1px solid #1EB06A;
background-color: #1EB06A;
color: #FFFFFF;
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.btn-approve-modal:hover{
background-color: #1B9E60;
color: #FFFFFF;
}
.btn-approve-modal .icon{
background: url('Images/icon-menu/button-approve.png') no-repeat;
width: 15px;
height: 15px;
background-size: 14px;
float: left;
margin-right:4px;
margin-top: 3px;
}
.btn-notapprove-modal{
width: initial;
height: 32px;
border: 1px solid #E74C3C;
/*background-color: #FF8282;*/
background-color: #E74C3C;
color: #FFFFFF;
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.btn-notapprove-modal:hover{
background-color: #CC2C1A;
color: #FFFFFF;
}
.btn-notapprove-modal .icon{
background: url(Images/icon-default/button-notapprove.png) no-repeat;
width: 15px;
height: 15px;
background-size: 14px;
float: left;
margin-right: 3px;
margin-top: 2px;
}
.nav-system-button .nav-bar-button .button-approve .icon-approve {
background: url(Images/icon-default/icon-approve.png) no-repeat;
width: 15px;
height: 15px;
background-size: 12px;
float: left;
margin-left: 6px;
margin:5px 0 0 5px;
}
.wrapper-body .wrapper-content .header-content .nav-back-icon{
background-image: url("/Content/Default/Images/icon-default/icon-nav-back.png");
background-repeat: no-repeat;
width: 20px;
height: 20px;
background-size: 8px 22px;
float: left;
cursor: pointer;
margin-top: 4px;
margin-left: -20px;
}
.wrapper-body .wrapper-content .header-content.data-info .nav-back-icon{
}
.modal{
overflow: auto;
}
.modal .modal{
overflow:initial;
}
.modal .modal-header {
height: 40px;
padding: 10px 15px 0 15px;
background-color: #0063B1;
color: #FFFFFF;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.modal .modal-header .close {
color: #FBFCFE;
font-size: 0px;
opacity: 1;
font-weight: 300;
background-image: url('Images/icon-default/icon-modal-close.png');
width: 18px;
height: 18px;
margin-top: 0px;
}
.modal .modal-header .modal-title {
font-size: 14px;
}
.modal .modal-header .modal-title.modal-confirm:before{
content: url(Images/icon-default/icon-modal-info.png);
margin-right: 10px;
position: relative;
top: 3px;
}
.modal .modal-header .modal-title .modal-alert{
float:left;
content: url(Images/icon-default/icon-modal-warning.png);
margin-right: 10px;
position: relative;
top: -1px;
}
.modal .modal-header .modal-title .modal-info{
float:left;
content: url(Images/icon-default/icon-modal-info.png);
margin-right: 10px;
position: relative;
top: 2px;
}
.modal .modal-header .modal-title .modal-approve{
float:left;
content: url(Images/icon-default/title-approve.png);
margin-right: 10px;
position: relative;
top: 2px;
width:15px;
height:15px;
}
.modal .modal-header .modal-title .modal-notapprove{
float:left;
content: url(Images/icon-default/title-notapprove.png);
margin-right: 10px;
position: relative;
top: 2px;
width:16px;
height:16px;
}
.modal .modal-body{
float:left;
width:100%;
}
.modal .modal-body .bootbox-body{
width:100%;
}
.modal .modal-body .bootbox-body .message-header{
font-size:28px;
font-family:'ThaiSanLite';
}
.modal .modal-body .bootbox-body .message-header.confirm-close{
font-size:24px;
}
.modal .modal-body .bootbox-body .message-detail.not-confirm{
font-size:24px;
font-family:'ThaiSanLite';
}
.modal .modal-body .font-xl{
font-family:'ThaiSanLite';
font-size:32px;
}
.modal .modal-body .bootbox-body .message-detail{
font-size:14px;
}
.modal .modal-body .modal-header .icon-setting{
background-image: url('Images/icon-default/icon-modal-setting.png');
}
.modal .modal-body .frm-default{
padding-left:10px!important;
float: left;
margin: 0px;
width: 100%;
display: table;
}
.modal .modal-body .license-info .frm-default{
padding-left:5px!important;
float: left;
margin: 0px;
width: 100%;
display: table;
}
.modal.modal-form .modal-body .message-header{
font-size:28px;
font-family:'ThaiSanLite';
}
.modal.modal-form .modal-body .frm-default{
padding-left:0px!important;
}
.modal .modal-body .frm-default.frm-left{
width: 50%;
}
.modal .modal-body .frm-default.frm-right{
width: 50%;
}
.modal .modal-body .frm-default .label-h {
font-weight: 700;
}
.modal .modal-body .frm-default .label-ex {
color: #0063B1;
}
.modal .modal-body .frm-default .k-grid{
margin-left:-10px;
width:736px;
}
.modal .modal-body .frm-default .searchgrid-wrapper{
margin-left:-10px;
}
.modal .modal-body .frm-default .gridtopic-wrapper{
margin-left:-10px;
}
.modal .modal-body .frm-default .grid-button-wrapper{
float:right;
}
.modal .modal-footer {
padding: 20px;
margin: 0px;
border: none;
}
.modal.picker-modal .modal-dialog{
width:800px;
height:530px;
}
.modal.picker-modal .tab-pane{
padding:20px 0px 0px 0px!important;
}
.modal.picker-modal .modal-dialog.modal-small{
width:550px;
height:530px;
}
.ui-widget.ui-widget-content{
z-index:1040;
}
.select2-container {
/*margin-left:5px!important; */
/*float: left;*/
}
.select2-container--default .select2-selection--single {
border-radius: 0px !important;
height: 30px !important;
border: 1px solid #D7D7D7 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 30px !important;
}
.select2-dropdown {
border: 1px solid #D7D7D7 !important;
}
.header-title {
width: 100%;
font-size: 24px;
text-align: center;
font-weight: 300;
}
.list-manage {
float: left;
width: 30px;
height: 125px;
margin-top: 10px;
margin-left: 5px;
}
.box-menu-list {
width: 200px;
max-width:200px;
height: 155px;
float: left;
margin-right:50px;
position:relative;
}
.box-menu {
width: 136px;
height: 125px;
float: left;
text-align: center;
cursor: pointer;
}
.box-menu:hover {
border: 1px solid #0063B1;
margin: -1px 0 0 0;
border-radius: 5px;
background: #F0F8FF;
}
.box-menu.coming-soon{
cursor:default;
}
.box-menu.coming-soon span{
position: absolute;
left: 23px;
top: 50px;
padding: 5px;
background-color: #0063B1;
color: #fff;
border-radius: 3px;
}
.box-menu.div-widthlong {
min-width: 160px;
}
.box-menu-image {
height: 85px;
padding: 10px 0 0 0;
}
.box-menu-title {
height: 20px;
padding: 10px 0;
}
/*ul.list-menu {
margin: 50px 0;
}*/
ul.list-menu li {
min-width: 115px;
height: 110px;
float: left;
text-align: center;
margin: 0 20px 0 0;
cursor: pointer;
border: 1px solid white;
}
#CRM ul.list-menu li{
width: 125px;
height: 130px;
float: left;
text-align: center;
margin: 0 20px 0 0;
cursor: pointer;
word-break: break-word;
position:relative;
}
#CRM ul.list-menu li.coming-soon, #CRM ul.list-menu li.coming-soon a{
cursor:default !important;
}
#CRM ul.list-menu li.coming-soon span{
position: absolute;
left: 23px;
top: 50px;
padding: 5px;
background-color: #0063B1;
color: #fff;
border-radius: 3px;
}
#GL ul.list-menu li{
width: 125px;
height: 130px;
float: left;
text-align: center;
margin: 0 20px 0 0;
cursor: pointer;
word-break: break-word;
position:relative;
}
#GL ul.list-menu li.coming-soon{
cursor:default;
}
#GL ul.list-menu li.coming-soon span{
position: absolute;
left: 23px;
top: 50px;
padding: 5px;
background-color: #0063B1;
color: #fff;
border-radius: 3px;
}
ul.list-menu a:hover {
text-decoration:none !important;
}
ul.list-menu li:hover {
border: 1px solid #0063B1;
border-radius: 5px;
background: #F0F8FF;
}
.list-menu-image {
height: 80px;
padding: 10px 0 0 0;
}
.list-menu-title {
height: 20px;
padding: 5px 0;
}
.btn.btn-map {
width: 90px;
height: 32px;
border: 1px solid #D7D7D7;
background-color: #FFFFFF;
color: #0063B1;
}
.btn.btn-map:hover {
border: 1px solid #0063B1;
color: #0063B1;
}
/***grid control***/
.grid-partial {
display:none;
}
.gridtopic-wrapper{
float:left;
width:50%;
margin-bottom:10px;
font-weight:700;
font-size:14px;
height:30px;
padding-top:10px;
}
.searchgrid-wrapper{
float:left;
width:50%;
margin-bottom:10px;
}
.searchgrid-wrapper .frm-btngroup {
width: auto;
float: left;
position: relative;
}
.searchgrid-wrapper .frm-btngroup input {
width:200px!important;
padding: 2px 20px 3px 5px;
height:30px;
}
.searchgrid-wrapper .frm-btngroup .input-img-search {
background: url(Images/icon-default/icon-picker-blue-search.png) no-repeat!important;
background-size: 12px!important;
position: absolute!important;
top: 0px!important;
background-position: 8px!important;
cursor: pointer!important;
right: 0px!important;
height: 30px!important;
border-left: 1px solid #D7D7D7!important;
left: 170px!important;
}
.searchgrid-wrapper .grid-filter-wrapper{
float:left;
margin-left:5px;
height:30px;
position:relative;
}
.searchgrid-wrapper .grid-filter-wrapper {
float:left;
}
.searchgrid-wrapper .grid-filter-wrapper .grid-filter{
float:left;
height:30px;
width:30px;
border: 1px solid #D7D7D7;
}
.searchgrid-wrapper .grid-filter-wrapper .icon-filter{
margin: 4px;
background-image: url('Images/icon-default/icon-filter.png');
background-repeat: no-repeat;
height: 13px;
width: 18px;
}
.searchgrid-wrapper .grid-filter-wrapper .grid-filter:focus{
border: 1px solid #D7D7D7;
}
.searchgrid-wrapper .grid-filter-wrapper .grid-filter:hover{
border: 1px solid #D7D7D7;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list{
display: none;
float: left;
width: 280px;
height: auto;
position: absolute;
background-color: white;
border: 1px solid #D7D7D7;
z-index: 10;
top: 35px;
box-shadow: 0px 0px 5px #D7D7D7;
padding: 20px;
left: 0;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .datetime-custom{
float:left;
width:100%;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .title{
font-size:13px;
margin-bottom:5px;
float:left;
margin:0;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum{
float:left;
width:100%;
line-height:30px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail{
float: right;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail .ddlFilterDatetimeCustom{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail .ddlFilterDropdownCustom{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail .filter-dropdown{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterEnum{
width:100px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterStatus{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterGoodsType{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterDuration{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterExpireDuration{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterStartDate{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterEndDate{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterDurationBill{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterDurationPre{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterOppStage{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterRating{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-detail{
float:left;
width:100%;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-button{
margin-top:10px;
float:right;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-button .btn{
width:80px;
}
.searchgrid-wrapper .filter-deposit {
width: 135px; float: left;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-duration-detail .frm-btngroup{
width: 110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-duration-detail .frm-btngroup .input-datepicker{
width: 110px !important;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-expireduration-detail .frm-btngroup{
width: 110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-expireduration-detail .frm-btngroup .input-datepicker{
width: 110px !important;
}
.searchgrid-wrapper .filter-deposit #ddlFilterCreatedBy{
width: 130px; height:30px;line-height:30px
}
.searchgrid-wrapper .filter-deposit #ddlFilterCreatedBy option {
height:30px;line-height:30px !important;
}
.searchgrid-wrapper .filter-deposit #ddlFilterSystem{
width: 130px; height:30px;line-height:30px
}
.searchgrid-wrapper .filter-deposit #ddlFilterSystem option {
height:30px;line-height:30px !important;
}
#duration-datepicker .filter-duration-detail .frm-btngroup .input-img-calendar,
#durationpre-datepicker .filter-duration-detail .frm-btngroup .input-img-calendar,
#expireduration-datepicker .filter-expireduration-detail .frm-btngroup .input-img-calendar,
#startdate-datepicker .filter-duration-detail .frm-btngroup .input-img-calendar,
#enddate-datepicker .filter-duration-detail .frm-btngroup .input-img-calendar,
#durationbill-datepicker .filter-duration-detail .frm-btngroup .input-img-calendar,
.date-custom-datepicker .filter-duration-detail .frm-btngroup .input-img-calendar{
background: url(Images/icon-default/icon-input-calendar.png) no-repeat;
padding: 6px 16px 0px 6px;
position: absolute;
top: 2px;
background-position: 2px;
cursor: pointer;
right: 0px;
height: 25px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-detail .filter-list-detail{
border: 1px solid #D7D7D7;
float: left;
width: 100%;
height: 100%;
padding:5px 5px 10px 5px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-detail .filter-list-detail .frm-content{
width:100%;
clear:both;
float:left;
margin:0!important;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-detail .filter-list-detail .frm-content .frm-label-checkbox{
margin:0px;
}
.grid-filter-backdrop{
position:fixed;
width:100%;
height:100%;
z-index:9;
left:0;
top:0;
}
/***System NavBar Buttom***/
.btn-saveall .caret{
border-top: 4px solid #ffffff;
float: left;
position: relative;
margin-left: -4px;
}
@-moz-document url-prefix() {
.btn-other span.caret {
border-top: 4px solid #0063B1;
float: none;
margin-top: -2px;
margin-left: 5px;
}
.btn.btn-other{
padding: 6px 22px;
}
}
.btn-other .caret{
border-top: 4px solid #0063B1;
float: right;
margin-top: 7px;
}
.dropdown-menu:not(.datepicker) {
right: 0;
left: initial;
min-width: 140px;
margin: 5px 0 0;
padding: 10px 0;
}
.dropdown-menu:not(.datepicker) li{
float:left;
clear:both;
width:100%;
}
.dropdown-menu:not(.datepicker) > li > a:hover, .dropdown-menu > li > a:focus {
color: #0063B1;
text-decoration: none;
background-color: #ffffff;
}
.save-and-new{
background: url(Images/icon-default/icon-save-and-new.png) no-repeat;
width: 16px;
height: 16px;
background-size: 16px;
margin: 1px 4px 0 0;
}
.save-and-close{
background: url(Images/icon-default/icon-save-and-close.png) no-repeat;
width: 16px;
height: 16px;
background-size: 16px;
margin: 1px 4px 0 0;
}
.save-draft{
background: url(Images/icon-default/icon-save-draft.png) no-repeat;
width: 16px;
height: 16px;
background-size: 16px;
margin: 1px 4px 0 0;
}
.icon-new-act-task{
background: url(Images/icon-default/icon-Act-Task.png) no-repeat;
width: 16px;
height: 16px;
background-size: 16px;
margin: 1px 4px 0 0;
}
.icon-new-act-phone{
background: url(Images/icon-default/icon-Act-Phone.png) no-repeat;
width: 16px;
height: 16px;
background-size: 16px;
margin: 1px 4px 0 0;
}
.icon-new-act-email{
background: url(Images/icon-default/icon-Act-Email.png) no-repeat;
width: 16px;
height: 16px;
background-size: 16px;
margin: 1px 4px 0 0;
}
.btn-new{
background: url(Images/icon-default/img-new.png) no-repeat;
width: 9px;
height: 15px;
background-size: 9px 15px;
margin: 2px 0px 0px 7px;
}
.btn-group.button-group .btn{
padding: 6px 9px;
width:35px;
height:32px;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0 !important;
}
.icon-add{
background: url(Images/icon-default/icon-add.png) no-repeat;
width: 15px;
height: 15px;
margin: 2px 0 1px 0;
}
.icon-edit{
background: url(Images/icon-default/icon-edit.png) no-repeat;
width: 15px;
height: 15px;
background-size: 15px;
margin: 2px 0 1px 0;
}
.icon-delete{
background: url(Images/icon-default/icon-delete.png) no-repeat;
width: 20px;
height: 20px;
background-size: 17px;
}
.icon-bar-dot{
background: url(Images/icon-default/icon-bar-dot.png) no-repeat;
width: 30px;
height: 30px;
background-size: 22px;
}
.icon-translate{
background: url(Images/icon-default/icon-btn-translate-2.png) no-repeat;
width: 13px;
height: 13px;
background-size: 13px 13px;
margin-left: 1px;
}
.icon-print{
background: url(Images/icon-default/icon-print.png) no-repeat;
width: 14px;
height: 14px;
background-size: 14px;
margin: 2px 1px 2px 1px;
}
.icon-sendemail{
background: url(Images/icon-default/icon-sendemail.png) no-repeat;
width: 13px;
height: 13px;
background-size: 13px;
margin: 2px 1px 3px 1px;
}
.icon-new{
background: url(Images/icon-default/icon-new.png) no-repeat;
width: 15px;
height: 15px;
background-size: 15px;
margin: 2px 0 1px 0;
}
.report-btn-ctrl button {
width: 115px;
height: 32px;
border: 1px solid #D7D7D7;
background-color: #FFFFFF;
color: #0063B1;
}
.report-btn-ctrl button:hover {
border: 1px solid #0063B1;
color: #0063B1;
}
.report-frame {
width:962px;
height:710px;
overflow:hidden;
border:0px;
margin-top:10px;
border:1px solid #ccc;
}
.report-frame.report-frame-CheqFormat {
width:737px;
height:400px;
overflow:hidden;
border:0px;
margin-top:10px;
border:1px solid #ccc;
}
.report-btn-icon-down {
background-image: url('Images/icon-default/icon-down.png');
background-size: 15px;
display: block;
width: 15px;
height: 15px;
float: left;
margin-top: 2px;
}
.report-btn-icon-print {
background-image: url('Images/icon-default/icon-print.png');
background-size: 15px;
display: block;
width: 15px;
height: 15px;
float: left;
margin-top: 2px;
}
.report-btn-icon-sendmail {
background-image: url('Images/icon-default/icon-sendemail.png');
background-size: 15px;
display: block;
width: 15px;
height: 15px;
float: left;
margin-top: 2px;
}
.report-btn-icon-preview {
background-image: url('Images/icon-default/icon-eye-open-blue.png');
background-size: 15px;
display: block;
width: 15px;
height: 15px;
float: left;
margin-top: 2px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
color: #333333;
background-color: #ffffff;
border-color: #0063B1;
}
div.error{
width: inherit;
clear: both;
}
div.error label{
padding-left: 0px !important;
}
div.c_error{
width: inherit;
clear: both;
}
div.c_error label{
padding-left: 0px !important;
}
.gridbutton{
width:50%;
float: right !important;
margin-bottom:8px
}
.grid-button-wrapper{
width:50%;
float:left;
}
.grid-button-wrapper .nar-button {
float:right;
}
.grid-button-wrapper .nar-button .frm-right div.error{
width: 150px;
clear: both;
}
.grid-button-wrapper .nar-button .button-action{
float: right;
margin: 0 0 0 5px;
}
.grid-button-wrapper .nar-button .button-group {
float: right;
}
.grid-button-wrapper .nar-button .dropdown-menu{
margin-top:5px;
}
.icon-tooltip-recommend {
cursor: pointer;
display: inline-block;
background-size: 16px;
background-position: center;
width: 20px;
height: 20px;
background: url(Images/icon-default/icon-tooltip-recommend.png) no-repeat;
}
.tooltip-inner {
color: #000000;
background-color: #ffffff;
border: 1px solid #D7D7D7;
max-width: 250px;
padding: 10px 10px;
text-align: left;
}
.tooltip.right .tooltip-arrow {
border-right-color: #D7D7D7;
}
.icon-grid-save{
background: url(Images/icon-default/icon-grid-save.png) no-repeat;
width: 12px;
height: 12px;
background-size: 12px 12px;
margin: 2px 1px 1px 1px;
}
.icon-grid-delete{
background: url(Images/icon-default/icon-grid-delete.png) no-repeat;
width: 12px;
height: 12px;
background-size: 12px 12px;
margin: 2px 1px 1px 1px;
}
.icon-up{
background: url(Images/icon-default/icon-up.png) no-repeat;
width: 16px;
height: 16px;
background-size: 16px 16px;
margin: 2px 1px 1px 1px;
}
.icon-down{
background: url(Images/icon-default/icon-down.png) no-repeat;
width: 16px;
height: 16px;
background-size: 16px 16px;
margin: 2px 1px 1px 1px;
}
.collapse-wrapper{
padding: 0 0 15px 0;
margin: 0 0 15px 0px;
border-bottom: 1px #E4E4E4 Solid;
}
.frm-default .frm-group .btn.btn-other.btn-period {
height: 30px;
}
.frm-default .frm-group .frm-content textarea.input-m {
width: 200px;
height: 50px;
}
.list-manage .box-manage-new {
background-image: url('Images/icon-menu/icon-menu-create.png');
background-repeat: no-repeat;
background-size: 30px;
height: 35px;
cursor: pointer;
}
.list-manage .box-manage-search {
background-image: url('Images/icon-menu/icon-menu-list.png');
background-repeat: no-repeat;
background-size: 30px;
height: 35px;
cursor: pointer;
}
.grid-partial-footer{
float:left;
width:100%;
height:40px;
background-color:#F2F2F2;
padding:5px;
border:1px solid #D7D7D7;
border-top:none;
}
.grid-partial-footer .grid-label{
float: left;
padding: 5px;
margin-right: 5px;
max-width: 115px;
width: 115px;
}
.grid-partial-footer .foot_par_po{
position:relative;
left:38%;
}
.grid-partial-footer .foot_par_so{
position:relative;
left:44%;
}
.grid-partial-footer .left36p{
position:relative;
left:36%;
}
.grid-partial-footer .left38p{
position:relative;
left:38%;
}
.grid-partial-footer .left39p{
position:relative;
left:39%;
}
.grid-partial-footer .left40p{
position:relative;
left:40%;
}
.grid-partial-footer .left41p{
position:relative;
left:41%;
}
.grid-partial-footer .left42p{
position:relative;
left:42%;
}
.grid-partial-footer .left44p{
position:relative;
left:44%;
}
.grid-partial-footer .left44_5p{
position:relative;
left:44.5%;
}
.grid-partial-footer .left45p{
position:relative;
left:45%;
}
.grid-partial-footer .left46{
position:relative;
left:46%;
}
.grid-partial-footer .left46p{
position:relative;
left: 338px;
}
.grid-partial-footer .left47p{
position:relative;
left:47%;
}
.grid-partial-footer .left48p{
position:relative;
left:48%;
}
.grid-partial-footer .left49p{
position:relative;
left:49%;
}
.grid-partial-footer .left50p{
position:relative;
left:50%;
}
.grid-partial-footer .left55p{
position:relative;
left:55%;
}
.grid-partial-footer .left55_7p{
position:relative;
left:55.5%;
}
.grid-partial-footer .left56p{
position:relative;
left:56%;
}
.grid-partial-footer .left57p{
position:relative;
left:57%;
}
.grid-partial-footer .left62p{
position:relative;
left:62%;
}
.grid-partial-footer .left64_7p{
position:relative;
left:64.7%;
}
.grid-partial-footer .left65p{
position:relative;
left:65%;
}
.grid-partial-footer .left66p{
position:relative;
left:66%;
}
.grid-partial-footer .left68p{
position:relative;
left:68%;
}
.grid-partial-footer .left70p{
position:relative;
left:70%;
}
.grid-partial-footer .left72p{
position:relative;
left:72%;
}
.grid-partial-footer .left74p{
position:relative;
left:74%;
}
.grid-partial-footer .left78p{
position:relative;
left:78%;
}
.grid-partial-footer .left79p{
position:relative;
left:79%;
}
.grid-partial-footer .grid-input{
float:left;
}
.grid-partial-footer .grid-input input{
padding: 5px;
}
.grid-partial-footer .grid-input input.footer_vat{
width:100px;
}
.cust-title div.error{
padding: 0 0 0 135px;
}
#modalHistory .nav-content-tab {
height: 35px;
width: 100%;
background-color: #F2F2F2;
list-style: none;
margin: 0px;
padding: 0px;
}
#modalHistory .nav-content-tab li.open {
background-color: #0063B1;
color: #fff;
}
#modalHistory .nav-content-tab li {
float: left;
height: 100%;
cursor: pointer;
width: auto;
line-height: 2.5;
padding: 0 15px 0 15px;
color: #333333;
min-width: 80px;
text-align: center;
}
.k-loading-image {
background: transparent!important;
}
.eye-open {
float:left;
background: url('Images/icon-default/icon-eye-open-gray.png') no-repeat;
background-size: 17px;
height: 17px;
width : 17px;
cursor: pointer;
}
.eye-open:hover {
float:left;
background: url(Images/icon-default/icon-eye-open-blue.png) no-repeat;
background-size: 17px;
height: 17px;
width : 17px;
cursor: pointer;
}
.messenger-message-inner{
font-family: "ThaiSanLite";
font-size:24px !important;
}
/*---------Tab-Receive---------*/
#Receive .frm-default .frm-group .frm-label {
float: left;
color: #333333;
width: 150px;
height: 20px;
padding-left: 10px;
margin-top: 5px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.modal-translate .modal-dialog{
width:660px;
}
.modal-translate .grid-translate{
float:left;
width: 100%;
}
/*.modal-translate .grid-translate-header{
float:left;
width:inherit;
}
.modal-translate .grid-translate .translate-title{
float:left;
}
.translate-button{
float:right;
}
*/
.modal-translate .grid-translate .k-grid{
width:595px!important;
}
.modal-translate .grid-translate .btn-add-translate{
float:right;
width: 90px;
background-image: url(Images/icon-default/icon-new.png);
background-repeat: no-repeat;
background-size: 16px;
background-position: 5px;
padding-left: 25px;
color: #0063B1;
}
.modal-translate .grid-translate .btn-add-translate:active{
background-image: url(Images/icon-default/icon-new.png);
color: #0063B1;
}
.modal-translate .grid-translate .btn-add-translate:hover{
background-image: url(Images/icon-default/icon-new.png);
color: #0063B1;
}
a .picker-text{
color: #0063b1;
}
a.picker-link input{
color: #0063b1;
cursor:pointer;
}
.del-img{ /* รูป X ลบรูปภาพในระบบ Company Employee Form Setting */
margin-top:60px;
position:relative;
}
.del-image:hover { /* ลบรูปภาพในระบบ Company Employee Form Setting */
cursor: pointer;
}
.w150_im {
width: 150px !important;
}
#btn-clear-filter{
color: #0063B1;
}
/**style autocomplete**/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
{
border: 1px solid #0063B1 !important;
background: #0063B1 !important;
}
/** grid inline texarea */
.inline-textarea{
height: 70px;
padding: 5px;
}
/*---------Tab-ChangeData---------*/
#ChangeData .frm-default .frm-group .frm-label {
float: left;
color: #333333;
width: 150px;
height: 20px;
padding-left: 10px;
margin-top: 5px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.gridRegisAcc-wrapper{
float:left;
width:100%;
height: 45px;
}
.gridRegisAcc-wrapper .block-left{
float:left;
width:50%;
height: inherit;
}
.gridRegisAcc-wrapper .block-left label{
font-weight: bold;
}
.gridRegisAcc-wrapper .block-right{
float:left;
width:50%;
text-align: right;
height: inherit;
padding-top: 5px;
}
#modal_grid_regisacc .btn-add{
padding-left: 30px;
background-image: url(/Content/Default/Images/icon-default/icon-add.png);
background-repeat: no-repeat;
background-size: 18px 18px;
background-position: 7px;
width: auto;
}
/*--- style for petty cash request ---*/
.frm-pca-25{
width: 250px !important;
}
.frm-pca-25 label{
width: 100px !important;
}
.frm-pca-25 div.frm-content{
width: 150px !important;
}
.frm-pca-50{
width: 500px !important;
}
.frm-pca-50 .frm-label{
width: 100px !important;
}
.frm-pca-50 div.frm-content{
width: 400px !important;
}
.frm-pca-50 .input-l{
width: 365px !important;
}
.frm-pca-50 .picker-text{
width: 230px !important;
}
/*--- style for petty cash receive ---*/
.frm-default.frm-pcreceive.frm-pcreceive-m.frm-left {
width: 600px;
}
.frm-pcr-100 {
width: 1000px !important;
}
/*------------modalAssign-------------*/
#modalAssign .nav-content-tab {
height: 35px;
width: 100%;
background-color: #F2F2F2;
list-style: none;
margin: 0px;
padding: 0px;
}
#modalAssign .nav-content-tab li.open {
background-color: #0063B1;
color: #fff;
}
#modalAssign .nav-content-tab li {
float: left;
height: 100%;
cursor: pointer;
width: auto;
line-height: 2.5;
padding: 0 15px 0 15px;
color: #333333;
min-width: 80px;
text-align: center;
}
.pl25px {
padding-left: 25px !important;
}
.btn-width-auto{
width: auto !important;
}
input.error{
border: 1px solid red;
}
|
extensions/content/Default/site.css
|
@font-face {
font-family: 'SegoeUI';
src: url('Fonts/SEGOEUI.eot');
src: url('Fonts/SEGOEUI.eot#iefix') format('embedded-opentype'),
url('Fonts/SEGOEUI.woff') format('woff'),
url('Fonts/SEGOEUI.ttf') format('truetype'),
url('Fonts/SEGOEUI.svg#segoe_uiregular') format('svg');
font-weight: normal;
font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
font-weight: normal;
font-style: normal;
font-size: 13px;
font-family: Tahoma, sans-serif; /* google font api*/
font-weight: 400;
vertical-align: baseline;
}
body, html {
height: 100%;
width: 100%;
min-width: 1260px;
position: absolute;
font-size: 13px;
position: absolute;
font-family: Tahoma, sans-serif; /* google font api*/
font-size: 13px;
-webkit-overflow-scrolling: touch;
z-index: 10;
}
.txt-ellipsis{
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
.form-control{
font-size:13px;
}
.wrapper-menu {
height: 100%;
width: 70px;
float: left;
background: #23232C;
position: fixed;
padding: 0 10px 10px 10px;
z-index: 100;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wrapper-menu.open {
width: 240px;
}
.wrapper-menu .menu-top {
width: 100%;
min-width: 45px;
float: left;
height: 60px;
border-radius: 5px;
}
.wrapper-menu .menu-bot1 {
height: 100%;
width: 100%;
overflow: hidden;
position: relative;
}
.wrapper-menu .menu-bot2 {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.wrapper-menu .menu-fav{
position: absolute;
bottom:0px;
background:#F2F2F2;
width: 100%;
min-width: 50px;
height: 40px;
border-radius: 5px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
text-align:center;
padding-top: 5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding-left: 13px;
width: 50px;
cursor:pointer;
}
.wrapper-menu.open .menu-fav{
padding-left: 45px;
width: 220px;
}
.wrapper-menu.open .menu-fav .fav-title{
display:block;
}
.wrapper-menu .menu-fav .icon-fav{
background:url('/Content/Default/Images/icon-default/icon-favorite.png');
background-size:25px;
width:25px;
height:25px;
float:left;
}
.wrapper-menu .menu-fav .fav-title{
width:auto;
float:left;
margin: 5px 0 0 5px;
display:none;
}
.wrapper-menu .menu-fav-list{
width:220px;
height:auto;
position:absolute;
bottom:43px;
border-radius:5px;
background:#fff;
border:1px solid #D7D7D7;
display:none;
}
.wrapper-menu .menu-fav-list ul{
list-style:none;
float:left;
padding:0px;
margin:0px;
max-height:478px;
overflow-y:auto;
width:100%;
}
.wrapper-menu .menu-fav-list ul li{
float:left;
width:100%;
cursor:pointer;
padding: 6px 6px 6px 22px;
background-image:url('/Content/Default/Images/icon-default/icon-favorite-arrow.png');
background-size:5px 8px;
background-repeat:no-repeat;
background-position:12px;
}
.wrapper-menu .menu-fav-list ul li a{
text-decoration:none;
color:#333946;
float:left;
width:100%;
height: 20px;
}
.wrapper-menu .menu-fav-list ul li:hover{
background-color:#F2F2F2;
}
.wrapper-menu .menu-fav-list ul li:hover a{
color:#0063B1;
}
.wrapper-menu .menu-fav-list ul li:hover:first-child{
background-color:#F2F2F2;
border-top-left-radius:5px;
border-top-right-radius:5px;
}
.wrapper-menu .menu-fav-list ul li:hover:last-child{
background-color:#F2F2F2;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}
@media screen and (max-height: 525px) {
.wrapper-menu .menu-bot2 {
right:-17px;
}
}
.wrapper-menu .ibiz-menu {
width: 30px;
height: 40px;
float: left;
margin: 18px 0 0 17px;
cursor: pointer;
background-image: url('Images/icon-menu/icon-menu.png');
background-repeat: no-repeat;
background-size: 19px 25px;
}
.wrapper-menu .ibiz-logo {
width: 80px;
height: 35px;
float: left;
background-image: url('Images/icon-menu/icon-ibiz.png');
background-repeat: no-repeat;
margin-top: 12px;
display: none;
}
.wrapper-connection .ibiz-logo {
width: 70px;
height: 30px;
background-image: url('Images/icon-menu/icon-ibiz-white.png');
background-repeat: no-repeat;
background-size: 100%;
margin-top:10px;
display:inline-block;
}
.wrapper-menu .ibiz-logo.open {
display: block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wrapper-menu ul.menu {
list-style: none;
float: left;
width: 100%;
padding: 0px;
margin: 0px;
}
.wrapper-menu ul.menu li {
width: 100%;
min-width: 50px;
height: 40px;
border-radius: 5px;
cursor: pointer;
margin-bottom: 5px;
}
.wrapper-menu ul.menu li.active { background-color: #0063B1;}
.wrapper-menu ul.menu li:hover { background-color: #0063B1;}
.wrapper-menu .icon-menu {
text-decoration: none;
width: 100%;
height: 100%;
float: left;
background-repeat: no-repeat;
background-size: 22px;
background-position: 15px;
color: #fff;
white-space: nowrap;
}
.wrapper-menu .icon-menu:hover {color: #fff;}
.wrapper-menu .icon-menu.dashboard {background-image: url('Images/icon-menu/icon-menuleft-dashboard.png');}
.wrapper-menu .icon-menu.sales { background-image: url('Images/icon-menu/icon-menuleft-sales.png');}
.wrapper-menu .icon-menu.purchase { background-image: url('Images/icon-menu/icon-menuleft-purchase.png');}
.wrapper-menu .icon-menu.inventory { background-image: url('Images/icon-menu/icon-menuleft-inventory.png');}
.wrapper-menu .icon-menu.accounting { background-image: url('Images/icon-menu/icon-menuleft-accounting.png');}
.wrapper-menu .icon-menu.cashmanage { background-image: url('Images/icon-menu/icon-menuleft-cashmanage.png');}
.wrapper-menu .icon-menu.crm { background-image: url('Images/icon-menu/icon-menuleft-crm.png');}
.wrapper-menu .icon-menu.approvecenter { background-image: url('Images/icon-menu/icon-menuleft-approvecenter.png');}
.wrapper-menu .icon-menu.report { background-image: url('Images/icon-menu/icon-menuleft-report.png');}
.wrapper-menu .icon-menu.setting { background-image: url('Images/icon-menu/icon-menuleft-setting.png');}
.wrapper-menu .icon-menu.help { background-image: url('Images/icon-menu/icon-menuleft-help.png');}
.wrapper-menu .icon-menu.tutorial { background-image: url('Images/icon-menu/icon-menuleft-tutorial.png');}
.wrapper-menu .icon-menu.chequebank { background-image: url('Images/icon-menu/icon-menuleft-chequebank.png');}
.wrapper-menu .icon-menu.pettycash { background-image: url('Images/icon-menu/icon-menuleft-pettycash.png');}
.wrapper-menu .icon-menu span {
float: left;
display: none;
padding: 10px;
margin-left: 40px;
font-weight: 400;
font-size:15px;
}
.wrapper-menu.open .icon-menu span {
display: block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wrapper-menu .line-spit {
float: left;
border-bottom: 1px solid #2C2C36;
clear: both;
width: inherit;
margin: 5px -10px 10px -10px;
display: none;
}
.wrapper-menu.open .line-spit {
display: block;
}
/*----------ibiz-clound-----------*/
.ibiz-clound .wrapper-menu .menu-top {
width: 100%;
min-width: 45px;
float: left;
height: 60px;
border-radius: 5px;
margin-bottom:10px;
}
.ibiz-clound .wrapper-menu .ibiz-menu {
width: 30px;
height: 40px;
float: left;
margin: 30px 0 0 17px;
cursor: pointer;
background-image: url('Images/icon-menu/icon-bar.png') !important;
background-repeat: no-repeat;
background-size: 19px 25px;
}
.ibiz-clound .wrapper-menu .ibiz-logo {
width: 116px;
height: 50px;
float: left;
background-image: url('Images/icon-menu/icon-account_clound.png') !important;
background-repeat: no-repeat;
margin-left:10px;
display: none;
}
.ibiz-clound .wrapper-connection .ibiz-logo {
width: 70px;
height: 30px;
background-image: url('Images/icon-menu/icon-account_clound-white.png')!important;
background-repeat: no-repeat;
background-size: 100%;
margin-top:10px;
display:inline-block;
}
.ibiz-clound .wrapper-menu .ibiz-logo.open {
display: block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ibiz-clound .wrapper-menu {
height: 100%;
width: 70px;
float: left;
background: #ECECEE;
position: fixed;
padding: 0 10px 10px 10px;
z-index: 100;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ibiz-clound .wrapper-menu.open {
width: 240px;
}
.ibiz-clound .wrapper-menu ul.menu li.active { background-color: #0d83DD;}
.ibiz-clound .wrapper-menu ul.menu li.active span {color:white;}
.ibiz-clound .wrapper-menu ul.menu li:hover { background-color: #0d83DD;}
/*.ibiz-clound .wrapper-menu ul.menu li:hover span {color:white}*/
.ibiz-clound .wrapper-menu .icon-menu {
text-decoration: none;
width: 100%;
height: 100%;
float: left;
background-repeat: no-repeat;
background-size: 22px;
background-position: 15px;
color: black;
white-space: nowrap;
}
.ibiz-clound .wrapper-menu .menu-fav{
position: absolute;
bottom:0px;
background:#F2F2F2;
width: 100%;
min-width: 50px;
height: 40px;
border-radius: 5px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
text-align:center;
padding-top: 5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding-left: 13px;
width: 50px;
cursor:pointer;
border:1px solid #d7d7d7;
}
.ibiz-clound .wrapper-menu.open .menu-fav{
padding-left: 45px;
width: 220px;
}
.ibiz-clound .wrapper-menu.open .menu-fav .fav-title{
display:block;
}
.ibiz-clound .wrapper-menu .menu-fav .fav-title{
width:auto;
float:left;
margin: 5px 0 0 5px;
display:none;
}
.ibiz-clound .wrapper-menu .menu-fav-list{
width:220px;
height:auto;
position:absolute;
bottom:43px;
border-radius:5px;
background:#fff;
border:1px solid #D7D7D7;
display:none;
}
.ibiz-clound .wrapper-menu .menu-fav-list ul{
list-style:none;
float:left;
padding:0px;
margin:0px;
max-height:478px;
overflow-y:auto;
width:100%;
}
.ibiz-clound .wrapper-body .wrapper-header {
margin-top: -50px;
min-height: 50px;
height:50px;
background: #0D83DD;
float: left;
width: 100%;
color: #fff;
}
.ibiz-clound .wrapper-body .wrapper-header .nav-manage .mp-profile {
float:left;
width:initial;
height:inherit;
border-right:1px solid #0B6FB9;
cursor:pointer;
}
.ibiz-clound .wrapper-body .wrapper-header .nav-manage .mp-box {
float:left;
width:50px;
height:inherit;
border-right:1px solid #0B6FB9;
text-align:center;
background-repeat:no-repeat;
position: relative;
background-position: 15px;
cursor:pointer;
}
.ibiz-clound .wrapper-body .wrapper-header .nav-manage .mp-box.noti {
background-image:url('Images/icon-menu/icon-bell.png');
background-size: 20px;
border-left:1px solid #0B6FB9;
}
.ibiz-clound .wrapper-body .wrapper-header .nav-manage .help .mp-help-info .help-list {
width: 100%;
padding: 12px 12px 12px 12px;
cursor: pointer;
text-align: left;
background: #0d83DD;
display: block;
color: #fff;
text-decoration: none;
border-top:1px solid #0B6FB9;
}
/*----------------------*/
.wrapper-body {
height: 100%;
min-width:1240px;
padding-top: 50px;
padding-left: 70px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wrapper-body.open {
padding-left: 240px;
width: 100%;
min-width: 1300px;
}
.wrapper-body .wrapper-header {
margin-top: -50px;
min-height: 50px;
height:50px;
background: #0063B1;
float: left;
width: 100%;
color: #fff;
}
.wrapper-body .wrapper-header .nav-comp {
width: 40%;
height: inherit;
padding: 6px 10px 10px 10px;
float: left;
font-size:24px;
font-family:'ThaiSanLite';
font-weight:400;
}
.wrapper-body .wrapper-header .nav-manage {
width: 60%;
height: inherit;
float: right;
}
.nav-manage .nav-manage-wrap{
float:right;
width:initial;
height:inherit;
}
.wrapper-body .wrapper-header .nav-manage .mp-search {
width:200px;
height:inherit;
background-color: #29507E;
float:left;
}
.wrapper-body .wrapper-header .nav-manage .mp-search input{
height: inherit;
background: transparent;
border: none;
color:white;
width:160px;
}
.wrapper-body .wrapper-header .nav-manage .mp-search input:focus:active{
background: transparent;
border: none;
}
.wrapper-body .wrapper-header .nav-manage .mp-search .icon-magnifier23{
background-image:url('Images/icon-menu/icon-magnifier-white-23.png');
background-repeat: no-repeat;
width: 20px;
height: 20px;
float: right;
background-size: 20px;
position: relative;
top: 15px;
right: 5px;
}
.wrapper-body .wrapper-header .nav-manage .mp-box {
float:left;
width:50px;
height:inherit;
border-right:1px solid #29507E;
text-align:center;
background-repeat:no-repeat;
position: relative;
background-position: 15px;
cursor:pointer;
}
.wrapper-body .wrapper-header .nav-manage .mp-box.noti {
background-image:url('Images/icon-menu/icon-bell.png');
background-size: 20px;
border-left:1px solid #29507E;
}
.wrapper-body .wrapper-header .nav-manage .mp-box.help {
background-image:url('Images/icon-menu/icon-help.png');
background-size: 18px;
}
.wrapper-body .wrapper-header .nav-manage .mp-box.help.noti {
background-image:url('Images/icon-menu/icon-help-noti.png') !important;
background-size: 18px;
border-left: none;
}
._expire_contact{
display:none!important;
}
._expire_license #remain{
color:red;
}
._expire_license ._expire_contact{
color:red;
display:block!important;
}
.wrapper-body .wrapper-header .nav-manage .mp-box.setting {
background-image:url('Images/icon-menu/icon-setting.png');
background-size: 20px;
}
.wrapper-body .wrapper-header .nav-manage .mp-box.logout {
background-image:url('Images/icon-menu/icon-logout.png');
background-size: 20px;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile {
float:left;
width:initial;
height:inherit;
border-right:1px solid #29507E;
cursor:pointer;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .profile-name{
float:left;
width:150px;
font-size:16px;
padding:14px 5px 14px 10px;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .profile-img{
float: left;
width: 59px;
height: inherit;
padding: 5px 10px 5px 10px;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .profile-img img{
border-radius:50%;
}
.wrapper-body .wrapper-header .nav-manage .help .mp-help-info {
width:210px;
position:absolute;
height:auto;
top:50px;
z-index: 10;
color:#fff;
margin-left: -160px;
display:none;
}
.wrapper-body .wrapper-header .nav-manage .help .mp-help-info.open{
display:block;
}
.wrapper-body .wrapper-header .nav-manage .help .mp-help-info .help-list a {
color:#fff;
text-decoration:none;
}
.wrapper-body .wrapper-header .nav-manage .help .mp-help-info .help-list {
width: 100%;
padding: 12px 12px 12px 12px;
cursor: pointer;
text-align: left;
background: #0063B1;
display: block;
color: #fff;
text-decoration: none;
border-top:1px solid #06508b;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info{
width:210px;
border:1px solid #D7D7D7;
position:absolute;
height:auto;
top:50px;
background-color:white;
z-index: 10;
color:#333333;
display:none;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info.open{
display:block;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .profile{
width:100%;
height:138px;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .profile .info-profile-img{
width:100%;
margin:auto auto;
text-align:center;
padding-top:15px;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .profile .info-profile-img img{
border-radius: 50%;
width: 70px;
height: 70px;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .profile .info-profile-name{
text-align:center;
width:100%;
font-size:14px;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .language{
width:100%;
height:34px;
border-top:1px solid #D7D7D7;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .column{
width:50%;
height:inherit;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .column:first-child{
border-right:1px solid #D7D7D7;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .flag.th{
background-image: url(Images/icon-default/icon-flag-th.png);
background-repeat:no-repeat;
background-size: 20px 13px;
background-position: 20px;
float: left;
padding: 8px 8px 8px 50px;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .flag:not(.active){
-webkit-filter:grayscale(1);
cursor:pointer;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .flag:not(.active):hover{
-webkit-filter:grayscale(0);
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .flag.eng{
background: url(Images/icon-default/icon-flag-eng.png);
background-repeat:no-repeat;
background-size: 20px 13px;
background-position: 20px;
float: left;
padding: 8px 8px 8px 50px;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .branch{
width:100%;
height:34px;
border-top:1px solid #D7D7D7;
background-image : url('Images/icon-default/icon-mp-comp-switch.png');
background-repeat:no-repeat;
background-size:17px;
padding: 8px 8px 8px 45px;
background-position: 18px;
cursor:pointer;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .edit-profile{
width:100%;
height:34px;
border-top:1px solid #D7D7D7;
background-image : url('Images/icon-default/icon-mp-profile.png');
background-repeat:no-repeat;
background-size:18px;
padding: 8px 8px 8px 45px;
background-position: 18px;
cursor:pointer;
}
.wrapper-body .wrapper-header .nav-manage .mp-profile .mp-profile-info .logout{
width:100%;
height:34px;
border-top:1px solid #D7D7D7;
background-image : url('Images/icon-default/icon-mp-logout.png');
background-repeat:no-repeat;
background-size:17px;
padding: 8px 8px 8px 45px;
background-position: 18px;
cursor:pointer;
}
.wrapper-body .wrapper-content {
height: 100%;
background: #fff;
word-break: break-all;
min-height: 100%;
float: left;
width: 100%;
padding-top: 90px;
}
.wrapper-body .wrapper-content .header-content {
height: 74px;
border-bottom: 1px solid #E4E4E4;
margin-top: -90px;
min-height: 70px;
padding: 20px 30px 20px 30px;
min-width: 1062px;
}
.wrapper-body .wrapper-content .header-content.setting-setup {
border: none;
}
.wrapper-body .wrapper-content .header-content:after{
/*content: " ";
display: block;
clear: both;
border:*/
}
.wrapper-body .wrapper-content .header-content .header-center{
height:100%;
width: 1060px;
margin: auto auto;
padding: 0px 0px 0px 0px;
}
.wrapper-body .wrapper-content .header-content.data-info {
height: 90px;
margin-top: -90px;
min-height: 90px;
padding-top: 20px;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu {
font-size: 20px;
width: 50%;
float: left;
width: 530px;
padding-left: 20px;
color: #000000;
font-family: 'SegoeUI';
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .nav-back-bar{
float:left;
width:initial;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .nav-back-bar .nav-menu-name{
float:left;
font-size:20px;
color: #000000;
font-family: 'SegoeUI';
max-width:500px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap{
float:left;
position:relative;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap {
float:left;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap{
float:left;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap span{
float:left;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .info{
float:left;
cursor:pointer;
color:#0063B1;
font-size:14px;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .history{
float:left;
cursor:pointer;
color:#0063B1;
font-size:14px;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .history:hover{
text-decoration:underline;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .activity{
float:left;
cursor:pointer;
color:#0063B1;
font-size:14px;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .activity:hover{
text-decoration:underline;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .refered{
float:left;
color:#0063B1;
font-size:14px;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .info-detail{
display: none;
float: left;
width: 260px;
height: auto;
position: absolute;
background-color: white;
border: 1px solid #D7D7D7;
z-index: 10;
top: 25px;
box-shadow: 1px 1px 1px #D7D7D7;
padding: 10px;
left: 0;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .info-detail .row{
margin:0px;
padding:0px;
float:left;
width:100%;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .info-detail .row-label{
float:left;
width:40%;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .info-detail .row-data{
float:left;
width:60%;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .status{
float:left;
font-size:14px;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .font-draft{
font-size:14px;
color:#000000;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .font-active{
font-size:14px;
color:#1B9E60; /*เขียว*/
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .font-waitapprove{
font-size:14px;
color:#039BE6; /*ฟ้า*/
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .font-inactive{
font-size:14px;
color:#EF6650;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .font-hold{
font-size:14px;
color:#999999;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .font-partial{
font-size:14px;
color:#FA8C58;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .font-close{
font-size:14px;
color:#0063B1;
}
.wrapper-body .wrapper-content .header-content .nav-system-menu .data-info-wrap .font-inprogress{
font-size:14px;
color:#039BE6;
}
.wrapper-body .wrapper-content .header-content .nav-system-button {
width: 50%;
float: left;
width:530px;
}
.wrapper-body .wrapper-content .header-content.data-info .nav-system-button {
margin-top: 12px;
}
.wrapper-body .wrapper-content .body-content {
height: 100%;
width:1060px;
padding: 10px 0px 20px 0px;
margin:auto auto;
}
.wrapper-body .wrapper-content .body-content.setting-setup {
padding: 0px 30px 20px 30px;
}
.wrapper-body .wrapper-content .body-content.no-tab {
padding: 20px 0px 20px 0px;
}
.wrapper-body .wrapper-content .body-content .nav-content-tab {
height: 35px;
width: 100%;
background-color: #F2F2F2;
border-bottom: 1px solid #0063B1;
list-style: none;
margin: 0px;
padding: 0px;
}
.wrapper-body .wrapper-content .body-content .nav-content-tab li {
float: left;
height: 100%;
cursor: pointer;
width: auto;
line-height: 2.5;
padding: 0 15px 0 15px;
color: #333333;
min-width: 80px;
text-align: center;
}
.wrapper-body .wrapper-content .body-content .nav-content-tab li:hover {
background-color: #0063B1;
color: #fff;
}
.wrapper-body .wrapper-content .body-content .nav-content-tab li.open {
background-color: #0063B1;
color: #fff;
}
.wrapper-body .wrapper-content .body-content .nav-content-tab-sub {
height: 35px;
width: 100%;
background-color: #F2F2F2;
border-bottom: 1px solid #0063B1;
list-style: none;
margin: 0px;
padding: 0px;
}
.wrapper-body .wrapper-content .body-content .nav-content-tab-sub li {
float: left;
height: 100%;
cursor: pointer;
width: auto;
line-height: 2.5;
padding: 0 15px 0 15px;
color: #333333;
min-width: 80px;
text-align: center;
}
.wrapper-body .wrapper-content .body-content .nav-content-tab-sub li:hover {
background-color: #0063B1;
color: #fff;
}
.wrapper-body .wrapper-content .body-content .nav-content-tab-sub li.open {
background-color: #0063B1;
color: #fff;
}
.wrapper-body .wrapper-content .body-content .body-content-tab {
float: left;
width:1060px;
}
.wrapper-body .wrapper-content .body-content .body-content-tab .tab-pane {
float: left;
padding: 20px 0 20px 0;
width: 100%;
}
.wrapper-body .wrapper-content .body-content .body-content-tab.modal-gridDocument .tab-pane {
float: left;
padding: 20px 0 0 0;
width: 100%;
}
.wrapper-body .wrapper-content .body-content .frm-default {
float: left;
margin: 0px;
padding: 0px;
width: 100%;
/*display: table;*/ /*พังจ้า by Oat**/
}
.wrapper-body .wrapper-content .body-content .frm-default.frm-left {
width: 50%;
}
.wrapper-body .wrapper-content .body-content .frm-default.frm-right {
width: 50%;
}
.wrapper-body .wrapper-content .body-content .frm-default.frm-billing.frm-left {
width: 520px;
}
.wrapper-body .wrapper-content .body-content .frm-default.frm-sale.frm-left {
width: 500px;
}
.wrapper-body .wrapper-content .body-content .frm-default.frm-sale.frm-sale-s.frm-left {
width: 280px;
}
.wrapper-body .wrapper-content .body-content .frm-default.frm-cash.frm-left {
width: 580px;
}
.wrapper-body .wrapper-content .body-content .frm-default.frm-cash.frm-cash-s.frm-left {
width: 280px;
}
.frm-default .frm-group {
margin: 0 0 7px 0;
padding: 0px;
width: 100%;
float: left;
}
.picker-wrapper .frm-group:not(:first-child){
margin:0px;
}
.frm-definefield .frm-group{
width:50%;
}
.frm-definefield .frm-group textarea{
height:67px;
}
.frm-default .frm-group input[type=text], .frm-default .frm-group input[type=password], .frm-default .frm-group input[type=number] {
width: 130px;
float: left;
padding: 5px;
}
.frm-default .frm-group input[type=text].picker-l, .frm-default .frm-group input[type=password].picker-l, .frm-default .frm-group input[type=number].picker-l {
width: 345px;
float: left;
padding: 5px;
}
.frm-default .frm-group input.picker-text {
width: 200px;
}
.frm-default .frm-group select {
width: 130px;
height:30px;
float: left;
}
.frm-default .frm-group input.input-s, .frm-default .frm-group select.input-s {
width: 60px;
}
.frm-default .frm-group input.input-ss, .frm-default .frm-group select.input-ss {
width: 195px;
}
.frm-default .frm-group input.input-m, .frm-default .frm-group select.input-m {
width: 200px;
}
.frm-default .frm-group input.input-l, .frm-default .frm-group select.input-l {
width: 330px;
}
#modalWHT .frm-default .frm-group input.input-l{
width: 335px;
}
.frm-default .frm-group .frm-content input:not(:first-child) {
margin-left: 5px;
}
.frm-default .frm-group .frm-content a:not(.picker-link) input {
margin-left: 5px;
cursor:pointer;
}
.frm-default .frm-group .frm-content a:not(.picker-link) input:hover {
text-decoration: underline;
}
.frm-remark {
float: left;
color: #333333;
width: 335px;
height: 20px;
margin-top: 5px;
}
.frm-default .frm-group .frm-label {
float: left;
color: #333333;
width: 160px;
height: 20px;
padding-left: 10px;
margin-top: 5px;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
.modal-body .frm-default .frm-group .frm-label {
float: left;
color: #333333;
width: 130px;
height: 20px;
padding-left: 10px;
margin-top: 5px;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
#modalWHT .modal-body .frm-default .frm-group .frm-label, #modalVat .modal-body .frm-default .frm-group .frm-label {
float: left;
color: #333333;
width: 160px;
height: 20px;
padding-left: 10px;
margin-top: 5px;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
#modalRevise .modal-body .frm-default .frm-group .frm-label, #changStatus .modal-body .frm-default .frm-group .frm-label {
float: left;
color: #333333;
width: 110px;
height: 20px;
padding-left: 10px;
margin-top: 5px;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
.modal-body .license-info .frm-default .frm-group .frm-label {
float: left;
color: #333333;
width: 110px;
height: 20px;
padding-left: 10px;
margin-top: 5px;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
.modal-small .modal-body .frm-default .frm-group .frm-label, #exportExcel .modal-body .frm-default .frm-group .frm-label {
float: left;
color: #333333;
width: 110px;
height: 20px;
padding-left: 10px;
margin-top: 5px;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
form.form .frm-default .frm-group .frm-label {
float: left;
color: #333333;
width: 130px;
height: 20px;
padding-left: 10px;
margin-top: 5px;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
#frm-task .frm-default .frm-group .frm-label, #frm-phone .frm-default .frm-group .frm-label, #frm-email .frm-default .frm-group .frm-label {
float: left;
color: #333333;
width: 110px;
height: 20px;
padding-left: 10px;
margin-top: 5px;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
#frm-email textarea {
width:335px;
}
.frm-default .frm-group .frm-label-child {
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
}
.frm-default .frm-group .frm-label-s {
float: left;
color: #333333;
width: 60px;
height: 20px;
margin-top: 5px;
text-align: center;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
padding-left:5px; /*edit : 28/11/2559 by OAT */
}
.frm-default .frm-group .frm-label-m {
float: left;
color: #333333;
width: 75px;
height: 20px;
margin-top: 5px;
text-align: center;
-o-text-overflow: ellipsis; /* Opera */
text-overflow: ellipsis; /* IE, Safari (WebKit) */
overflow: hidden; /* don't show excess chars */
white-space: nowrap; /* force single line */
padding-left:5px;
}
.frm-left .frm-group .frm-label-s{
text-align:left;
}
.frm-default.frm-sale .frm-group .frm-label
,.modal#moreAddress .frm-default.frm-sale .frm-group .frm-content-linear .frm-label{
width: 130px;
}
.frm-default.frm-cash .frm-group .frm-label{
width: 130px;
}
.frm-default.frm-cash .frm-group input.picker-text {
width: 275px;
}
.frm-default.frm-billing .frm-group .frm-label{
width: 100px;
}
.frm-default.frm-sale .frm-group input.picker-text{
width: 210px;
}
.frm-default.frm-sale .frm-group input.input-l, .frm-default.frm-sale .frm-group select.input-l{
width: 345px;
}
.frm-default.frm-billing .frm-group textarea{
width: 390px;
}
.frm-default.frm-sale .frm-group textarea{
width: 345px;
}
.frm-default.frm-Accounting .frm-group .frm-label{
width: 105px !important;
margin-right: 0px !important;
}
.frm-default.frm-Accounting .frm-group textarea{
width: 420px;
}
.frm-default.frm-Accounting .frm-group input.picker-text{
width: 265px;
}
.frm-default.frm-creditnote .frm-group .frm-label{
width: 100px !important;
}
.frm-default.frm-creditnote .frm-group .frm-content .frm-label{
padding-left:15px;
}
.frm-default.frm-creditnote .frm-group textarea{
width: 400px;
}
.frm-default.frm-creditnote .frm-group .txtrow{
width: 400px !important;
}
.frm-default.frm-creditnote .frm-group input.picker-text{
width: 245px;
}
.frm-default.frm-deposit .frm-group .frm-label{
width: 100px !important;
}
.frm-default.frm-deposit .frm-group .frm-content .frm-label{
padding-left:15px;
}
.frm-default.frm-deposit .frm-group textarea{
width: 400px;
}
.frm-default.frm-deposit .frm-group .txtrow{
width: 400px !important;
}
.frm-default.frm-deposit .frm-group input.picker-text{
width: 245px;
}
.frm-label-checkbox, .frm-label-radio {
float: left;
color: #333333;
cursor: pointer;
height: 20px;
line-height: 28px;
}
.upload-wrapper .frm-label-checkbox{
line-height :normal;
}
textarea[disabled="disabled"]{
border: 1px solid #D7D7D7;
background-color: #F2F2F2;
}
.frm-label-checkbox input, .frm-label-radio input {
margin: 0px;
}
.frm-default .frm-group label.frm-label.require:before {
content: "* " !important;
color: #FF0000;
margin-left: -10px;
position: absolute;
}
.frm-default .frm-group label.frm-label.red-star:before {
content: "* " !important;
color: #FF0000;
margin-left: -10px;
position: absolute;
}
.frm-default .frm-group .frm-content {
float: left;
padding-right: 10px;
padding-left: 10px;
}
.frm-default .frm-group .frm-content.content-radio {
padding-top: 5px;
}
.frm-default .frm-group .frm-content .frm-content {
padding: 0px;
}
.frm-default .frm-group .frm-content .frm-content label {
float: left;
padding-left: 10px;
}
.frm-default .frm-group .frm-content .frm-content label.frm-label{
float: left;
padding-left: 10px;
padding-right: 10px;
width:60px;
}
.frm-default .frm-group .frm-content .frm-content:not(:first-child) {
margin-left: 10px;
}
.frm-default .frm-group .frm-content.frm-date-range .frm-label {
width: initial;
margin-right: 15px;
margin-left: 15px;
}
.frm-default .frm-group .frm-content-horizal {
float: left;
padding-right: 10px;
padding-left: 10px;
}
.frm-default .frm-group .frm-content-horizal input {
display: table;
}
.frm-default .frm-group .frm-content-linear{
float: left;
padding-left: 10px;
}
.frm-default .frm-group .frm-content-linear .frm-content{
float: left;
padding: 0px;
}
.frm-default .frm-group .frm-content-linear .frm-content:not(:first-child){
margin-left: 10px;
}
.frm-default .frm-group .frm-content-linear .frm-content .frm-label{
float: left;
padding-left: 0px;
width: 75px;
}
.frm-default .frm-group .frm-content-linear .frm-content input{
margin-left: 0px;
}
.frm-default .frm-group .frm-btngroup {
float: left;
position: relative;
}
.frm-default .frm-group .frm-btngroup input{
padding :5px 5px 5px 5px;
}
.frm-default .frm-group .frm-btngroup input.picker-no {
padding :5px 20px 5px 5px;
}
.frm-default .frm-group .frm-btngroup.frm-date-Define {
padding-right: 10px;
padding-left: 10px;
}
.frm-default .frm-group .frm-btngroup.frm-date-Define i {
right: 15px;
}
.frm-default .frm-group .frm-btngroup .input-img-search {
background: url(Images/icon-default/icon-picker-search.png) no-repeat;
padding: 6px 14px 0px 6px;
background-size: 12px;
position: absolute;
top: 0px;
background-position: 4px;
cursor: pointer;
right: 0;
height: 30px;
}
.frm-default .frm-group .frm-btngroup .input-img-search.picker-l {
background: url(Images/icon-default/icon-picker-search.png) no-repeat;
padding: 6px 14px 0px 6px;
background-size: 12px;
position: absolute;
top: 0px;
background-position: 4px;
cursor: pointer;
left: 324px;
height: 30px;
}
.frm-default .frm-group .frm-btngroup .input-img-calendar {
background: url(Images/icon-default/icon-input-calendar.png) no-repeat;
padding: 6px 16px 0px 6px;
position: absolute;
top: 2px;
background-position: 2px;
cursor: pointer;
right: 0px;
height: 25px;
}
.frm-default .frm-group .frm-btngroup .input-img-refresh {
background: url(Images/icon-default/icon-input-refresh.png) no-repeat;
padding: 6px 14px 0px 6px;
position: absolute;
top: 0px;
background-position: 1px;
cursor: pointer;
left: 110px;
height: 30px;
}
.frm-default .subtopic {
height: 25px;
font-weight: 700;
color: #000000;
float: left;
/*padding-left: 15px;*/
cursor: pointer;
position: relative;
/*padding-left: 10px;*/
}
.frm-default .collapse-wrapper .subtopic {
/*padding-left: 15px;*/
}
.frm-default .subtopic.closed {
/*padding-left:7.7px;*/
}
.frm-default .collapse-wrapper .subtopic:before {
/*content: "";
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #000000;
display: inline-block;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
position: absolute;
top: 8px;
left: 0px;*/
}
.frm-default .collapse-wrapper .subtopic.closed:before {
/*content: "";
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 7px solid #000000;
display: inline-block;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
position: absolute;
top: 6px;
left: 0px;*/
}
.frm-default .collapse-wrapper {
float: left;
clear: both;
width: 100%;
}
.frm-default .collapse-wrapper .collapse-content {
float: left;
width: 100%;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
background-color: #CC2C1A !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
background-color: #1B9E60!important;
}
.nav-system-button .nav-bar-button{
float: right;
}
.nav-system-button .nav-bar-button .button-translate{
float: right;
height:32px;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-preview {
float: right;
height:32px;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-validate {
float: right;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-generatebillingnote {
float: right;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-fullreceive {
float: right;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-save {
float: right;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-action {
float: right;
margin: 0 0 0 5px;
height:32px;
}
.nav-system-button .nav-bar-button .button-group {
float: right;
height:32px;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-active {
float: right;
height:32px;
}
.nav-system-button .nav-bar-button .button-edit-delete {
float: right;
height:32px;
}
.nav-system-button .nav-bar-button .button-edit {
float: right;
margin: 0 0 0 5px;
height:32px;
}
.nav-system-button .nav-bar-button .button-delete {
float: right;
margin: 0 0 0 5px;
height:32px;
}
.nav-system-button .nav-bar-button .button-new {
float: right;
margin: 0 0 0 5px;
height:32px;
}
.nav-system-button .nav-bar-button .button-more {
float: right;
margin: 0 0 0 5px;
height:32px;
}
.nav-system-button .nav-bar-button .button-close {
float: right;
height:32px;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-new {
float: right;
height:32px;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-approve {
float: right;
height:32px;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-save{
float: right;
height:32px;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-check {
float: right;
height:32px;
margin: 0 0 0 5px;
}
.nav-system-button .nav-bar-button .button-check .btn-smtp {
width: 160px;
height: inherit;
background-color: #0063B1;
border: none;
border-right: 1px solid #0074D2;
color:#FFFFFF;
}
.nav-system-button .nav-bar-button .button-check .btn-smtp-icon {
float: right;
margin: 0px;
padding: 0px;
background-color: #0063B1;
width: 25px;
height:32px;
border: none;
}
.nav-system-button .nav-bar-button .button-check .icon-smtp {
background: url(Images/icon-default/icon-testmail.png) no-repeat;
width: 15px;
height: 11px;
background-size: 14px;
float: left;
margin-left: 5px;
}
.nav-system-button .nav-bar-button .button-close .btn-danger {
min-width: 70px;
height: inherit;
background-color: #E74C3C;
border: none;
border-right: 1px solid #EC7264;
float: left;
}
.nav-system-button .nav-bar-button .button-close .btn-danger-icon {
float: right;
margin: 0px;
padding: 0px;
background-color: #E74C3C;
width: 25px;
height:32px;
}
.nav-system-button .nav-bar-button .button-close .btn-danger-icon:hover {
background-color: #CC2C1A !important;
}
.nav-system-button .nav-bar-button .button-close .icon-close {
background: url(Images/icon-default/icon-btn-close.png) no-repeat;
width: 11px;
height: 11px;
background-size: 11px;
float: left;
margin-left: 6px;
}
.nav-system-button .nav-bar-button .button-new .btn-success {
width: 70px;
height: inherit;
background-color: #1EB06A;
border: none;
border-right: 1px solid #23CD7C;
float: left;
}
.nav-system-button .nav-bar-button .button-new .btn-new-icon {
float: right;
margin: 0px;
padding: 0px;
background-color: #1EB06A;
width: 25px;
height:32px;
}
.nav-system-button .nav-bar-button .button-new .btn-success-icon:hover {
background-color: #1B9E60;
}
.nav-system-button .nav-bar-button .button-new .icon-new {
background: url(Images/icon-default/icon-btn-new.png) no-repeat;
width: 15px;
height: 15px;
background-size: 9px;
float: left;
margin-left: 6px;
}
.nav-system-button .nav-bar-button .button-save .btn-success {
width: 70px;
height: inherit;
}
.nav-system-button .nav-bar-button .button-save .btn-save-icon {
float: right;
margin: 0px;
padding: 0px;
background-color: #1EB06A;
width: 25px;
height:32px;
}
.nav-system-button .nav-bar-button .button-save .btn-save-icon:hover {
background-color: #1B9E60;
}
.nav-system-button .nav-bar-button .button-save .icon-save-single {
background: url(Images/icon-default/icon-btn-save-single.png) no-repeat;
width: 15px;
height: 15px;
background-size: 9px;
float: left;
margin-left: 6px;
margin:5px 0 0 7px;
}
.nav-system-button .nav-bar-button .button-save .btn.btn-success {
background-color: #1EB06A;
border: none;
border-right: 1px solid #23CD7C;
float: left;
}
.nav-system-button .nav-bar-button .button-translate .btn-primary {
width: 80px;
height: inherit;
}
.nav-system-button .nav-bar-button .button-translate .btn-translate-icon {
float: right;
margin: 0px;
padding: 0px;
background-color: #0063B1;
width: 25px;
height:32px;
}
.nav-system-button .nav-bar-button .button-translate .btn-translate-icon:hover {
background-color: #005193;
}
.nav-system-button .nav-bar-button .button-translate .icon-translate {
background: url(Images/icon-default/icon-btn-translate.png) no-repeat;
width: 15px;
height: 15px;
background-size: 9px;
float: left;
margin-left: 6px;
margin:5px 0 0 7px;
}
.nav-system-button .nav-bar-button .button-translate .btn.btn-primary {
background-color: #0063B1;
border: none;
border-right: 1px solid #0074D2;
float: left;
}
.nav-system-button .nav-bar-button .button-preview .btn-primary {
width: 80px;
height: inherit;
}
.nav-system-button .nav-bar-button .button-preview .btn-preview-icon {
float: right;
margin: 0px;
padding: 0px;
background-color: #0063B1;
width: 25px;
height:32px;
}
.nav-system-button .nav-bar-button .button-preview .btn-preview-icon:hover {
background-color: #005193;
}
.nav-system-button .nav-bar-button .button-preview .icon-preview {
background: url(Images/icon-default/icon-btn-preview.png) no-repeat;
width: 15px;
height: 15px;
background-size: 12px;
float: left;
margin-left: 6px;
margin:5px 0 0 5px;
}
.nav-system-button .nav-bar-button .button-preview .btn.btn-primary {
background-color: #0063B1;
border: none;
border-right: 1px solid #0074D2;
float: left;
}
.nav-system-button .nav-bar-button .button-approve .btn-save {
width: 80px;
height: inherit;
}
.nav-system-button .nav-bar-button .button-approve .btn-approve-icon {
float: right;
margin: 0px;
padding: 0px;
background-color: #1EB06A;
width: 25px;
height:32px;
}
.nav-system-button .nav-bar-button .button-approve .btn-approve-icon:hover {
background-color: #1B9E60;
}
.nav-system-button .nav-bar-button .button-fav{
width: 32px;
height:32px;
background:#fff;
border: 1px solid #D7D7D7;
float:left;
padding: 7px;
cursor:pointer;
border-radius:1px;
}
.nav-system-button .nav-bar-button .button-fav .icon-fav{
background-image: url('Images/icon-default/icon-favorite-gray.png');
width: 16px;
height: 16px;
background-size: 16px;
float:left;
}
.nav-system-button .nav-bar-button .button-fav.active{
background:#0063B1;
}
.nav-system-button .nav-bar-button .button-fav.active .icon-fav{
background-image: url('Images/icon-default/icon-favorite.png');
}
.nav-system-button .nav-bar-button .button-fav:hover{
background:#0063B1;
}
.nav-system-button .nav-bar-button .button-fav:hover .icon-fav{
background-image: url('Images/icon-default/icon-favorite.png');
}
.btn-approve-modal{
width: initial;
height: 32px;
border: 1px solid #1EB06A;
background-color: #1EB06A;
color: #FFFFFF;
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.btn-approve-modal:hover{
background-color: #1B9E60;
color: #FFFFFF;
}
.btn-approve-modal .icon{
background: url('Images/icon-menu/button-approve.png') no-repeat;
width: 15px;
height: 15px;
background-size: 14px;
float: left;
margin-right:4px;
margin-top: 3px;
}
.btn-notapprove-modal{
width: initial;
height: 32px;
border: 1px solid #E74C3C;
/*background-color: #FF8282;*/
background-color: #E74C3C;
color: #FFFFFF;
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.btn-notapprove-modal:hover{
background-color: #CC2C1A;
color: #FFFFFF;
}
.btn-notapprove-modal .icon{
background: url(Images/icon-default/button-notapprove.png) no-repeat;
width: 15px;
height: 15px;
background-size: 14px;
float: left;
margin-right: 3px;
margin-top: 2px;
}
.nav-system-button .nav-bar-button .button-approve .icon-approve {
background: url(Images/icon-default/icon-approve.png) no-repeat;
width: 15px;
height: 15px;
background-size: 12px;
float: left;
margin-left: 6px;
margin:5px 0 0 5px;
}
.wrapper-body .wrapper-content .header-content .nav-back-icon{
background-image: url("/Content/Default/Images/icon-default/icon-nav-back.png");
background-repeat: no-repeat;
width: 20px;
height: 20px;
background-size: 8px 22px;
float: left;
cursor: pointer;
margin-top: 4px;
margin-left: -20px;
}
.wrapper-body .wrapper-content .header-content.data-info .nav-back-icon{
}
.modal{
overflow: auto;
}
.modal .modal{
overflow:initial;
}
.modal .modal-header {
height: 40px;
padding: 10px 15px 0 15px;
background-color: #0063B1;
color: #FFFFFF;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.modal .modal-header .close {
color: #FBFCFE;
font-size: 0px;
opacity: 1;
font-weight: 300;
background-image: url('Images/icon-default/icon-modal-close.png');
width: 18px;
height: 18px;
margin-top: 0px;
}
.modal .modal-header .modal-title {
font-size: 14px;
}
.modal .modal-header .modal-title.modal-confirm:before{
content: url(Images/icon-default/icon-modal-info.png);
margin-right: 10px;
position: relative;
top: 3px;
}
.modal .modal-header .modal-title .modal-alert{
float:left;
content: url(Images/icon-default/icon-modal-warning.png);
margin-right: 10px;
position: relative;
top: -1px;
}
.modal .modal-header .modal-title .modal-info{
float:left;
content: url(Images/icon-default/icon-modal-info.png);
margin-right: 10px;
position: relative;
top: 2px;
}
.modal .modal-header .modal-title .modal-approve{
float:left;
content: url(Images/icon-default/title-approve.png);
margin-right: 10px;
position: relative;
top: 2px;
width:15px;
height:15px;
}
.modal .modal-header .modal-title .modal-notapprove{
float:left;
content: url(Images/icon-default/title-notapprove.png);
margin-right: 10px;
position: relative;
top: 2px;
width:16px;
height:16px;
}
.modal .modal-body{
float:left;
width:100%;
}
.modal .modal-body .bootbox-body{
width:100%;
}
.modal .modal-body .bootbox-body .message-header{
font-size:28px;
font-family:'ThaiSanLite';
}
.modal .modal-body .bootbox-body .message-header.confirm-close{
font-size:24px;
}
.modal .modal-body .bootbox-body .message-detail.not-confirm{
font-size:24px;
font-family:'ThaiSanLite';
}
.modal .modal-body .font-xl{
font-family:'ThaiSanLite';
font-size:32px;
}
.modal .modal-body .bootbox-body .message-detail{
font-size:14px;
}
.modal .modal-body .modal-header .icon-setting{
background-image: url('Images/icon-default/icon-modal-setting.png');
}
.modal .modal-body .frm-default{
padding-left:10px!important;
float: left;
margin: 0px;
width: 100%;
display: table;
}
.modal .modal-body .license-info .frm-default{
padding-left:5px!important;
float: left;
margin: 0px;
width: 100%;
display: table;
}
.modal.modal-form .modal-body .message-header{
font-size:28px;
font-family:'ThaiSanLite';
}
.modal.modal-form .modal-body .frm-default{
padding-left:0px!important;
}
.modal .modal-body .frm-default.frm-left{
width: 50%;
}
.modal .modal-body .frm-default.frm-right{
width: 50%;
}
.modal .modal-body .frm-default .label-h {
font-weight: 700;
}
.modal .modal-body .frm-default .label-ex {
color: #0063B1;
}
.modal .modal-body .frm-default .k-grid{
margin-left:-10px;
width:736px;
}
.modal .modal-body .frm-default .searchgrid-wrapper{
margin-left:-10px;
}
.modal .modal-body .frm-default .gridtopic-wrapper{
margin-left:-10px;
}
.modal .modal-body .frm-default .grid-button-wrapper{
float:right;
}
.modal .modal-footer {
padding: 20px;
margin: 0px;
border: none;
}
.modal.picker-modal .modal-dialog{
width:800px;
height:530px;
}
.modal.picker-modal .tab-pane{
padding:20px 0px 0px 0px!important;
}
.modal.picker-modal .modal-dialog.modal-small{
width:550px;
height:530px;
}
.ui-widget.ui-widget-content{
z-index:1040;
}
.select2-container {
/*margin-left:5px!important; */
/*float: left;*/
}
.select2-container--default .select2-selection--single {
border-radius: 0px !important;
height: 30px !important;
border: 1px solid #D7D7D7 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 30px !important;
}
.select2-dropdown {
border: 1px solid #D7D7D7 !important;
}
.header-title {
width: 100%;
font-size: 24px;
text-align: center;
font-weight: 300;
}
.list-manage {
float: left;
width: 30px;
height: 125px;
margin-top: 10px;
margin-left: 5px;
}
.box-menu-list {
width: 200px;
max-width:200px;
height: 155px;
float: left;
margin-right:50px;
position:relative;
}
.box-menu {
width: 136px;
height: 125px;
float: left;
text-align: center;
cursor: pointer;
}
.box-menu:hover {
border: 1px solid #0063B1;
margin: -1px 0 0 0;
border-radius: 5px;
background: #F0F8FF;
}
.box-menu.coming-soon{
cursor:default;
}
.box-menu.coming-soon span{
position: absolute;
left: 23px;
top: 50px;
padding: 5px;
background-color: #0063B1;
color: #fff;
border-radius: 3px;
}
.box-menu.div-widthlong {
min-width: 160px;
}
.box-menu-image {
height: 85px;
padding: 10px 0 0 0;
}
.box-menu-title {
height: 20px;
padding: 10px 0;
}
/*ul.list-menu {
margin: 50px 0;
}*/
ul.list-menu li {
min-width: 115px;
height: 110px;
float: left;
text-align: center;
margin: 0 20px 0 0;
cursor: pointer;
border: 1px solid white;
}
#CRM ul.list-menu li{
width: 125px;
height: 130px;
float: left;
text-align: center;
margin: 0 20px 0 0;
cursor: pointer;
word-break: break-word;
position:relative;
}
#CRM ul.list-menu li.coming-soon, #CRM ul.list-menu li.coming-soon a{
cursor:default !important;
}
#CRM ul.list-menu li.coming-soon span{
position: absolute;
left: 23px;
top: 50px;
padding: 5px;
background-color: #0063B1;
color: #fff;
border-radius: 3px;
}
#GL ul.list-menu li{
width: 125px;
height: 130px;
float: left;
text-align: center;
margin: 0 20px 0 0;
cursor: pointer;
word-break: break-word;
position:relative;
}
#GL ul.list-menu li.coming-soon{
cursor:default;
}
#GL ul.list-menu li.coming-soon span{
position: absolute;
left: 23px;
top: 50px;
padding: 5px;
background-color: #0063B1;
color: #fff;
border-radius: 3px;
}
ul.list-menu a:hover {
text-decoration:none !important;
}
ul.list-menu li:hover {
border: 1px solid #0063B1;
border-radius: 5px;
background: #F0F8FF;
}
.list-menu-image {
height: 80px;
padding: 10px 0 0 0;
}
.list-menu-title {
height: 20px;
padding: 5px 0;
}
.btn.btn-map {
width: 90px;
height: 32px;
border: 1px solid #D7D7D7;
background-color: #FFFFFF;
color: #0063B1;
}
.btn.btn-map:hover {
border: 1px solid #0063B1;
color: #0063B1;
}
/***grid control***/
.grid-partial {
display:none;
}
.gridtopic-wrapper{
float:left;
width:50%;
margin-bottom:10px;
font-weight:700;
font-size:14px;
height:30px;
padding-top:10px;
}
.searchgrid-wrapper{
float:left;
width:50%;
margin-bottom:10px;
}
.searchgrid-wrapper .frm-btngroup {
width: auto;
float: left;
position: relative;
}
.searchgrid-wrapper .frm-btngroup input {
width:200px!important;
padding: 2px 20px 3px 5px;
height:30px;
}
.searchgrid-wrapper .frm-btngroup .input-img-search {
background: url(Images/icon-default/icon-picker-blue-search.png) no-repeat!important;
background-size: 12px!important;
position: absolute!important;
top: 0px!important;
background-position: 8px!important;
cursor: pointer!important;
right: 0px!important;
height: 30px!important;
border-left: 1px solid #D7D7D7!important;
left: 170px!important;
}
.searchgrid-wrapper .grid-filter-wrapper{
float:left;
margin-left:5px;
height:30px;
position:relative;
}
.searchgrid-wrapper .grid-filter-wrapper {
float:left;
}
.searchgrid-wrapper .grid-filter-wrapper .grid-filter{
float:left;
height:30px;
width:30px;
border: 1px solid #D7D7D7;
}
.searchgrid-wrapper .grid-filter-wrapper .icon-filter{
margin: 4px;
background-image: url('Images/icon-default/icon-filter.png');
background-repeat: no-repeat;
height: 13px;
width: 18px;
}
.searchgrid-wrapper .grid-filter-wrapper .grid-filter:focus{
border: 1px solid #D7D7D7;
}
.searchgrid-wrapper .grid-filter-wrapper .grid-filter:hover{
border: 1px solid #D7D7D7;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list{
display: none;
float: left;
width: 280px;
height: auto;
position: absolute;
background-color: white;
border: 1px solid #D7D7D7;
z-index: 10;
top: 35px;
box-shadow: 0px 0px 5px #D7D7D7;
padding: 20px;
left: 0;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .datetime-custom{
float:left;
width:100%;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .title{
font-size:13px;
margin-bottom:5px;
float:left;
margin:0;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum{
float:left;
width:100%;
line-height:30px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail{
float: right;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail .ddlFilterDatetimeCustom{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail .ddlFilterDropdownCustom{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail .filter-dropdown{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterEnum{
width:100px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterStatus{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterGoodsType{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterDuration{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterExpireDuration{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterStartDate{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterEndDate{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterDurationBill{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterDurationPre{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterOppStage{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-enum-detail #ddlFilterRating{
width:110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-detail{
float:left;
width:100%;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-button{
margin-top:10px;
float:right;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-button .btn{
width:80px;
}
.searchgrid-wrapper .filter-deposit {
width: 135px; float: left;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-duration-detail .frm-btngroup{
width: 110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-duration-detail .frm-btngroup .input-datepicker{
width: 110px !important;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-expireduration-detail .frm-btngroup{
width: 110px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-enum .filter-expireduration-detail .frm-btngroup .input-datepicker{
width: 110px !important;
}
.searchgrid-wrapper .filter-deposit #ddlFilterCreatedBy{
width: 130px; height:30px;line-height:30px
}
.searchgrid-wrapper .filter-deposit #ddlFilterCreatedBy option {
height:30px;line-height:30px !important;
}
.searchgrid-wrapper .filter-deposit #ddlFilterSystem{
width: 130px; height:30px;line-height:30px
}
.searchgrid-wrapper .filter-deposit #ddlFilterSystem option {
height:30px;line-height:30px !important;
}
#duration-datepicker .filter-duration-detail .frm-btngroup .input-img-calendar,
#durationpre-datepicker .filter-duration-detail .frm-btngroup .input-img-calendar,
#expireduration-datepicker .filter-expireduration-detail .frm-btngroup .input-img-calendar,
#startdate-datepicker .filter-duration-detail .frm-btngroup .input-img-calendar,
#enddate-datepicker .filter-duration-detail .frm-btngroup .input-img-calendar,
#durationbill-datepicker .filter-duration-detail .frm-btngroup .input-img-calendar,
.date-custom-datepicker .filter-duration-detail .frm-btngroup .input-img-calendar{
background: url(Images/icon-default/icon-input-calendar.png) no-repeat;
padding: 6px 16px 0px 6px;
position: absolute;
top: 2px;
background-position: 2px;
cursor: pointer;
right: 0px;
height: 25px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-detail .filter-list-detail{
border: 1px solid #D7D7D7;
float: left;
width: 100%;
height: 100%;
padding:5px 5px 10px 5px;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-detail .filter-list-detail .frm-content{
width:100%;
clear:both;
float:left;
margin:0!important;
}
.searchgrid-wrapper .grid-filter-wrapper .filter-list .filter-detail .filter-list-detail .frm-content .frm-label-checkbox{
margin:0px;
}
.grid-filter-backdrop{
position:fixed;
width:100%;
height:100%;
z-index:9;
left:0;
top:0;
}
/***System NavBar Buttom***/
.btn-saveall .caret{
border-top: 4px solid #ffffff;
float: left;
position: relative;
margin-left: -4px;
}
@-moz-document url-prefix() {
.btn-other span.caret {
border-top: 4px solid #0063B1;
float: none;
margin-top: -2px;
margin-left: 5px;
}
.btn.btn-other{
padding: 6px 22px;
}
}
.btn-other .caret{
border-top: 4px solid #0063B1;
float: right;
margin-top: 7px;
}
.dropdown-menu:not(.datepicker) {
right: 0;
left: initial;
min-width: 140px;
margin: 5px 0 0;
padding: 10px 0;
}
.dropdown-menu:not(.datepicker) li{
float:left;
clear:both;
width:100%;
}
.dropdown-menu:not(.datepicker) > li > a:hover, .dropdown-menu > li > a:focus {
color: #0063B1;
text-decoration: none;
background-color: #ffffff;
}
.save-and-new{
background: url(Images/icon-default/icon-save-and-new.png) no-repeat;
width: 16px;
height: 16px;
background-size: 16px;
margin: 1px 4px 0 0;
}
.save-and-close{
background: url(Images/icon-default/icon-save-and-close.png) no-repeat;
width: 16px;
height: 16px;
background-size: 16px;
margin: 1px 4px 0 0;
}
.save-draft{
background: url(Images/icon-default/icon-save-draft.png) no-repeat;
width: 16px;
height: 16px;
background-size: 16px;
margin: 1px 4px 0 0;
}
.icon-new-act-task{
background: url(Images/icon-default/icon-Act-Task.png) no-repeat;
width: 16px;
height: 16px;
background-size: 16px;
margin: 1px 4px 0 0;
}
.icon-new-act-phone{
background: url(Images/icon-default/icon-Act-Phone.png) no-repeat;
width: 16px;
height: 16px;
background-size: 16px;
margin: 1px 4px 0 0;
}
.icon-new-act-email{
background: url(Images/icon-default/icon-Act-Email.png) no-repeat;
width: 16px;
height: 16px;
background-size: 16px;
margin: 1px 4px 0 0;
}
.btn-new{
background: url(Images/icon-default/img-new.png) no-repeat;
width: 9px;
height: 15px;
background-size: 9px 15px;
margin: 2px 0px 0px 7px;
}
.btn-group.button-group .btn{
padding: 6px 9px;
width:35px;
height:32px;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0 !important;
}
.icon-add{
background: url(Images/icon-default/icon-add.png) no-repeat;
width: 15px;
height: 15px;
margin: 2px 0 1px 0;
}
.icon-edit{
background: url(Images/icon-default/icon-edit.png) no-repeat;
width: 15px;
height: 15px;
background-size: 15px;
margin: 2px 0 1px 0;
}
.icon-delete{
background: url(Images/icon-default/icon-delete.png) no-repeat;
width: 20px;
height: 20px;
background-size: 17px;
}
.icon-bar-dot{
background: url(Images/icon-default/icon-bar-dot.png) no-repeat;
width: 30px;
height: 30px;
background-size: 22px;
}
.icon-translate{
background: url(Images/icon-default/icon-btn-translate-2.png) no-repeat;
width: 13px;
height: 13px;
background-size: 13px 13px;
margin-left: 1px;
}
.icon-print{
background: url(Images/icon-default/icon-print.png) no-repeat;
width: 14px;
height: 14px;
background-size: 14px;
margin: 2px 1px 2px 1px;
}
.icon-sendemail{
background: url(Images/icon-default/icon-sendemail.png) no-repeat;
width: 13px;
height: 13px;
background-size: 13px;
margin: 2px 1px 3px 1px;
}
.icon-new{
background: url(Images/icon-default/icon-new.png) no-repeat;
width: 15px;
height: 15px;
background-size: 15px;
margin: 2px 0 1px 0;
}
.report-btn-ctrl button {
width: 115px;
height: 32px;
border: 1px solid #D7D7D7;
background-color: #FFFFFF;
color: #0063B1;
}
.report-btn-ctrl button:hover {
border: 1px solid #0063B1;
color: #0063B1;
}
.report-frame {
width:962px;
height:710px;
overflow:hidden;
border:0px;
margin-top:10px;
border:1px solid #ccc;
}
.report-frame.report-frame-CheqFormat {
width:737px;
height:400px;
overflow:hidden;
border:0px;
margin-top:10px;
border:1px solid #ccc;
}
.report-btn-icon-down {
background-image: url('Images/icon-default/icon-down.png');
background-size: 15px;
display: block;
width: 15px;
height: 15px;
float: left;
margin-top: 2px;
}
.report-btn-icon-print {
background-image: url('Images/icon-default/icon-print.png');
background-size: 15px;
display: block;
width: 15px;
height: 15px;
float: left;
margin-top: 2px;
}
.report-btn-icon-sendmail {
background-image: url('Images/icon-default/icon-sendemail.png');
background-size: 15px;
display: block;
width: 15px;
height: 15px;
float: left;
margin-top: 2px;
}
.report-btn-icon-preview {
background-image: url('Images/icon-default/icon-eye-open-blue.png');
background-size: 15px;
display: block;
width: 15px;
height: 15px;
float: left;
margin-top: 2px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
color: #333333;
background-color: #ffffff;
border-color: #0063B1;
}
div.error{
width: inherit;
clear: both;
}
div.error label{
padding-left: 0px !important;
}
div.c_error{
width: inherit;
clear: both;
}
div.c_error label{
padding-left: 0px !important;
}
.gridbutton{
width:50%;
float: right !important;
margin-bottom:8px
}
.grid-button-wrapper{
width:50%;
float:left;
}
.grid-button-wrapper .nar-button {
float:right;
}
.grid-button-wrapper .nar-button .frm-right div.error{
width: 150px;
clear: both;
}
.grid-button-wrapper .nar-button .button-action{
float: right;
margin: 0 0 0 5px;
}
.grid-button-wrapper .nar-button .button-group {
float: right;
}
.grid-button-wrapper .nar-button .dropdown-menu{
margin-top:5px;
}
.icon-tooltip-recommend {
cursor: pointer;
display: inline-block;
background-size: 16px;
background-position: center;
width: 20px;
height: 20px;
background: url(Images/icon-default/icon-tooltip-recommend.png) no-repeat;
}
.tooltip-inner {
color: #000000;
background-color: #ffffff;
border: 1px solid #D7D7D7;
max-width: 250px;
padding: 10px 10px;
text-align: left;
}
.tooltip.right .tooltip-arrow {
border-right-color: #D7D7D7;
}
.icon-grid-save{
background: url(Images/icon-default/icon-grid-save.png) no-repeat;
width: 12px;
height: 12px;
background-size: 12px 12px;
margin: 2px 1px 1px 1px;
}
.icon-grid-delete{
background: url(Images/icon-default/icon-grid-delete.png) no-repeat;
width: 12px;
height: 12px;
background-size: 12px 12px;
margin: 2px 1px 1px 1px;
}
.icon-up{
background: url(Images/icon-default/icon-up.png) no-repeat;
width: 16px;
height: 16px;
background-size: 16px 16px;
margin: 2px 1px 1px 1px;
}
.icon-down{
background: url(Images/icon-default/icon-down.png) no-repeat;
width: 16px;
height: 16px;
background-size: 16px 16px;
margin: 2px 1px 1px 1px;
}
.collapse-wrapper{
padding: 0 0 15px 0;
margin: 0 0 15px 0px;
border-bottom: 1px #E4E4E4 Solid;
}
.frm-default .frm-group .btn.btn-other.btn-period {
height: 30px;
}
.frm-default .frm-group .frm-content textarea.input-m {
width: 200px;
height: 50px;
}
.list-manage .box-manage-new {
background-image: url('Images/icon-menu/icon-menu-create.png');
background-repeat: no-repeat;
background-size: 30px;
height: 35px;
cursor: pointer;
}
.list-manage .box-manage-search {
background-image: url('Images/icon-menu/icon-menu-list.png');
background-repeat: no-repeat;
background-size: 30px;
height: 35px;
cursor: pointer;
}
.grid-partial-footer{
float:left;
width:100%;
height:40px;
background-color:#F2F2F2;
padding:5px;
border:1px solid #D7D7D7;
border-top:none;
}
.grid-partial-footer .grid-label{
float: left;
padding: 5px;
margin-right: 5px;
max-width: 115px;
width: 115px;
}
.grid-partial-footer .foot_par_po{
position:relative;
left:38%;
}
.grid-partial-footer .foot_par_so{
position:relative;
left:44%;
}
.grid-partial-footer .left36p{
position:relative;
left:36%;
}
.grid-partial-footer .left38p{
position:relative;
left:38%;
}
.grid-partial-footer .left39p{
position:relative;
left:39%;
}
.grid-partial-footer .left40p{
position:relative;
left:40%;
}
.grid-partial-footer .left41p{
position:relative;
left:41%;
}
.grid-partial-footer .left42p{
position:relative;
left:42%;
}
.grid-partial-footer .left44p{
position:relative;
left:44%;
}
.grid-partial-footer .left44_5p{
position:relative;
left:44.5%;
}
.grid-partial-footer .left45p{
position:relative;
left:45%;
}
.grid-partial-footer .left46{
position:relative;
left:46%;
}
.grid-partial-footer .left46p{
position:relative;
left: 338px;
}
.grid-partial-footer .left47p{
position:relative;
left:47%;
}
.grid-partial-footer .left48p{
position:relative;
left:48%;
}
.grid-partial-footer .left49p{
position:relative;
left:49%;
}
.grid-partial-footer .left50p{
position:relative;
left:50%;
}
.grid-partial-footer .left55p{
position:relative;
left:55%;
}
.grid-partial-footer .left55_7p{
position:relative;
left:55.5%;
}
.grid-partial-footer .left56p{
position:relative;
left:56%;
}
.grid-partial-footer .left57p{
position:relative;
left:57%;
}
.grid-partial-footer .left62p{
position:relative;
left:62%;
}
.grid-partial-footer .left64_7p{
position:relative;
left:64.7%;
}
.grid-partial-footer .left65p{
position:relative;
left:65%;
}
.grid-partial-footer .left66p{
position:relative;
left:66%;
}
.grid-partial-footer .left68p{
position:relative;
left:68%;
}
.grid-partial-footer .left70p{
position:relative;
left:70%;
}
.grid-partial-footer .left72p{
position:relative;
left:72%;
}
.grid-partial-footer .left74p{
position:relative;
left:74%;
}
.grid-partial-footer .left78p{
position:relative;
left:78%;
}
.grid-partial-footer .left79p{
position:relative;
left:79%;
}
.grid-partial-footer .grid-input{
float:left;
}
.grid-partial-footer .grid-input input{
padding: 5px;
}
.grid-partial-footer .grid-input input.footer_vat{
width:100px;
}
.cust-title div.error{
padding: 0 0 0 135px;
}
#modalHistory .nav-content-tab {
height: 35px;
width: 100%;
background-color: #F2F2F2;
list-style: none;
margin: 0px;
padding: 0px;
}
#modalHistory .nav-content-tab li.open {
background-color: #0063B1;
color: #fff;
}
#modalHistory .nav-content-tab li {
float: left;
height: 100%;
cursor: pointer;
width: auto;
line-height: 2.5;
padding: 0 15px 0 15px;
color: #333333;
min-width: 80px;
text-align: center;
}
.k-loading-image {
background: transparent!important;
}
.eye-open {
float:left;
background: url('Images/icon-default/icon-eye-open-gray.png') no-repeat;
background-size: 17px;
height: 17px;
width : 17px;
cursor: pointer;
}
.eye-open:hover {
float:left;
background: url(Images/icon-default/icon-eye-open-blue.png) no-repeat;
background-size: 17px;
height: 17px;
width : 17px;
cursor: pointer;
}
.messenger-message-inner{
font-family: "ThaiSanLite";
font-size:24px !important;
}
/*---------Tab-Receive---------*/
#Receive .frm-default .frm-group .frm-label {
float: left;
color: #333333;
width: 150px;
height: 20px;
padding-left: 10px;
margin-top: 5px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.modal-translate .modal-dialog{
width:660px;
}
.modal-translate .grid-translate{
float:left;
width: 100%;
}
/*.modal-translate .grid-translate-header{
float:left;
width:inherit;
}
.modal-translate .grid-translate .translate-title{
float:left;
}
.translate-button{
float:right;
}
*/
.modal-translate .grid-translate .k-grid{
width:595px!important;
}
.modal-translate .grid-translate .btn-add-translate{
float:right;
width: 90px;
background-image: url(Images/icon-default/icon-new.png);
background-repeat: no-repeat;
background-size: 16px;
background-position: 5px;
padding-left: 25px;
color: #0063B1;
}
.modal-translate .grid-translate .btn-add-translate:active{
background-image: url(Images/icon-default/icon-new.png);
color: #0063B1;
}
.modal-translate .grid-translate .btn-add-translate:hover{
background-image: url(Images/icon-default/icon-new.png);
color: #0063B1;
}
a .picker-text{
color: #0063b1;
}
a.picker-link input{
color: #0063b1;
cursor:pointer;
}
.del-img{ /* รูป X ลบรูปภาพในระบบ Company Employee Form Setting */
margin-top:60px;
position:relative;
}
.del-image:hover { /* ลบรูปภาพในระบบ Company Employee Form Setting */
cursor: pointer;
}
.w150_im {
width: 150px !important;
}
#btn-clear-filter{
color: #0063B1;
}
/**style autocomplete**/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
{
border: 1px solid #0063B1 !important;
background: #0063B1 !important;
}
/** grid inline texarea */
.inline-textarea{
height: 70px;
padding: 5px;
}
/*---------Tab-ChangeData---------*/
#ChangeData .frm-default .frm-group .frm-label {
float: left;
color: #333333;
width: 150px;
height: 20px;
padding-left: 10px;
margin-top: 5px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.gridRegisAcc-wrapper{
float:left;
width:100%;
height: 45px;
}
.gridRegisAcc-wrapper .block-left{
float:left;
width:50%;
height: inherit;
}
.gridRegisAcc-wrapper .block-left label{
font-weight: bold;
}
.gridRegisAcc-wrapper .block-right{
float:left;
width:50%;
text-align: right;
height: inherit;
padding-top: 5px;
}
#modal_grid_regisacc .btn-add{
padding-left: 30px;
background-image: url(/Content/Default/Images/icon-default/icon-add.png);
background-repeat: no-repeat;
background-size: 18px 18px;
background-position: 7px;
width: auto;
}
/*--- style for petty cash request ---*/
.frm-pca-25{
width: 250px !important;
}
.frm-pca-25 label{
width: 100px !important;
}
.frm-pca-25 div.frm-content{
width: 150px !important;
}
.frm-pca-50{
width: 500px !important;
}
.frm-pca-50 .frm-label{
width: 100px !important;
}
.frm-pca-50 div.frm-content{
width: 400px !important;
}
.frm-pca-50 .input-l{
width: 365px !important;
}
.frm-pca-50 .picker-text{
width: 230px !important;
}
/*--- style for petty cash receive ---*/
.frm-default.frm-pcreceive.frm-pcreceive-m.frm-left {
width: 600px;
}
.frm-pcr-100 {
width: 1000px !important;
}
/*------------modalAssign-------------*/
#modalAssign .nav-content-tab {
height: 35px;
width: 100%;
background-color: #F2F2F2;
list-style: none;
margin: 0px;
padding: 0px;
}
#modalAssign .nav-content-tab li.open {
background-color: #0063B1;
color: #fff;
}
#modalAssign .nav-content-tab li {
float: left;
height: 100%;
cursor: pointer;
width: auto;
line-height: 2.5;
padding: 0 15px 0 15px;
color: #333333;
min-width: 80px;
text-align: center;
}
.pl25px {
padding-left: 25px !important;
}
.btn-width-auto{
width: auto !important;
}
input.error{
border: 1px solid red;
}
| 0.272702 | 0.065665 |
body{
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 14px;
}
a{
cursor: pointer;
}
.lhs-navi{
height: 800px;
background-color: #1a2d3e;
padding: 0;
}
.main-content{
height: 100%;
background-color: #ffffff;
}
.mod-block{
/* height: 120px; */
color: #ffffff;
padding: 20px 0px;
text-align: center;
}
.lhs-navi hr{
padding: 0;
margin: 0;
border-top: 2px solid #ffffff;
}
.three-sel-dots:after {
content: '\2807';
font-size: 14px;
}
.proj-list{
box-shadow: 0px 2px 0px #f3f3f3;
padding-bottom: 5px;
}
.proj-list ul{
white-space: nowrap;
font-size: 0;
display: block;
overflow: auto;
padding-left: 0;
}
.proj-list ul li{
list-style: none;
width: 200px;
display: inline-block;
margin: 10px 0;
cursor: pointer !important;
}
.proj-list li .three-sel-dots{
display: inline-block;
float: right;
}
.proj-list-header{
background-color: #4f83b2;
color: #d3eaff;
font-size: 12px;
padding: 5px 5px 5px 15px;
border-radius: 3px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.proj-list-body{
border-radius: 3px;
box-shadow: 0px 4px 3px #f3f3f3;
padding: 15px 0;
display: inline-block;
}
.proj-list-body.active{
background-color: #eef3f7;
}
.proj-cnt-block{
display: inline-block;
font-weight: bold;
font-size: 22px;
padding-left: 0;
float: left;
max-width: 40px;
min-width: 25px;
}
.proj-cnt-title, .proj-cnt-users{
display: inline-block;
font-size: 12px;
top: 7px;
padding-left: 10px;
position: relative;
}
.proj-cnt-users{
display: inline;
top: 5px;
}
.proj-cnt-users span{
position: absolute;
top: 0;
}
.proj-cnt-users img{
width: 20px;
height: 20px;
}
.proj-cnt-users span:nth-child(1){
z-index: 1;
}
.proj-cnt-users span:nth-child(2){
left: 25px;
z-index: 2;
}
.proj-cnt-users span:nth-child(3){
left: 35px;
z-index: 3;
}
.proj-cnt-users span:nth-child(4){
left: 45px;
z-index: 4;
background-color: #4f83b2;
top: 2px;
}
.proj-body-block{
margin: 20px 0;
padding-left: 0;
}
.proj-header-block{
box-shadow: 0px 3px #eae7e7;
height: 50px;
}
.proj-header-block > .row > div{
height: 100%;
display: table;
}
.proj-header-block > .row > div > div{
display: table-cell;
vertical-align: middle;
}
.proj-header-title h4{
display: inline-block;
}
.proj-header-title span{
font-size: 11px;
}
.main-content{
padding-left: 0;
}
.header-icons{
color: #aeacac;
font-size: 12px;
}
.header-icon-div{
padding: 0 20px;
}
#search{
width: 90%;
border: none;
box-shadow: none;
display: inline-block;
font-size: 12px;
}
.add-btn{
border: 1px solid #4f83b2;
border-radius: 0;
color: #4f83b2;
}
.proj-det-block{
margin-top: 20px;
}
#projTitle{
font-weight: bold;
font-size: 17px;
}
.last-updated-div{
font-weight: bold;
font-size: 12px;
}
.created-on-div{
font-style: italic;
font-size: 12px;
margin: 10px 0 5px 0;
}
.proj-form-user-list .nav > li.active > a, .proj-form-user-list .nav > li > a:focus, .proj-form-user-list .nav > li > a:hover{
border: 0;
border-bottom: 3px solid #4f83b2 !important;
background-color: transparent;
}
.grid-data table{
font-size: 14px;
}
.grid-data th{
background-color: #eef3f7;
border: 0 !important;
}
.grid-data th:nth-child(4), td:nth-child(4){
text-align: right;
padding-right: 30px !important;
}
.grid-data th:nth-child(1), td:nth-child(1){
padding-left: 30px !important;
width: 25px;
}
.grid-filters > div{
display: inline-block;
}
.form-group label{
color: #5d5b5b;
font-weight: normal;
}
#projectEditForm .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple{
border: 0 !important;
border-bottom: 1px solid #aaa !important;
border-radius: 0 !important;
height: 40px !important;
}
.form-label{
font-size: 16px;
}
.margin-10{
margin: 10px;
}
#projectEditForm .btn{
width: 100%;
}
#projectEditForm button[type="submit"]{
color: #ffffff;
background-color: #545454;
}
.mod-block .glyphicon{
font-size: 20px;
}
.mod-block a, .mod-block a:hover{
color: #ffffff !important;
text-decoration: none;
}
.mod-title{
font-size: 12px;
margin-top: 5px;
display: block;
}
.mod-block:hover, .mod-block.active{
background-color: #4f83b2;
cursor: pointer;
}
|
css/style.css
|
body{
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 14px;
}
a{
cursor: pointer;
}
.lhs-navi{
height: 800px;
background-color: #1a2d3e;
padding: 0;
}
.main-content{
height: 100%;
background-color: #ffffff;
}
.mod-block{
/* height: 120px; */
color: #ffffff;
padding: 20px 0px;
text-align: center;
}
.lhs-navi hr{
padding: 0;
margin: 0;
border-top: 2px solid #ffffff;
}
.three-sel-dots:after {
content: '\2807';
font-size: 14px;
}
.proj-list{
box-shadow: 0px 2px 0px #f3f3f3;
padding-bottom: 5px;
}
.proj-list ul{
white-space: nowrap;
font-size: 0;
display: block;
overflow: auto;
padding-left: 0;
}
.proj-list ul li{
list-style: none;
width: 200px;
display: inline-block;
margin: 10px 0;
cursor: pointer !important;
}
.proj-list li .three-sel-dots{
display: inline-block;
float: right;
}
.proj-list-header{
background-color: #4f83b2;
color: #d3eaff;
font-size: 12px;
padding: 5px 5px 5px 15px;
border-radius: 3px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.proj-list-body{
border-radius: 3px;
box-shadow: 0px 4px 3px #f3f3f3;
padding: 15px 0;
display: inline-block;
}
.proj-list-body.active{
background-color: #eef3f7;
}
.proj-cnt-block{
display: inline-block;
font-weight: bold;
font-size: 22px;
padding-left: 0;
float: left;
max-width: 40px;
min-width: 25px;
}
.proj-cnt-title, .proj-cnt-users{
display: inline-block;
font-size: 12px;
top: 7px;
padding-left: 10px;
position: relative;
}
.proj-cnt-users{
display: inline;
top: 5px;
}
.proj-cnt-users span{
position: absolute;
top: 0;
}
.proj-cnt-users img{
width: 20px;
height: 20px;
}
.proj-cnt-users span:nth-child(1){
z-index: 1;
}
.proj-cnt-users span:nth-child(2){
left: 25px;
z-index: 2;
}
.proj-cnt-users span:nth-child(3){
left: 35px;
z-index: 3;
}
.proj-cnt-users span:nth-child(4){
left: 45px;
z-index: 4;
background-color: #4f83b2;
top: 2px;
}
.proj-body-block{
margin: 20px 0;
padding-left: 0;
}
.proj-header-block{
box-shadow: 0px 3px #eae7e7;
height: 50px;
}
.proj-header-block > .row > div{
height: 100%;
display: table;
}
.proj-header-block > .row > div > div{
display: table-cell;
vertical-align: middle;
}
.proj-header-title h4{
display: inline-block;
}
.proj-header-title span{
font-size: 11px;
}
.main-content{
padding-left: 0;
}
.header-icons{
color: #aeacac;
font-size: 12px;
}
.header-icon-div{
padding: 0 20px;
}
#search{
width: 90%;
border: none;
box-shadow: none;
display: inline-block;
font-size: 12px;
}
.add-btn{
border: 1px solid #4f83b2;
border-radius: 0;
color: #4f83b2;
}
.proj-det-block{
margin-top: 20px;
}
#projTitle{
font-weight: bold;
font-size: 17px;
}
.last-updated-div{
font-weight: bold;
font-size: 12px;
}
.created-on-div{
font-style: italic;
font-size: 12px;
margin: 10px 0 5px 0;
}
.proj-form-user-list .nav > li.active > a, .proj-form-user-list .nav > li > a:focus, .proj-form-user-list .nav > li > a:hover{
border: 0;
border-bottom: 3px solid #4f83b2 !important;
background-color: transparent;
}
.grid-data table{
font-size: 14px;
}
.grid-data th{
background-color: #eef3f7;
border: 0 !important;
}
.grid-data th:nth-child(4), td:nth-child(4){
text-align: right;
padding-right: 30px !important;
}
.grid-data th:nth-child(1), td:nth-child(1){
padding-left: 30px !important;
width: 25px;
}
.grid-filters > div{
display: inline-block;
}
.form-group label{
color: #5d5b5b;
font-weight: normal;
}
#projectEditForm .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple{
border: 0 !important;
border-bottom: 1px solid #aaa !important;
border-radius: 0 !important;
height: 40px !important;
}
.form-label{
font-size: 16px;
}
.margin-10{
margin: 10px;
}
#projectEditForm .btn{
width: 100%;
}
#projectEditForm button[type="submit"]{
color: #ffffff;
background-color: #545454;
}
.mod-block .glyphicon{
font-size: 20px;
}
.mod-block a, .mod-block a:hover{
color: #ffffff !important;
text-decoration: none;
}
.mod-title{
font-size: 12px;
margin-top: 5px;
display: block;
}
.mod-block:hover, .mod-block.active{
background-color: #4f83b2;
cursor: pointer;
}
| 0.203114 | 0.06767 |
body {
margin:0px;
background-color:rgba(244, 244, 244, 1);
background-image:none;
position:static;
left:auto;
width:1312px;
margin-left:0;
margin-right:0;
text-align:left;
}
.form_sketch {
border-color:transparent;
background-color:transparent;
}
#base {
position:absolute;
z-index:0;
}
#u12974 {
border-width:0px;
position:absolute;
left:0px;
top:48px;
width:1312px;
height:240px;
}
#u12974_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1312px;
height:240px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-color:rgba(0, 0, 0, 1);
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12974_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u12975_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:576px;
height:80px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12975 {
border-width:0px;
position:absolute;
left:416px;
top:176px;
width:576px;
height:80px;
display:flex;
}
#u12975 .text {
position:absolute;
align-self:flex-end;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u12975_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:576px;
height:80px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12975.disabled {
}
#u12975_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u12976 {
position:fixed;
right:30px;
bottom:50px;
visibility:hidden;
}
#u12976_state0 {
position:relative;
left:0px;
top:0px;
width:48px;
height:48px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12976_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u12977 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u12978_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:48px;
}
#u12978 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:48px;
display:flex;
}
#u12978 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u12978_img.mouseOver {
}
#u12978.mouseOver {
}
#u12978_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u12979_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:12px;
}
#u12979 {
border-width:0px;
position:absolute;
left:16px;
top:18px;
width:16px;
height:12px;
display:flex;
font-family:'ArialMT', 'Arial', sans-serif;
font-weight:400;
font-style:normal;
font-size:13px;
line-height:normal;
}
#u12979 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u12979_img.mouseOver {
}
#u12979.mouseOver {
}
#u12979_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u12980 {
border-width:0px;
position:absolute;
left:1168px;
top:0px;
width:80px;
height:48px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}
#u12982 {
position:fixed;
left:0px;
top:0px;
width:1312px;
height:48px;
}
#u12982_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1312px;
height:48px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-color:rgba(22, 22, 22, 1);
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12982_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u12983 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u12984_input {
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
font-family:'ArialMT', 'Arial', sans-serif;
font-weight:400;
font-style:normal;
font-size:13px;
letter-spacing:normal;
color:#333333;
vertical-align:none;
text-align:left;
text-transform:none;
background-color:transparent;
border-color:transparent;
}
#u12984_input.disabled {
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
font-family:'ArialMT', 'Arial', sans-serif;
font-weight:400;
font-style:normal;
font-size:13px;
letter-spacing:normal;
color:#BEBEBE;
vertical-align:none;
text-align:left;
text-transform:none;
background-color:transparent;
border-color:transparent;
}
#u12984_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12984 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
display:flex;
}
#u12984 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u12984_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
background:inherit;
background-color:rgba(243, 243, 243, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12984.disabled {
}
#u12985_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:79px;
height:48px;
background:inherit;
background-color:rgba(22, 22, 22, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12985 {
border-width:0px;
position:absolute;
left:66px;
top:0px;
width:79px;
height:48px;
display:flex;
}
#u12985 .text {
position:absolute;
align-self:center;
padding:0px 16px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u12985_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u12986_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:48px;
background:inherit;
background-color:rgba(22, 22, 22, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12986 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:48px;
display:flex;
}
#u12986 .text {
position:absolute;
align-self:center;
padding:0px 3px 0px 16px;
box-sizing:border-box;
width:100%;
}
#u12986_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u12987_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:145px;
height:48px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12987 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:145px;
height:48px;
display:flex;
}
#u12987 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u12987_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:145px;
height:48px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 255, 255, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12987.selected {
}
#u12987_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u12988 {
position:fixed;
left:0px;
top:48px;
width:256px;
height:360px;
}
#u12988_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:360px;
overflow:auto;
-webkit-overflow-scrolling:touch;
-ms-overflow-x:hidden;
overflow-x:hidden;
background-color:rgba(255, 255, 255, 1);
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12988_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u12990_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12990 {
border-width:0px;
position:absolute;
left:0px;
top:176px;
width:256px;
height:32px;
display:flex;
}
#u12990 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u12990_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12990.mouseOver {
}
#u12990_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12990.mouseDown {
}
#u12990_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12990.selected {
}
#u12990_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12990.disabled {
}
#u12990_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u12991 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u12992 {
position:absolute;
left:0px;
top:144px;
}
#u12992_state0 {
position:relative;
left:0px;
top:0px;
width:256px;
height:32px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12992_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u12993_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12993 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u12993 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u12993_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u12992_state1 {
position:relative;
left:0px;
top:0px;
width:256px;
height:256px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
visibility:hidden;
}
#u12992_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u12994_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12994 {
border-width:0px;
position:absolute;
left:0px;
top:224px;
width:256px;
height:32px;
display:flex;
}
#u12994 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u12994_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12994.mouseOver {
}
#u12994_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12994.mouseDown {
}
#u12994_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12994.selected {
}
#u12994_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12994.disabled {
}
#u12994_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u12995_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12995 {
border-width:0px;
position:absolute;
left:0px;
top:192px;
width:256px;
height:32px;
display:flex;
}
#u12995 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u12995_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12995.mouseOver {
}
#u12995_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12995.mouseDown {
}
#u12995_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12995.selected {
}
#u12995_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12995.disabled {
}
#u12995_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u12996_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12996 {
border-width:0px;
position:absolute;
left:0px;
top:160px;
width:256px;
height:32px;
display:flex;
}
#u12996 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u12996_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12996.mouseOver {
}
#u12996_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12996.mouseDown {
}
#u12996_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12996.selected {
}
#u12996_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12996.disabled {
}
#u12996_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u12997_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12997 {
border-width:0px;
position:absolute;
left:0px;
top:128px;
width:256px;
height:32px;
display:flex;
}
#u12997 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u12997_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12997.mouseOver {
}
#u12997_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12997.mouseDown {
}
#u12997_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12997.selected {
}
#u12997_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12997.disabled {
}
#u12997_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u12998_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12998 {
border-width:0px;
position:absolute;
left:0px;
top:96px;
width:256px;
height:32px;
display:flex;
}
#u12998 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u12998_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12998.mouseOver {
}
#u12998_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12998.mouseDown {
}
#u12998_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12998.selected {
}
#u12998_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12998.disabled {
}
#u12998_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u12999_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12999 {
border-width:0px;
position:absolute;
left:0px;
top:64px;
width:256px;
height:32px;
display:flex;
}
#u12999 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u12999_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12999.mouseOver {
}
#u12999_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12999.mouseDown {
}
#u12999_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12999.selected {
}
#u12999_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12999.disabled {
}
#u12999_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13000_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13000 {
border-width:0px;
position:absolute;
left:0px;
top:32px;
width:256px;
height:32px;
display:flex;
}
#u13000 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13000_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13000.mouseOver {
}
#u13000_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13000.mouseDown {
}
#u13000_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13000.selected {
}
#u13000_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13000.disabled {
}
#u13000_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13001_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13001 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13001 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13001_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13003 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13004 {
position:absolute;
left:0px;
top:144px;
}
#u13004_state0 {
position:relative;
left:0px;
top:0px;
width:256px;
height:32px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13004_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13005_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13005 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13005 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13005_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13005.mouseOver {
}
#u13005_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13005.mouseDown {
}
#u13005_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13004_state1 {
position:relative;
left:0px;
top:0px;
width:256px;
height:32px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
visibility:hidden;
}
#u13004_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13006_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13006 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13006 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13006_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13006.mouseOver {
}
#u13006_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13006.mouseDown {
}
#u13006_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13006.selected {
}
#u13006_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13007_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13007 {
border-width:0px;
position:absolute;
left:0px;
top:144px;
width:256px;
height:32px;
display:flex;
}
#u13007 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13007_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13007.mouseOver {
}
#u13007_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13007.selected {
}
#u13007_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13007.disabled {
}
#u13007_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13008 {
border-width:0px;
position:absolute;
left:224px;
top:152px;
width:16px;
height:16px;
}
#u13008_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13008_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13009_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:10px;
height:6px;
}
#u13009 {
border-width:0px;
position:absolute;
left:3px;
top:5px;
width:10px;
height:6px;
display:flex;
}
#u13009 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13009_img.disabled {
}
#u13009.disabled {
}
#u13009_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13008_state1 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
visibility:hidden;
}
#u13008_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13010_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:10px;
height:6px;
}
#u13010 {
border-width:0px;
position:absolute;
left:3px;
top:5px;
width:10px;
height:6px;
display:flex;
}
#u13010 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13010_img.disabled {
}
#u13010.disabled {
}
#u13010_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13011 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13012 {
position:absolute;
left:0px;
top:112px;
}
#u13012_state0 {
position:relative;
left:0px;
top:0px;
width:256px;
height:32px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13012_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13013_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13013 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13013 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13013_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13012_state1 {
position:relative;
left:0px;
top:0px;
width:256px;
height:1120px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
visibility:hidden;
}
#u13012_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13014_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13014 {
border-width:0px;
position:absolute;
left:0px;
top:1088px;
width:256px;
height:32px;
display:flex;
}
#u13014 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13014_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13014.mouseOver {
}
#u13014_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13014.mouseDown {
}
#u13014_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13014.selected {
}
#u13014_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13014.disabled {
}
#u13014_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13015_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13015 {
border-width:0px;
position:absolute;
left:0px;
top:1056px;
width:256px;
height:32px;
display:flex;
}
#u13015 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13015_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13015.mouseOver {
}
#u13015_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13015.mouseDown {
}
#u13015_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13015.selected {
}
#u13015_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13015.disabled {
}
#u13015_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13016_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13016 {
border-width:0px;
position:absolute;
left:0px;
top:1024px;
width:256px;
height:32px;
display:flex;
}
#u13016 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13016_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13016.mouseOver {
}
#u13016_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13016.mouseDown {
}
#u13016_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13016.selected {
}
#u13016_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13016.disabled {
}
#u13016_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13017_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13017 {
border-width:0px;
position:absolute;
left:0px;
top:992px;
width:256px;
height:32px;
display:flex;
}
#u13017 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13017_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13017.mouseOver {
}
#u13017_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13017.mouseDown {
}
#u13017_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13017.selected {
}
#u13017_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13017.disabled {
}
#u13017_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13018_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13018 {
border-width:0px;
position:absolute;
left:0px;
top:960px;
width:256px;
height:32px;
display:flex;
}
#u13018 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13018_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13018.mouseOver {
}
#u13018_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13018.mouseDown {
}
#u13018_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13018.selected {
}
#u13018_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13018.disabled {
}
#u13018_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13019_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13019 {
border-width:0px;
position:absolute;
left:0px;
top:928px;
width:256px;
height:32px;
display:flex;
}
#u13019 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13019_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13019.mouseOver {
}
#u13019_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13019.mouseDown {
}
#u13019_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13019.selected {
}
#u13019_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13019.disabled {
}
#u13019_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13020_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13020 {
border-width:0px;
position:absolute;
left:0px;
top:896px;
width:256px;
height:32px;
display:flex;
}
#u13020 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13020_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13020.mouseOver {
}
#u13020_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13020.mouseDown {
}
#u13020_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13020.selected {
}
#u13020_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13020.disabled {
}
#u13020_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13021_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13021 {
border-width:0px;
position:absolute;
left:0px;
top:864px;
width:256px;
height:32px;
display:flex;
}
#u13021 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13021_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13021.mouseOver {
}
#u13021_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13021.mouseDown {
}
#u13021_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13021.selected {
}
#u13021_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13021.disabled {
}
#u13021_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13022_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13022 {
border-width:0px;
position:absolute;
left:0px;
top:832px;
width:256px;
height:32px;
display:flex;
}
#u13022 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13022_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13022.mouseOver {
}
#u13022_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13022.mouseDown {
}
#u13022_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13022.selected {
}
#u13022_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13022.disabled {
}
#u13022_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13023_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13023 {
border-width:0px;
position:absolute;
left:0px;
top:800px;
width:256px;
height:32px;
display:flex;
}
#u13023 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13023_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13023.mouseOver {
}
#u13023_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13023.mouseDown {
}
#u13023_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13023.selected {
}
#u13023_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13023.disabled {
}
#u13023_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13024_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13024 {
border-width:0px;
position:absolute;
left:0px;
top:768px;
width:256px;
height:32px;
display:flex;
}
#u13024 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13024_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13024.mouseOver {
}
#u13024_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13024.mouseDown {
}
#u13024_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13024.selected {
}
#u13024_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13024.disabled {
}
#u13024_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13025_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13025 {
border-width:0px;
position:absolute;
left:0px;
top:736px;
width:256px;
height:32px;
display:flex;
}
#u13025 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13025_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13025.mouseOver {
}
#u13025_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13025.mouseDown {
}
#u13025_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13025.selected {
}
#u13025_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13025.disabled {
}
#u13025_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13026_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13026 {
border-width:0px;
position:absolute;
left:0px;
top:704px;
width:256px;
height:32px;
display:flex;
}
#u13026 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13026_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13026.mouseOver {
}
#u13026_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13026.mouseDown {
}
#u13026_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13026.selected {
}
#u13026_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13026.disabled {
}
#u13026_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13027_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13027 {
border-width:0px;
position:absolute;
left:0px;
top:672px;
width:256px;
height:32px;
display:flex;
}
#u13027 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13027_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13027.mouseOver {
}
#u13027_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13027.mouseDown {
}
#u13027_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13027.selected {
}
#u13027_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13027.disabled {
}
#u13027_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13028_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13028 {
border-width:0px;
position:absolute;
left:0px;
top:640px;
width:256px;
height:32px;
display:flex;
}
#u13028 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13028_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13028.mouseOver {
}
#u13028_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13028.mouseDown {
}
#u13028_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13028.selected {
}
#u13028_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13028.disabled {
}
#u13028_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13029_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13029 {
border-width:0px;
position:absolute;
left:0px;
top:608px;
width:256px;
height:32px;
display:flex;
}
#u13029 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13029_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13029.mouseOver {
}
#u13029_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13029.mouseDown {
}
#u13029_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13029.selected {
}
#u13029_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13029.disabled {
}
#u13029_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13030_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13030 {
border-width:0px;
position:absolute;
left:0px;
top:576px;
width:256px;
height:32px;
display:flex;
}
#u13030 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13030_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13030.mouseOver {
}
#u13030_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13030.mouseDown {
}
#u13030_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13030.selected {
}
#u13030_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13030.disabled {
}
#u13030_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13031_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13031 {
border-width:0px;
position:absolute;
left:0px;
top:544px;
width:256px;
height:32px;
display:flex;
}
#u13031 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13031_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13031.mouseOver {
}
#u13031_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13031.mouseDown {
}
#u13031_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13031.selected {
}
#u13031_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13031.disabled {
}
#u13031_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13032_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13032 {
border-width:0px;
position:absolute;
left:0px;
top:512px;
width:256px;
height:32px;
display:flex;
}
#u13032 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13032_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13032.mouseOver {
}
#u13032_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13032.mouseDown {
}
#u13032_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13032.selected {
}
#u13032_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13032.disabled {
}
#u13032_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13033_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13033 {
border-width:0px;
position:absolute;
left:0px;
top:480px;
width:256px;
height:32px;
display:flex;
}
#u13033 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13033_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13033.mouseOver {
}
#u13033_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13033.mouseDown {
}
#u13033_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13033.selected {
}
#u13033_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13033.disabled {
}
#u13033_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13034_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13034 {
border-width:0px;
position:absolute;
left:0px;
top:448px;
width:256px;
height:32px;
display:flex;
}
#u13034 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13034_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13034.mouseOver {
}
#u13034_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13034.mouseDown {
}
#u13034_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13034.selected {
}
#u13034_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13034.disabled {
}
#u13034_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13035_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13035 {
border-width:0px;
position:absolute;
left:0px;
top:416px;
width:256px;
height:32px;
display:flex;
}
#u13035 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13035_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13035.mouseOver {
}
#u13035_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13035.mouseDown {
}
#u13035_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13035.selected {
}
#u13035_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13035.disabled {
}
#u13035_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13036_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13036 {
border-width:0px;
position:absolute;
left:0px;
top:384px;
width:256px;
height:32px;
display:flex;
}
#u13036 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13036_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13036.mouseOver {
}
#u13036_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13036.mouseDown {
}
#u13036_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13036.selected {
}
#u13036_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13036.disabled {
}
#u13036_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13037_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13037 {
border-width:0px;
position:absolute;
left:0px;
top:352px;
width:256px;
height:32px;
display:flex;
}
#u13037 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13037_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13037.mouseOver {
}
#u13037_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13037.mouseDown {
}
#u13037_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13037.selected {
}
#u13037_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13037.disabled {
}
#u13037_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13038_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13038 {
border-width:0px;
position:absolute;
left:0px;
top:320px;
width:256px;
height:32px;
display:flex;
}
#u13038 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13038_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13038.mouseOver {
}
#u13038_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13038.mouseDown {
}
#u13038_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13038.selected {
}
#u13038_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13038.disabled {
}
#u13038_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13039_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13039 {
border-width:0px;
position:absolute;
left:0px;
top:288px;
width:256px;
height:32px;
display:flex;
}
#u13039 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13039_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13039.mouseOver {
}
#u13039_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13039.mouseDown {
}
#u13039_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13039.selected {
}
#u13039_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13039.disabled {
}
#u13039_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13040_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13040 {
border-width:0px;
position:absolute;
left:0px;
top:256px;
width:256px;
height:32px;
display:flex;
}
#u13040 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13040_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13040.mouseOver {
}
#u13040_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13040.mouseDown {
}
#u13040_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13040.selected {
}
#u13040_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13040.disabled {
}
#u13040_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13041_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13041 {
border-width:0px;
position:absolute;
left:0px;
top:224px;
width:256px;
height:32px;
display:flex;
}
#u13041 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13041_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13041.mouseOver {
}
#u13041_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13041.mouseDown {
}
#u13041_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13041.selected {
}
#u13041_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13041.disabled {
}
#u13041_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13042_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13042 {
border-width:0px;
position:absolute;
left:0px;
top:192px;
width:256px;
height:32px;
display:flex;
}
#u13042 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13042_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13042.mouseOver {
}
#u13042_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13042.mouseDown {
}
#u13042_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13042.selected {
}
#u13042_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13042.disabled {
}
#u13042_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13043_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13043 {
border-width:0px;
position:absolute;
left:0px;
top:160px;
width:256px;
height:32px;
display:flex;
}
#u13043 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13043_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13043.mouseOver {
}
#u13043_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13043.mouseDown {
}
#u13043_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13043.selected {
}
#u13043_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13043.disabled {
}
#u13043_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13044_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13044 {
border-width:0px;
position:absolute;
left:0px;
top:128px;
width:256px;
height:32px;
display:flex;
}
#u13044 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13044_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13044.mouseOver {
}
#u13044_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13044.mouseDown {
}
#u13044_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13044.selected {
}
#u13044_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13044.disabled {
}
#u13044_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13045_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13045 {
border-width:0px;
position:absolute;
left:0px;
top:96px;
width:256px;
height:32px;
display:flex;
}
#u13045 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13045_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13045.mouseOver {
}
#u13045_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13045.mouseDown {
}
#u13045_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13045.selected {
}
#u13045_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13045.disabled {
}
#u13045_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13046_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13046 {
border-width:0px;
position:absolute;
left:0px;
top:64px;
width:256px;
height:32px;
display:flex;
}
#u13046 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13046_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13046.mouseOver {
}
#u13046_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13046.mouseDown {
}
#u13046_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13046.selected {
}
#u13046_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13046.disabled {
}
#u13046_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13047_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13047 {
border-width:0px;
position:absolute;
left:0px;
top:32px;
width:256px;
height:32px;
display:flex;
}
#u13047 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13047_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13047.mouseOver {
}
#u13047_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13047.mouseDown {
}
#u13047_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13047.selected {
}
#u13047_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13047.disabled {
}
#u13047_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13048_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13048 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13048 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13048_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13050 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13051 {
position:absolute;
left:0px;
top:112px;
}
#u13051_state0 {
position:relative;
left:0px;
top:0px;
width:256px;
height:32px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13051_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13052_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13052 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13052 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13052_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13052.mouseOver {
}
#u13052_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13052.mouseDown {
}
#u13052_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13051_state1 {
position:relative;
left:0px;
top:0px;
width:256px;
height:32px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
visibility:hidden;
}
#u13051_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13053_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13053 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13053 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13053_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13053.mouseOver {
}
#u13053_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13053.mouseDown {
}
#u13053_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13053.selected {
}
#u13053_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13054_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13054 {
border-width:0px;
position:absolute;
left:0px;
top:112px;
width:256px;
height:32px;
display:flex;
}
#u13054 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13054_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13054.mouseOver {
}
#u13054_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13054.selected {
}
#u13054_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13054.disabled {
}
#u13054_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13055 {
border-width:0px;
position:absolute;
left:224px;
top:120px;
width:16px;
height:16px;
}
#u13055_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13055_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13056_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:10px;
height:6px;
}
#u13056 {
border-width:0px;
position:absolute;
left:3px;
top:5px;
width:10px;
height:6px;
display:flex;
}
#u13056 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13056_img.disabled {
}
#u13056.disabled {
}
#u13056_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13055_state1 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
visibility:hidden;
}
#u13055_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13057_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:10px;
height:6px;
}
#u13057 {
border-width:0px;
position:absolute;
left:3px;
top:5px;
width:10px;
height:6px;
display:flex;
}
#u13057 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13057_img.disabled {
}
#u13057.disabled {
}
#u13057_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13058 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13059 {
position:absolute;
left:0px;
top:80px;
}
#u13059_state0 {
position:relative;
left:0px;
top:0px;
width:256px;
height:32px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13059_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13060_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13060 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13060 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13060_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13059_state1 {
position:relative;
left:0px;
top:0px;
width:256px;
height:160px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
visibility:hidden;
}
#u13059_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13061_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13061 {
border-width:0px;
position:absolute;
left:0px;
top:128px;
width:256px;
height:32px;
display:flex;
}
#u13061 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13061_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13061.mouseOver {
}
#u13061_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13061.mouseDown {
}
#u13061_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13061.selected {
}
#u13061_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13061.disabled {
}
#u13061_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13062_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13062 {
border-width:0px;
position:absolute;
left:0px;
top:96px;
width:256px;
height:32px;
display:flex;
}
#u13062 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13062_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13062.mouseOver {
}
#u13062_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13062.mouseDown {
}
#u13062_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13062.selected {
}
#u13062_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13062.disabled {
}
#u13062_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13063_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13063 {
border-width:0px;
position:absolute;
left:0px;
top:64px;
width:256px;
height:32px;
display:flex;
}
#u13063 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13063_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13063.mouseOver {
}
#u13063_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13063.mouseDown {
}
#u13063_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13063.selected {
}
#u13063_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13063.disabled {
}
#u13063_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13064_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13064 {
border-width:0px;
position:absolute;
left:0px;
top:32px;
width:256px;
height:32px;
display:flex;
}
#u13064 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13064_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13064.mouseOver {
}
#u13064_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13064.mouseDown {
}
#u13064_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13064.selected {
}
#u13064_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13064.disabled {
}
#u13064_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13065_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13065 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13065 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13065_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13067 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13068 {
position:absolute;
left:0px;
top:80px;
}
#u13068_state0 {
position:relative;
left:0px;
top:0px;
width:256px;
height:32px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13068_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13069_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13069 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13069 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13069_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13069.mouseOver {
}
#u13069_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13069.mouseDown {
}
#u13069_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13068_state1 {
position:relative;
left:0px;
top:0px;
width:256px;
height:32px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
visibility:hidden;
}
#u13068_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13070_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13070 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13070 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13070_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13070.mouseOver {
}
#u13070_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13070.mouseDown {
}
#u13070_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13070.selected {
}
#u13070_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13071_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13071 {
border-width:0px;
position:absolute;
left:0px;
top:80px;
width:256px;
height:32px;
display:flex;
}
#u13071 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13071_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13071.mouseOver {
}
#u13071_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13071.selected {
}
#u13071_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13071.disabled {
}
#u13071_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13072 {
border-width:0px;
position:absolute;
left:224px;
top:88px;
width:16px;
height:16px;
}
#u13072_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13072_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13073_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:10px;
height:6px;
}
#u13073 {
border-width:0px;
position:absolute;
left:3px;
top:5px;
width:10px;
height:6px;
display:flex;
}
#u13073 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13073_img.disabled {
}
#u13073.disabled {
}
#u13073_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13072_state1 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
visibility:hidden;
}
#u13072_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13074_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:10px;
height:6px;
}
#u13074 {
border-width:0px;
position:absolute;
left:3px;
top:5px;
width:10px;
height:6px;
display:flex;
}
#u13074 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13074_img.disabled {
}
#u13074.disabled {
}
#u13074_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13076_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13076 {
border-width:0px;
position:absolute;
left:0px;
top:48px;
width:256px;
height:32px;
display:flex;
}
#u13076 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13076_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13076.mouseOver {
}
#u13076_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13076.mouseDown {
}
#u13076_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13076.selected {
}
#u13076_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13076.disabled {
}
#u13076_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13078_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13078 {
border-width:0px;
position:absolute;
left:0px;
top:16px;
width:256px;
height:32px;
display:flex;
}
#u13078 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13078_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13078.mouseOver {
}
#u13078_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13078.mouseDown {
}
#u13078_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13078.selected {
}
#u13078_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13078.disabled {
}
#u13078_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13079 {
position:fixed;
right:0px;
top:48px;
width:256px;
height:440px;
visibility:hidden;
}
#u13079_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:440px;
overflow:auto;
-webkit-overflow-scrolling:touch;
-ms-overflow-x:hidden;
overflow-x:hidden;
background-color:rgba(22, 22, 22, 1);
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:0px 4px 8px rgba(0, 0, 0, 0.498039215686275);
-webkit-box-shadow:0px 4px 8px rgba(0, 0, 0, 0.498039215686275);
box-shadow:0px 4px 8px rgba(0, 0, 0, 0.498039215686275);
}
#u13079_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13080_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13080 {
border-width:0px;
position:absolute;
left:0px;
top:314px;
width:256px;
height:32px;
display:flex;
}
#u13080 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13080_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(44, 44, 44, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13080.mouseOver {
}
#u13080_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(61, 61, 61, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13080.mouseDown {
}
#u13080_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13080.disabled {
}
#u13080_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13081_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13081 {
border-width:0px;
position:absolute;
left:0px;
top:346px;
width:256px;
height:32px;
display:flex;
}
#u13081 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13081_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(44, 44, 44, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13081.mouseOver {
}
#u13081_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(61, 61, 61, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13081.mouseDown {
}
#u13081_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13081.disabled {
}
#u13081_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13082_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13082 {
border-width:0px;
position:absolute;
left:0px;
top:378px;
width:256px;
height:32px;
display:flex;
}
#u13082 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13082_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(44, 44, 44, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13082.mouseOver {
}
#u13082_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(61, 61, 61, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13082.mouseDown {
}
#u13082_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13082.disabled {
}
#u13082_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13083_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13083 {
border-width:0px;
position:absolute;
left:0px;
top:213px;
width:256px;
height:32px;
display:flex;
}
#u13083 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13083_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(44, 44, 44, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13083.mouseOver {
}
#u13083_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(61, 61, 61, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13083.mouseDown {
}
#u13083_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13083.disabled {
}
#u13083_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13084 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13086_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:13px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13086 {
border-width:0px;
position:absolute;
left:0px;
top:168px;
width:16px;
height:13px;
display:flex;
}
#u13086 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13086_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13087_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:225px;
height:2px;
}
#u13087 {
border-width:0px;
position:absolute;
left:16px;
top:172px;
width:224px;
height:1px;
display:flex;
}
#u13087 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13087_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13088_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:13px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13088 {
border-width:0px;
position:absolute;
left:240px;
top:168px;
width:16px;
height:13px;
display:flex;
}
#u13088 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13088_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13089_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:24px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13089 {
border-width:0px;
position:absolute;
left:0px;
top:144px;
width:256px;
height:24px;
display:flex;
}
#u13089 .text {
position:absolute;
align-self:flex-start;
padding:4px 16px 4px 16px;
box-sizing:border-box;
width:100%;
}
#u13089_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13090_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13090 {
border-width:0px;
position:absolute;
left:0px;
top:112px;
width:256px;
height:32px;
display:flex;
}
#u13090 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13090_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13091 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13093_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:13px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13093 {
border-width:0px;
position:absolute;
left:0px;
top:301px;
width:16px;
height:13px;
display:flex;
}
#u13093 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13093_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13094_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:225px;
height:2px;
}
#u13094 {
border-width:0px;
position:absolute;
left:16px;
top:305px;
width:224px;
height:1px;
display:flex;
}
#u13094 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13094_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13095_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:13px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13095 {
border-width:0px;
position:absolute;
left:240px;
top:301px;
width:16px;
height:13px;
display:flex;
}
#u13095 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13095_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13096_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:24px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13096 {
border-width:0px;
position:absolute;
left:0px;
top:277px;
width:256px;
height:24px;
display:flex;
}
#u13096 .text {
position:absolute;
align-self:flex-start;
padding:4px 16px 4px 16px;
box-sizing:border-box;
width:100%;
}
#u13096_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13097_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13097 {
border-width:0px;
position:absolute;
left:0px;
top:245px;
width:256px;
height:32px;
display:flex;
}
#u13097 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13097_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13098_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13098 {
border-width:0px;
position:absolute;
left:0px;
top:181px;
width:256px;
height:32px;
display:flex;
}
#u13098 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13098_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(44, 44, 44, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13098.mouseOver {
}
#u13098_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(61, 61, 61, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13098.mouseDown {
}
#u13098_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13098.disabled {
}
#u13098_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13099_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13099 {
border-width:0px;
position:absolute;
left:0px;
top:80px;
width:256px;
height:32px;
display:flex;
}
#u13099 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13099_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(44, 44, 44, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13099.mouseOver {
}
#u13099_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(61, 61, 61, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13099.mouseDown {
}
#u13099_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13099.disabled {
}
#u13099_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13100_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13100 {
border-width:0px;
position:absolute;
left:0px;
top:48px;
width:256px;
height:32px;
display:flex;
}
#u13100 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13100_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(44, 44, 44, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13100.mouseOver {
}
#u13100_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(61, 61, 61, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13100.mouseDown {
}
#u13100_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13100.disabled {
}
#u13100_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13102_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:17px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13102 {
border-width:0px;
position:absolute;
left:0px;
top:-40px;
width:16px;
height:17px;
display:flex;
}
#u13102 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13102_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13103_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:225px;
height:2px;
}
#u13103 {
border-width:0px;
position:absolute;
left:16px;
top:-32px;
width:224px;
height:1px;
display:flex;
}
#u13103 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13103_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13104_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:17px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13104 {
border-width:0px;
position:absolute;
left:240px;
top:-40px;
width:16px;
height:17px;
display:flex;
}
#u13104 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13104_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13105_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13105 {
border-width:0px;
position:absolute;
left:0px;
top:16px;
width:256px;
height:32px;
display:flex;
}
#u13105 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13105_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(44, 44, 44, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13105.mouseOver {
}
#u13105_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(61, 61, 61, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13105.mouseDown {
}
#u13105_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13105.disabled {
}
#u13105_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13106 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13107_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13107 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:16px;
display:flex;
}
#u13107 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13107_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13108_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:257px;
height:2px;
}
#u13108 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:1px;
display:flex;
}
#u13108 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13108_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13109_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:49px;
height:2px;
}
#u13109 {
border-width:0px;
position:absolute;
left:208px;
top:0px;
width:48px;
height:1px;
display:flex;
}
#u13109 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13109_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13110 {
position:fixed;
right:0px;
top:0px;
}
#u13110_state0 {
position:relative;
left:0px;
top:0px;
width:240px;
height:48px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13110_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13111 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13112_input {
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
font-family:'ArialMT', 'Arial', sans-serif;
font-weight:400;
font-style:normal;
font-size:13px;
letter-spacing:normal;
color:#333333;
vertical-align:none;
text-align:left;
text-transform:none;
background-color:transparent;
border-color:transparent;
}
#u13112_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13112 {
border-width:0px;
position:absolute;
left:206px;
top:14px;
width:20px;
height:20px;
display:flex;
}
#u13112 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13113_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:48px;
background:inherit;
background-color:rgba(22, 22, 22, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13113 {
border-width:0px;
position:absolute;
left:192px;
top:0px;
width:48px;
height:48px;
display:flex;
}
#u13113 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13113_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:48px;
background:inherit;
background-color:rgba(53, 53, 53, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13113.mouseOver {
}
#u13113_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:48px;
background:inherit;
background-color:rgba(22, 22, 22, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(57, 57, 57, 1);
border-top:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13113.selected {
}
#u13113_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13114_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:48px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13114 {
border-width:0px;
position:absolute;
left:192px;
top:0px;
width:48px;
height:48px;
display:flex;
}
#u13114 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13114_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:48px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 255, 255, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13114.selected {
}
#u13114_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13115 {
border-width:0px;
position:absolute;
left:208px;
top:16px;
width:16px;
height:16px;
}
#u13115_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13115_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13116_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
}
#u13116 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
display:flex;
}
#u13116 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13116_img.mouseOver {
}
#u13116.mouseOver {
}
#u13116_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13115_state1 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
visibility:hidden;
}
#u13115_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13117_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:10px;
height:10px;
}
#u13117 {
border-width:0px;
position:absolute;
left:3px;
top:3px;
width:10px;
height:10px;
display:flex;
}
#u13117 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13117_img.mouseOver {
}
#u13117.mouseOver {
}
#u13117_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13119_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:87px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13119 {
border-width:0px;
position:absolute;
left:416px;
top:140px;
width:87px;
height:36px;
display:flex;
}
#u13119 .text {
position:absolute;
align-self:flex-end;
padding:0px 0px 16px 0px;
box-sizing:border-box;
width:100%;
}
#u13119_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:87px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13119.disabled {
}
#u13119_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u13121 {
border-width:0px;
position:absolute;
left:0px;
top:1251px;
width:1312px;
height:400px;
}
#u13121_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1312px;
height:400px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13121_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13122 {
border-width:0px;
position:absolute;
left:288px;
top:160px;
width:1024px;
height:240px;
}
#u13122_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1024px;
height:240px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-color:rgba(0, 0, 0, 1);
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13122_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13123_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:81px;
height:32px;
}
#u13123 {
border-width:0px;
position:absolute;
left:416px;
top:336px;
width:81px;
height:32px;
display:flex;
font-family:'ArialMT', 'Arial', sans-serif;
font-weight:400;
font-style:normal;
font-size:13px;
line-height:normal;
}
#u13123 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13123_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13124_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13124 {
border-width:0px;
position:absolute;
left:416px;
top:210px;
width:47px;
height:18px;
display:flex;
color:#F3F3F3;
}
#u13124 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13124_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(243, 243, 243, 1);
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13124.mouseOver {
}
#u13124_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(243, 243, 243, 1);
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13124.mouseDown {
}
#u13124_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u13125_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:267px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13125 {
border-width:0px;
position:absolute;
left:832px;
top:184px;
width:267px;
height:18px;
display:flex;
}
#u13125 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13125_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u13127_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:288px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#BEBEBE;
}
#u13127 {
border-width:0px;
position:absolute;
left:832px;
top:218px;
width:288px;
height:36px;
display:flex;
color:#BEBEBE;
}
#u13127 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13127_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13128_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:84px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13128 {
border-width:0px;
position:absolute;
left:417px;
top:236px;
width:84px;
height:18px;
display:flex;
color:#F3F3F3;
}
#u13128 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13128_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:84px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(243, 243, 243, 1);
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13128.mouseOver {
}
#u13128_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:84px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(243, 243, 243, 1);
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13128.mouseDown {
}
#u13128_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u13129_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:68px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13129 {
border-width:0px;
position:absolute;
left:417px;
top:184px;
width:68px;
height:18px;
display:flex;
color:#F3F3F3;
}
#u13129 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13129_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:68px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(243, 243, 243, 1);
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13129.mouseOver {
}
#u13129_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:68px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(243, 243, 243, 1);
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13129.mouseDown {
}
#u13129_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u13130_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13130 {
border-width:0px;
position:absolute;
left:417px;
top:262px;
width:58px;
height:18px;
display:flex;
color:#F3F3F3;
}
#u13130 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13130_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(243, 243, 243, 1);
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13130.mouseOver {
}
#u13130_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(243, 243, 243, 1);
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13130.mouseDown {
}
#u13130_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u13131_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:672px;
height:140px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13131 {
border-width:0px;
position:absolute;
left:416px;
top:368px;
width:672px;
height:140px;
display:flex;
}
#u13131 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13131_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13132_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:672px;
height:48px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13132 {
border-width:0px;
position:absolute;
left:416px;
top:1203px;
width:672px;
height:48px;
display:flex;
}
#u13132 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13132_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13134_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:172px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13134 {
border-width:0px;
position:absolute;
left:416px;
top:572px;
width:172px;
height:60px;
display:flex;
}
#u13134 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 24px 0px;
box-sizing:border-box;
width:100%;
}
#u13134_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:172px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13134.disabled {
}
#u13134_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u13136 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13137_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(224, 224, 224, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13137 {
border-width:0px;
position:absolute;
left:744px;
top:632px;
width:344px;
height:172px;
display:flex;
}
#u13137 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13137_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(229, 229, 229, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13137.mouseOver {
}
#u13137_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(198, 198, 198, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13137.mouseDown {
}
#u13137_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
border:none;
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13137.selected {
}
#u13137_div.focused {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13137.focused {
}
#u13137_div.selectedFocused {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13137.selectedFocused {
}
#u13137_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(244, 244, 244, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(224, 224, 224, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13137.disabled {
}
#u13137_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13138_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:304px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13138 {
border-width:0px;
position:absolute;
left:760px;
top:648px;
width:304px;
height:18px;
display:flex;
}
#u13138 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13138_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13139_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13139 {
border-width:0px;
position:absolute;
left:1052px;
top:768px;
width:36px;
height:36px;
display:flex;
}
#u13139 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13139_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13140_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13140 {
border-width:0px;
position:absolute;
left:1052px;
top:768px;
width:20px;
height:20px;
display:flex;
}
#u13140 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13140_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13141_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:17px;
height:14px;
}
#u13141 {
border-width:0px;
position:absolute;
left:1053px;
top:771px;
width:17px;
height:14px;
display:flex;
}
#u13141 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13141_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13143 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13144_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(224, 224, 224, 1);
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13144 {
border-width:0px;
position:absolute;
left:744px;
top:804px;
width:344px;
height:172px;
display:flex;
}
#u13144 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13144_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(229, 229, 229, 1);
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13144.mouseOver {
}
#u13144_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(198, 198, 198, 1);
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13144.mouseDown {
}
#u13144_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
border:none;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13144.selected {
}
#u13144_div.focused {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13144.focused {
}
#u13144_div.selectedFocused {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13144.selectedFocused {
}
#u13144_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(244, 244, 244, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(224, 224, 224, 1);
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13144.disabled {
}
#u13144_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13145_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:304px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13145 {
border-width:0px;
position:absolute;
left:760px;
top:820px;
width:304px;
height:18px;
display:flex;
}
#u13145 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13145_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13146_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13146 {
border-width:0px;
position:absolute;
left:1052px;
top:940px;
width:36px;
height:36px;
display:flex;
}
#u13146 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13146_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13147_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13147 {
border-width:0px;
position:absolute;
left:1052px;
top:940px;
width:20px;
height:20px;
display:flex;
}
#u13147 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13147_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13148_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:17px;
height:14px;
}
#u13148 {
border-width:0px;
position:absolute;
left:1053px;
top:943px;
width:17px;
height:14px;
display:flex;
}
#u13148 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13148_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13150 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13151_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(224, 224, 224, 1);
border-left:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13151 {
border-width:0px;
position:absolute;
left:400px;
top:804px;
width:344px;
height:172px;
display:flex;
}
#u13151 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13151_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(229, 229, 229, 1);
border-left:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13151.mouseOver {
}
#u13151_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(198, 198, 198, 1);
border-left:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13151.mouseDown {
}
#u13151_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
border:none;
border-left:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13151.selected {
}
#u13151_div.focused {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13151.focused {
}
#u13151_div.selectedFocused {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13151.selectedFocused {
}
#u13151_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(244, 244, 244, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(224, 224, 224, 1);
border-left:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13151.disabled {
}
#u13151_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13152_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:304px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13152 {
border-width:0px;
position:absolute;
left:416px;
top:820px;
width:304px;
height:18px;
display:flex;
}
#u13152 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13152_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13153_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13153 {
border-width:0px;
position:absolute;
left:708px;
top:940px;
width:36px;
height:36px;
display:flex;
}
#u13153 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13153_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13154_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13154 {
border-width:0px;
position:absolute;
left:708px;
top:940px;
width:20px;
height:20px;
display:flex;
}
#u13154 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13154_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13155_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:17px;
height:14px;
}
#u13155 {
border-width:0px;
position:absolute;
left:709px;
top:943px;
width:17px;
height:14px;
display:flex;
}
#u13155 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13155_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13157 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13158_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(224, 224, 224, 1);
border-left:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13158 {
border-width:0px;
position:absolute;
left:400px;
top:976px;
width:344px;
height:172px;
display:flex;
}
#u13158 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13158_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(229, 229, 229, 1);
border-left:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13158.mouseOver {
}
#u13158_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(198, 198, 198, 1);
border-left:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13158.mouseDown {
}
#u13158_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
border:none;
border-left:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13158.selected {
}
#u13158_div.focused {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13158.focused {
}
#u13158_div.selectedFocused {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13158.selectedFocused {
}
#u13158_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(244, 244, 244, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(224, 224, 224, 1);
border-left:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13158.disabled {
}
#u13158_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13159_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:304px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13159 {
border-width:0px;
position:absolute;
left:416px;
top:992px;
width:304px;
height:18px;
display:flex;
}
#u13159 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13159_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13160_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13160 {
border-width:0px;
position:absolute;
left:708px;
top:1112px;
width:36px;
height:36px;
display:flex;
}
#u13160 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13160_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13161_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13161 {
border-width:0px;
position:absolute;
left:708px;
top:1112px;
width:20px;
height:20px;
display:flex;
}
#u13161 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13161_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13162_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:17px;
height:14px;
}
#u13162 {
border-width:0px;
position:absolute;
left:709px;
top:1115px;
width:17px;
height:14px;
display:flex;
}
#u13162 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13162_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13164 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13165_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13165 {
border-width:0px;
position:absolute;
left:400px;
top:632px;
width:344px;
height:172px;
display:flex;
}
#u13165 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13165_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13165.mouseOver {
}
#u13165_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13165.mouseDown {
}
#u13165_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13165.selected {
}
#u13165_div.focused {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13165.focused {
}
#u13165_div.selectedFocused {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13165.selectedFocused {
}
#u13165_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(244, 244, 244, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13165.disabled {
}
#u13165_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13166_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:304px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13166 {
border-width:0px;
position:absolute;
left:416px;
top:648px;
width:304px;
height:18px;
display:flex;
}
#u13166 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13166_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13167_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13167 {
border-width:0px;
position:absolute;
left:708px;
top:768px;
width:36px;
height:36px;
display:flex;
}
#u13167 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13167_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13168_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13168 {
border-width:0px;
position:absolute;
left:708px;
top:768px;
width:20px;
height:20px;
display:flex;
}
#u13168 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13168_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13169_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:17px;
height:14px;
}
#u13169 {
border-width:0px;
position:absolute;
left:709px;
top:771px;
width:17px;
height:14px;
display:flex;
}
#u13169 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13169_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
|
docs/axure/files/introduction/styles.css
|
body {
margin:0px;
background-color:rgba(244, 244, 244, 1);
background-image:none;
position:static;
left:auto;
width:1312px;
margin-left:0;
margin-right:0;
text-align:left;
}
.form_sketch {
border-color:transparent;
background-color:transparent;
}
#base {
position:absolute;
z-index:0;
}
#u12974 {
border-width:0px;
position:absolute;
left:0px;
top:48px;
width:1312px;
height:240px;
}
#u12974_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1312px;
height:240px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-color:rgba(0, 0, 0, 1);
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12974_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u12975_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:576px;
height:80px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12975 {
border-width:0px;
position:absolute;
left:416px;
top:176px;
width:576px;
height:80px;
display:flex;
}
#u12975 .text {
position:absolute;
align-self:flex-end;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u12975_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:576px;
height:80px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12975.disabled {
}
#u12975_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u12976 {
position:fixed;
right:30px;
bottom:50px;
visibility:hidden;
}
#u12976_state0 {
position:relative;
left:0px;
top:0px;
width:48px;
height:48px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12976_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u12977 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u12978_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:48px;
}
#u12978 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:48px;
display:flex;
}
#u12978 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u12978_img.mouseOver {
}
#u12978.mouseOver {
}
#u12978_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u12979_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:12px;
}
#u12979 {
border-width:0px;
position:absolute;
left:16px;
top:18px;
width:16px;
height:12px;
display:flex;
font-family:'ArialMT', 'Arial', sans-serif;
font-weight:400;
font-style:normal;
font-size:13px;
line-height:normal;
}
#u12979 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u12979_img.mouseOver {
}
#u12979.mouseOver {
}
#u12979_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u12980 {
border-width:0px;
position:absolute;
left:1168px;
top:0px;
width:80px;
height:48px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}
#u12982 {
position:fixed;
left:0px;
top:0px;
width:1312px;
height:48px;
}
#u12982_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1312px;
height:48px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-color:rgba(22, 22, 22, 1);
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12982_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u12983 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u12984_input {
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
font-family:'ArialMT', 'Arial', sans-serif;
font-weight:400;
font-style:normal;
font-size:13px;
letter-spacing:normal;
color:#333333;
vertical-align:none;
text-align:left;
text-transform:none;
background-color:transparent;
border-color:transparent;
}
#u12984_input.disabled {
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
font-family:'ArialMT', 'Arial', sans-serif;
font-weight:400;
font-style:normal;
font-size:13px;
letter-spacing:normal;
color:#BEBEBE;
vertical-align:none;
text-align:left;
text-transform:none;
background-color:transparent;
border-color:transparent;
}
#u12984_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12984 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
display:flex;
}
#u12984 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u12984_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
background:inherit;
background-color:rgba(243, 243, 243, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12984.disabled {
}
#u12985_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:79px;
height:48px;
background:inherit;
background-color:rgba(22, 22, 22, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12985 {
border-width:0px;
position:absolute;
left:66px;
top:0px;
width:79px;
height:48px;
display:flex;
}
#u12985 .text {
position:absolute;
align-self:center;
padding:0px 16px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u12985_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u12986_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:48px;
background:inherit;
background-color:rgba(22, 22, 22, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12986 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:48px;
display:flex;
}
#u12986 .text {
position:absolute;
align-self:center;
padding:0px 3px 0px 16px;
box-sizing:border-box;
width:100%;
}
#u12986_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u12987_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:145px;
height:48px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12987 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:145px;
height:48px;
display:flex;
}
#u12987 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u12987_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:145px;
height:48px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 255, 255, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12987.selected {
}
#u12987_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u12988 {
position:fixed;
left:0px;
top:48px;
width:256px;
height:360px;
}
#u12988_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:360px;
overflow:auto;
-webkit-overflow-scrolling:touch;
-ms-overflow-x:hidden;
overflow-x:hidden;
background-color:rgba(255, 255, 255, 1);
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12988_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u12990_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12990 {
border-width:0px;
position:absolute;
left:0px;
top:176px;
width:256px;
height:32px;
display:flex;
}
#u12990 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u12990_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12990.mouseOver {
}
#u12990_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12990.mouseDown {
}
#u12990_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12990.selected {
}
#u12990_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12990.disabled {
}
#u12990_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u12991 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u12992 {
position:absolute;
left:0px;
top:144px;
}
#u12992_state0 {
position:relative;
left:0px;
top:0px;
width:256px;
height:32px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12992_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u12993_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12993 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u12993 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u12993_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u12992_state1 {
position:relative;
left:0px;
top:0px;
width:256px;
height:256px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
visibility:hidden;
}
#u12992_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u12994_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12994 {
border-width:0px;
position:absolute;
left:0px;
top:224px;
width:256px;
height:32px;
display:flex;
}
#u12994 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u12994_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12994.mouseOver {
}
#u12994_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12994.mouseDown {
}
#u12994_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12994.selected {
}
#u12994_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12994.disabled {
}
#u12994_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u12995_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12995 {
border-width:0px;
position:absolute;
left:0px;
top:192px;
width:256px;
height:32px;
display:flex;
}
#u12995 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u12995_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12995.mouseOver {
}
#u12995_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12995.mouseDown {
}
#u12995_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12995.selected {
}
#u12995_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12995.disabled {
}
#u12995_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u12996_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12996 {
border-width:0px;
position:absolute;
left:0px;
top:160px;
width:256px;
height:32px;
display:flex;
}
#u12996 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u12996_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12996.mouseOver {
}
#u12996_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12996.mouseDown {
}
#u12996_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12996.selected {
}
#u12996_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12996.disabled {
}
#u12996_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u12997_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12997 {
border-width:0px;
position:absolute;
left:0px;
top:128px;
width:256px;
height:32px;
display:flex;
}
#u12997 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u12997_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12997.mouseOver {
}
#u12997_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12997.mouseDown {
}
#u12997_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12997.selected {
}
#u12997_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12997.disabled {
}
#u12997_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u12998_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12998 {
border-width:0px;
position:absolute;
left:0px;
top:96px;
width:256px;
height:32px;
display:flex;
}
#u12998 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u12998_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12998.mouseOver {
}
#u12998_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12998.mouseDown {
}
#u12998_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12998.selected {
}
#u12998_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12998.disabled {
}
#u12998_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u12999_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12999 {
border-width:0px;
position:absolute;
left:0px;
top:64px;
width:256px;
height:32px;
display:flex;
}
#u12999 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u12999_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12999.mouseOver {
}
#u12999_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12999.mouseDown {
}
#u12999_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12999.selected {
}
#u12999_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u12999.disabled {
}
#u12999_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13000_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13000 {
border-width:0px;
position:absolute;
left:0px;
top:32px;
width:256px;
height:32px;
display:flex;
}
#u13000 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13000_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13000.mouseOver {
}
#u13000_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13000.mouseDown {
}
#u13000_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13000.selected {
}
#u13000_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13000.disabled {
}
#u13000_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13001_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13001 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13001 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13001_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13003 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13004 {
position:absolute;
left:0px;
top:144px;
}
#u13004_state0 {
position:relative;
left:0px;
top:0px;
width:256px;
height:32px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13004_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13005_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13005 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13005 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13005_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13005.mouseOver {
}
#u13005_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13005.mouseDown {
}
#u13005_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13004_state1 {
position:relative;
left:0px;
top:0px;
width:256px;
height:32px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
visibility:hidden;
}
#u13004_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13006_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13006 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13006 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13006_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13006.mouseOver {
}
#u13006_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13006.mouseDown {
}
#u13006_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13006.selected {
}
#u13006_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13007_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13007 {
border-width:0px;
position:absolute;
left:0px;
top:144px;
width:256px;
height:32px;
display:flex;
}
#u13007 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13007_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13007.mouseOver {
}
#u13007_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13007.selected {
}
#u13007_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13007.disabled {
}
#u13007_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13008 {
border-width:0px;
position:absolute;
left:224px;
top:152px;
width:16px;
height:16px;
}
#u13008_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13008_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13009_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:10px;
height:6px;
}
#u13009 {
border-width:0px;
position:absolute;
left:3px;
top:5px;
width:10px;
height:6px;
display:flex;
}
#u13009 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13009_img.disabled {
}
#u13009.disabled {
}
#u13009_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13008_state1 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
visibility:hidden;
}
#u13008_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13010_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:10px;
height:6px;
}
#u13010 {
border-width:0px;
position:absolute;
left:3px;
top:5px;
width:10px;
height:6px;
display:flex;
}
#u13010 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13010_img.disabled {
}
#u13010.disabled {
}
#u13010_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13011 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13012 {
position:absolute;
left:0px;
top:112px;
}
#u13012_state0 {
position:relative;
left:0px;
top:0px;
width:256px;
height:32px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13012_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13013_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13013 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13013 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13013_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13012_state1 {
position:relative;
left:0px;
top:0px;
width:256px;
height:1120px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
visibility:hidden;
}
#u13012_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13014_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13014 {
border-width:0px;
position:absolute;
left:0px;
top:1088px;
width:256px;
height:32px;
display:flex;
}
#u13014 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13014_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13014.mouseOver {
}
#u13014_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13014.mouseDown {
}
#u13014_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13014.selected {
}
#u13014_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13014.disabled {
}
#u13014_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13015_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13015 {
border-width:0px;
position:absolute;
left:0px;
top:1056px;
width:256px;
height:32px;
display:flex;
}
#u13015 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13015_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13015.mouseOver {
}
#u13015_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13015.mouseDown {
}
#u13015_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13015.selected {
}
#u13015_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13015.disabled {
}
#u13015_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13016_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13016 {
border-width:0px;
position:absolute;
left:0px;
top:1024px;
width:256px;
height:32px;
display:flex;
}
#u13016 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13016_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13016.mouseOver {
}
#u13016_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13016.mouseDown {
}
#u13016_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13016.selected {
}
#u13016_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13016.disabled {
}
#u13016_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13017_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13017 {
border-width:0px;
position:absolute;
left:0px;
top:992px;
width:256px;
height:32px;
display:flex;
}
#u13017 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13017_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13017.mouseOver {
}
#u13017_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13017.mouseDown {
}
#u13017_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13017.selected {
}
#u13017_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13017.disabled {
}
#u13017_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13018_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13018 {
border-width:0px;
position:absolute;
left:0px;
top:960px;
width:256px;
height:32px;
display:flex;
}
#u13018 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13018_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13018.mouseOver {
}
#u13018_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13018.mouseDown {
}
#u13018_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13018.selected {
}
#u13018_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13018.disabled {
}
#u13018_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13019_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13019 {
border-width:0px;
position:absolute;
left:0px;
top:928px;
width:256px;
height:32px;
display:flex;
}
#u13019 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13019_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13019.mouseOver {
}
#u13019_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13019.mouseDown {
}
#u13019_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13019.selected {
}
#u13019_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13019.disabled {
}
#u13019_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13020_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13020 {
border-width:0px;
position:absolute;
left:0px;
top:896px;
width:256px;
height:32px;
display:flex;
}
#u13020 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13020_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13020.mouseOver {
}
#u13020_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13020.mouseDown {
}
#u13020_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13020.selected {
}
#u13020_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13020.disabled {
}
#u13020_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13021_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13021 {
border-width:0px;
position:absolute;
left:0px;
top:864px;
width:256px;
height:32px;
display:flex;
}
#u13021 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13021_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13021.mouseOver {
}
#u13021_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13021.mouseDown {
}
#u13021_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13021.selected {
}
#u13021_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13021.disabled {
}
#u13021_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13022_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13022 {
border-width:0px;
position:absolute;
left:0px;
top:832px;
width:256px;
height:32px;
display:flex;
}
#u13022 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13022_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13022.mouseOver {
}
#u13022_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13022.mouseDown {
}
#u13022_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13022.selected {
}
#u13022_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13022.disabled {
}
#u13022_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13023_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13023 {
border-width:0px;
position:absolute;
left:0px;
top:800px;
width:256px;
height:32px;
display:flex;
}
#u13023 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13023_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13023.mouseOver {
}
#u13023_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13023.mouseDown {
}
#u13023_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13023.selected {
}
#u13023_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13023.disabled {
}
#u13023_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13024_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13024 {
border-width:0px;
position:absolute;
left:0px;
top:768px;
width:256px;
height:32px;
display:flex;
}
#u13024 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13024_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13024.mouseOver {
}
#u13024_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13024.mouseDown {
}
#u13024_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13024.selected {
}
#u13024_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13024.disabled {
}
#u13024_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13025_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13025 {
border-width:0px;
position:absolute;
left:0px;
top:736px;
width:256px;
height:32px;
display:flex;
}
#u13025 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13025_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13025.mouseOver {
}
#u13025_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13025.mouseDown {
}
#u13025_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13025.selected {
}
#u13025_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13025.disabled {
}
#u13025_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13026_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13026 {
border-width:0px;
position:absolute;
left:0px;
top:704px;
width:256px;
height:32px;
display:flex;
}
#u13026 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13026_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13026.mouseOver {
}
#u13026_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13026.mouseDown {
}
#u13026_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13026.selected {
}
#u13026_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13026.disabled {
}
#u13026_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13027_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13027 {
border-width:0px;
position:absolute;
left:0px;
top:672px;
width:256px;
height:32px;
display:flex;
}
#u13027 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13027_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13027.mouseOver {
}
#u13027_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13027.mouseDown {
}
#u13027_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13027.selected {
}
#u13027_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13027.disabled {
}
#u13027_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13028_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13028 {
border-width:0px;
position:absolute;
left:0px;
top:640px;
width:256px;
height:32px;
display:flex;
}
#u13028 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13028_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13028.mouseOver {
}
#u13028_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13028.mouseDown {
}
#u13028_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13028.selected {
}
#u13028_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13028.disabled {
}
#u13028_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13029_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13029 {
border-width:0px;
position:absolute;
left:0px;
top:608px;
width:256px;
height:32px;
display:flex;
}
#u13029 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13029_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13029.mouseOver {
}
#u13029_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13029.mouseDown {
}
#u13029_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13029.selected {
}
#u13029_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13029.disabled {
}
#u13029_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13030_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13030 {
border-width:0px;
position:absolute;
left:0px;
top:576px;
width:256px;
height:32px;
display:flex;
}
#u13030 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13030_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13030.mouseOver {
}
#u13030_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13030.mouseDown {
}
#u13030_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13030.selected {
}
#u13030_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13030.disabled {
}
#u13030_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13031_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13031 {
border-width:0px;
position:absolute;
left:0px;
top:544px;
width:256px;
height:32px;
display:flex;
}
#u13031 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13031_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13031.mouseOver {
}
#u13031_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13031.mouseDown {
}
#u13031_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13031.selected {
}
#u13031_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13031.disabled {
}
#u13031_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13032_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13032 {
border-width:0px;
position:absolute;
left:0px;
top:512px;
width:256px;
height:32px;
display:flex;
}
#u13032 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13032_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13032.mouseOver {
}
#u13032_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13032.mouseDown {
}
#u13032_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13032.selected {
}
#u13032_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13032.disabled {
}
#u13032_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13033_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13033 {
border-width:0px;
position:absolute;
left:0px;
top:480px;
width:256px;
height:32px;
display:flex;
}
#u13033 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13033_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13033.mouseOver {
}
#u13033_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13033.mouseDown {
}
#u13033_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13033.selected {
}
#u13033_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13033.disabled {
}
#u13033_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13034_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13034 {
border-width:0px;
position:absolute;
left:0px;
top:448px;
width:256px;
height:32px;
display:flex;
}
#u13034 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13034_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13034.mouseOver {
}
#u13034_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13034.mouseDown {
}
#u13034_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13034.selected {
}
#u13034_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13034.disabled {
}
#u13034_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13035_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13035 {
border-width:0px;
position:absolute;
left:0px;
top:416px;
width:256px;
height:32px;
display:flex;
}
#u13035 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13035_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13035.mouseOver {
}
#u13035_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13035.mouseDown {
}
#u13035_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13035.selected {
}
#u13035_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13035.disabled {
}
#u13035_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13036_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13036 {
border-width:0px;
position:absolute;
left:0px;
top:384px;
width:256px;
height:32px;
display:flex;
}
#u13036 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13036_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13036.mouseOver {
}
#u13036_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13036.mouseDown {
}
#u13036_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13036.selected {
}
#u13036_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13036.disabled {
}
#u13036_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13037_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13037 {
border-width:0px;
position:absolute;
left:0px;
top:352px;
width:256px;
height:32px;
display:flex;
}
#u13037 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13037_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13037.mouseOver {
}
#u13037_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13037.mouseDown {
}
#u13037_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13037.selected {
}
#u13037_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13037.disabled {
}
#u13037_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13038_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13038 {
border-width:0px;
position:absolute;
left:0px;
top:320px;
width:256px;
height:32px;
display:flex;
}
#u13038 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13038_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13038.mouseOver {
}
#u13038_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13038.mouseDown {
}
#u13038_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13038.selected {
}
#u13038_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13038.disabled {
}
#u13038_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13039_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13039 {
border-width:0px;
position:absolute;
left:0px;
top:288px;
width:256px;
height:32px;
display:flex;
}
#u13039 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13039_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13039.mouseOver {
}
#u13039_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13039.mouseDown {
}
#u13039_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13039.selected {
}
#u13039_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13039.disabled {
}
#u13039_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13040_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13040 {
border-width:0px;
position:absolute;
left:0px;
top:256px;
width:256px;
height:32px;
display:flex;
}
#u13040 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13040_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13040.mouseOver {
}
#u13040_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13040.mouseDown {
}
#u13040_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13040.selected {
}
#u13040_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13040.disabled {
}
#u13040_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13041_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13041 {
border-width:0px;
position:absolute;
left:0px;
top:224px;
width:256px;
height:32px;
display:flex;
}
#u13041 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13041_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13041.mouseOver {
}
#u13041_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13041.mouseDown {
}
#u13041_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13041.selected {
}
#u13041_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13041.disabled {
}
#u13041_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13042_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13042 {
border-width:0px;
position:absolute;
left:0px;
top:192px;
width:256px;
height:32px;
display:flex;
}
#u13042 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13042_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13042.mouseOver {
}
#u13042_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13042.mouseDown {
}
#u13042_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13042.selected {
}
#u13042_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13042.disabled {
}
#u13042_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13043_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13043 {
border-width:0px;
position:absolute;
left:0px;
top:160px;
width:256px;
height:32px;
display:flex;
}
#u13043 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13043_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13043.mouseOver {
}
#u13043_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13043.mouseDown {
}
#u13043_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13043.selected {
}
#u13043_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13043.disabled {
}
#u13043_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13044_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13044 {
border-width:0px;
position:absolute;
left:0px;
top:128px;
width:256px;
height:32px;
display:flex;
}
#u13044 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13044_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13044.mouseOver {
}
#u13044_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13044.mouseDown {
}
#u13044_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13044.selected {
}
#u13044_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13044.disabled {
}
#u13044_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13045_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13045 {
border-width:0px;
position:absolute;
left:0px;
top:96px;
width:256px;
height:32px;
display:flex;
}
#u13045 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13045_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13045.mouseOver {
}
#u13045_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13045.mouseDown {
}
#u13045_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13045.selected {
}
#u13045_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13045.disabled {
}
#u13045_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13046_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13046 {
border-width:0px;
position:absolute;
left:0px;
top:64px;
width:256px;
height:32px;
display:flex;
}
#u13046 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13046_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13046.mouseOver {
}
#u13046_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13046.mouseDown {
}
#u13046_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13046.selected {
}
#u13046_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13046.disabled {
}
#u13046_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13047_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13047 {
border-width:0px;
position:absolute;
left:0px;
top:32px;
width:256px;
height:32px;
display:flex;
}
#u13047 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13047_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13047.mouseOver {
}
#u13047_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13047.mouseDown {
}
#u13047_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13047.selected {
}
#u13047_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13047.disabled {
}
#u13047_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13048_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13048 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13048 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13048_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13050 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13051 {
position:absolute;
left:0px;
top:112px;
}
#u13051_state0 {
position:relative;
left:0px;
top:0px;
width:256px;
height:32px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13051_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13052_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13052 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13052 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13052_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13052.mouseOver {
}
#u13052_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13052.mouseDown {
}
#u13052_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13051_state1 {
position:relative;
left:0px;
top:0px;
width:256px;
height:32px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
visibility:hidden;
}
#u13051_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13053_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13053 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13053 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13053_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13053.mouseOver {
}
#u13053_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13053.mouseDown {
}
#u13053_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13053.selected {
}
#u13053_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13054_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13054 {
border-width:0px;
position:absolute;
left:0px;
top:112px;
width:256px;
height:32px;
display:flex;
}
#u13054 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13054_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13054.mouseOver {
}
#u13054_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13054.selected {
}
#u13054_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13054.disabled {
}
#u13054_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13055 {
border-width:0px;
position:absolute;
left:224px;
top:120px;
width:16px;
height:16px;
}
#u13055_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13055_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13056_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:10px;
height:6px;
}
#u13056 {
border-width:0px;
position:absolute;
left:3px;
top:5px;
width:10px;
height:6px;
display:flex;
}
#u13056 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13056_img.disabled {
}
#u13056.disabled {
}
#u13056_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13055_state1 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
visibility:hidden;
}
#u13055_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13057_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:10px;
height:6px;
}
#u13057 {
border-width:0px;
position:absolute;
left:3px;
top:5px;
width:10px;
height:6px;
display:flex;
}
#u13057 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13057_img.disabled {
}
#u13057.disabled {
}
#u13057_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13058 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13059 {
position:absolute;
left:0px;
top:80px;
}
#u13059_state0 {
position:relative;
left:0px;
top:0px;
width:256px;
height:32px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13059_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13060_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13060 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13060 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13060_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13059_state1 {
position:relative;
left:0px;
top:0px;
width:256px;
height:160px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
visibility:hidden;
}
#u13059_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13061_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13061 {
border-width:0px;
position:absolute;
left:0px;
top:128px;
width:256px;
height:32px;
display:flex;
}
#u13061 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13061_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13061.mouseOver {
}
#u13061_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13061.mouseDown {
}
#u13061_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13061.selected {
}
#u13061_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13061.disabled {
}
#u13061_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13062_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13062 {
border-width:0px;
position:absolute;
left:0px;
top:96px;
width:256px;
height:32px;
display:flex;
}
#u13062 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13062_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13062.mouseOver {
}
#u13062_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13062.mouseDown {
}
#u13062_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13062.selected {
}
#u13062_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13062.disabled {
}
#u13062_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13063_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13063 {
border-width:0px;
position:absolute;
left:0px;
top:64px;
width:256px;
height:32px;
display:flex;
}
#u13063 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13063_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13063.mouseOver {
}
#u13063_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13063.mouseDown {
}
#u13063_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13063.selected {
}
#u13063_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13063.disabled {
}
#u13063_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13064_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13064 {
border-width:0px;
position:absolute;
left:0px;
top:32px;
width:256px;
height:32px;
display:flex;
}
#u13064 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 32px;
box-sizing:border-box;
width:100%;
}
#u13064_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13064.mouseOver {
}
#u13064_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13064.mouseDown {
}
#u13064_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13064.selected {
}
#u13064_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13064.disabled {
}
#u13064_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13065_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13065 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13065 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13065_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13067 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13068 {
position:absolute;
left:0px;
top:80px;
}
#u13068_state0 {
position:relative;
left:0px;
top:0px;
width:256px;
height:32px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13068_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13069_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13069 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13069 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13069_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13069.mouseOver {
}
#u13069_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13069.mouseDown {
}
#u13069_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13068_state1 {
position:relative;
left:0px;
top:0px;
width:256px;
height:32px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
visibility:hidden;
}
#u13068_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13070_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13070 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
display:flex;
}
#u13070 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13070_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13070.mouseOver {
}
#u13070_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13070.mouseDown {
}
#u13070_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13070.selected {
}
#u13070_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13071_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13071 {
border-width:0px;
position:absolute;
left:0px;
top:80px;
width:256px;
height:32px;
display:flex;
}
#u13071 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13071_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13071.mouseOver {
}
#u13071_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13071.selected {
}
#u13071_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13071.disabled {
}
#u13071_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13072 {
border-width:0px;
position:absolute;
left:224px;
top:88px;
width:16px;
height:16px;
}
#u13072_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13072_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13073_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:10px;
height:6px;
}
#u13073 {
border-width:0px;
position:absolute;
left:3px;
top:5px;
width:10px;
height:6px;
display:flex;
}
#u13073 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13073_img.disabled {
}
#u13073.disabled {
}
#u13073_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13072_state1 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
visibility:hidden;
}
#u13072_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13074_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:10px;
height:6px;
}
#u13074 {
border-width:0px;
position:absolute;
left:3px;
top:5px;
width:10px;
height:6px;
display:flex;
}
#u13074 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13074_img.disabled {
}
#u13074.disabled {
}
#u13074_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13076_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13076 {
border-width:0px;
position:absolute;
left:0px;
top:48px;
width:256px;
height:32px;
display:flex;
}
#u13076 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13076_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13076.mouseOver {
}
#u13076_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13076.mouseDown {
}
#u13076_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13076.selected {
}
#u13076_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13076.disabled {
}
#u13076_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13078_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13078 {
border-width:0px;
position:absolute;
left:0px;
top:16px;
width:256px;
height:32px;
display:flex;
}
#u13078 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13078_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13078.mouseOver {
}
#u13078_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13078.mouseDown {
}
#u13078_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
box-sizing:border-box;
border-width:4px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13078.selected {
}
#u13078_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13078.disabled {
}
#u13078_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13079 {
position:fixed;
right:0px;
top:48px;
width:256px;
height:440px;
visibility:hidden;
}
#u13079_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:440px;
overflow:auto;
-webkit-overflow-scrolling:touch;
-ms-overflow-x:hidden;
overflow-x:hidden;
background-color:rgba(22, 22, 22, 1);
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:0px 4px 8px rgba(0, 0, 0, 0.498039215686275);
-webkit-box-shadow:0px 4px 8px rgba(0, 0, 0, 0.498039215686275);
box-shadow:0px 4px 8px rgba(0, 0, 0, 0.498039215686275);
}
#u13079_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13080_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13080 {
border-width:0px;
position:absolute;
left:0px;
top:314px;
width:256px;
height:32px;
display:flex;
}
#u13080 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13080_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(44, 44, 44, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13080.mouseOver {
}
#u13080_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(61, 61, 61, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13080.mouseDown {
}
#u13080_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13080.disabled {
}
#u13080_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13081_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13081 {
border-width:0px;
position:absolute;
left:0px;
top:346px;
width:256px;
height:32px;
display:flex;
}
#u13081 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13081_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(44, 44, 44, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13081.mouseOver {
}
#u13081_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(61, 61, 61, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13081.mouseDown {
}
#u13081_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13081.disabled {
}
#u13081_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13082_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13082 {
border-width:0px;
position:absolute;
left:0px;
top:378px;
width:256px;
height:32px;
display:flex;
}
#u13082 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13082_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(44, 44, 44, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13082.mouseOver {
}
#u13082_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(61, 61, 61, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13082.mouseDown {
}
#u13082_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13082.disabled {
}
#u13082_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13083_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13083 {
border-width:0px;
position:absolute;
left:0px;
top:213px;
width:256px;
height:32px;
display:flex;
}
#u13083 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13083_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(44, 44, 44, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13083.mouseOver {
}
#u13083_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(61, 61, 61, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13083.mouseDown {
}
#u13083_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13083.disabled {
}
#u13083_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13084 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13086_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:13px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13086 {
border-width:0px;
position:absolute;
left:0px;
top:168px;
width:16px;
height:13px;
display:flex;
}
#u13086 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13086_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13087_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:225px;
height:2px;
}
#u13087 {
border-width:0px;
position:absolute;
left:16px;
top:172px;
width:224px;
height:1px;
display:flex;
}
#u13087 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13087_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13088_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:13px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13088 {
border-width:0px;
position:absolute;
left:240px;
top:168px;
width:16px;
height:13px;
display:flex;
}
#u13088 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13088_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13089_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:24px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13089 {
border-width:0px;
position:absolute;
left:0px;
top:144px;
width:256px;
height:24px;
display:flex;
}
#u13089 .text {
position:absolute;
align-self:flex-start;
padding:4px 16px 4px 16px;
box-sizing:border-box;
width:100%;
}
#u13089_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13090_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13090 {
border-width:0px;
position:absolute;
left:0px;
top:112px;
width:256px;
height:32px;
display:flex;
}
#u13090 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13090_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13091 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13093_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:13px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13093 {
border-width:0px;
position:absolute;
left:0px;
top:301px;
width:16px;
height:13px;
display:flex;
}
#u13093 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13093_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13094_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:225px;
height:2px;
}
#u13094 {
border-width:0px;
position:absolute;
left:16px;
top:305px;
width:224px;
height:1px;
display:flex;
}
#u13094 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13094_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13095_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:13px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13095 {
border-width:0px;
position:absolute;
left:240px;
top:301px;
width:16px;
height:13px;
display:flex;
}
#u13095 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13095_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13096_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:24px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13096 {
border-width:0px;
position:absolute;
left:0px;
top:277px;
width:256px;
height:24px;
display:flex;
}
#u13096 .text {
position:absolute;
align-self:flex-start;
padding:4px 16px 4px 16px;
box-sizing:border-box;
width:100%;
}
#u13096_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13097_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13097 {
border-width:0px;
position:absolute;
left:0px;
top:245px;
width:256px;
height:32px;
display:flex;
}
#u13097 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13097_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13098_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13098 {
border-width:0px;
position:absolute;
left:0px;
top:181px;
width:256px;
height:32px;
display:flex;
}
#u13098 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13098_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(44, 44, 44, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13098.mouseOver {
}
#u13098_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(61, 61, 61, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13098.mouseDown {
}
#u13098_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13098.disabled {
}
#u13098_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13099_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13099 {
border-width:0px;
position:absolute;
left:0px;
top:80px;
width:256px;
height:32px;
display:flex;
}
#u13099 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13099_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(44, 44, 44, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13099.mouseOver {
}
#u13099_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(61, 61, 61, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13099.mouseDown {
}
#u13099_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13099.disabled {
}
#u13099_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13100_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13100 {
border-width:0px;
position:absolute;
left:0px;
top:48px;
width:256px;
height:32px;
display:flex;
}
#u13100 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13100_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(44, 44, 44, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13100.mouseOver {
}
#u13100_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(61, 61, 61, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13100.mouseDown {
}
#u13100_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13100.disabled {
}
#u13100_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13102_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:17px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13102 {
border-width:0px;
position:absolute;
left:0px;
top:-40px;
width:16px;
height:17px;
display:flex;
}
#u13102 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13102_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13103_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:225px;
height:2px;
}
#u13103 {
border-width:0px;
position:absolute;
left:16px;
top:-32px;
width:224px;
height:1px;
display:flex;
}
#u13103 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13103_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13104_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:17px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13104 {
border-width:0px;
position:absolute;
left:240px;
top:-40px;
width:16px;
height:17px;
display:flex;
}
#u13104 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13104_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13105_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13105 {
border-width:0px;
position:absolute;
left:0px;
top:16px;
width:256px;
height:32px;
display:flex;
}
#u13105 .text {
position:absolute;
align-self:center;
padding:7px 16px 7px 16px;
box-sizing:border-box;
width:100%;
}
#u13105_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(44, 44, 44, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13105.mouseOver {
}
#u13105_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(61, 61, 61, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13105.mouseDown {
}
#u13105_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13105.disabled {
}
#u13105_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13106 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13107_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13107 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:16px;
display:flex;
}
#u13107 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13107_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13108_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:257px;
height:2px;
}
#u13108 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:256px;
height:1px;
display:flex;
}
#u13108 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13108_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13109_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:49px;
height:2px;
}
#u13109 {
border-width:0px;
position:absolute;
left:208px;
top:0px;
width:48px;
height:1px;
display:flex;
}
#u13109 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13109_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13110 {
position:fixed;
right:0px;
top:0px;
}
#u13110_state0 {
position:relative;
left:0px;
top:0px;
width:240px;
height:48px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13110_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13111 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13112_input {
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
font-family:'ArialMT', 'Arial', sans-serif;
font-weight:400;
font-style:normal;
font-size:13px;
letter-spacing:normal;
color:#333333;
vertical-align:none;
text-align:left;
text-transform:none;
background-color:transparent;
border-color:transparent;
}
#u13112_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13112 {
border-width:0px;
position:absolute;
left:206px;
top:14px;
width:20px;
height:20px;
display:flex;
}
#u13112 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13113_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:48px;
background:inherit;
background-color:rgba(22, 22, 22, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13113 {
border-width:0px;
position:absolute;
left:192px;
top:0px;
width:48px;
height:48px;
display:flex;
}
#u13113 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13113_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:48px;
background:inherit;
background-color:rgba(53, 53, 53, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13113.mouseOver {
}
#u13113_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:48px;
background:inherit;
background-color:rgba(22, 22, 22, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(57, 57, 57, 1);
border-top:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13113.selected {
}
#u13113_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13114_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:48px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13114 {
border-width:0px;
position:absolute;
left:192px;
top:0px;
width:48px;
height:48px;
display:flex;
}
#u13114 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13114_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:48px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 255, 255, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13114.selected {
}
#u13114_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13115 {
border-width:0px;
position:absolute;
left:208px;
top:16px;
width:16px;
height:16px;
}
#u13115_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13115_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13116_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
}
#u13116 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
display:flex;
}
#u13116 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13116_img.mouseOver {
}
#u13116.mouseOver {
}
#u13116_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13115_state1 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
visibility:hidden;
}
#u13115_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13117_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:10px;
height:10px;
}
#u13117 {
border-width:0px;
position:absolute;
left:3px;
top:3px;
width:10px;
height:10px;
display:flex;
}
#u13117 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13117_img.mouseOver {
}
#u13117.mouseOver {
}
#u13117_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13119_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:87px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13119 {
border-width:0px;
position:absolute;
left:416px;
top:140px;
width:87px;
height:36px;
display:flex;
}
#u13119 .text {
position:absolute;
align-self:flex-end;
padding:0px 0px 16px 0px;
box-sizing:border-box;
width:100%;
}
#u13119_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:87px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13119.disabled {
}
#u13119_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u13121 {
border-width:0px;
position:absolute;
left:0px;
top:1251px;
width:1312px;
height:400px;
}
#u13121_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1312px;
height:400px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13121_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13122 {
border-width:0px;
position:absolute;
left:288px;
top:160px;
width:1024px;
height:240px;
}
#u13122_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1024px;
height:240px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-color:rgba(0, 0, 0, 1);
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13122_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u13123_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:81px;
height:32px;
}
#u13123 {
border-width:0px;
position:absolute;
left:416px;
top:336px;
width:81px;
height:32px;
display:flex;
font-family:'ArialMT', 'Arial', sans-serif;
font-weight:400;
font-style:normal;
font-size:13px;
line-height:normal;
}
#u13123 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13123_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13124_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13124 {
border-width:0px;
position:absolute;
left:416px;
top:210px;
width:47px;
height:18px;
display:flex;
color:#F3F3F3;
}
#u13124 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13124_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(243, 243, 243, 1);
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13124.mouseOver {
}
#u13124_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(243, 243, 243, 1);
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13124.mouseDown {
}
#u13124_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u13125_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:267px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13125 {
border-width:0px;
position:absolute;
left:832px;
top:184px;
width:267px;
height:18px;
display:flex;
}
#u13125 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13125_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u13127_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:288px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#BEBEBE;
}
#u13127 {
border-width:0px;
position:absolute;
left:832px;
top:218px;
width:288px;
height:36px;
display:flex;
color:#BEBEBE;
}
#u13127 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13127_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13128_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:84px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13128 {
border-width:0px;
position:absolute;
left:417px;
top:236px;
width:84px;
height:18px;
display:flex;
color:#F3F3F3;
}
#u13128 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13128_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:84px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(243, 243, 243, 1);
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13128.mouseOver {
}
#u13128_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:84px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(243, 243, 243, 1);
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13128.mouseDown {
}
#u13128_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u13129_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:68px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13129 {
border-width:0px;
position:absolute;
left:417px;
top:184px;
width:68px;
height:18px;
display:flex;
color:#F3F3F3;
}
#u13129 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13129_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:68px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(243, 243, 243, 1);
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13129.mouseOver {
}
#u13129_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:68px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(243, 243, 243, 1);
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13129.mouseDown {
}
#u13129_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u13130_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13130 {
border-width:0px;
position:absolute;
left:417px;
top:262px;
width:58px;
height:18px;
display:flex;
color:#F3F3F3;
}
#u13130 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13130_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(243, 243, 243, 1);
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13130.mouseOver {
}
#u13130_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(243, 243, 243, 1);
border-left:0px;
border-top:0px;
border-right:0px;
border-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#F3F3F3;
}
#u13130.mouseDown {
}
#u13130_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u13131_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:672px;
height:140px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13131 {
border-width:0px;
position:absolute;
left:416px;
top:368px;
width:672px;
height:140px;
display:flex;
}
#u13131 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13131_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13132_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:672px;
height:48px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13132 {
border-width:0px;
position:absolute;
left:416px;
top:1203px;
width:672px;
height:48px;
display:flex;
}
#u13132 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13132_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13134_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:172px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13134 {
border-width:0px;
position:absolute;
left:416px;
top:572px;
width:172px;
height:60px;
display:flex;
}
#u13134 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 24px 0px;
box-sizing:border-box;
width:100%;
}
#u13134_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:172px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13134.disabled {
}
#u13134_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u13136 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13137_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(224, 224, 224, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13137 {
border-width:0px;
position:absolute;
left:744px;
top:632px;
width:344px;
height:172px;
display:flex;
}
#u13137 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13137_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(229, 229, 229, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13137.mouseOver {
}
#u13137_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(198, 198, 198, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13137.mouseDown {
}
#u13137_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
border:none;
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13137.selected {
}
#u13137_div.focused {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13137.focused {
}
#u13137_div.selectedFocused {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13137.selectedFocused {
}
#u13137_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(244, 244, 244, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(224, 224, 224, 1);
border-top:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13137.disabled {
}
#u13137_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13138_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:304px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13138 {
border-width:0px;
position:absolute;
left:760px;
top:648px;
width:304px;
height:18px;
display:flex;
}
#u13138 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13138_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13139_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13139 {
border-width:0px;
position:absolute;
left:1052px;
top:768px;
width:36px;
height:36px;
display:flex;
}
#u13139 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13139_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13140_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13140 {
border-width:0px;
position:absolute;
left:1052px;
top:768px;
width:20px;
height:20px;
display:flex;
}
#u13140 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13140_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13141_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:17px;
height:14px;
}
#u13141 {
border-width:0px;
position:absolute;
left:1053px;
top:771px;
width:17px;
height:14px;
display:flex;
}
#u13141 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13141_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13143 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13144_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(224, 224, 224, 1);
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13144 {
border-width:0px;
position:absolute;
left:744px;
top:804px;
width:344px;
height:172px;
display:flex;
}
#u13144 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13144_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(229, 229, 229, 1);
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13144.mouseOver {
}
#u13144_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(198, 198, 198, 1);
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13144.mouseDown {
}
#u13144_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
border:none;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13144.selected {
}
#u13144_div.focused {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13144.focused {
}
#u13144_div.selectedFocused {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13144.selectedFocused {
}
#u13144_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(244, 244, 244, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(224, 224, 224, 1);
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13144.disabled {
}
#u13144_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13145_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:304px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13145 {
border-width:0px;
position:absolute;
left:760px;
top:820px;
width:304px;
height:18px;
display:flex;
}
#u13145 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13145_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13146_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13146 {
border-width:0px;
position:absolute;
left:1052px;
top:940px;
width:36px;
height:36px;
display:flex;
}
#u13146 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13146_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13147_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13147 {
border-width:0px;
position:absolute;
left:1052px;
top:940px;
width:20px;
height:20px;
display:flex;
}
#u13147 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13147_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13148_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:17px;
height:14px;
}
#u13148 {
border-width:0px;
position:absolute;
left:1053px;
top:943px;
width:17px;
height:14px;
display:flex;
}
#u13148 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13148_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13150 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13151_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(224, 224, 224, 1);
border-left:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13151 {
border-width:0px;
position:absolute;
left:400px;
top:804px;
width:344px;
height:172px;
display:flex;
}
#u13151 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13151_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(229, 229, 229, 1);
border-left:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13151.mouseOver {
}
#u13151_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(198, 198, 198, 1);
border-left:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13151.mouseDown {
}
#u13151_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
border:none;
border-left:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13151.selected {
}
#u13151_div.focused {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13151.focused {
}
#u13151_div.selectedFocused {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13151.selectedFocused {
}
#u13151_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(244, 244, 244, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(224, 224, 224, 1);
border-left:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13151.disabled {
}
#u13151_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13152_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:304px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13152 {
border-width:0px;
position:absolute;
left:416px;
top:820px;
width:304px;
height:18px;
display:flex;
}
#u13152 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13152_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13153_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13153 {
border-width:0px;
position:absolute;
left:708px;
top:940px;
width:36px;
height:36px;
display:flex;
}
#u13153 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13153_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13154_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13154 {
border-width:0px;
position:absolute;
left:708px;
top:940px;
width:20px;
height:20px;
display:flex;
}
#u13154 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13154_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13155_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:17px;
height:14px;
}
#u13155 {
border-width:0px;
position:absolute;
left:709px;
top:943px;
width:17px;
height:14px;
display:flex;
}
#u13155 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13155_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13157 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13158_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(224, 224, 224, 1);
border-left:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13158 {
border-width:0px;
position:absolute;
left:400px;
top:976px;
width:344px;
height:172px;
display:flex;
}
#u13158 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13158_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(229, 229, 229, 1);
border-left:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13158.mouseOver {
}
#u13158_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(198, 198, 198, 1);
border-left:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13158.mouseDown {
}
#u13158_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
border:none;
border-left:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13158.selected {
}
#u13158_div.focused {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13158.focused {
}
#u13158_div.selectedFocused {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13158.selectedFocused {
}
#u13158_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(244, 244, 244, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(224, 224, 224, 1);
border-left:0px;
border-right:0px;
border-bottom:0px;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13158.disabled {
}
#u13158_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13159_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:304px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13159 {
border-width:0px;
position:absolute;
left:416px;
top:992px;
width:304px;
height:18px;
display:flex;
}
#u13159 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13159_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13160_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13160 {
border-width:0px;
position:absolute;
left:708px;
top:1112px;
width:36px;
height:36px;
display:flex;
}
#u13160 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13160_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13161_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13161 {
border-width:0px;
position:absolute;
left:708px;
top:1112px;
width:20px;
height:20px;
display:flex;
}
#u13161 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13161_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13162_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:17px;
height:14px;
}
#u13162 {
border-width:0px;
position:absolute;
left:709px;
top:1115px;
width:17px;
height:14px;
display:flex;
}
#u13162 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13162_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13164 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u13165_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13165 {
border-width:0px;
position:absolute;
left:400px;
top:632px;
width:344px;
height:172px;
display:flex;
}
#u13165 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13165_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(229, 229, 229, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13165.mouseOver {
}
#u13165_div.mouseDown {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(198, 198, 198, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13165.mouseDown {
}
#u13165_div.selected {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13165.selected {
}
#u13165_div.focused {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(15, 98, 254, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13165.focused {
}
#u13165_div.selectedFocused {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(224, 224, 224, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13165.selectedFocused {
}
#u13165_div.disabled {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:344px;
height:172px;
background:inherit;
background-color:rgba(244, 244, 244, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13165.disabled {
}
#u13165_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13166_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:304px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13166 {
border-width:0px;
position:absolute;
left:416px;
top:648px;
width:304px;
height:18px;
display:flex;
}
#u13166 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13166_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u13167_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13167 {
border-width:0px;
position:absolute;
left:708px;
top:768px;
width:36px;
height:36px;
display:flex;
}
#u13167 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13167_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13168_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13168 {
border-width:0px;
position:absolute;
left:708px;
top:768px;
width:20px;
height:20px;
display:flex;
}
#u13168 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u13168_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13169_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:17px;
height:14px;
}
#u13169 {
border-width:0px;
position:absolute;
left:709px;
top:771px;
width:17px;
height:14px;
display:flex;
}
#u13169 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13169_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
| 0.336113 | 0.05328 |
.input-group {
margin-top:25px;
}
.dropbtn {
background-color: black;
color: white;
padding: 12px;
padding-left:0;
font-size: 14px;
border: none;
cursor: pointer;
}
body {
font-family:"Myriad Set Pro",Helvetica Neue,Helvetica,Arial,sans-serif;
font-weight: 400;
}
.nav {
background-color:black;
padding-left:5px;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropbtn:hover {
color:red;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding:3px;
text-decoration: none;
display: block;
font-size:14px;
}
.dropdown-content a:hover {
color:blue;
}
.dropdown:hover .dropdown-content {
display: block;
}
.icon {
width:30px;
padding:2px;
margin:2px;
position: relative;
z-index:1;
}
.diachi img {
width:45px;
padding:5px;
padding-top:20px;
padding-bottom:10px;
}
.input {
position: absolute;
width:90%;
padding-left:35px;
border-radius:16px;
height:33px;
border: 1px solid #888;
font-size :13.5px;
}
.logo img {
width:200px;
padding:5px;
}
.header {
background-color:#fff;
}
.container-fluid {
padding:0;
}
.row {
width:100%;
}
.nav-item {
padding-right:30px;
padding-left:30px;
color:white;
}
.nav-link {
color:white !important;
}
.section__breadcrumb-inner{
overflow-x: hidden;
position: relative;
font-weight: 400;
font-size: 13px;
margin: 0;
font-family: Roboto,Helvetica Neue,Helvetica,Arial,Sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
}
.section__breadcrumb--full{
border:1px solid #ECECEC;
}
.container {
margin:0;
padding-left:2px;
}
#header__breadcrumb {
width:100%;
background-color:white;
margin:0;
}
.hidden {
margin-left:10px;
margin-right:10px;
color:#9b9b9b;
}
.section__breadcrumb a {
text-decoration: none;
color:#9b9b9b;
}
.form-check {
width:100%;
}
.home {
color:red !important;
}
.brand , .price, .source{
padding:5px;
border-bottom:0.5px solid #ECECEC;
font-family: Roboto-Regular;
}
p{
margin:0;
color: #212121;
font-size:18px;
padding-bottom:5px;
}
.form-check-label {
color:#555 !important;
}
.row {
margin:0;
}
.item1 ,.item2{
padding-left:3px;
}
.item3, .item4 {
padding-left:8px !important;
}
.item5 button{
width:100%;
margin:0;
border: 1px solid red;
}
.item5 {
padding-left:0;
padding-right:0;
padding-top:5px;
padding-bottom:10px;
}
.card {
height :430px;
margin:0;
padding:0;
border:none;
}
.card-img-top {
max-width:100% !important;
height:230px;
padding: 10px;
}
.card-body {
padding:5px;
font-family: Roboto-Regular;
font-size:14px;
}
.card-title {
color:red;
font-weight: 500;
}
.card-text {
font-size:15px;
}
.gia p {
padding-bottom:0;
color:#f5a623;
}
del {
font-size:14px;
}
.content {
border-bottom:1px solid #ECECEC;
padding-bottom:30px;
}
.sp {
transition: 0.5s all;
-moz-transition: 0.5s all;
-webkit-transilation: 0.75s all;
padding-bottom:5px;
padding-top:5px;
cursor: pointer;
}
.sp:hover{
-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}
.review h1 {
margin:0 auto;
text-align: center;
padding:20px;
font-family: Arial, Helvetica, sans-serif;
}
.thongtin {
padding-left:3%;
padding-right:3%;
}
.thongtin img {
width:135px;
height:90px;
}
.thongtin p {
font-size:13px;
padding-bottom:0;
word-wrap: break-word;
}
.col-3 {
padding-left:0;
}
.it {
margin-bottom: 2%;
}
h5 {
padding-left:3%;
}
.review {
border-bottom:0.5px solid #ECECEC;
padding-bottom:10%;
}
.footer img {
width:100px;
padding-top:10%;
padding-bottom:16%;
margin-left:30%;
}
.ft p {
font-size:14px;
text-align: justify;
color: #333;
}
.ft h4 {
font-size: 20px;
margin-bottom: 20px;
font-weight: 500;
text-align: center;
}
.footer {
padding-top: 70px;
background-color: #f2f2f2;
}
.concac {
padding-left: 8%;
padding-right: 8%;
color: #333;
border-bottom:0.5px solid #ECECEC;
padding-bottom:5%;
}
.ft2,.ft1, .ft3 {
margin-left:6.2%;
}
.ed {
margin-top:2%;
}
.end img {
width:60%;
}
.end a {
color:red;
}
.end a:hover {
color:blue;
}
.ed2 {
margin-top:1%;
justify-items:center;
}
.ed2 p {
font-size: 15px;
text-align: center;
}
.ed2 img{
width: 55px;
}
.dropdown img {
width:48px;
}
.canchinh img{
margin-top:25px;
}
.rw{
padding:0;
}
|
public/source/css/custom.css
|
.input-group {
margin-top:25px;
}
.dropbtn {
background-color: black;
color: white;
padding: 12px;
padding-left:0;
font-size: 14px;
border: none;
cursor: pointer;
}
body {
font-family:"Myriad Set Pro",Helvetica Neue,Helvetica,Arial,sans-serif;
font-weight: 400;
}
.nav {
background-color:black;
padding-left:5px;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropbtn:hover {
color:red;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding:3px;
text-decoration: none;
display: block;
font-size:14px;
}
.dropdown-content a:hover {
color:blue;
}
.dropdown:hover .dropdown-content {
display: block;
}
.icon {
width:30px;
padding:2px;
margin:2px;
position: relative;
z-index:1;
}
.diachi img {
width:45px;
padding:5px;
padding-top:20px;
padding-bottom:10px;
}
.input {
position: absolute;
width:90%;
padding-left:35px;
border-radius:16px;
height:33px;
border: 1px solid #888;
font-size :13.5px;
}
.logo img {
width:200px;
padding:5px;
}
.header {
background-color:#fff;
}
.container-fluid {
padding:0;
}
.row {
width:100%;
}
.nav-item {
padding-right:30px;
padding-left:30px;
color:white;
}
.nav-link {
color:white !important;
}
.section__breadcrumb-inner{
overflow-x: hidden;
position: relative;
font-weight: 400;
font-size: 13px;
margin: 0;
font-family: Roboto,Helvetica Neue,Helvetica,Arial,Sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
}
.section__breadcrumb--full{
border:1px solid #ECECEC;
}
.container {
margin:0;
padding-left:2px;
}
#header__breadcrumb {
width:100%;
background-color:white;
margin:0;
}
.hidden {
margin-left:10px;
margin-right:10px;
color:#9b9b9b;
}
.section__breadcrumb a {
text-decoration: none;
color:#9b9b9b;
}
.form-check {
width:100%;
}
.home {
color:red !important;
}
.brand , .price, .source{
padding:5px;
border-bottom:0.5px solid #ECECEC;
font-family: Roboto-Regular;
}
p{
margin:0;
color: #212121;
font-size:18px;
padding-bottom:5px;
}
.form-check-label {
color:#555 !important;
}
.row {
margin:0;
}
.item1 ,.item2{
padding-left:3px;
}
.item3, .item4 {
padding-left:8px !important;
}
.item5 button{
width:100%;
margin:0;
border: 1px solid red;
}
.item5 {
padding-left:0;
padding-right:0;
padding-top:5px;
padding-bottom:10px;
}
.card {
height :430px;
margin:0;
padding:0;
border:none;
}
.card-img-top {
max-width:100% !important;
height:230px;
padding: 10px;
}
.card-body {
padding:5px;
font-family: Roboto-Regular;
font-size:14px;
}
.card-title {
color:red;
font-weight: 500;
}
.card-text {
font-size:15px;
}
.gia p {
padding-bottom:0;
color:#f5a623;
}
del {
font-size:14px;
}
.content {
border-bottom:1px solid #ECECEC;
padding-bottom:30px;
}
.sp {
transition: 0.5s all;
-moz-transition: 0.5s all;
-webkit-transilation: 0.75s all;
padding-bottom:5px;
padding-top:5px;
cursor: pointer;
}
.sp:hover{
-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}
.review h1 {
margin:0 auto;
text-align: center;
padding:20px;
font-family: Arial, Helvetica, sans-serif;
}
.thongtin {
padding-left:3%;
padding-right:3%;
}
.thongtin img {
width:135px;
height:90px;
}
.thongtin p {
font-size:13px;
padding-bottom:0;
word-wrap: break-word;
}
.col-3 {
padding-left:0;
}
.it {
margin-bottom: 2%;
}
h5 {
padding-left:3%;
}
.review {
border-bottom:0.5px solid #ECECEC;
padding-bottom:10%;
}
.footer img {
width:100px;
padding-top:10%;
padding-bottom:16%;
margin-left:30%;
}
.ft p {
font-size:14px;
text-align: justify;
color: #333;
}
.ft h4 {
font-size: 20px;
margin-bottom: 20px;
font-weight: 500;
text-align: center;
}
.footer {
padding-top: 70px;
background-color: #f2f2f2;
}
.concac {
padding-left: 8%;
padding-right: 8%;
color: #333;
border-bottom:0.5px solid #ECECEC;
padding-bottom:5%;
}
.ft2,.ft1, .ft3 {
margin-left:6.2%;
}
.ed {
margin-top:2%;
}
.end img {
width:60%;
}
.end a {
color:red;
}
.end a:hover {
color:blue;
}
.ed2 {
margin-top:1%;
justify-items:center;
}
.ed2 p {
font-size: 15px;
text-align: center;
}
.ed2 img{
width: 55px;
}
.dropdown img {
width:48px;
}
.canchinh img{
margin-top:25px;
}
.rw{
padding:0;
}
| 0.50708 | 0.1015 |
#LegendWindow
{
top: 240px;
}
#map input
{
border: none !important;
background: none !important;
vertical-align: -1px !important;
}
ul.olxSelectFeature
{
padding-left: 15px;
}
.olControlLayerSwitcher .layersDiv
,.olControlLayerSwitcher div span
{
background-color: #7083a0 !important;
opacity: 1 !important;
filter: alpha(opacity = 100) !important;
}
.olControlLayerSwitcher
{
font-size: 10pt !important;
}
.olControlLayerSwitcher .labelSpan
{
font-weight: normal !important;
}
#sliderTransparency
{
margin-top: 10px;
margin-bottom: 6px;
margin-right: 3px;
margin-left: 16px;
}
.ui-slider .ui-slider-handle {
cursor: default;
height: 1.2em;
position: absolute;
width: 0.6em;
z-index: 2;
}
.ui-slider-horizontal {
height: 0.4em;
}
.ui-slider-horizontal .ui-slider-handle {
margin-left: -0.6em;
top: -0.5em;
}
#slideTooltip
{
background: #f1f5fb;
font-family: Arial,Helvetica,sans-serif;
color: #4c607a;
border: 1px solid black;
overflow: visible;
white-space: nowrap;
padding: 3px;
}
.olControlLayerSwitcher .dataLbl
,.olControlLayerSwitcher .baseLbl
{
color: #f1f5fb;
font-weight: bolder;
}
.olControlLayerSwitcher .legendIconSpan
{
width: 18px;
height: 18px;
display: inline-block;
vertical-align: bottom;
background-repeat: no-repeat;
background-position: 50% 50%;
background-image: url(./images/map/info_Legende.png);
}
div.olControlScaleLine
{
bottom: 0;
}
.olControlScaleLine > div+div
{
display: none;
}
.olControlLayerSwitcher .layersDiv .group
{
margin-left: -10px;
}
.olControlLayerSwitcher .layersDiv .group .groupLbl
{
margin-left: -13px;
padding-left: 17px;
cursor: pointer;
background-image: url(./images/tree/minus.gif);
background-position: left center;
background-repeat: no-repeat;
}
.olControlLayerSwitcher .layersDiv .group.closed .groupLayersDiv
{
display: none;
}
.olControlLayerSwitcher .layersDiv .group.closed .groupLbl
{
background-image: url(./images/tree/plus.gif);
}
.olControlLayerSwitcher
{
max-height: 90%;
overflow: visible;
}
.olControlLayerSwitcher .layersDiv
{
overflow-y: auto;
width: auto !important;
padding-right: 16px !important;
}
.MeasureLine
, .MeasureArea
{
left: 274px;
top: 45px;
padding: 3px;
border: 1px solid lightGrey;
background-color: white;
}
.panelTopLeft
, .emsgControlEditingToolbar
, .olControlScaleLine
, .olControlMousePosition
{
background-color: white;
padding: 3px;
border: 1px solid lightGrey;
}
.panelTopLeft
{
float: left;
left: 80px;
}
.emsgControlEditingToolbar
{
float: right;
right: 50px;
}
.panelTopLeft div
, .emsgControlEditingToolbar div
{
float: left;
display: block;
width: 24px;
height: 24px;
background-repeat: no-repeat;
background-position: 50% 50%;
border: 1px solid blue;
margin: 2px;
}
.emsgControlEditingToolbar div
{
/**float: right;**/
}
.panelTopLeft .DummyPanItemActive
,.panelTopLeft .DummyPanItemInactive
{
background-image: url(./images/map/pan.png);
}
.panelTopLeft .olControlZoomBoxItemActive
,.panelTopLeft .olControlZoomBoxItemInactive
{
background-image: url(./images/map/zoom_in.png);
}
.panelTopLeft .olControlZoomOutItemInactive
{
background-image: url(./images/map/zoom_out.png);
}
.panelTopLeft .FullExtentItemInactive
{
background-image: url(./images/map/full_extent.png);
}
.panelTopLeft .LegendItemInactive
{
background-image: url(./images/map/info_Legende.png);
}
.panelTopLeft .PdfDownloadItemInactive
{
background-image: url(./images/page_white_acrobat.png);
}
.panelTopLeft .PrevItemActive
,.panelTopLeft .PrevItemInactive
{
background-image: url(./images/map/previous.png);
}
.panelTopLeft .NextItemActive
,.panelTopLeft .NextItemInactive
{
background-image: url(./images/map/next.png);
}
.panelTopLeft .CurrentItemActive
,.panelTopLeft .CurrentItemInactive
{
background-image: url(./images/map/zoom_current.png);
}
.panelTopLeft .MeasureLineItemActive
,.panelTopLeft .MeasureLineItemInactive
{
background-image: url(./images/map/messen_LinieMitPunkten.png);
}
.panelTopLeft .MeasureAreaItemActive
,.panelTopLeft .MeasureAreaItemInactive
{
background-image: url(./images/map/messen_Flaeche.png);
}
.panelTopLeft .LegendItemInactive
,.panelTopLeft .PdfDownloadItemInactive
,.panelTopLeft .MeasureLineItemActive
,.panelTopLeft .MeasureLineItemInactive
{
margin-left: 10px;
}
/* tool icons */
.emsgControlEditingToolbar .emsgControlNewItemActive
,.emsgControlEditingToolbar .emsgControlNewItemInactive
{
background-image: url(./images/map/new_add.png);
}
/**
* Tool Icons: Split
*/
.emsgControlEditingToolbar .emsgControlSplitItemActive
,.emsgControlEditingToolbar .emsgControlSplitItemInactive
{
background-image: url(./images/map/split_street.png);
}
/**
* Tool Icons: SwitchDirection
*/
.emsgControlEditingToolbar .emsgControlSwitchDirectionItemActive
,.emsgControlEditingToolbar .emsgControlSwitchDirectionItemInactive
{
background-image: url(./images/map/Direction_Switch.png);
}
.emsgControlEditingToolbar .emsgControlBoxSelectItemActive
,.emsgControlEditingToolbar .emsgControlBoxSelectItemInactive
{
background-image: url(./images/map/select_rectangle.png);
}
.emsgControlEditingToolbar .emsgControlInspSelectExportItemActive
,.emsgControlEditingToolbar .emsgControlInspSelectExportItemInactive
{
background-image: url(./images/map/selection-export.png);
}
.emsgControlEditingToolbar .emsgControlInspExportItemActive
,.emsgControlEditingToolbar .emsgControlInspExportItemInactive
{
background-image: url(./images/map/export.png);
}
.emsgControlEditingToolbar .emsgControlEditItemActive
,.emsgControlEditingToolbar .emsgControlEditItemInactive
{
background-image: url(./images/map/edit.png);
}
.emsgControlEditingToolbar .emsgControlSelectItemActive
,.emsgControlEditingToolbar .emsgControlSelectItemInactive
{
background-image: url(./images/map/select.png);
}
/* tool active border */
.emsgControlEditingToolbar .emsgControlNewItemActive
, .emsgControlEditingToolbar .emsgControlEditItemActive
, .emsgControlEditingToolbar .emsgControlSelectItemActive
, .emsgControlEditingToolbar .emsgControlSplitItemActive
, .emsgControlEditingToolbar .emsgControlInspSelectExportItemActive
, .emsgControlEditingToolbar .emsgControlBoxSelectItemActive
, .panelTopLeft .DummyPanItemActive
, .panelTopLeft .olControlZoomBoxItemActive
, .panelTopLeft .MeasureLineItemActive
, .panelTopLeft .MeasureAreaItemActive
{
border: 1px solid red;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
background-color: #ffd7a8;
}
/* tool disabled opacity */
.emsgControlNewDisabled .emsgControlNewItemActive
, .emsgControlNewDisabled .emsgControlNewItemInactive
, .emsgControlEditDisabled .emsgControlEditItemActive
, .emsgControlEditDisabled .emsgControlEditItemInactive
, .emsgControlSelectDisabled .emsgControlSelectItemActive
, .emsgControlSelectDisabled .emsgControlSelectItemInactive
, .emsgControlSplitDisabled .emsgControlSplitItemActive
, .emsgControlSplitDisabled .emsgControlSplitItemInactive
, .emsgControlSwitchDirectionDisabled .emsgControlSwitchDirectionItemActive
, .emsgControlSwitchDirectionDisabled .emsgControlSwitchDirectionItemInactive
, .emsgControlBoxSelectDisabled .emsgControlBoxSelectItemActive
, .emsgControlBoxSelectDisabled .emsgControlBoxSelectItemInactive
, .DummyPanDisabled .DummyPanItemActive
, .DummyPanDisabled .DummyPanItemInactive
, .olControlZoomBoxDisabled .olControlZoomBoxItemActive
, .olControlZoomBoxDisabled .olControlZoomBoxItemInactive
, .panelTopLeft .PrevItemInactive
, .panelTopLeft .NextItemInactive
, .panelTopLeft .CurrentItemInactive
{
border: 1px solid lightGrey;
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
}
|
Master/ASTRA.EMSG.Web/Content/emsg.map.css
|
#LegendWindow
{
top: 240px;
}
#map input
{
border: none !important;
background: none !important;
vertical-align: -1px !important;
}
ul.olxSelectFeature
{
padding-left: 15px;
}
.olControlLayerSwitcher .layersDiv
,.olControlLayerSwitcher div span
{
background-color: #7083a0 !important;
opacity: 1 !important;
filter: alpha(opacity = 100) !important;
}
.olControlLayerSwitcher
{
font-size: 10pt !important;
}
.olControlLayerSwitcher .labelSpan
{
font-weight: normal !important;
}
#sliderTransparency
{
margin-top: 10px;
margin-bottom: 6px;
margin-right: 3px;
margin-left: 16px;
}
.ui-slider .ui-slider-handle {
cursor: default;
height: 1.2em;
position: absolute;
width: 0.6em;
z-index: 2;
}
.ui-slider-horizontal {
height: 0.4em;
}
.ui-slider-horizontal .ui-slider-handle {
margin-left: -0.6em;
top: -0.5em;
}
#slideTooltip
{
background: #f1f5fb;
font-family: Arial,Helvetica,sans-serif;
color: #4c607a;
border: 1px solid black;
overflow: visible;
white-space: nowrap;
padding: 3px;
}
.olControlLayerSwitcher .dataLbl
,.olControlLayerSwitcher .baseLbl
{
color: #f1f5fb;
font-weight: bolder;
}
.olControlLayerSwitcher .legendIconSpan
{
width: 18px;
height: 18px;
display: inline-block;
vertical-align: bottom;
background-repeat: no-repeat;
background-position: 50% 50%;
background-image: url(./images/map/info_Legende.png);
}
div.olControlScaleLine
{
bottom: 0;
}
.olControlScaleLine > div+div
{
display: none;
}
.olControlLayerSwitcher .layersDiv .group
{
margin-left: -10px;
}
.olControlLayerSwitcher .layersDiv .group .groupLbl
{
margin-left: -13px;
padding-left: 17px;
cursor: pointer;
background-image: url(./images/tree/minus.gif);
background-position: left center;
background-repeat: no-repeat;
}
.olControlLayerSwitcher .layersDiv .group.closed .groupLayersDiv
{
display: none;
}
.olControlLayerSwitcher .layersDiv .group.closed .groupLbl
{
background-image: url(./images/tree/plus.gif);
}
.olControlLayerSwitcher
{
max-height: 90%;
overflow: visible;
}
.olControlLayerSwitcher .layersDiv
{
overflow-y: auto;
width: auto !important;
padding-right: 16px !important;
}
.MeasureLine
, .MeasureArea
{
left: 274px;
top: 45px;
padding: 3px;
border: 1px solid lightGrey;
background-color: white;
}
.panelTopLeft
, .emsgControlEditingToolbar
, .olControlScaleLine
, .olControlMousePosition
{
background-color: white;
padding: 3px;
border: 1px solid lightGrey;
}
.panelTopLeft
{
float: left;
left: 80px;
}
.emsgControlEditingToolbar
{
float: right;
right: 50px;
}
.panelTopLeft div
, .emsgControlEditingToolbar div
{
float: left;
display: block;
width: 24px;
height: 24px;
background-repeat: no-repeat;
background-position: 50% 50%;
border: 1px solid blue;
margin: 2px;
}
.emsgControlEditingToolbar div
{
/**float: right;**/
}
.panelTopLeft .DummyPanItemActive
,.panelTopLeft .DummyPanItemInactive
{
background-image: url(./images/map/pan.png);
}
.panelTopLeft .olControlZoomBoxItemActive
,.panelTopLeft .olControlZoomBoxItemInactive
{
background-image: url(./images/map/zoom_in.png);
}
.panelTopLeft .olControlZoomOutItemInactive
{
background-image: url(./images/map/zoom_out.png);
}
.panelTopLeft .FullExtentItemInactive
{
background-image: url(./images/map/full_extent.png);
}
.panelTopLeft .LegendItemInactive
{
background-image: url(./images/map/info_Legende.png);
}
.panelTopLeft .PdfDownloadItemInactive
{
background-image: url(./images/page_white_acrobat.png);
}
.panelTopLeft .PrevItemActive
,.panelTopLeft .PrevItemInactive
{
background-image: url(./images/map/previous.png);
}
.panelTopLeft .NextItemActive
,.panelTopLeft .NextItemInactive
{
background-image: url(./images/map/next.png);
}
.panelTopLeft .CurrentItemActive
,.panelTopLeft .CurrentItemInactive
{
background-image: url(./images/map/zoom_current.png);
}
.panelTopLeft .MeasureLineItemActive
,.panelTopLeft .MeasureLineItemInactive
{
background-image: url(./images/map/messen_LinieMitPunkten.png);
}
.panelTopLeft .MeasureAreaItemActive
,.panelTopLeft .MeasureAreaItemInactive
{
background-image: url(./images/map/messen_Flaeche.png);
}
.panelTopLeft .LegendItemInactive
,.panelTopLeft .PdfDownloadItemInactive
,.panelTopLeft .MeasureLineItemActive
,.panelTopLeft .MeasureLineItemInactive
{
margin-left: 10px;
}
/* tool icons */
.emsgControlEditingToolbar .emsgControlNewItemActive
,.emsgControlEditingToolbar .emsgControlNewItemInactive
{
background-image: url(./images/map/new_add.png);
}
/**
* Tool Icons: Split
*/
.emsgControlEditingToolbar .emsgControlSplitItemActive
,.emsgControlEditingToolbar .emsgControlSplitItemInactive
{
background-image: url(./images/map/split_street.png);
}
/**
* Tool Icons: SwitchDirection
*/
.emsgControlEditingToolbar .emsgControlSwitchDirectionItemActive
,.emsgControlEditingToolbar .emsgControlSwitchDirectionItemInactive
{
background-image: url(./images/map/Direction_Switch.png);
}
.emsgControlEditingToolbar .emsgControlBoxSelectItemActive
,.emsgControlEditingToolbar .emsgControlBoxSelectItemInactive
{
background-image: url(./images/map/select_rectangle.png);
}
.emsgControlEditingToolbar .emsgControlInspSelectExportItemActive
,.emsgControlEditingToolbar .emsgControlInspSelectExportItemInactive
{
background-image: url(./images/map/selection-export.png);
}
.emsgControlEditingToolbar .emsgControlInspExportItemActive
,.emsgControlEditingToolbar .emsgControlInspExportItemInactive
{
background-image: url(./images/map/export.png);
}
.emsgControlEditingToolbar .emsgControlEditItemActive
,.emsgControlEditingToolbar .emsgControlEditItemInactive
{
background-image: url(./images/map/edit.png);
}
.emsgControlEditingToolbar .emsgControlSelectItemActive
,.emsgControlEditingToolbar .emsgControlSelectItemInactive
{
background-image: url(./images/map/select.png);
}
/* tool active border */
.emsgControlEditingToolbar .emsgControlNewItemActive
, .emsgControlEditingToolbar .emsgControlEditItemActive
, .emsgControlEditingToolbar .emsgControlSelectItemActive
, .emsgControlEditingToolbar .emsgControlSplitItemActive
, .emsgControlEditingToolbar .emsgControlInspSelectExportItemActive
, .emsgControlEditingToolbar .emsgControlBoxSelectItemActive
, .panelTopLeft .DummyPanItemActive
, .panelTopLeft .olControlZoomBoxItemActive
, .panelTopLeft .MeasureLineItemActive
, .panelTopLeft .MeasureAreaItemActive
{
border: 1px solid red;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
background-color: #ffd7a8;
}
/* tool disabled opacity */
.emsgControlNewDisabled .emsgControlNewItemActive
, .emsgControlNewDisabled .emsgControlNewItemInactive
, .emsgControlEditDisabled .emsgControlEditItemActive
, .emsgControlEditDisabled .emsgControlEditItemInactive
, .emsgControlSelectDisabled .emsgControlSelectItemActive
, .emsgControlSelectDisabled .emsgControlSelectItemInactive
, .emsgControlSplitDisabled .emsgControlSplitItemActive
, .emsgControlSplitDisabled .emsgControlSplitItemInactive
, .emsgControlSwitchDirectionDisabled .emsgControlSwitchDirectionItemActive
, .emsgControlSwitchDirectionDisabled .emsgControlSwitchDirectionItemInactive
, .emsgControlBoxSelectDisabled .emsgControlBoxSelectItemActive
, .emsgControlBoxSelectDisabled .emsgControlBoxSelectItemInactive
, .DummyPanDisabled .DummyPanItemActive
, .DummyPanDisabled .DummyPanItemInactive
, .olControlZoomBoxDisabled .olControlZoomBoxItemActive
, .olControlZoomBoxDisabled .olControlZoomBoxItemInactive
, .panelTopLeft .PrevItemInactive
, .panelTopLeft .NextItemInactive
, .panelTopLeft .CurrentItemInactive
{
border: 1px solid lightGrey;
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
}
| 0.374676 | 0.095771 |
8.0.0-rc1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.0.0-rc2:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.0.0-rc3:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.0.0-rc4:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.0.1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.0.2:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.0.3:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.0.4:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.0.5:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.0.6:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.0-beta1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.0-beta2:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.0-rc1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.2:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.3:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.4:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.5:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.6:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.7:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.8:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.9:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.10:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.0-beta1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.0-beta2:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.0-beta3:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.0-rc1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.0-rc2:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.2:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.3:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.4:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.5:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.6:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.3.0-alpha1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.3.0-beta1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.3.0-rc1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.7:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.3.0-rc2:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.0.0:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.0:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.0:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.3.0:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
|
hashs-database/hashs/core___themes___classy___css___components___ui-dialog.css
|
8.0.0-rc1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.0.0-rc2:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.0.0-rc3:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.0.0-rc4:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.0.1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.0.2:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.0.3:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.0.4:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.0.5:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.0.6:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.0-beta1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.0-beta2:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.0-rc1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.2:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.3:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.4:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.5:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.6:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.7:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.8:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.9:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.10:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.0-beta1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.0-beta2:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.0-beta3:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.0-rc1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.0-rc2:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.2:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.3:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.4:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.5:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.6:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.3.0-alpha1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.3.0-beta1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.3.0-rc1:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.7:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.3.0-rc2:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.0.0:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.1.0:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.2.0:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
8.3.0:1a1980de9780a0d06e6511984e5db4cb7671eac175f2e22f50f317abe8525071
| 0.166506 | 0.337231 |
body {
background-color: #DAE0E6;
font-family: IBMPlexSans, sans-serif;
font-weight: 400;
}
body.modal-open #root {
-webkit-filter: blur(4px);
-moz-filter: blur(4px);
-o-filter: blur(4px);
-ms-filter: blur(4px);
filter: blur(4px);
}
a {
text-decoration: none !important;
}
.navbar-light {
background-color: #FFFFFF;
}
.card {
border-radius: 5px !important;
border: 1px solid #CCCCCC;
}
.card-header {
background-color: #007BFF;
color: #FFFFFF;
font-weight: 700;
}
#posts .post:hover {
border: 1px solid #000000;
}
#navbar-dropdown img {
height: 20px;
border-radius: 2.5px;
}
.color-site-bg {
background-color: #33A8FF;
}
/* Alerts Zone */
#alerts-zone {
z-index: 1050;
position: fixed;
right: 0.8rem;
bottom: 0;
}
/* Forum */
.forum-head {
background-color: #FFFFFF;
height: 175px;
max-height: 200px;
}
.forum-head-info {
overflow: hidden;
margin-top: auto;
margin-bottom: auto;
}
#forum-title {
margin-bottom: 0;
font-weight: 700;
}
#forum-uri {
color: #878A8C;
font-weight: 500;
}
#forum-img {
background-color: #FFFFFF;
margin-top: -1rem;
border: 3px #FFFFFF solid;
height: 90px;
width: 90px;
}
.forum-about-date {
font-size: 0.8rem;
}
/* User */
#user-about {
overflow: hidden;
}
#user-about .card-about-bg {
height: 70px;
}
#user-about img {
width: 76px;
margin-top: -84px;
border: 4px #FFFFFF solid;
background-color: #FFFFFF;
border-radius: 3px;
}
/* Register */
.register {
background-color: #FFFFFF;
border-radius: 5px;
}
.reg-photo {
width: auto;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.reg-photo #photo-preview {
margin-left: auto;
margin-right: auto;
height: 128px;
width: 128px;
}
.reg-photo #uploader {
border: 2px #000000 dashed;
flex-grow: 0.35;
height: 156px;
padding: 1rem;
display: flex;
align-items: center;
justify-content: center;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.is-dragover {
background-color: #F5F5F5;
}
/* Responsive */
@media (min-width: 992px) {
#alert-zone {
width: 25%;
}
.forum-head-content {
padding-left: 7rem;
padding-right: 7rem;
}
}
|
src/assets/css/style.css
|
body {
background-color: #DAE0E6;
font-family: IBMPlexSans, sans-serif;
font-weight: 400;
}
body.modal-open #root {
-webkit-filter: blur(4px);
-moz-filter: blur(4px);
-o-filter: blur(4px);
-ms-filter: blur(4px);
filter: blur(4px);
}
a {
text-decoration: none !important;
}
.navbar-light {
background-color: #FFFFFF;
}
.card {
border-radius: 5px !important;
border: 1px solid #CCCCCC;
}
.card-header {
background-color: #007BFF;
color: #FFFFFF;
font-weight: 700;
}
#posts .post:hover {
border: 1px solid #000000;
}
#navbar-dropdown img {
height: 20px;
border-radius: 2.5px;
}
.color-site-bg {
background-color: #33A8FF;
}
/* Alerts Zone */
#alerts-zone {
z-index: 1050;
position: fixed;
right: 0.8rem;
bottom: 0;
}
/* Forum */
.forum-head {
background-color: #FFFFFF;
height: 175px;
max-height: 200px;
}
.forum-head-info {
overflow: hidden;
margin-top: auto;
margin-bottom: auto;
}
#forum-title {
margin-bottom: 0;
font-weight: 700;
}
#forum-uri {
color: #878A8C;
font-weight: 500;
}
#forum-img {
background-color: #FFFFFF;
margin-top: -1rem;
border: 3px #FFFFFF solid;
height: 90px;
width: 90px;
}
.forum-about-date {
font-size: 0.8rem;
}
/* User */
#user-about {
overflow: hidden;
}
#user-about .card-about-bg {
height: 70px;
}
#user-about img {
width: 76px;
margin-top: -84px;
border: 4px #FFFFFF solid;
background-color: #FFFFFF;
border-radius: 3px;
}
/* Register */
.register {
background-color: #FFFFFF;
border-radius: 5px;
}
.reg-photo {
width: auto;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.reg-photo #photo-preview {
margin-left: auto;
margin-right: auto;
height: 128px;
width: 128px;
}
.reg-photo #uploader {
border: 2px #000000 dashed;
flex-grow: 0.35;
height: 156px;
padding: 1rem;
display: flex;
align-items: center;
justify-content: center;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.is-dragover {
background-color: #F5F5F5;
}
/* Responsive */
@media (min-width: 992px) {
#alert-zone {
width: 25%;
}
.forum-head-content {
padding-left: 7rem;
padding-right: 7rem;
}
}
| 0.300746 | 0.068944 |
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
a {
text-decoration: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
html {
scroll-behavior: smooth; }
body {
font-family: 'Roboto', sans-serif; }
.container_edit--page--1240 {
max-width: 1240px;
width: 100%;
margin: 0 auto; }
.container_edit--page--696 {
max-width: 696px;
width: 100%;
margin: 0 auto; }
.container_full_width {
max-width: 100%;
width: 100%;
margin: 0 auto; }
/* Slider */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto; }
.slick-track:before,
.slick-track:after {
display: table;
content: ''; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px; }
[dir='rtl'] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
.main_header {
background-color: #f2f2f2f2;
position: relative;
height: 90px; }
.main_header .bg_nav {
position: absolute;
display: flex;
justify-content: end;
right: 0;
top: 0;
height: 100%; }
.main_header .bg_nav img {
width: 100%;
height: 100%; }
.main_header .row_edit_header {
position: relative;
justify-content: space-between;
align-items: center;
height: 100%; }
.main_header .row_edit_header .item_logo img {
width: 100%;
height: 60px; }
.main_header .row_edit_header .box_menu_ul {
display: flex;
justify-content: space-between;
align-items: center; }
.main_header .row_edit_header .box_menu_ul .box_menu_li {
margin-right: 40px; }
.main_header .row_edit_header .box_menu_ul .box_menu_li:last-child {
margin-right: 0; }
.main_header .row_edit_header .box_menu_ul .box_menu_li.active .menu_link {
color: #c4e7fb; }
.main_header .row_edit_header .box_menu_ul .box_menu_li:hover .menu_link {
color: #c4e7fb;
-webkit-transition: all 0.7s ease-in-out 0s;
-o-transition: all 0.7s ease-in-out 0s;
transition: all 0.7s ease-in-out 0s; }
.main_header .row_edit_header .box_menu_ul .box_menu_li .menu_link {
text-decoration: none;
color: white;
font-weight: 700;
text-transform: uppercase; }
.main_header .row_edit_header .box_item_user_ul {
display: flex;
justify-content: center;
align-items: center;
position: relative; }
.main_header .row_edit_header .box_item_user_ul .item_user_li {
margin-right: 15px; }
.main_header .row_edit_header .box_item_user_ul .item_user_li:last-child {
margin-right: 0; }
.main_header .row_edit_header .box_item_user_ul .item_user_li .items_inf_user--ul {
position: absolute;
background-color: #f2f2f2f2;
width: 200px;
text-align: center;
left: -108px;
bottom: -124px;
animation-name: faderighttoleft;
display: none;
z-index: 222; }
.main_header .row_edit_header .box_item_user_ul .item_user_li .items_inf_user--ul::before {
content: "";
position: absolute;
width: 20px;
height: 20px;
clip-path: polygon(0 0, 100% 0, 0 100%);
transform: rotate(45deg);
background-color: #f2f2f2;
top: -10px;
right: 17px; }
.main_header .row_edit_header .box_item_user_ul .item_user_li .items_inf_user--ul::after {
content: "";
position: absolute;
width: 50px;
height: 22px;
background-color: transparent;
top: -18px;
right: 0px; }
.main_header .row_edit_header .box_item_user_ul .item_user_li .items_inf_user--ul .item_inf_user--li {
padding: 20px 0;
box-sizing: content-box;
cursor: pointer; }
.main_header .row_edit_header .box_item_user_ul .item_user_li .items_inf_user--ul .item_inf_user--li:hover {
background-color: #c4e7fb;
-webkit-transition: all 0.7s ease-in-out 0s;
-o-transition: all 0.7s ease-in-out 0s;
transition: all 0.7s ease-in-out 0s; }
.main_header .row_edit_header .box_item_user_ul .item_user_li .items_inf_user--ul .item_inf_user--li a {
text-decoration: none;
font-size: 1rem;
color: black; }
.main_header .row_edit_header .box_item_user_ul .item_user_li.item_user_li--hover:hover .items_inf_user--ul {
display: block; }
.main_footer {
background-color: #E5F4FD;
padding: 30px 0; }
.main_footer .container .section_get_inf .row {
align-items: center; }
.main_footer .container .section_get_inf .row .col-md-4 .box__logo--footer img {
width: 100%;
height: 226.84px; }
.main_footer .container .section_get_inf .row .col-md-8 .box__content {
padding: 60px 80px 30px;
border-left: 3px solid #4d87a7;
border-right: 3px solid #4d87a7;
border-top: 3px solid #4D87A7;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.main_footer .container .section_get_inf .row .col-md-8 .box__content h1 {
color: #315A71;
margin-bottom: 24px; }
.main_footer .container .section_get_inf .row .col-md-8 .box__content .form_get_inf .row {
align-items: center; }
.main_footer .container .section_get_inf .row .col-md-8 .box__content .form_get_inf .row .col-md-8 .box_input input {
width: 100%;
height: 43px;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 4px solid #4D87A7;
background: none; }
.main_footer .container .section_get_inf .row .col-md-8 .box__content .form_get_inf .row .col-md-4 .box_submit input {
width: 100%;
padding: 15px 0;
border-radius: 36px;
background-color: #47809F;
color: white;
border: none; }
.main_footer .container .box_footer {
padding: 40px 0 50px; }
.main_footer .container .box_footer .row .col-md-3 .box-content h1 {
font-size: 1.25rem;
color: #377482;
margin-bottom: 30px; }
.main_footer .container .box_footer .row .col-md-3 .box-content a {
text-decoration: none; }
.main_footer .container .box_footer .row .col-md-3 .box-content a .cs_text {
color: #7D91A0;
line-height: 25px; }
.main_footer .container .box_footer .row .col-md-3 .box-content a .box_item_inf--footer {
display: flex;
align-items: center; }
.main_footer .container .box_footer .row .col-md-3 .box-content a .box_item_inf--footer .box_icon--footer img {
margin-right: 20px; }
.main_footer .container .box_footer .row .col-md-3 .box-content .box--follow {
width: 100%;
height: 188px;
background-color: #C4E7FB; }
.main_footer .container .box--last {
display: flex;
justify-content: space-between;
padding: 34px 0 0;
border-top: 3px solid #47809F;
position: relative; }
.main_footer .container .box--last .img_last {
position: absolute;
top: -30px;
left: 50%;
transform: translateX(-50%); }
.main_footer .container .box--last .img_last img {
width: 100%;
height: 60px; }
/**
*================================================================================================
*Trang giới thiệu
*================================================================================================
*/
.section_content .section_content--1 {
position: relative;
width: 100%;
height: 647px; }
.section_content .section_content--1 .box-part .part--1 {
position: absolute;
width: 300px;
height: 300px;
clip-path: polygon(0 0, 100% 0, 0 100%);
background-color: rgba(71, 128, 159, 0.6);
z-index: 22;
top: 0;
left: 0; }
.section_content .section_content--1 .box-part .part--2 {
position: absolute;
width: 350px;
height: 350px;
clip-path: polygon(0 0, 100% 0, 0 100%);
background-color: rgba(71, 128, 159, 0.6);
z-index: 22;
top: 0;
left: 0; }
.section_content .section_content--1 .box-part .part--3 {
position: absolute;
width: 400px;
height: 400px;
clip-path: polygon(0 0, 100% 0, 0 100%);
background-color: rgba(71, 128, 159, 0.4);
z-index: 22;
top: 0;
left: 0; }
.section_content .section_content--1 .box-part .part--4 {
position: absolute;
width: 300px;
height: 300px;
clip-path: polygon(100% 0, 100% 100%, 0 100%);
background-color: rgba(71, 128, 159, 0.6);
z-index: 22;
bottom: 0;
right: 0; }
.section_content .section_content--1 .container-edit {
width: 100%;
margin: 0 auto; }
.section_content .section_content--1 .container-edit .box_main_slide {
position: relative; }
.section_content .section_content--1 .container-edit .box_main_slide .box__slide {
width: 100%;
height: 100%;
position: relative; }
.section_content .section_content--1 .container-edit .box_main_slide .box__slide.box__slide--1 {
position: relative;
background-image: url(../images/bg/bg_nen-1.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover; }
.section_content .section_content--1 .container-edit .box_main_slide .box__slide.box__slide--2 {
position: relative;
background-image: url(../images/bg/bg_nen-2.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover; }
.section_content .section_content--1 .container-edit .box_main_slide .box__slide.box__slide--3 {
position: relative;
background-image: url(../images/bg/bg_nen-3.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover; }
.section_content .section_content--1 .container-edit .box_main_slide .box__slide.box__slide--4 {
position: relative;
background-image: url(../images/bg/bg_nen-4.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover; }
.section_content .section_content--1 .container-edit .box_main_slide .box__slide::before {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0; }
.section_content .section_content--1 .container-edit .box_main_slide .box__slide .container_part__edit {
position: absolute;
top: 200px;
left: 300px; }
.section_content .section_content--1 .container-edit .box_main_slide .box__slide .container_part__edit h1 {
color: #47809f;
font-size: 2.5rem;
margin-bottom: 30px; }
.section_content .section_content--1 .container-edit .box_main_slide .box__slide .container_part__edit p {
color: #235672; }
.section_content .section_content--1 .container-edit .box_main_slide .slick-dots {
position: absolute;
bottom: 50px;
left: 0;
right: 0;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center; }
.section_content .section_content--1 .container-edit .box_main_slide .slick-dots li {
margin-right: 20px; }
.section_content .section_content--1 .container-edit .box_main_slide .slick-dots li button {
height: 14px;
width: 14px;
background: #e1e1e1;
text-indent: -9999px;
display: block;
border: 2px solid #e1e1e1;
border-radius: 50%;
padding: 0;
outline: none; }
.section_content .section_content--1 .container-edit .box_main_slide .slick-dots li:last-child {
margin-right: 0; }
.section_content .section_content--1 .container-edit .box_main_slide .slick-dots li.slick-active button {
border: 2px solid #47809f;
background-color: #47809f; }
.section_content .section_content--2 {
padding: 90px 0; }
.section_content .section_content--2 .box_content--2 {
position: relative;
padding: 40px 0 0; }
.section_content .section_content--2 .box_content--2:before {
content: "";
position: absolute;
width: 288px;
height: 4px;
background-color: #60A9D1;
top: 0;
left: 50%;
transform: translateX(-50%); }
.section_content .section_content--2 .box_content--2 .row {
align-items: center; }
.section_content .section_content--2 .box_content--2 .row .box-img img {
width: 100%;
height: 100%; }
.section_content .section_content--2 .box_content--2 .row .box_text_content p {
font-size: 1.125rem;
margin-bottom: 15px;
line-height: 1.4;
color: #1A1A1A; }
.section_content .section_content--2 .box_content--2 .row .box_text_content p:last-child {
margin-bottom: 0; }
.section_content .box__tilte {
padding: 0 0 20px;
position: relative;
margin-bottom: 20px; }
.section_content .box__tilte::before {
content: "";
position: absolute;
width: 238px;
height: 4px;
background-color: #60A9D1;
bottom: 0;
left: 50%;
transform: translateX(-50%); }
.section_content .box__tilte h1 {
text-align: center;
font-size: 1.5rem;
font-weight: 700;
color: #47809f; }
.section_content .section_content--3 .container .san_pham {
margin: 30px 0; }
.section_content .section_content--3 .container .san_pham .row .box-text--inf h1 {
font-weight: 700;
margin-bottom: 30px;
padding-left: 100px;
position: relative; }
.section_content .section_content--3 .container .san_pham .row .box-text--inf h1::before {
content: "";
position: absolute;
width: 90px;
height: 4px;
background-color: #3899F3;
left: 0;
top: 50%;
transform: translateY(-50%); }
.section_content .section_content--3 .container .san_pham .row .box-text--inf p {
line-height: 1.5;
color: #444444; }
.section_content .section_content--3 .container .san_pham .row .box_img img {
width: 100%;
height: 300px; }
.section_content .section_content--3 .container .phan_trang--ul {
display: flex;
justify-content: flex-end;
align-items: center; }
.section_content .section_content--3 .container .phan_trang--ul a .phan-tran--li {
padding: 10px 12px;
box-sizing: border-box;
margin-right: 20px;
background-color: #47809F;
border-radius: 6px;
text-decoration: none;
color: white; }
.section_content .section_content--3 .container .phan_trang--ul a .phan-tran--li:hover {
opacity: 0.8; }
.section_content .section_content--4 {
padding: 50px 0; }
.section_content .section_content--4 .box--text p {
color: #444444;
font-size: 1pxrem;
line-height: 1.5; }
.section_content .section_content--4 .box--text p:first-child {
margin-bottom: 20px; }
/**
*================================================================================================
*Trang index
*================================================================================================
*/
.section_content--index .section_1 {
width: 100%;
height: 640px; }
.section_content--index .section_1 .box_main_slide .slick-dots {
position: absolute;
bottom: 50px;
left: 0;
right: 0;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center; }
.section_content--index .section_1 .box_main_slide .slick-dots li {
margin-right: 20px; }
.section_content--index .section_1 .box_main_slide .slick-dots li button {
height: 14px;
width: 14px;
background: #f2f2f2;
text-indent: -9999px;
display: block;
border: 2px solid #e1e1e1;
border-radius: 50%;
padding: 0;
outline: none; }
.section_content--index .section_1 .box_main_slide .slick-dots li:last-child {
margin-right: 0; }
.section_content--index .section_1 .box_main_slide .slick-dots li.slick-active button {
border: 2px solid #47809f;
background-color: #47809f; }
.section_content--index .section_1 .box_main_slide .box_content_main.box_content_main-1 {
background-image: url(../images/bg/bg_index-1.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
object-fit: cover; }
.section_content--index .section_1 .box_main_slide .box_content_main.box_content_main-2 {
background-image: url(../images/bg/bg_index-3.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
object-fit: cover; }
.section_content--index .section_1 .box_main_slide .box_content_main.box_content_main-3 {
background-image: url(../images/bg/bg_index-4.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
object-fit: cover; }
.section_content--index .section_1 .box_main_slide .box_content_main .box_main {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start; }
.section_content--index .section_1 .box_main_slide .box_content_main .box_main.box_main_2 {
margin-left: calc(100% - 592px); }
.section_content--index .section_1 .box_main_slide .box_content_main .box_main .title {
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
font-size: 0.75rem;
font-weight: bold;
color: #fff;
padding: 6px 22px;
background-color: #2E2E2E;
border-radius: 8px;
margin-bottom: 14px; }
.section_content--index .section_1 .box_main_slide .box_content_main .box_main .main_title {
font-size: 1.875rem;
font-weight: bold;
color: #0D87A0;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
margin-bottom: 10px;
line-height: 1.4; }
.section_content--index .section_1 .box_main_slide .box_content_main .box_main .main_title.main_title-3 {
color: #fff; }
.section_content--index .section_1 .box_main_slide .box_content_main .box_main .description {
font-size: 0.875rem;
color: #414141;
margin-bottom: 43px; }
.section_content--index .section_1 .box_main_slide .box_content_main .box_main .description.description-3 {
color: #fff; }
.section_content--index .section_1 .box_main_slide .box_content_main .box_main .btn_xem-ngay {
padding: 20px 52px;
font-size: 1.25rem;
color: #fff;
text-decoration: none;
background-color: #408493;
border-radius: 4px;
transition: all 0.7s ease-in-out 0s; }
.section_content--index .section_1 .box_main_slide .box_content_main .box_main .btn_xem-ngay:hover {
opacity: 0.8; }
.section_content--index .section_1 .box_main_slide .box_content_main .box_main .btn_xem-ngay.btn_xem-ngay-3 {
background-color: #fff;
color: #000; }
.section_content--index .section_2 {
padding: 70px 0; }
.section_content--index .section_2 .box_main_st_2 .box_heading {
text-align: center; }
.section_content--index .section_2 .box_main_st_2 .box_heading .title {
font-size: 2.25rem;
font-weight: 500;
color: #377482;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
margin-bottom: 10px; }
.section_content--index .section_2 .box_main_st_2 .box_heading .description {
font-size: 1.125pxrem;
font-weight: 500;
color: #979696; }
.section_content--index .section_2 .box_main_st_2 .box_content {
margin-top: 28px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_bg_1 {
padding: 35px 32px;
height: 100%;
background-image: url(../images/bg/bg_index-2.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
object-fit: cover;
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_bg_1 .logo {
font-size: 0.75rem;
font-weight: bold;
color: #fff;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
background-color: #EFE844;
border-radius: 8px;
padding: 6px 17px;
margin-bottom: 16px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_bg_1 .slogan {
font-size: 1.5rem;
color: #fff;
line-height: 1.6;
margin-bottom: 80px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_bg_1 .box_price {
font-size: 2.25rem;
font-weight: bold;
margin-bottom: 80px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_bg_1 .box_price .text {
color: #fff; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_bg_1 .box_price .price {
color: #FBFF2B; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_bg_1 .btn_dangKi {
padding: 20px 38px;
text-decoration: none;
font-size: 1.25rem;
color: #fff;
background-color: #408493;
border-radius: 4px;
transition: all 0.7s ease-in-out 0s; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_bg_1 .btn_dangKi:hover {
opacity: 0.9; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products {
position: relative;
cursor: pointer; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .slick-dots {
position: absolute;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
bottom: -30px;
left: 50%;
transform: translateX(-50%); }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .slick-dots li {
margin-right: 7px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .slick-dots li button {
height: 10px;
width: 10px;
background: #C4E7FB;
text-indent: -9999px;
display: block;
border: none;
border-radius: 50%;
padding: 0;
outline: none; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .slick-dots li:last-child {
margin-right: 0; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .slick-dots li.slick-active button {
background-color: #47809F; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product {
width: 287px;
height: 100%;
border: 1px solid #8B8888;
margin-right: 20px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product:last-child {
margin-right: 0; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_img_product {
height: 272px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_img_product .img_product {
width: 100%;
height: 100%;
object-fit: cover; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content {
height: calc(100% - 272px);
padding: 14px 28px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content .Category {
font-weight: 500;
font-size: 0.875rem;
color: #cccccc;
margin-bottom: 10px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content .name_product {
font-size: 1rem;
font-weight: 500;
color: #47809F;
margin-bottom: 14px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content .box_evaluate {
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 24px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content .box_evaluate .start {
width: 20px;
height: 20px;
position: relative; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content .box_evaluate .start .start-1 {
position: absolute;
height: 100%;
width: 100%;
left: 50%;
transform: translateX(-50%);
background-color: #E7EB30;
clip-path: polygon(50% 0%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content .box_evaluate .start .start-2 {
position: absolute;
left: 0;
height: 100%;
width: 100%;
left: 48%;
transform: translateX(-50%);
background-color: #E7EB30;
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%); }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content .box_evaluate .start .hard_start {
background-color: unset;
border: 1px solid #EDF12D; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content .price {
font-size: 1.125rem;
font-weight: 500;
color: #575757;
margin-bottom: 15px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content .btn_view {
width: 100%;
padding: 12px 0;
text-align: center;
text-decoration: none;
font-size: 1.125rem;
font-weight: 500;
color: #fff;
background-color: #47809F;
display: inline-block;
transition: all 0.7s ease-in-out 0s; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content .btn_view:hover {
opacity: 0.8; }
.section_content--index .section_2 .box_main_st_2 .box_catagios {
margin-top: 104px; }
.section_content--index .section_2 .box_main_st_2 .box_catagios .box_content_category {
padding: 28px 36px 41px;
border-radius: 10px; }
.section_content--index .section_2 .box_main_st_2 .box_catagios .box_content_category.box_content_category--1 {
background-image: url(../images/sanPham/bg_index-sp-st2-3.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
object-fit: cover; }
.section_content--index .section_2 .box_main_st_2 .box_catagios .box_content_category.box_content_category--2 {
background-image: url(../images/sanPham/bg_index-sp-st2-4.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
object-fit: cover; }
.section_content--index .section_2 .box_main_st_2 .box_catagios .box_content_category.box_content_category--3 {
background-image: url(../images/sanPham/bg_index-sp-st2-5.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
object-fit: cover; }
.section_content--index .section_2 .box_main_st_2 .box_catagios .box_content_category .box_text_inf .category {
font-size: 1.125rem;
color: #FF4A17;
font-weight: 500;
margin-bottom: 20px; }
.section_content--index .section_2 .box_main_st_2 .box_catagios .box_content_category .box_text_inf .category_slogan {
font-weight: 300;
font-size: 1.5rem;
color: #000;
margin-bottom: 55px; }
.section_content--index .section_2 .box_main_st_2 .box_catagios .box_content_category .box_text_inf .btn_buy {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
cursor: pointer; }
.section_content--index .section_2 .box_main_st_2 .box_catagios .box_content_category .box_text_inf .btn_buy:hover .text {
color: #408493; }
.section_content--index .section_2 .box_main_st_2 .box_catagios .box_content_category .box_text_inf .btn_buy .text {
font-size: 0.875rem;
font-weight: bold;
color: #000;
margin-right: 12px;
transition: all 0.3s ease-in-out 0s; }
.section_content--index .section_2 .box_main_st_2 .box_catagios .box_content_category .box_text_inf .btn_buy .icon_arrow_right {
color: #FF4A17;
width: auto;
height: 20px; }
.section_content--index .section_3 .box_main_service {
padding: 50px 0 130px; }
.section_content--index .section_3 .box_main_service .box_heading {
margin-bottom: 30px; }
.section_content--index .section_3 .box_main_service .box_heading p {
text-align: center;
font-size: 1.875rem;
font-weight: 500;
color: #000;
padding-left: 390px;
padding-right: 390px;
margin-bottom: 40px;
position: relative; }
.section_content--index .section_3 .box_main_service .box_heading p::before {
content: "";
position: absolute;
width: 347px;
height: 2px;
background-color: #959595;
top: 50%;
transform: translateY(-50%);
left: 0; }
.section_content--index .section_3 .box_main_service .box_heading p::after {
content: "";
position: absolute;
width: 347px;
height: 2px;
background-color: #959595;
top: 50%;
transform: translateY(-50%);
right: 0; }
.section_content--index .section_3 .box_main_service .box_content_main_service .box_service {
text-align: center; }
.section_content--index .section_3 .box_main_service .box_content_main_service .box_service .box_img {
text-align: center;
margin-bottom: 26px; }
.section_content--index .section_3 .box_main_service .box_content_main_service .box_service .box_img img {
width: auto;
height: 100px;
object-fit: cover; }
.section_content--index .section_3 .box_main_service .box_content_main_service .box_service .title_service {
font-size: 1.625rem;
font-weight: 500;
color: #000;
margin-bottom: 14px; }
.section_content--index .section_3 .box_main_service .box_content_main_service .box_service .text_service {
font-size: 1.25rem;
font-weight: 300;
color: #8B8181; }
.section_content--index .section_3 .box_parameter {
padding: 116px 0;
background-color: #E9E9E9; }
.section_content--index .section_3 .box_parameter .box_main_content {
text-align: center; }
.section_content--index .section_3 .box_parameter .box_main_content .box_img {
margin-bottom: 20px; }
.section_content--index .section_3 .box_parameter .box_main_content .box_img img {
width: auto;
height: 60px;
object-fit: cover; }
.section_content--index .section_3 .box_parameter .box_main_content .number_parameters {
font-size: 2.5rem;
font-weight: bold;
color: #47809F;
margin-bottom: 15px; }
.section_content--index .section_3 .box_parameter .box_main_content .text_parameters {
font-size: 1.25rem;
font-weight: 300;
color: #000; }
.section_content--index .section_4 {
padding: 80px 0; }
.section_content--index .section_4 .box_main_content .box_main_item {
margin-bottom: 140px; }
.section_content--index .section_4 .box_main_content .box_main_item .box_grid {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-left: -58px;
margin-right: -58px; }
.section_content--index .section_4 .box_main_content .box_main_item .box_grid .item_grid {
width: 50%;
padding-left: 58px;
padding-right: 58px; }
.section_content--index .section_4 .box_main_content .box_main_item .box_grid .item_grid .item_main {
position: relative;
overflow: hidden;
width: 100%;
padding: 27px;
background-color: #FEFEFE;
box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.25);
border-radius: 0px 32px 32px 0px; }
.section_content--index .section_4 .box_main_content .box_main_item .box_grid .item_grid .item_main .box_circle {
position: absolute;
top: 50%;
left: -40px;
clip-path: circle(50% at 50% 50%);
background-color: #225F6C;
transform: matrix(-1, 0, 0, 1, 0, 0) translateY(-50%);
width: 155px;
height: 155px; }
.section_content--index .section_4 .box_main_content .box_main_item .box_grid .item_grid .item_main .box_icon {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%); }
.section_content--index .section_4 .box_main_content .box_main_item .box_grid .item_grid .item_main .box_icon img {
width: auto;
height: 57px;
object-fit: cover; }
.section_content--index .section_4 .box_main_content .box_main_item .box_grid .item_grid .item_main .box_icon img.img_banh_rang {
height: 103px; }
.section_content--index .section_4 .box_main_content .box_main_item .box_grid .item_grid .item_main .box_main_text {
margin-left: 150px; }
.section_content--index .section_4 .box_main_content .box_main_item .box_grid .item_grid .item_main .box_main_text .title {
font-size: 1.875rem;
color: #504D4D;
margin-bottom: 12px; }
.section_content--index .section_4 .box_main_content .box_main_item .box_grid .item_grid .item_main .box_main_text .description {
font-size: 1.125rem;
color: #767676;
line-height: 1.4; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-right: 0;
margin-left: 0; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new {
padding-left: 0;
padding-right: 0; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--1 {
width: 40%; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--1 .box_main_bg_img img {
width: 100%;
height: 100%;
object-fit: cover; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--2 {
width: 60%; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--2 .box_main_content {
padding: 70px;
height: 100%;
border: 2px solid #000;
border-left: 0; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--2 .box_main_content .box_inf_content .title {
font-size: 1.875rem;
font-weight: bold;
color: #377482;
margin-bottom: 50px; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--2 .box_main_content .box_inf_content .box_grid_category {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-left: -20px;
margin-right: -20px; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--2 .box_main_content .box_inf_content .box_grid_category .item_grid_category {
width: 33.33333333%;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 60px; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--2 .box_main_content .box_inf_content .box_grid_category .item_grid_category .box_main_text .title_category {
font-size: 1rem;
font-weight: bold;
color: #000;
margin-bottom: 20px; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--2 .box_main_content .box_inf_content .box_grid_category .item_grid_category .box_main_text .list_inf .item_inf {
margin-bottom: 10px; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--2 .box_main_content .box_inf_content .box_grid_category .item_grid_category .box_main_text .list_inf .item_inf .link-text {
text-decoration: none;
font-size: 0.875rem;
font-weight: 400;
color: #000;
transition: all 0.5s ease-in-out 0s; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--2 .box_main_content .box_inf_content .box_grid_category .item_grid_category .box_main_text .list_inf .item_inf .link-text:hover {
color: #377482; }
.section_content--index .section_5 {
padding: 100px 0; }
.section_content--index .section_5 .box_main_content .box_heading {
margin-bottom: 63px;
text-align: center; }
.section_content--index .section_5 .box_main_content .box_heading .list_content {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center; }
.section_content--index .section_5 .box_main_content .box_heading .list_content .item_content {
margin-right: 33px;
padding-bottom: 12px;
position: relative;
cursor: pointer; }
.section_content--index .section_5 .box_main_content .box_heading .list_content .item_content::before {
content: "";
position: absolute;
width: 0;
height: 4px;
background-color: #377482;
bottom: 0;
left: 0;
transition: 0.5s; }
.section_content--index .section_5 .box_main_content .box_heading .list_content .item_content:hover::before {
width: 100%; }
.section_content--index .section_5 .box_main_content .box_heading .list_content .item_content.active::before {
width: 100%; }
.section_content--index .section_5 .box_main_content .box_heading .list_content .item_content .link-content {
font-size: 1.25rem;
font-weight: bold;
color: #000;
text-decoration: none; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose {
position: relative;
cursor: pointer; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .slick-dots {
position: absolute;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
bottom: -30px;
left: 50%;
transform: translateX(-50%); }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .slick-dots li {
margin-right: 7px; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .slick-dots li button {
height: 10px;
width: 10px;
background: #C4E7FB;
text-indent: -9999px;
display: block;
border: none;
border-radius: 50%;
padding: 0;
outline: none; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .slick-dots li:last-child {
margin-right: 0; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .slick-dots li.slick-active button {
background-color: #47809F; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .slick-slide {
height: unset; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_icon_btn {
padding: 4px;
border-radius: 50%;
border: 2px solid #377482;
z-index: 1;
transition: 0.5s; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_icon_btn.box_icon_btn_left {
position: absolute;
left: -45px;
top: 50%;
transform: translateY(-50%); }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_icon_btn.box_icon_btn_right {
position: absolute;
right: -45px;
top: 50%;
transform: translateY(-50%); }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_icon_btn:hover {
background-color: #377482; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_icon_btn:hover svg {
color: #fff; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_icon_btn svg {
width: 30px;
height: 30px;
color: #377482;
transition: 0.5s; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product {
width: 287px;
border: 1px solid #8B8888;
margin-right: 10px;
margin-left: 10px; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product:last-child {
margin-right: 0; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_img_product {
height: 272px; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_img_product .img_product {
width: 100%;
height: 100%;
object-fit: cover; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content {
padding: 14px 28px; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content .Category {
font-weight: 500;
font-size: 0.875rem;
color: #cccccc;
margin-bottom: 10px; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content .name_product {
font-size: 1rem;
font-weight: 500;
color: #47809F;
margin-bottom: 14px; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content .box_evaluate {
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 24px; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content .box_evaluate .start {
width: 20px;
height: 20px;
position: relative; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content .box_evaluate .start .start-1 {
position: absolute;
height: 100%;
width: 100%;
left: 50%;
transform: translateX(-50%);
background-color: #E7EB30;
clip-path: polygon(50% 0%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content .box_evaluate .start .start-2 {
position: absolute;
left: 0;
height: 100%;
width: 100%;
left: 48%;
transform: translateX(-50%);
background-color: #E7EB30;
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%); }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content .box_evaluate .start .hard_start {
background-color: unset;
border: 1px solid #EDF12D; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content .price {
font-size: 1.125rem;
font-weight: 500;
color: #575757;
margin-bottom: 15px; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content .btn_view {
width: 100%;
padding: 12px 0;
text-align: center;
text-decoration: none;
font-size: 1.125rem;
font-weight: 500;
color: #fff;
background-color: #47809F;
display: inline-block;
transition: all 0.7s ease-in-out 0s; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content .btn_view:hover {
opacity: 0.8; }
.section_content--index .section_6 {
padding: 78px 0;
background-image: url(../images/bg/bg_comment.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .slick-dots {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 0;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .slick-dots.draggable {
height: 0; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .slick-dots li {
margin-right: 20px; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .slick-dots li button {
height: 14px;
width: 14px;
background: #e1e1e1;
text-indent: -9999px;
display: block;
border: 2px solid #e1e1e1;
border-radius: 50%;
padding: 0;
outline: none; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .slick-dots li:last-child {
margin-right: 0; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .slick-dots li.slick-active button {
border: 2px solid #47809f;
background-color: #47809f; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment .box_main_avt {
width: 105px;
height: 105px;
border-radius: 50%;
overflow: hidden;
margin-bottom: 14px; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment .box_main_avt .img_avt {
width: 100%;
height: 100%;
object-fit: cover; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment .box_content_comment {
position: relative;
padding: 30px 0; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment .box_content_comment .box_quotes .item_quotes {
width: 50px;
height: 50px; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment .box_content_comment .box_quotes .item_quotes.quotes_left {
position: absolute;
top: 0;
left: 0;
background-image: url(../images/icon/icon_ngoac_trai.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
object-fit: cover; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment .box_content_comment .box_quotes .item_quotes.quotes_right {
position: absolute;
bottom: 0;
right: 0;
background-image: url(../images/icon/icon_ngoac_phai.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
object-fit: cover; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment .box_content_comment .box_main_text {
text-align: center;
max-width: 100%;
width: 60%;
margin: 0 auto; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment .box_content_comment .box_main_text .name_user_comment {
font-size: 1.5625rem;
color: #fff;
font-weight: bold;
margin-bottom: 6px; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment .box_content_comment .box_main_text .home_town {
font-weight: 500;
font-size: 1.375rem;
color: #FFFDFD;
margin-bottom: 6px; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment .box_content_comment .box_main_text .description {
font-size: 1.125rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.7);
line-height: 1.4; }
.section_content--index .section_7 {
padding: 80px 0; }
.section_content--index .section_7 .box_highlights .box_heading {
text-align: center;
margin-bottom: 60px; }
.section_content--index .section_7 .box_highlights .box_heading .title {
font-weight: bold;
font-size: 2.25rem;
color: #377482;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
margin-bottom: 16px; }
.section_content--index .section_7 .box_highlights .box_heading .description {
font-weight: 500;
font-size: 1rem;
color: #ADADAD; }
.section_content--index .section_7 .box_highlights .box_main_post .box_main_content .box_img_post {
width: 100%;
height: 276px; }
.section_content--index .section_7 .box_highlights .box_main_post .box_main_content .box_img_post img {
width: 100%;
height: 100%;
object-fit: cover; }
.section_content--index .section_7 .box_highlights .box_main_post .box_main_content .box_content {
padding: 16px 0; }
.section_content--index .section_7 .box_highlights .box_main_post .box_main_content .box_content .date_post {
padding: 0 35px;
margin-bottom: 14px;
font-size: 0.875rem;
color: #CDCDCD;
font-weight: bold;
position: relative; }
.section_content--index .section_7 .box_highlights .box_main_post .box_main_content .box_content .date_post::before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 25px;
height: 2px;
background-color: #FF4A17; }
.section_content--index .section_7 .box_highlights .box_main_post .box_main_content .box_content .date_post .user_post {
color: #47809F; }
.section_content--index .section_7 .box_highlights .box_main_post .box_main_content .box_content .name_post {
font-size: 1.5rem;
font-weight: bold;
color: #47809F; }
/**
*================================================================================================
*Trang tin tức
*================================================================================================
*/
.link_section {
display: block;
text-decoration: none; }
.section_content--tin_tuc {
padding: 50px 0 80px 0; }
.section_content--tin_tuc a {
display: block;
text-decoration: none; }
.section_content--tin_tuc .box_main_head_post .head_post--left .section_main_post {
padding-bottom: 20px;
margin-bottom: 20px;
position: relative; }
.section_content--tin_tuc .box_main_head_post .head_post--left .section_main_post::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: #000; }
.section_content--tin_tuc .box_main_head_post .head_post--left .section_main_post .box_img_post_main {
margin-bottom: 14px; }
.section_content--tin_tuc .box_main_head_post .head_post--left .section_main_post .box_img_post_main img {
width: 100%;
height: 431px;
object-fit: cover; }
.section_content--tin_tuc .box_main_head_post .head_post--left .section_main_post .box_text_title h2 {
font-weight: bold;
font-size: 1.875rem;
color: #47809F;
transition: 0.8s; }
.section_content--tin_tuc .box_main_head_post .head_post--left .section_main_post .box_text_title h2:hover {
color: #6ea3c0; }
.section_content--tin_tuc .box_main_head_post .head_post--right {
height: 100%; }
.section_content--tin_tuc .box_main_head_post .head_post--right .row_edit {
flex-direction: column; }
.section_content--tin_tuc .box_main_head_post .head_post--right .row_edit .col-md-6_edit {
height: 50%;
max-width: 100%; }
.section_content--tin_tuc .box_main_head_post .head_post--right .row_edit .col-md-6_edit .box_main_col_left {
margin-bottom: 20px; }
.section_content--tin_tuc .box_main_head_post .head_post--right .row_edit .col-md-6_edit .box_main_col_left .title {
font-size: 1.75rem;
font-weight: bold;
color: #47809F;
margin-bottom: 12px; }
.section_content--tin_tuc .box_main_head_post .head_post--right .row_edit .col-md-6_edit .box_main_col_left .box_img img {
width: 100%;
height: 213px;
object-fit: cover; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_heading {
margin-bottom: 28px;
display: inline-block; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_heading h2 {
font-size: 1.5rem;
font-weight: bold;
color: #47809F;
padding-bottom: 8px;
margin-bottom: 8px;
position: relative;
display: block; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_heading h2::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #47809F;
border-radius: 36px; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post {
padding-bottom: 18px;
margin-bottom: 30px;
position: relative; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post::before {
content: "";
position: absolute;
width: 100%;
height: 1px;
background-color: #000000;
bottom: 0;
left: 0; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post:last-child {
margin-bottom: 50px; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post .box_main_layout_post .box_heading_title {
margin-bottom: 10px; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post .box_main_layout_post .box_heading_title h2 {
font-size: 1.25rem;
font-weight: bold;
color: #47809F;
margin-bottom: 8px; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post .box_main_layout_post .box_heading_title .time_post {
font-size: 0.875rem;
font-weight: bold;
color: #989898; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post .box_main_layout_post .item_content_post .box_img--post img {
width: 100%;
height: 100%;
object-fit: cover; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post .box_main_layout_post .item_content_post .box_text--post .tex_1 {
font-weight: 300;
font-size: 1rem;
color: #000;
line-height: 1.4;
margin-bottom: 4px; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post .box_main_layout_post .item_content_post .box_text--post .tex_2 {
font-weight: 300;
font-size: 1rem;
color: #000;
line-height: 1.4;
margin-bottom: 4px;
margin-bottom: 10px; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post .box_main_layout_post .item_content_post .box_text--post .btn_xemThem {
display: inline-block;
font-size: 0.875rem;
font-weight: bold;
color: #000;
padding: 10px 34px;
border: 4px solid #47809F;
transition: 0.5s;
cursor: pointer; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post .box_main_layout_post .item_content_post .box_text--post .btn_xemThem:hover {
background-color: #47809F;
color: #fff; }
.section_content--tin_tuc .box_main_left .phan_trang--ul {
display: flex;
justify-content: flex-end;
align-items: center; }
.section_content--tin_tuc .box_main_left .phan_trang--ul a .phan-tran--li {
padding: 10px 12px;
box-sizing: border-box;
margin-right: 20px;
background-color: #47809F;
border-radius: 6px;
text-decoration: none;
color: white; }
.section_content--tin_tuc .box_main_left .phan_trang--ul a .phan-tran--li:hover {
opacity: 0.8; }
.section_content--tin_tuc .box_main_right .box_danh_muc {
margin-bottom: 30px; }
.section_content--tin_tuc .box_main_right .box_danh_muc .box_heading {
margin-bottom: 24px;
display: inline-block; }
.section_content--tin_tuc .box_main_right .box_danh_muc .box_heading h2 {
font-size: 1.5rem;
font-weight: bold;
color: #47809F;
padding-bottom: 8px;
margin-bottom: 8px;
position: relative;
display: block; }
.section_content--tin_tuc .box_main_right .box_danh_muc .box_heading h2::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #47809F;
border-radius: 36px; }
.section_content--tin_tuc .box_main_right .box_danh_muc .list_danh_muc {
display: flex;
flex-direction: column;
justify-content: center; }
.section_content--tin_tuc .box_main_right .box_danh_muc .list_danh_muc .item_danh_muc {
margin-bottom: 24px;
padding: 10px 0 5px;
position: relative;
transition: 0.3s;
cursor: pointer; }
.section_content--tin_tuc .box_main_right .box_danh_muc .list_danh_muc .item_danh_muc::before {
content: "";
position: absolute;
width: 100%;
height: 1px;
background-color: #000;
bottom: 0;
left: 0; }
.section_content--tin_tuc .box_main_right .box_danh_muc .list_danh_muc .item_danh_muc:hover {
background-color: #a5cef5; }
.section_content--tin_tuc .box_main_right .box_danh_muc .list_danh_muc .item_danh_muc .link_item {
display: block; }
.section_content--tin_tuc .box_main_right .box_danh_muc .list_danh_muc .item_danh_muc .link_item .danh_muc_content {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
color: #000;
font-size: 1.125rem; }
.section_content--tin_tuc .box_main_right .box_news {
margin-bottom: 30px; }
.section_content--tin_tuc .box_main_right .box_news .box_heading {
margin-bottom: 24px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center; }
.section_content--tin_tuc .box_main_right .box_news .box_heading h2 {
font-size: 1.5rem;
font-weight: bold;
color: #47809F;
padding-bottom: 8px;
margin-bottom: 8px;
position: relative;
display: block;
margin-right: 20px; }
.section_content--tin_tuc .box_main_right .box_news .box_heading h2::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #47809F;
border-radius: 36px; }
.section_content--tin_tuc .box_main_right .box_news .box_heading h2:last-child {
margin-right: 0; }
.section_content--tin_tuc .box_main_right .box_news .list_main_news .item_news {
padding-bottom: 12px;
margin-bottom: 12px;
position: relative; }
.section_content--tin_tuc .box_main_right .box_news .list_main_news .item_news::before {
content: "";
position: absolute;
width: 100%;
height: 1px;
background-color: #000;
bottom: 0;
left: 0; }
.section_content--tin_tuc .box_main_right .box_news .list_main_news .item_news:hover .link_news .box_news_content .title {
color: #47809F; }
.section_content--tin_tuc .box_main_right .box_news .list_main_news .item_news .link_news {
display: block; }
.section_content--tin_tuc .box_main_right .box_news .list_main_news .item_news .link_news .box_contant_img img {
width: 100%;
height: 100%;
object-fit: cover; }
.section_content--tin_tuc .box_main_right .box_news .list_main_news .item_news .link_news .box_news_content .time {
font-size: 0.875rem;
font-weight: 300;
color: #797676;
margin-bottom: 6px; }
.section_content--tin_tuc .box_main_right .box_news .list_main_news .item_news .link_news .box_news_content .title {
font-size: 1.125rem;
color: #000000;
font-weight: bold;
margin-bottom: 6px;
transition: 0.3s; }
.section_content--tin_tuc .box_main_right .box_news .list_main_news .item_news .link_news .box_news_content .description {
font-size: 1rem;
font-weight: 300;
color: #797676;
line-height: 1.4; }
.section_content--tin_tuc .box_main_right .box_new_hot {
margin-bottom: 30px; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_heading {
margin-bottom: 24px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_heading h2 {
font-size: 1.5rem;
font-weight: bold;
color: #47809F;
padding-bottom: 8px;
margin-bottom: 8px;
position: relative;
display: block;
margin-right: 20px; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_heading h2::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #47809F;
border-radius: 36px; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_heading h2:last-child {
margin-right: 0; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_heading {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-bottom: 20px;
margin-bottom: 20px;
position: relative; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_heading::before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: #47809F; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_heading .box_heading--inf .title_heading {
font-size: 1.125rem;
color: rgba(0, 0, 0, 0.6);
margin-bottom: 10px; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_heading .box_heading--inf .parameter_heading {
font-size: 2.1875rem;
font-weight: bold; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_heading .box_heading--inf .parameter_heading--1 {
color: red; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_heading .box_heading--inf .parameter_heading--2 {
color: #000; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_main_layout {
display: flex;
flex-direction: row;
margin-left: -10px;
margin-right: -10px; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_main_layout .item_layout {
padding-left: 10px;
padding-right: 10px; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_main_layout .item_layout.flex--2 {
flex: 2; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_main_layout .item_layout.flex--1 {
flex: 1; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--heading {
margin-bottom: 15px; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--heading .box_item_heading .title {
font-size: 1.125rem;
color: rgba(0, 0, 0, 0.6); }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--province {
margin-bottom: 15px; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--province .box_item_province {
text-align: start;
font-size: 1.125rem; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--province .box_item_province .title_province {
color: rgba(0, 0, 0, 0.9); }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--province .box_item_province .number_puss {
color: #000;
font-weight: bold; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--province .box_item_province .total {
color: rgba(0, 0, 0, 0.9); }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_footer {
padding: 25px 0;
position: relative;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_footer::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background-color: rgba(0, 0, 0, 0.5); }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_footer .date_time {
color: rgba(0, 0, 0, 0.6); }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_footer .btn_xem_them {
text-decoration: none; }
.section_content--tin_tuc .box_main_right .box_list_product .box_heading {
margin-bottom: 24px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center; }
.section_content--tin_tuc .box_main_right .box_list_product .box_heading h2 {
font-size: 1.5rem;
font-weight: bold;
color: #47809F;
padding-bottom: 8px;
margin-bottom: 8px;
position: relative;
display: block;
margin-right: 20px; }
.section_content--tin_tuc .box_main_right .box_list_product .box_heading h2::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #47809F;
border-radius: 36px; }
.section_content--tin_tuc .box_main_right .box_list_product .box_heading h2:last-child {
margin-right: 0; }
.section_content--tin_tuc .box_main_right .box_list_product .box_content_list_product .box_item_product {
padding: 10px;
margin-bottom: 30px;
border: 1px solid rgba(0, 0, 0, 0.5); }
.section_content--tin_tuc .box_main_right .box_list_product .box_content_list_product .box_item_product .box_img {
margin-bottom: 10px; }
.section_content--tin_tuc .box_main_right .box_list_product .box_content_list_product .box_item_product .box_img img {
width: 100%;
height: 196px;
object-fit: cover; }
.section_content--tin_tuc .box_main_right .box_list_product .box_content_list_product .box_item_product .box_text_main {
text-align: center; }
.section_content--tin_tuc .box_main_right .box_list_product .box_content_list_product .box_item_product .box_text_main .title {
font-size: 1.125rem;
color: #47809F;
font-weight: bold;
margin-bottom: 6px; }
.section_content--tin_tuc .box_main_right .box_list_product .box_content_list_product .box_item_product .box_text_main .btn_xen {
width: 100%;
padding: 12px 0;
background-color: #47809F;
text-decoration: none;
font-size: 1rem;
font-weight: bold;
color: #fff;
transition: 0.3s; }
.section_content--tin_tuc .box_main_right .box_list_product .box_content_list_product .box_item_product .box_text_main .btn_xen:hover {
opacity: 0.8; }
/**
*================================================================================================
*Trang POST MAIN
*================================================================================================
*/
.section_content--postMain {
padding: 80px 0; }
.section_content--postMain a {
display: block;
text-decoration: none; }
.section_content--postMain .box_left .list_path {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 20px; }
.section_content--postMain .box_left .list_path .item_path {
margin-right: 12px;
position: relative; }
.section_content--postMain .box_left .list_path .item_path::before {
content: "";
position: absolute;
width: 2px;
height: 16px;
background-color: #47809F;
right: -6px;
top: -1px;
transform: rotate(10deg); }
.section_content--postMain .box_left .list_path .item_path:last-child {
margin-right: 0; }
.section_content--postMain .box_left .list_path .item_path:last-child::before {
content: "";
position: absolute;
width: 0;
height: 0; }
.section_content--postMain .box_left .list_path .item_path a {
text-decoration: none;
font-size: 1rem;
font-weight: bold;
color: #47809F; }
.section_content--postMain .box_left .box_main_post .box_title_main {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 20px; }
.section_content--postMain .box_left .box_main_post .box_title_main .title_main_post {
margin-right: 30px;
font-size: 1.875rem;
font-weight: bold;
color: #47809F;
line-height: 1.2; }
.section_content--postMain .box_left .box_main_post .box_title_main .author {
font-size: 0.875rem;
font-weight: bold;
color: #989898; }
.section_content--postMain .box_left .box_main_post .box_main_content {
padding-bottom: 30px;
margin-bottom: 30px;
position: relative; }
.section_content--postMain .box_left .box_main_post .box_main_content::before {
content: "";
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
background-color: #47809F; }
.section_content--postMain .box_left .box_main_post .box_main_content .img_post {
width: 100%;
height: 400px;
object-fit: cover;
margin-bottom: 20px; }
.section_content--postMain .box_left .box_main_post .box_main_content .text_post {
font-size: 1.125rem;
line-height: 1.4;
color: rgba(0, 0, 0, 0.6);
margin-bottom: 20px; }
.section_content--postMain .box_left .box_main_post .box_main_content .title_description {
font-size: 1.25rem;
font-weight: bold;
color: #47809F;
margin-bottom: 20px; }
.section_content--postMain .box_left .box_comment_post .box_heading_comment {
margin-bottom: 20px; }
.section_content--postMain .box_left .box_comment_post .box_heading_comment h2 {
font-size: 1.5rem;
font-weight: bold;
color: #47809F; }
.section_content--postMain .box_left .box_comment_post .box_comment_you .title {
font-size: 1rem;
color: #47809F;
font-weight: bold;
margin-bottom: 10px; }
.section_content--postMain .box_left .box_comment_post .box_comment_you .form_comment {
position: relative; }
.section_content--postMain .box_left .box_comment_post .box_comment_you .form_comment .textarea_box {
resize: none;
width: 100%;
background-color: #f3f5f8;
box-sizing: border-box;
padding: 20px;
border-radius: 5px;
border: 3px solid transparent;
outline: none; }
.section_content--postMain .box_left .box_comment_post .box_comment_you .form_comment .textarea_box:hover {
border: 3px solid #47809F; }
.section_content--postMain .box_left .box_comment_post .box_comment_you .form_comment .btn_submit {
position: absolute;
bottom: 20px;
right: 20px;
padding: 10px 20px;
background-color: #47809F;
outline: none;
border: none;
border-radius: 36px;
font-size: 1rem;
font-weight: bold;
color: #fff;
transition: 0.3s; }
.section_content--postMain .box_left .box_comment_post .box_comment_you .form_comment .btn_submit:hover {
opacity: 0.8; }
.section_content--postMain .box_right .box_danh_muc {
margin-bottom: 30px; }
.section_content--postMain .box_right .box_danh_muc .box_heading {
margin-bottom: 24px;
display: inline-block; }
.section_content--postMain .box_right .box_danh_muc .box_heading h2 {
font-size: 1.5rem;
font-weight: bold;
color: #47809F;
padding-bottom: 8px;
margin-bottom: 8px;
position: relative;
display: block; }
.section_content--postMain .box_right .box_danh_muc .box_heading h2::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #47809F;
border-radius: 36px; }
.section_content--postMain .box_right .box_danh_muc .list_danh_muc {
display: flex;
flex-direction: column;
justify-content: center; }
.section_content--postMain .box_right .box_danh_muc .list_danh_muc .item_danh_muc {
margin-bottom: 24px;
padding: 10px 0 5px;
position: relative;
transition: 0.3s;
cursor: pointer; }
.section_content--postMain .box_right .box_danh_muc .list_danh_muc .item_danh_muc::before {
content: "";
position: absolute;
width: 100%;
height: 1px;
background-color: #000;
bottom: 0;
left: 0; }
.section_content--postMain .box_right .box_danh_muc .list_danh_muc .item_danh_muc:hover {
background-color: #a5cef5; }
.section_content--postMain .box_right .box_danh_muc .list_danh_muc .item_danh_muc .link_item {
display: block; }
.section_content--postMain .box_right .box_danh_muc .list_danh_muc .item_danh_muc .link_item .danh_muc_content {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
color: #000;
font-size: 1.125rem; }
.section_content--postMain .box_right .box_news {
margin-bottom: 30px; }
.section_content--postMain .box_right .box_news .box_heading {
margin-bottom: 24px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center; }
.section_content--postMain .box_right .box_news .box_heading h2 {
font-size: 1.5rem;
font-weight: bold;
color: #47809F;
padding-bottom: 8px;
margin-bottom: 8px;
position: relative;
display: block;
margin-right: 20px; }
.section_content--postMain .box_right .box_news .box_heading h2::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #47809F;
border-radius: 36px; }
.section_content--postMain .box_right .box_news .box_heading h2:last-child {
margin-right: 0; }
.section_content--postMain .box_right .box_news .list_main_news .item_news {
padding-bottom: 12px;
margin-bottom: 12px;
position: relative; }
.section_content--postMain .box_right .box_news .list_main_news .item_news::before {
content: "";
position: absolute;
width: 100%;
height: 1px;
background-color: #000;
bottom: 0;
left: 0; }
.section_content--postMain .box_right .box_news .list_main_news .item_news:hover .link_news .box_news_content .title {
color: #47809F; }
.section_content--postMain .box_right .box_news .list_main_news .item_news .link_news {
display: block; }
.section_content--postMain .box_right .box_news .list_main_news .item_news .link_news .box_contant_img img {
width: 100%;
height: 100%;
object-fit: cover; }
.section_content--postMain .box_right .box_news .list_main_news .item_news .link_news .box_news_content .time {
font-size: 0.875rem;
font-weight: 300;
color: #797676;
margin-bottom: 6px; }
.section_content--postMain .box_right .box_news .list_main_news .item_news .link_news .box_news_content .title {
font-size: 1.125rem;
color: #000000;
font-weight: bold;
margin-bottom: 6px;
transition: 0.3s; }
.section_content--postMain .box_right .box_news .list_main_news .item_news .link_news .box_news_content .description {
font-size: 1rem;
font-weight: 300;
color: #797676;
line-height: 1.4; }
.section_content--postMain .box_right .box_new_hot {
margin-bottom: 30px; }
.section_content--postMain .box_right .box_new_hot .box_heading {
margin-bottom: 24px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center; }
.section_content--postMain .box_right .box_new_hot .box_heading h2 {
font-size: 1.5rem;
font-weight: bold;
color: #47809F;
padding-bottom: 8px;
margin-bottom: 8px;
position: relative;
display: block;
margin-right: 20px; }
.section_content--postMain .box_right .box_new_hot .box_heading h2::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #47809F;
border-radius: 36px; }
.section_content--postMain .box_right .box_new_hot .box_heading h2:last-child {
margin-right: 0; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_heading {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-bottom: 20px;
margin-bottom: 20px;
position: relative; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_heading::before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: #47809F; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_heading .box_heading--inf .title_heading {
font-size: 1.125rem;
color: rgba(0, 0, 0, 0.6);
margin-bottom: 10px; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_heading .box_heading--inf .parameter_heading {
font-size: 2.1875rem;
font-weight: bold; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_heading .box_heading--inf .parameter_heading--1 {
color: red; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_heading .box_heading--inf .parameter_heading--2 {
color: #000; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_main_layout {
display: flex;
flex-direction: row;
margin-left: -10px;
margin-right: -10px; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_main_layout .item_layout {
padding-left: 10px;
padding-right: 10px; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_main_layout .item_layout.flex--2 {
flex: 2; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_main_layout .item_layout.flex--1 {
flex: 1; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--heading {
margin-bottom: 15px; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--heading .box_item_heading .title {
font-size: 1.125rem;
color: rgba(0, 0, 0, 0.6); }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--province {
margin-bottom: 15px; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--province .box_item_province {
text-align: start;
font-size: 1.125rem; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--province .box_item_province .title_province {
color: rgba(0, 0, 0, 0.9); }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--province .box_item_province .number_puss {
color: #000;
font-weight: bold; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--province .box_item_province .total {
color: rgba(0, 0, 0, 0.9); }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_footer {
padding: 25px 0;
position: relative;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_footer::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background-color: rgba(0, 0, 0, 0.5); }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_footer .date_time {
color: rgba(0, 0, 0, 0.6); }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_footer .btn_xem_them {
text-decoration: none; }
.section_content--postMain .box_right .box_list_product .box_heading {
margin-bottom: 24px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center; }
.section_content--postMain .box_right .box_list_product .box_heading h2 {
font-size: 1.5rem;
font-weight: bold;
color: #47809F;
padding-bottom: 8px;
margin-bottom: 8px;
position: relative;
display: block;
margin-right: 20px; }
.section_content--postMain .box_right .box_list_product .box_heading h2::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #47809F;
border-radius: 36px; }
.section_content--postMain .box_right .box_list_product .box_heading h2:last-child {
margin-right: 0; }
.section_content--postMain .box_right .box_list_product .box_content_list_product .box_item_product {
padding: 10px;
margin-bottom: 30px;
border: 1px solid rgba(0, 0, 0, 0.5); }
.section_content--postMain .box_right .box_list_product .box_content_list_product .box_item_product .box_img {
margin-bottom: 10px; }
.section_content--postMain .box_right .box_list_product .box_content_list_product .box_item_product .box_img img {
width: 100%;
height: 110px;
object-fit: cover; }
.section_content--postMain .box_right .box_list_product .box_content_list_product .box_item_product .box_text_main {
text-align: center; }
.section_content--postMain .box_right .box_list_product .box_content_list_product .box_item_product .box_text_main .title {
font-size: 1.125rem;
color: #47809F;
font-weight: bold;
margin-bottom: 6px; }
.section_content--postMain .box_right .box_list_product .box_content_list_product .box_item_product .box_text_main .btn_xen {
width: 100%;
padding: 12px 0;
background-color: #47809F;
text-decoration: none;
font-size: 1rem;
font-weight: bold;
color: #fff;
transition: 0.3s; }
.section_content--postMain .box_right .box_list_product .box_content_list_product .box_item_product .box_text_main .btn_xen:hover {
opacity: 0.8; }
|
dist/css/main.css
|
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
a {
text-decoration: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
html {
scroll-behavior: smooth; }
body {
font-family: 'Roboto', sans-serif; }
.container_edit--page--1240 {
max-width: 1240px;
width: 100%;
margin: 0 auto; }
.container_edit--page--696 {
max-width: 696px;
width: 100%;
margin: 0 auto; }
.container_full_width {
max-width: 100%;
width: 100%;
margin: 0 auto; }
/* Slider */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto; }
.slick-track:before,
.slick-track:after {
display: table;
content: ''; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px; }
[dir='rtl'] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
.main_header {
background-color: #f2f2f2f2;
position: relative;
height: 90px; }
.main_header .bg_nav {
position: absolute;
display: flex;
justify-content: end;
right: 0;
top: 0;
height: 100%; }
.main_header .bg_nav img {
width: 100%;
height: 100%; }
.main_header .row_edit_header {
position: relative;
justify-content: space-between;
align-items: center;
height: 100%; }
.main_header .row_edit_header .item_logo img {
width: 100%;
height: 60px; }
.main_header .row_edit_header .box_menu_ul {
display: flex;
justify-content: space-between;
align-items: center; }
.main_header .row_edit_header .box_menu_ul .box_menu_li {
margin-right: 40px; }
.main_header .row_edit_header .box_menu_ul .box_menu_li:last-child {
margin-right: 0; }
.main_header .row_edit_header .box_menu_ul .box_menu_li.active .menu_link {
color: #c4e7fb; }
.main_header .row_edit_header .box_menu_ul .box_menu_li:hover .menu_link {
color: #c4e7fb;
-webkit-transition: all 0.7s ease-in-out 0s;
-o-transition: all 0.7s ease-in-out 0s;
transition: all 0.7s ease-in-out 0s; }
.main_header .row_edit_header .box_menu_ul .box_menu_li .menu_link {
text-decoration: none;
color: white;
font-weight: 700;
text-transform: uppercase; }
.main_header .row_edit_header .box_item_user_ul {
display: flex;
justify-content: center;
align-items: center;
position: relative; }
.main_header .row_edit_header .box_item_user_ul .item_user_li {
margin-right: 15px; }
.main_header .row_edit_header .box_item_user_ul .item_user_li:last-child {
margin-right: 0; }
.main_header .row_edit_header .box_item_user_ul .item_user_li .items_inf_user--ul {
position: absolute;
background-color: #f2f2f2f2;
width: 200px;
text-align: center;
left: -108px;
bottom: -124px;
animation-name: faderighttoleft;
display: none;
z-index: 222; }
.main_header .row_edit_header .box_item_user_ul .item_user_li .items_inf_user--ul::before {
content: "";
position: absolute;
width: 20px;
height: 20px;
clip-path: polygon(0 0, 100% 0, 0 100%);
transform: rotate(45deg);
background-color: #f2f2f2;
top: -10px;
right: 17px; }
.main_header .row_edit_header .box_item_user_ul .item_user_li .items_inf_user--ul::after {
content: "";
position: absolute;
width: 50px;
height: 22px;
background-color: transparent;
top: -18px;
right: 0px; }
.main_header .row_edit_header .box_item_user_ul .item_user_li .items_inf_user--ul .item_inf_user--li {
padding: 20px 0;
box-sizing: content-box;
cursor: pointer; }
.main_header .row_edit_header .box_item_user_ul .item_user_li .items_inf_user--ul .item_inf_user--li:hover {
background-color: #c4e7fb;
-webkit-transition: all 0.7s ease-in-out 0s;
-o-transition: all 0.7s ease-in-out 0s;
transition: all 0.7s ease-in-out 0s; }
.main_header .row_edit_header .box_item_user_ul .item_user_li .items_inf_user--ul .item_inf_user--li a {
text-decoration: none;
font-size: 1rem;
color: black; }
.main_header .row_edit_header .box_item_user_ul .item_user_li.item_user_li--hover:hover .items_inf_user--ul {
display: block; }
.main_footer {
background-color: #E5F4FD;
padding: 30px 0; }
.main_footer .container .section_get_inf .row {
align-items: center; }
.main_footer .container .section_get_inf .row .col-md-4 .box__logo--footer img {
width: 100%;
height: 226.84px; }
.main_footer .container .section_get_inf .row .col-md-8 .box__content {
padding: 60px 80px 30px;
border-left: 3px solid #4d87a7;
border-right: 3px solid #4d87a7;
border-top: 3px solid #4D87A7;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.main_footer .container .section_get_inf .row .col-md-8 .box__content h1 {
color: #315A71;
margin-bottom: 24px; }
.main_footer .container .section_get_inf .row .col-md-8 .box__content .form_get_inf .row {
align-items: center; }
.main_footer .container .section_get_inf .row .col-md-8 .box__content .form_get_inf .row .col-md-8 .box_input input {
width: 100%;
height: 43px;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 4px solid #4D87A7;
background: none; }
.main_footer .container .section_get_inf .row .col-md-8 .box__content .form_get_inf .row .col-md-4 .box_submit input {
width: 100%;
padding: 15px 0;
border-radius: 36px;
background-color: #47809F;
color: white;
border: none; }
.main_footer .container .box_footer {
padding: 40px 0 50px; }
.main_footer .container .box_footer .row .col-md-3 .box-content h1 {
font-size: 1.25rem;
color: #377482;
margin-bottom: 30px; }
.main_footer .container .box_footer .row .col-md-3 .box-content a {
text-decoration: none; }
.main_footer .container .box_footer .row .col-md-3 .box-content a .cs_text {
color: #7D91A0;
line-height: 25px; }
.main_footer .container .box_footer .row .col-md-3 .box-content a .box_item_inf--footer {
display: flex;
align-items: center; }
.main_footer .container .box_footer .row .col-md-3 .box-content a .box_item_inf--footer .box_icon--footer img {
margin-right: 20px; }
.main_footer .container .box_footer .row .col-md-3 .box-content .box--follow {
width: 100%;
height: 188px;
background-color: #C4E7FB; }
.main_footer .container .box--last {
display: flex;
justify-content: space-between;
padding: 34px 0 0;
border-top: 3px solid #47809F;
position: relative; }
.main_footer .container .box--last .img_last {
position: absolute;
top: -30px;
left: 50%;
transform: translateX(-50%); }
.main_footer .container .box--last .img_last img {
width: 100%;
height: 60px; }
/**
*================================================================================================
*Trang giới thiệu
*================================================================================================
*/
.section_content .section_content--1 {
position: relative;
width: 100%;
height: 647px; }
.section_content .section_content--1 .box-part .part--1 {
position: absolute;
width: 300px;
height: 300px;
clip-path: polygon(0 0, 100% 0, 0 100%);
background-color: rgba(71, 128, 159, 0.6);
z-index: 22;
top: 0;
left: 0; }
.section_content .section_content--1 .box-part .part--2 {
position: absolute;
width: 350px;
height: 350px;
clip-path: polygon(0 0, 100% 0, 0 100%);
background-color: rgba(71, 128, 159, 0.6);
z-index: 22;
top: 0;
left: 0; }
.section_content .section_content--1 .box-part .part--3 {
position: absolute;
width: 400px;
height: 400px;
clip-path: polygon(0 0, 100% 0, 0 100%);
background-color: rgba(71, 128, 159, 0.4);
z-index: 22;
top: 0;
left: 0; }
.section_content .section_content--1 .box-part .part--4 {
position: absolute;
width: 300px;
height: 300px;
clip-path: polygon(100% 0, 100% 100%, 0 100%);
background-color: rgba(71, 128, 159, 0.6);
z-index: 22;
bottom: 0;
right: 0; }
.section_content .section_content--1 .container-edit {
width: 100%;
margin: 0 auto; }
.section_content .section_content--1 .container-edit .box_main_slide {
position: relative; }
.section_content .section_content--1 .container-edit .box_main_slide .box__slide {
width: 100%;
height: 100%;
position: relative; }
.section_content .section_content--1 .container-edit .box_main_slide .box__slide.box__slide--1 {
position: relative;
background-image: url(../images/bg/bg_nen-1.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover; }
.section_content .section_content--1 .container-edit .box_main_slide .box__slide.box__slide--2 {
position: relative;
background-image: url(../images/bg/bg_nen-2.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover; }
.section_content .section_content--1 .container-edit .box_main_slide .box__slide.box__slide--3 {
position: relative;
background-image: url(../images/bg/bg_nen-3.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover; }
.section_content .section_content--1 .container-edit .box_main_slide .box__slide.box__slide--4 {
position: relative;
background-image: url(../images/bg/bg_nen-4.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover; }
.section_content .section_content--1 .container-edit .box_main_slide .box__slide::before {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0; }
.section_content .section_content--1 .container-edit .box_main_slide .box__slide .container_part__edit {
position: absolute;
top: 200px;
left: 300px; }
.section_content .section_content--1 .container-edit .box_main_slide .box__slide .container_part__edit h1 {
color: #47809f;
font-size: 2.5rem;
margin-bottom: 30px; }
.section_content .section_content--1 .container-edit .box_main_slide .box__slide .container_part__edit p {
color: #235672; }
.section_content .section_content--1 .container-edit .box_main_slide .slick-dots {
position: absolute;
bottom: 50px;
left: 0;
right: 0;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center; }
.section_content .section_content--1 .container-edit .box_main_slide .slick-dots li {
margin-right: 20px; }
.section_content .section_content--1 .container-edit .box_main_slide .slick-dots li button {
height: 14px;
width: 14px;
background: #e1e1e1;
text-indent: -9999px;
display: block;
border: 2px solid #e1e1e1;
border-radius: 50%;
padding: 0;
outline: none; }
.section_content .section_content--1 .container-edit .box_main_slide .slick-dots li:last-child {
margin-right: 0; }
.section_content .section_content--1 .container-edit .box_main_slide .slick-dots li.slick-active button {
border: 2px solid #47809f;
background-color: #47809f; }
.section_content .section_content--2 {
padding: 90px 0; }
.section_content .section_content--2 .box_content--2 {
position: relative;
padding: 40px 0 0; }
.section_content .section_content--2 .box_content--2:before {
content: "";
position: absolute;
width: 288px;
height: 4px;
background-color: #60A9D1;
top: 0;
left: 50%;
transform: translateX(-50%); }
.section_content .section_content--2 .box_content--2 .row {
align-items: center; }
.section_content .section_content--2 .box_content--2 .row .box-img img {
width: 100%;
height: 100%; }
.section_content .section_content--2 .box_content--2 .row .box_text_content p {
font-size: 1.125rem;
margin-bottom: 15px;
line-height: 1.4;
color: #1A1A1A; }
.section_content .section_content--2 .box_content--2 .row .box_text_content p:last-child {
margin-bottom: 0; }
.section_content .box__tilte {
padding: 0 0 20px;
position: relative;
margin-bottom: 20px; }
.section_content .box__tilte::before {
content: "";
position: absolute;
width: 238px;
height: 4px;
background-color: #60A9D1;
bottom: 0;
left: 50%;
transform: translateX(-50%); }
.section_content .box__tilte h1 {
text-align: center;
font-size: 1.5rem;
font-weight: 700;
color: #47809f; }
.section_content .section_content--3 .container .san_pham {
margin: 30px 0; }
.section_content .section_content--3 .container .san_pham .row .box-text--inf h1 {
font-weight: 700;
margin-bottom: 30px;
padding-left: 100px;
position: relative; }
.section_content .section_content--3 .container .san_pham .row .box-text--inf h1::before {
content: "";
position: absolute;
width: 90px;
height: 4px;
background-color: #3899F3;
left: 0;
top: 50%;
transform: translateY(-50%); }
.section_content .section_content--3 .container .san_pham .row .box-text--inf p {
line-height: 1.5;
color: #444444; }
.section_content .section_content--3 .container .san_pham .row .box_img img {
width: 100%;
height: 300px; }
.section_content .section_content--3 .container .phan_trang--ul {
display: flex;
justify-content: flex-end;
align-items: center; }
.section_content .section_content--3 .container .phan_trang--ul a .phan-tran--li {
padding: 10px 12px;
box-sizing: border-box;
margin-right: 20px;
background-color: #47809F;
border-radius: 6px;
text-decoration: none;
color: white; }
.section_content .section_content--3 .container .phan_trang--ul a .phan-tran--li:hover {
opacity: 0.8; }
.section_content .section_content--4 {
padding: 50px 0; }
.section_content .section_content--4 .box--text p {
color: #444444;
font-size: 1pxrem;
line-height: 1.5; }
.section_content .section_content--4 .box--text p:first-child {
margin-bottom: 20px; }
/**
*================================================================================================
*Trang index
*================================================================================================
*/
.section_content--index .section_1 {
width: 100%;
height: 640px; }
.section_content--index .section_1 .box_main_slide .slick-dots {
position: absolute;
bottom: 50px;
left: 0;
right: 0;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center; }
.section_content--index .section_1 .box_main_slide .slick-dots li {
margin-right: 20px; }
.section_content--index .section_1 .box_main_slide .slick-dots li button {
height: 14px;
width: 14px;
background: #f2f2f2;
text-indent: -9999px;
display: block;
border: 2px solid #e1e1e1;
border-radius: 50%;
padding: 0;
outline: none; }
.section_content--index .section_1 .box_main_slide .slick-dots li:last-child {
margin-right: 0; }
.section_content--index .section_1 .box_main_slide .slick-dots li.slick-active button {
border: 2px solid #47809f;
background-color: #47809f; }
.section_content--index .section_1 .box_main_slide .box_content_main.box_content_main-1 {
background-image: url(../images/bg/bg_index-1.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
object-fit: cover; }
.section_content--index .section_1 .box_main_slide .box_content_main.box_content_main-2 {
background-image: url(../images/bg/bg_index-3.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
object-fit: cover; }
.section_content--index .section_1 .box_main_slide .box_content_main.box_content_main-3 {
background-image: url(../images/bg/bg_index-4.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
object-fit: cover; }
.section_content--index .section_1 .box_main_slide .box_content_main .box_main {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start; }
.section_content--index .section_1 .box_main_slide .box_content_main .box_main.box_main_2 {
margin-left: calc(100% - 592px); }
.section_content--index .section_1 .box_main_slide .box_content_main .box_main .title {
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
font-size: 0.75rem;
font-weight: bold;
color: #fff;
padding: 6px 22px;
background-color: #2E2E2E;
border-radius: 8px;
margin-bottom: 14px; }
.section_content--index .section_1 .box_main_slide .box_content_main .box_main .main_title {
font-size: 1.875rem;
font-weight: bold;
color: #0D87A0;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
margin-bottom: 10px;
line-height: 1.4; }
.section_content--index .section_1 .box_main_slide .box_content_main .box_main .main_title.main_title-3 {
color: #fff; }
.section_content--index .section_1 .box_main_slide .box_content_main .box_main .description {
font-size: 0.875rem;
color: #414141;
margin-bottom: 43px; }
.section_content--index .section_1 .box_main_slide .box_content_main .box_main .description.description-3 {
color: #fff; }
.section_content--index .section_1 .box_main_slide .box_content_main .box_main .btn_xem-ngay {
padding: 20px 52px;
font-size: 1.25rem;
color: #fff;
text-decoration: none;
background-color: #408493;
border-radius: 4px;
transition: all 0.7s ease-in-out 0s; }
.section_content--index .section_1 .box_main_slide .box_content_main .box_main .btn_xem-ngay:hover {
opacity: 0.8; }
.section_content--index .section_1 .box_main_slide .box_content_main .box_main .btn_xem-ngay.btn_xem-ngay-3 {
background-color: #fff;
color: #000; }
.section_content--index .section_2 {
padding: 70px 0; }
.section_content--index .section_2 .box_main_st_2 .box_heading {
text-align: center; }
.section_content--index .section_2 .box_main_st_2 .box_heading .title {
font-size: 2.25rem;
font-weight: 500;
color: #377482;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
margin-bottom: 10px; }
.section_content--index .section_2 .box_main_st_2 .box_heading .description {
font-size: 1.125pxrem;
font-weight: 500;
color: #979696; }
.section_content--index .section_2 .box_main_st_2 .box_content {
margin-top: 28px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_bg_1 {
padding: 35px 32px;
height: 100%;
background-image: url(../images/bg/bg_index-2.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
object-fit: cover;
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_bg_1 .logo {
font-size: 0.75rem;
font-weight: bold;
color: #fff;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
background-color: #EFE844;
border-radius: 8px;
padding: 6px 17px;
margin-bottom: 16px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_bg_1 .slogan {
font-size: 1.5rem;
color: #fff;
line-height: 1.6;
margin-bottom: 80px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_bg_1 .box_price {
font-size: 2.25rem;
font-weight: bold;
margin-bottom: 80px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_bg_1 .box_price .text {
color: #fff; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_bg_1 .box_price .price {
color: #FBFF2B; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_bg_1 .btn_dangKi {
padding: 20px 38px;
text-decoration: none;
font-size: 1.25rem;
color: #fff;
background-color: #408493;
border-radius: 4px;
transition: all 0.7s ease-in-out 0s; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_bg_1 .btn_dangKi:hover {
opacity: 0.9; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products {
position: relative;
cursor: pointer; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .slick-dots {
position: absolute;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
bottom: -30px;
left: 50%;
transform: translateX(-50%); }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .slick-dots li {
margin-right: 7px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .slick-dots li button {
height: 10px;
width: 10px;
background: #C4E7FB;
text-indent: -9999px;
display: block;
border: none;
border-radius: 50%;
padding: 0;
outline: none; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .slick-dots li:last-child {
margin-right: 0; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .slick-dots li.slick-active button {
background-color: #47809F; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product {
width: 287px;
height: 100%;
border: 1px solid #8B8888;
margin-right: 20px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product:last-child {
margin-right: 0; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_img_product {
height: 272px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_img_product .img_product {
width: 100%;
height: 100%;
object-fit: cover; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content {
height: calc(100% - 272px);
padding: 14px 28px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content .Category {
font-weight: 500;
font-size: 0.875rem;
color: #cccccc;
margin-bottom: 10px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content .name_product {
font-size: 1rem;
font-weight: 500;
color: #47809F;
margin-bottom: 14px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content .box_evaluate {
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 24px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content .box_evaluate .start {
width: 20px;
height: 20px;
position: relative; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content .box_evaluate .start .start-1 {
position: absolute;
height: 100%;
width: 100%;
left: 50%;
transform: translateX(-50%);
background-color: #E7EB30;
clip-path: polygon(50% 0%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content .box_evaluate .start .start-2 {
position: absolute;
left: 0;
height: 100%;
width: 100%;
left: 48%;
transform: translateX(-50%);
background-color: #E7EB30;
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%); }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content .box_evaluate .start .hard_start {
background-color: unset;
border: 1px solid #EDF12D; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content .price {
font-size: 1.125rem;
font-weight: 500;
color: #575757;
margin-bottom: 15px; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content .btn_view {
width: 100%;
padding: 12px 0;
text-align: center;
text-decoration: none;
font-size: 1.125rem;
font-weight: 500;
color: #fff;
background-color: #47809F;
display: inline-block;
transition: all 0.7s ease-in-out 0s; }
.section_content--index .section_2 .box_main_st_2 .box_content .item_content-1 .box_show_slide_products .box_main_product .box_content .btn_view:hover {
opacity: 0.8; }
.section_content--index .section_2 .box_main_st_2 .box_catagios {
margin-top: 104px; }
.section_content--index .section_2 .box_main_st_2 .box_catagios .box_content_category {
padding: 28px 36px 41px;
border-radius: 10px; }
.section_content--index .section_2 .box_main_st_2 .box_catagios .box_content_category.box_content_category--1 {
background-image: url(../images/sanPham/bg_index-sp-st2-3.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
object-fit: cover; }
.section_content--index .section_2 .box_main_st_2 .box_catagios .box_content_category.box_content_category--2 {
background-image: url(../images/sanPham/bg_index-sp-st2-4.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
object-fit: cover; }
.section_content--index .section_2 .box_main_st_2 .box_catagios .box_content_category.box_content_category--3 {
background-image: url(../images/sanPham/bg_index-sp-st2-5.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
object-fit: cover; }
.section_content--index .section_2 .box_main_st_2 .box_catagios .box_content_category .box_text_inf .category {
font-size: 1.125rem;
color: #FF4A17;
font-weight: 500;
margin-bottom: 20px; }
.section_content--index .section_2 .box_main_st_2 .box_catagios .box_content_category .box_text_inf .category_slogan {
font-weight: 300;
font-size: 1.5rem;
color: #000;
margin-bottom: 55px; }
.section_content--index .section_2 .box_main_st_2 .box_catagios .box_content_category .box_text_inf .btn_buy {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
cursor: pointer; }
.section_content--index .section_2 .box_main_st_2 .box_catagios .box_content_category .box_text_inf .btn_buy:hover .text {
color: #408493; }
.section_content--index .section_2 .box_main_st_2 .box_catagios .box_content_category .box_text_inf .btn_buy .text {
font-size: 0.875rem;
font-weight: bold;
color: #000;
margin-right: 12px;
transition: all 0.3s ease-in-out 0s; }
.section_content--index .section_2 .box_main_st_2 .box_catagios .box_content_category .box_text_inf .btn_buy .icon_arrow_right {
color: #FF4A17;
width: auto;
height: 20px; }
.section_content--index .section_3 .box_main_service {
padding: 50px 0 130px; }
.section_content--index .section_3 .box_main_service .box_heading {
margin-bottom: 30px; }
.section_content--index .section_3 .box_main_service .box_heading p {
text-align: center;
font-size: 1.875rem;
font-weight: 500;
color: #000;
padding-left: 390px;
padding-right: 390px;
margin-bottom: 40px;
position: relative; }
.section_content--index .section_3 .box_main_service .box_heading p::before {
content: "";
position: absolute;
width: 347px;
height: 2px;
background-color: #959595;
top: 50%;
transform: translateY(-50%);
left: 0; }
.section_content--index .section_3 .box_main_service .box_heading p::after {
content: "";
position: absolute;
width: 347px;
height: 2px;
background-color: #959595;
top: 50%;
transform: translateY(-50%);
right: 0; }
.section_content--index .section_3 .box_main_service .box_content_main_service .box_service {
text-align: center; }
.section_content--index .section_3 .box_main_service .box_content_main_service .box_service .box_img {
text-align: center;
margin-bottom: 26px; }
.section_content--index .section_3 .box_main_service .box_content_main_service .box_service .box_img img {
width: auto;
height: 100px;
object-fit: cover; }
.section_content--index .section_3 .box_main_service .box_content_main_service .box_service .title_service {
font-size: 1.625rem;
font-weight: 500;
color: #000;
margin-bottom: 14px; }
.section_content--index .section_3 .box_main_service .box_content_main_service .box_service .text_service {
font-size: 1.25rem;
font-weight: 300;
color: #8B8181; }
.section_content--index .section_3 .box_parameter {
padding: 116px 0;
background-color: #E9E9E9; }
.section_content--index .section_3 .box_parameter .box_main_content {
text-align: center; }
.section_content--index .section_3 .box_parameter .box_main_content .box_img {
margin-bottom: 20px; }
.section_content--index .section_3 .box_parameter .box_main_content .box_img img {
width: auto;
height: 60px;
object-fit: cover; }
.section_content--index .section_3 .box_parameter .box_main_content .number_parameters {
font-size: 2.5rem;
font-weight: bold;
color: #47809F;
margin-bottom: 15px; }
.section_content--index .section_3 .box_parameter .box_main_content .text_parameters {
font-size: 1.25rem;
font-weight: 300;
color: #000; }
.section_content--index .section_4 {
padding: 80px 0; }
.section_content--index .section_4 .box_main_content .box_main_item {
margin-bottom: 140px; }
.section_content--index .section_4 .box_main_content .box_main_item .box_grid {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-left: -58px;
margin-right: -58px; }
.section_content--index .section_4 .box_main_content .box_main_item .box_grid .item_grid {
width: 50%;
padding-left: 58px;
padding-right: 58px; }
.section_content--index .section_4 .box_main_content .box_main_item .box_grid .item_grid .item_main {
position: relative;
overflow: hidden;
width: 100%;
padding: 27px;
background-color: #FEFEFE;
box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.25);
border-radius: 0px 32px 32px 0px; }
.section_content--index .section_4 .box_main_content .box_main_item .box_grid .item_grid .item_main .box_circle {
position: absolute;
top: 50%;
left: -40px;
clip-path: circle(50% at 50% 50%);
background-color: #225F6C;
transform: matrix(-1, 0, 0, 1, 0, 0) translateY(-50%);
width: 155px;
height: 155px; }
.section_content--index .section_4 .box_main_content .box_main_item .box_grid .item_grid .item_main .box_icon {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%); }
.section_content--index .section_4 .box_main_content .box_main_item .box_grid .item_grid .item_main .box_icon img {
width: auto;
height: 57px;
object-fit: cover; }
.section_content--index .section_4 .box_main_content .box_main_item .box_grid .item_grid .item_main .box_icon img.img_banh_rang {
height: 103px; }
.section_content--index .section_4 .box_main_content .box_main_item .box_grid .item_grid .item_main .box_main_text {
margin-left: 150px; }
.section_content--index .section_4 .box_main_content .box_main_item .box_grid .item_grid .item_main .box_main_text .title {
font-size: 1.875rem;
color: #504D4D;
margin-bottom: 12px; }
.section_content--index .section_4 .box_main_content .box_main_item .box_grid .item_grid .item_main .box_main_text .description {
font-size: 1.125rem;
color: #767676;
line-height: 1.4; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-right: 0;
margin-left: 0; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new {
padding-left: 0;
padding-right: 0; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--1 {
width: 40%; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--1 .box_main_bg_img img {
width: 100%;
height: 100%;
object-fit: cover; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--2 {
width: 60%; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--2 .box_main_content {
padding: 70px;
height: 100%;
border: 2px solid #000;
border-left: 0; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--2 .box_main_content .box_inf_content .title {
font-size: 1.875rem;
font-weight: bold;
color: #377482;
margin-bottom: 50px; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--2 .box_main_content .box_inf_content .box_grid_category {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-left: -20px;
margin-right: -20px; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--2 .box_main_content .box_inf_content .box_grid_category .item_grid_category {
width: 33.33333333%;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 60px; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--2 .box_main_content .box_inf_content .box_grid_category .item_grid_category .box_main_text .title_category {
font-size: 1rem;
font-weight: bold;
color: #000;
margin-bottom: 20px; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--2 .box_main_content .box_inf_content .box_grid_category .item_grid_category .box_main_text .list_inf .item_inf {
margin-bottom: 10px; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--2 .box_main_content .box_inf_content .box_grid_category .item_grid_category .box_main_text .list_inf .item_inf .link-text {
text-decoration: none;
font-size: 0.875rem;
font-weight: 400;
color: #000;
transition: all 0.5s ease-in-out 0s; }
.section_content--index .section_4 .box_main_content .box_choose_category .box_grid_new .item_grid_new.item_grid_new--2 .box_main_content .box_inf_content .box_grid_category .item_grid_category .box_main_text .list_inf .item_inf .link-text:hover {
color: #377482; }
.section_content--index .section_5 {
padding: 100px 0; }
.section_content--index .section_5 .box_main_content .box_heading {
margin-bottom: 63px;
text-align: center; }
.section_content--index .section_5 .box_main_content .box_heading .list_content {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center; }
.section_content--index .section_5 .box_main_content .box_heading .list_content .item_content {
margin-right: 33px;
padding-bottom: 12px;
position: relative;
cursor: pointer; }
.section_content--index .section_5 .box_main_content .box_heading .list_content .item_content::before {
content: "";
position: absolute;
width: 0;
height: 4px;
background-color: #377482;
bottom: 0;
left: 0;
transition: 0.5s; }
.section_content--index .section_5 .box_main_content .box_heading .list_content .item_content:hover::before {
width: 100%; }
.section_content--index .section_5 .box_main_content .box_heading .list_content .item_content.active::before {
width: 100%; }
.section_content--index .section_5 .box_main_content .box_heading .list_content .item_content .link-content {
font-size: 1.25rem;
font-weight: bold;
color: #000;
text-decoration: none; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose {
position: relative;
cursor: pointer; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .slick-dots {
position: absolute;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
bottom: -30px;
left: 50%;
transform: translateX(-50%); }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .slick-dots li {
margin-right: 7px; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .slick-dots li button {
height: 10px;
width: 10px;
background: #C4E7FB;
text-indent: -9999px;
display: block;
border: none;
border-radius: 50%;
padding: 0;
outline: none; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .slick-dots li:last-child {
margin-right: 0; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .slick-dots li.slick-active button {
background-color: #47809F; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .slick-slide {
height: unset; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_icon_btn {
padding: 4px;
border-radius: 50%;
border: 2px solid #377482;
z-index: 1;
transition: 0.5s; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_icon_btn.box_icon_btn_left {
position: absolute;
left: -45px;
top: 50%;
transform: translateY(-50%); }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_icon_btn.box_icon_btn_right {
position: absolute;
right: -45px;
top: 50%;
transform: translateY(-50%); }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_icon_btn:hover {
background-color: #377482; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_icon_btn:hover svg {
color: #fff; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_icon_btn svg {
width: 30px;
height: 30px;
color: #377482;
transition: 0.5s; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product {
width: 287px;
border: 1px solid #8B8888;
margin-right: 10px;
margin-left: 10px; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product:last-child {
margin-right: 0; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_img_product {
height: 272px; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_img_product .img_product {
width: 100%;
height: 100%;
object-fit: cover; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content {
padding: 14px 28px; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content .Category {
font-weight: 500;
font-size: 0.875rem;
color: #cccccc;
margin-bottom: 10px; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content .name_product {
font-size: 1rem;
font-weight: 500;
color: #47809F;
margin-bottom: 14px; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content .box_evaluate {
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 24px; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content .box_evaluate .start {
width: 20px;
height: 20px;
position: relative; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content .box_evaluate .start .start-1 {
position: absolute;
height: 100%;
width: 100%;
left: 50%;
transform: translateX(-50%);
background-color: #E7EB30;
clip-path: polygon(50% 0%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content .box_evaluate .start .start-2 {
position: absolute;
left: 0;
height: 100%;
width: 100%;
left: 48%;
transform: translateX(-50%);
background-color: #E7EB30;
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%); }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content .box_evaluate .start .hard_start {
background-color: unset;
border: 1px solid #EDF12D; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content .price {
font-size: 1.125rem;
font-weight: 500;
color: #575757;
margin-bottom: 15px; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content .btn_view {
width: 100%;
padding: 12px 0;
text-align: center;
text-decoration: none;
font-size: 1.125rem;
font-weight: 500;
color: #fff;
background-color: #47809F;
display: inline-block;
transition: all 0.7s ease-in-out 0s; }
.section_content--index .section_5 .box_main_content .box_main_propose .box_show_slide_propose .box_main_product .box_content .btn_view:hover {
opacity: 0.8; }
.section_content--index .section_6 {
padding: 78px 0;
background-image: url(../images/bg/bg_comment.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .slick-dots {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 0;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .slick-dots.draggable {
height: 0; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .slick-dots li {
margin-right: 20px; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .slick-dots li button {
height: 14px;
width: 14px;
background: #e1e1e1;
text-indent: -9999px;
display: block;
border: 2px solid #e1e1e1;
border-radius: 50%;
padding: 0;
outline: none; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .slick-dots li:last-child {
margin-right: 0; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .slick-dots li.slick-active button {
border: 2px solid #47809f;
background-color: #47809f; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment .box_main_avt {
width: 105px;
height: 105px;
border-radius: 50%;
overflow: hidden;
margin-bottom: 14px; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment .box_main_avt .img_avt {
width: 100%;
height: 100%;
object-fit: cover; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment .box_content_comment {
position: relative;
padding: 30px 0; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment .box_content_comment .box_quotes .item_quotes {
width: 50px;
height: 50px; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment .box_content_comment .box_quotes .item_quotes.quotes_left {
position: absolute;
top: 0;
left: 0;
background-image: url(../images/icon/icon_ngoac_trai.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
object-fit: cover; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment .box_content_comment .box_quotes .item_quotes.quotes_right {
position: absolute;
bottom: 0;
right: 0;
background-image: url(../images/icon/icon_ngoac_phai.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
object-fit: cover; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment .box_content_comment .box_main_text {
text-align: center;
max-width: 100%;
width: 60%;
margin: 0 auto; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment .box_content_comment .box_main_text .name_user_comment {
font-size: 1.5625rem;
color: #fff;
font-weight: bold;
margin-bottom: 6px; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment .box_content_comment .box_main_text .home_town {
font-weight: 500;
font-size: 1.375rem;
color: #FFFDFD;
margin-bottom: 6px; }
.section_content--index .section_6 .box_main_comment .box_main_slide_new .box_comment .box_content_comment .box_main_text .description {
font-size: 1.125rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.7);
line-height: 1.4; }
.section_content--index .section_7 {
padding: 80px 0; }
.section_content--index .section_7 .box_highlights .box_heading {
text-align: center;
margin-bottom: 60px; }
.section_content--index .section_7 .box_highlights .box_heading .title {
font-weight: bold;
font-size: 2.25rem;
color: #377482;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
margin-bottom: 16px; }
.section_content--index .section_7 .box_highlights .box_heading .description {
font-weight: 500;
font-size: 1rem;
color: #ADADAD; }
.section_content--index .section_7 .box_highlights .box_main_post .box_main_content .box_img_post {
width: 100%;
height: 276px; }
.section_content--index .section_7 .box_highlights .box_main_post .box_main_content .box_img_post img {
width: 100%;
height: 100%;
object-fit: cover; }
.section_content--index .section_7 .box_highlights .box_main_post .box_main_content .box_content {
padding: 16px 0; }
.section_content--index .section_7 .box_highlights .box_main_post .box_main_content .box_content .date_post {
padding: 0 35px;
margin-bottom: 14px;
font-size: 0.875rem;
color: #CDCDCD;
font-weight: bold;
position: relative; }
.section_content--index .section_7 .box_highlights .box_main_post .box_main_content .box_content .date_post::before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 25px;
height: 2px;
background-color: #FF4A17; }
.section_content--index .section_7 .box_highlights .box_main_post .box_main_content .box_content .date_post .user_post {
color: #47809F; }
.section_content--index .section_7 .box_highlights .box_main_post .box_main_content .box_content .name_post {
font-size: 1.5rem;
font-weight: bold;
color: #47809F; }
/**
*================================================================================================
*Trang tin tức
*================================================================================================
*/
.link_section {
display: block;
text-decoration: none; }
.section_content--tin_tuc {
padding: 50px 0 80px 0; }
.section_content--tin_tuc a {
display: block;
text-decoration: none; }
.section_content--tin_tuc .box_main_head_post .head_post--left .section_main_post {
padding-bottom: 20px;
margin-bottom: 20px;
position: relative; }
.section_content--tin_tuc .box_main_head_post .head_post--left .section_main_post::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: #000; }
.section_content--tin_tuc .box_main_head_post .head_post--left .section_main_post .box_img_post_main {
margin-bottom: 14px; }
.section_content--tin_tuc .box_main_head_post .head_post--left .section_main_post .box_img_post_main img {
width: 100%;
height: 431px;
object-fit: cover; }
.section_content--tin_tuc .box_main_head_post .head_post--left .section_main_post .box_text_title h2 {
font-weight: bold;
font-size: 1.875rem;
color: #47809F;
transition: 0.8s; }
.section_content--tin_tuc .box_main_head_post .head_post--left .section_main_post .box_text_title h2:hover {
color: #6ea3c0; }
.section_content--tin_tuc .box_main_head_post .head_post--right {
height: 100%; }
.section_content--tin_tuc .box_main_head_post .head_post--right .row_edit {
flex-direction: column; }
.section_content--tin_tuc .box_main_head_post .head_post--right .row_edit .col-md-6_edit {
height: 50%;
max-width: 100%; }
.section_content--tin_tuc .box_main_head_post .head_post--right .row_edit .col-md-6_edit .box_main_col_left {
margin-bottom: 20px; }
.section_content--tin_tuc .box_main_head_post .head_post--right .row_edit .col-md-6_edit .box_main_col_left .title {
font-size: 1.75rem;
font-weight: bold;
color: #47809F;
margin-bottom: 12px; }
.section_content--tin_tuc .box_main_head_post .head_post--right .row_edit .col-md-6_edit .box_main_col_left .box_img img {
width: 100%;
height: 213px;
object-fit: cover; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_heading {
margin-bottom: 28px;
display: inline-block; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_heading h2 {
font-size: 1.5rem;
font-weight: bold;
color: #47809F;
padding-bottom: 8px;
margin-bottom: 8px;
position: relative;
display: block; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_heading h2::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #47809F;
border-radius: 36px; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post {
padding-bottom: 18px;
margin-bottom: 30px;
position: relative; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post::before {
content: "";
position: absolute;
width: 100%;
height: 1px;
background-color: #000000;
bottom: 0;
left: 0; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post:last-child {
margin-bottom: 50px; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post .box_main_layout_post .box_heading_title {
margin-bottom: 10px; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post .box_main_layout_post .box_heading_title h2 {
font-size: 1.25rem;
font-weight: bold;
color: #47809F;
margin-bottom: 8px; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post .box_main_layout_post .box_heading_title .time_post {
font-size: 0.875rem;
font-weight: bold;
color: #989898; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post .box_main_layout_post .item_content_post .box_img--post img {
width: 100%;
height: 100%;
object-fit: cover; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post .box_main_layout_post .item_content_post .box_text--post .tex_1 {
font-weight: 300;
font-size: 1rem;
color: #000;
line-height: 1.4;
margin-bottom: 4px; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post .box_main_layout_post .item_content_post .box_text--post .tex_2 {
font-weight: 300;
font-size: 1rem;
color: #000;
line-height: 1.4;
margin-bottom: 4px;
margin-bottom: 10px; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post .box_main_layout_post .item_content_post .box_text--post .btn_xemThem {
display: inline-block;
font-size: 0.875rem;
font-weight: bold;
color: #000;
padding: 10px 34px;
border: 4px solid #47809F;
transition: 0.5s;
cursor: pointer; }
.section_content--tin_tuc .box_main_left .box_main_news_post .box_list_post .box_post .box_main_layout_post .item_content_post .box_text--post .btn_xemThem:hover {
background-color: #47809F;
color: #fff; }
.section_content--tin_tuc .box_main_left .phan_trang--ul {
display: flex;
justify-content: flex-end;
align-items: center; }
.section_content--tin_tuc .box_main_left .phan_trang--ul a .phan-tran--li {
padding: 10px 12px;
box-sizing: border-box;
margin-right: 20px;
background-color: #47809F;
border-radius: 6px;
text-decoration: none;
color: white; }
.section_content--tin_tuc .box_main_left .phan_trang--ul a .phan-tran--li:hover {
opacity: 0.8; }
.section_content--tin_tuc .box_main_right .box_danh_muc {
margin-bottom: 30px; }
.section_content--tin_tuc .box_main_right .box_danh_muc .box_heading {
margin-bottom: 24px;
display: inline-block; }
.section_content--tin_tuc .box_main_right .box_danh_muc .box_heading h2 {
font-size: 1.5rem;
font-weight: bold;
color: #47809F;
padding-bottom: 8px;
margin-bottom: 8px;
position: relative;
display: block; }
.section_content--tin_tuc .box_main_right .box_danh_muc .box_heading h2::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #47809F;
border-radius: 36px; }
.section_content--tin_tuc .box_main_right .box_danh_muc .list_danh_muc {
display: flex;
flex-direction: column;
justify-content: center; }
.section_content--tin_tuc .box_main_right .box_danh_muc .list_danh_muc .item_danh_muc {
margin-bottom: 24px;
padding: 10px 0 5px;
position: relative;
transition: 0.3s;
cursor: pointer; }
.section_content--tin_tuc .box_main_right .box_danh_muc .list_danh_muc .item_danh_muc::before {
content: "";
position: absolute;
width: 100%;
height: 1px;
background-color: #000;
bottom: 0;
left: 0; }
.section_content--tin_tuc .box_main_right .box_danh_muc .list_danh_muc .item_danh_muc:hover {
background-color: #a5cef5; }
.section_content--tin_tuc .box_main_right .box_danh_muc .list_danh_muc .item_danh_muc .link_item {
display: block; }
.section_content--tin_tuc .box_main_right .box_danh_muc .list_danh_muc .item_danh_muc .link_item .danh_muc_content {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
color: #000;
font-size: 1.125rem; }
.section_content--tin_tuc .box_main_right .box_news {
margin-bottom: 30px; }
.section_content--tin_tuc .box_main_right .box_news .box_heading {
margin-bottom: 24px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center; }
.section_content--tin_tuc .box_main_right .box_news .box_heading h2 {
font-size: 1.5rem;
font-weight: bold;
color: #47809F;
padding-bottom: 8px;
margin-bottom: 8px;
position: relative;
display: block;
margin-right: 20px; }
.section_content--tin_tuc .box_main_right .box_news .box_heading h2::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #47809F;
border-radius: 36px; }
.section_content--tin_tuc .box_main_right .box_news .box_heading h2:last-child {
margin-right: 0; }
.section_content--tin_tuc .box_main_right .box_news .list_main_news .item_news {
padding-bottom: 12px;
margin-bottom: 12px;
position: relative; }
.section_content--tin_tuc .box_main_right .box_news .list_main_news .item_news::before {
content: "";
position: absolute;
width: 100%;
height: 1px;
background-color: #000;
bottom: 0;
left: 0; }
.section_content--tin_tuc .box_main_right .box_news .list_main_news .item_news:hover .link_news .box_news_content .title {
color: #47809F; }
.section_content--tin_tuc .box_main_right .box_news .list_main_news .item_news .link_news {
display: block; }
.section_content--tin_tuc .box_main_right .box_news .list_main_news .item_news .link_news .box_contant_img img {
width: 100%;
height: 100%;
object-fit: cover; }
.section_content--tin_tuc .box_main_right .box_news .list_main_news .item_news .link_news .box_news_content .time {
font-size: 0.875rem;
font-weight: 300;
color: #797676;
margin-bottom: 6px; }
.section_content--tin_tuc .box_main_right .box_news .list_main_news .item_news .link_news .box_news_content .title {
font-size: 1.125rem;
color: #000000;
font-weight: bold;
margin-bottom: 6px;
transition: 0.3s; }
.section_content--tin_tuc .box_main_right .box_news .list_main_news .item_news .link_news .box_news_content .description {
font-size: 1rem;
font-weight: 300;
color: #797676;
line-height: 1.4; }
.section_content--tin_tuc .box_main_right .box_new_hot {
margin-bottom: 30px; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_heading {
margin-bottom: 24px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_heading h2 {
font-size: 1.5rem;
font-weight: bold;
color: #47809F;
padding-bottom: 8px;
margin-bottom: 8px;
position: relative;
display: block;
margin-right: 20px; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_heading h2::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #47809F;
border-radius: 36px; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_heading h2:last-child {
margin-right: 0; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_heading {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-bottom: 20px;
margin-bottom: 20px;
position: relative; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_heading::before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: #47809F; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_heading .box_heading--inf .title_heading {
font-size: 1.125rem;
color: rgba(0, 0, 0, 0.6);
margin-bottom: 10px; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_heading .box_heading--inf .parameter_heading {
font-size: 2.1875rem;
font-weight: bold; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_heading .box_heading--inf .parameter_heading--1 {
color: red; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_heading .box_heading--inf .parameter_heading--2 {
color: #000; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_main_layout {
display: flex;
flex-direction: row;
margin-left: -10px;
margin-right: -10px; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_main_layout .item_layout {
padding-left: 10px;
padding-right: 10px; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_main_layout .item_layout.flex--2 {
flex: 2; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_main_layout .item_layout.flex--1 {
flex: 1; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--heading {
margin-bottom: 15px; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--heading .box_item_heading .title {
font-size: 1.125rem;
color: rgba(0, 0, 0, 0.6); }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--province {
margin-bottom: 15px; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--province .box_item_province {
text-align: start;
font-size: 1.125rem; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--province .box_item_province .title_province {
color: rgba(0, 0, 0, 0.9); }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--province .box_item_province .number_puss {
color: #000;
font-weight: bold; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--province .box_item_province .total {
color: rgba(0, 0, 0, 0.9); }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_footer {
padding: 25px 0;
position: relative;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center; }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_footer::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background-color: rgba(0, 0, 0, 0.5); }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_footer .date_time {
color: rgba(0, 0, 0, 0.6); }
.section_content--tin_tuc .box_main_right .box_new_hot .box_content_hot_new .box_hot_new_footer .btn_xem_them {
text-decoration: none; }
.section_content--tin_tuc .box_main_right .box_list_product .box_heading {
margin-bottom: 24px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center; }
.section_content--tin_tuc .box_main_right .box_list_product .box_heading h2 {
font-size: 1.5rem;
font-weight: bold;
color: #47809F;
padding-bottom: 8px;
margin-bottom: 8px;
position: relative;
display: block;
margin-right: 20px; }
.section_content--tin_tuc .box_main_right .box_list_product .box_heading h2::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #47809F;
border-radius: 36px; }
.section_content--tin_tuc .box_main_right .box_list_product .box_heading h2:last-child {
margin-right: 0; }
.section_content--tin_tuc .box_main_right .box_list_product .box_content_list_product .box_item_product {
padding: 10px;
margin-bottom: 30px;
border: 1px solid rgba(0, 0, 0, 0.5); }
.section_content--tin_tuc .box_main_right .box_list_product .box_content_list_product .box_item_product .box_img {
margin-bottom: 10px; }
.section_content--tin_tuc .box_main_right .box_list_product .box_content_list_product .box_item_product .box_img img {
width: 100%;
height: 196px;
object-fit: cover; }
.section_content--tin_tuc .box_main_right .box_list_product .box_content_list_product .box_item_product .box_text_main {
text-align: center; }
.section_content--tin_tuc .box_main_right .box_list_product .box_content_list_product .box_item_product .box_text_main .title {
font-size: 1.125rem;
color: #47809F;
font-weight: bold;
margin-bottom: 6px; }
.section_content--tin_tuc .box_main_right .box_list_product .box_content_list_product .box_item_product .box_text_main .btn_xen {
width: 100%;
padding: 12px 0;
background-color: #47809F;
text-decoration: none;
font-size: 1rem;
font-weight: bold;
color: #fff;
transition: 0.3s; }
.section_content--tin_tuc .box_main_right .box_list_product .box_content_list_product .box_item_product .box_text_main .btn_xen:hover {
opacity: 0.8; }
/**
*================================================================================================
*Trang POST MAIN
*================================================================================================
*/
.section_content--postMain {
padding: 80px 0; }
.section_content--postMain a {
display: block;
text-decoration: none; }
.section_content--postMain .box_left .list_path {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 20px; }
.section_content--postMain .box_left .list_path .item_path {
margin-right: 12px;
position: relative; }
.section_content--postMain .box_left .list_path .item_path::before {
content: "";
position: absolute;
width: 2px;
height: 16px;
background-color: #47809F;
right: -6px;
top: -1px;
transform: rotate(10deg); }
.section_content--postMain .box_left .list_path .item_path:last-child {
margin-right: 0; }
.section_content--postMain .box_left .list_path .item_path:last-child::before {
content: "";
position: absolute;
width: 0;
height: 0; }
.section_content--postMain .box_left .list_path .item_path a {
text-decoration: none;
font-size: 1rem;
font-weight: bold;
color: #47809F; }
.section_content--postMain .box_left .box_main_post .box_title_main {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 20px; }
.section_content--postMain .box_left .box_main_post .box_title_main .title_main_post {
margin-right: 30px;
font-size: 1.875rem;
font-weight: bold;
color: #47809F;
line-height: 1.2; }
.section_content--postMain .box_left .box_main_post .box_title_main .author {
font-size: 0.875rem;
font-weight: bold;
color: #989898; }
.section_content--postMain .box_left .box_main_post .box_main_content {
padding-bottom: 30px;
margin-bottom: 30px;
position: relative; }
.section_content--postMain .box_left .box_main_post .box_main_content::before {
content: "";
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
background-color: #47809F; }
.section_content--postMain .box_left .box_main_post .box_main_content .img_post {
width: 100%;
height: 400px;
object-fit: cover;
margin-bottom: 20px; }
.section_content--postMain .box_left .box_main_post .box_main_content .text_post {
font-size: 1.125rem;
line-height: 1.4;
color: rgba(0, 0, 0, 0.6);
margin-bottom: 20px; }
.section_content--postMain .box_left .box_main_post .box_main_content .title_description {
font-size: 1.25rem;
font-weight: bold;
color: #47809F;
margin-bottom: 20px; }
.section_content--postMain .box_left .box_comment_post .box_heading_comment {
margin-bottom: 20px; }
.section_content--postMain .box_left .box_comment_post .box_heading_comment h2 {
font-size: 1.5rem;
font-weight: bold;
color: #47809F; }
.section_content--postMain .box_left .box_comment_post .box_comment_you .title {
font-size: 1rem;
color: #47809F;
font-weight: bold;
margin-bottom: 10px; }
.section_content--postMain .box_left .box_comment_post .box_comment_you .form_comment {
position: relative; }
.section_content--postMain .box_left .box_comment_post .box_comment_you .form_comment .textarea_box {
resize: none;
width: 100%;
background-color: #f3f5f8;
box-sizing: border-box;
padding: 20px;
border-radius: 5px;
border: 3px solid transparent;
outline: none; }
.section_content--postMain .box_left .box_comment_post .box_comment_you .form_comment .textarea_box:hover {
border: 3px solid #47809F; }
.section_content--postMain .box_left .box_comment_post .box_comment_you .form_comment .btn_submit {
position: absolute;
bottom: 20px;
right: 20px;
padding: 10px 20px;
background-color: #47809F;
outline: none;
border: none;
border-radius: 36px;
font-size: 1rem;
font-weight: bold;
color: #fff;
transition: 0.3s; }
.section_content--postMain .box_left .box_comment_post .box_comment_you .form_comment .btn_submit:hover {
opacity: 0.8; }
.section_content--postMain .box_right .box_danh_muc {
margin-bottom: 30px; }
.section_content--postMain .box_right .box_danh_muc .box_heading {
margin-bottom: 24px;
display: inline-block; }
.section_content--postMain .box_right .box_danh_muc .box_heading h2 {
font-size: 1.5rem;
font-weight: bold;
color: #47809F;
padding-bottom: 8px;
margin-bottom: 8px;
position: relative;
display: block; }
.section_content--postMain .box_right .box_danh_muc .box_heading h2::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #47809F;
border-radius: 36px; }
.section_content--postMain .box_right .box_danh_muc .list_danh_muc {
display: flex;
flex-direction: column;
justify-content: center; }
.section_content--postMain .box_right .box_danh_muc .list_danh_muc .item_danh_muc {
margin-bottom: 24px;
padding: 10px 0 5px;
position: relative;
transition: 0.3s;
cursor: pointer; }
.section_content--postMain .box_right .box_danh_muc .list_danh_muc .item_danh_muc::before {
content: "";
position: absolute;
width: 100%;
height: 1px;
background-color: #000;
bottom: 0;
left: 0; }
.section_content--postMain .box_right .box_danh_muc .list_danh_muc .item_danh_muc:hover {
background-color: #a5cef5; }
.section_content--postMain .box_right .box_danh_muc .list_danh_muc .item_danh_muc .link_item {
display: block; }
.section_content--postMain .box_right .box_danh_muc .list_danh_muc .item_danh_muc .link_item .danh_muc_content {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
color: #000;
font-size: 1.125rem; }
.section_content--postMain .box_right .box_news {
margin-bottom: 30px; }
.section_content--postMain .box_right .box_news .box_heading {
margin-bottom: 24px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center; }
.section_content--postMain .box_right .box_news .box_heading h2 {
font-size: 1.5rem;
font-weight: bold;
color: #47809F;
padding-bottom: 8px;
margin-bottom: 8px;
position: relative;
display: block;
margin-right: 20px; }
.section_content--postMain .box_right .box_news .box_heading h2::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #47809F;
border-radius: 36px; }
.section_content--postMain .box_right .box_news .box_heading h2:last-child {
margin-right: 0; }
.section_content--postMain .box_right .box_news .list_main_news .item_news {
padding-bottom: 12px;
margin-bottom: 12px;
position: relative; }
.section_content--postMain .box_right .box_news .list_main_news .item_news::before {
content: "";
position: absolute;
width: 100%;
height: 1px;
background-color: #000;
bottom: 0;
left: 0; }
.section_content--postMain .box_right .box_news .list_main_news .item_news:hover .link_news .box_news_content .title {
color: #47809F; }
.section_content--postMain .box_right .box_news .list_main_news .item_news .link_news {
display: block; }
.section_content--postMain .box_right .box_news .list_main_news .item_news .link_news .box_contant_img img {
width: 100%;
height: 100%;
object-fit: cover; }
.section_content--postMain .box_right .box_news .list_main_news .item_news .link_news .box_news_content .time {
font-size: 0.875rem;
font-weight: 300;
color: #797676;
margin-bottom: 6px; }
.section_content--postMain .box_right .box_news .list_main_news .item_news .link_news .box_news_content .title {
font-size: 1.125rem;
color: #000000;
font-weight: bold;
margin-bottom: 6px;
transition: 0.3s; }
.section_content--postMain .box_right .box_news .list_main_news .item_news .link_news .box_news_content .description {
font-size: 1rem;
font-weight: 300;
color: #797676;
line-height: 1.4; }
.section_content--postMain .box_right .box_new_hot {
margin-bottom: 30px; }
.section_content--postMain .box_right .box_new_hot .box_heading {
margin-bottom: 24px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center; }
.section_content--postMain .box_right .box_new_hot .box_heading h2 {
font-size: 1.5rem;
font-weight: bold;
color: #47809F;
padding-bottom: 8px;
margin-bottom: 8px;
position: relative;
display: block;
margin-right: 20px; }
.section_content--postMain .box_right .box_new_hot .box_heading h2::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #47809F;
border-radius: 36px; }
.section_content--postMain .box_right .box_new_hot .box_heading h2:last-child {
margin-right: 0; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_heading {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-bottom: 20px;
margin-bottom: 20px;
position: relative; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_heading::before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: #47809F; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_heading .box_heading--inf .title_heading {
font-size: 1.125rem;
color: rgba(0, 0, 0, 0.6);
margin-bottom: 10px; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_heading .box_heading--inf .parameter_heading {
font-size: 2.1875rem;
font-weight: bold; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_heading .box_heading--inf .parameter_heading--1 {
color: red; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_heading .box_heading--inf .parameter_heading--2 {
color: #000; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_main_layout {
display: flex;
flex-direction: row;
margin-left: -10px;
margin-right: -10px; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_main_layout .item_layout {
padding-left: 10px;
padding-right: 10px; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_main_layout .item_layout.flex--2 {
flex: 2; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_main_layout .item_layout.flex--1 {
flex: 1; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--heading {
margin-bottom: 15px; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--heading .box_item_heading .title {
font-size: 1.125rem;
color: rgba(0, 0, 0, 0.6); }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--province {
margin-bottom: 15px; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--province .box_item_province {
text-align: start;
font-size: 1.125rem; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--province .box_item_province .title_province {
color: rgba(0, 0, 0, 0.9); }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--province .box_item_province .number_puss {
color: #000;
font-weight: bold; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_body .box_hot_new_body--province .box_item_province .total {
color: rgba(0, 0, 0, 0.9); }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_footer {
padding: 25px 0;
position: relative;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center; }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_footer::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background-color: rgba(0, 0, 0, 0.5); }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_footer .date_time {
color: rgba(0, 0, 0, 0.6); }
.section_content--postMain .box_right .box_new_hot .box_content_hot_new .box_hot_new_footer .btn_xem_them {
text-decoration: none; }
.section_content--postMain .box_right .box_list_product .box_heading {
margin-bottom: 24px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center; }
.section_content--postMain .box_right .box_list_product .box_heading h2 {
font-size: 1.5rem;
font-weight: bold;
color: #47809F;
padding-bottom: 8px;
margin-bottom: 8px;
position: relative;
display: block;
margin-right: 20px; }
.section_content--postMain .box_right .box_list_product .box_heading h2::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #47809F;
border-radius: 36px; }
.section_content--postMain .box_right .box_list_product .box_heading h2:last-child {
margin-right: 0; }
.section_content--postMain .box_right .box_list_product .box_content_list_product .box_item_product {
padding: 10px;
margin-bottom: 30px;
border: 1px solid rgba(0, 0, 0, 0.5); }
.section_content--postMain .box_right .box_list_product .box_content_list_product .box_item_product .box_img {
margin-bottom: 10px; }
.section_content--postMain .box_right .box_list_product .box_content_list_product .box_item_product .box_img img {
width: 100%;
height: 110px;
object-fit: cover; }
.section_content--postMain .box_right .box_list_product .box_content_list_product .box_item_product .box_text_main {
text-align: center; }
.section_content--postMain .box_right .box_list_product .box_content_list_product .box_item_product .box_text_main .title {
font-size: 1.125rem;
color: #47809F;
font-weight: bold;
margin-bottom: 6px; }
.section_content--postMain .box_right .box_list_product .box_content_list_product .box_item_product .box_text_main .btn_xen {
width: 100%;
padding: 12px 0;
background-color: #47809F;
text-decoration: none;
font-size: 1rem;
font-weight: bold;
color: #fff;
transition: 0.3s; }
.section_content--postMain .box_right .box_list_product .box_content_list_product .box_item_product .box_text_main .btn_xen:hover {
opacity: 0.8; }
| 0.352313 | 0.0538 |
* { margin: 0; padding: 0; outline:0; }
body {
font-size: 11px;
line-height: 16px;
font-family: Georgia, serif;
color: #7f7f7f;
background: #fff url(images/body-bg.gif) repeat-x 0 0;
}
a { color: #0252aa; text-decoration: none; cursor:pointer; }
a:hover { color: #000; }
a img { border: 0; }
input, textarea, select { font-family: Arial, Helvetica, sans-serif; font-size:12px; border: 0; }
textarea { overflow:hidden; }
.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }
/* Shell */
.shell { width: 980px; margin: 0 auto; }
/* End Shell */
/* Header */
#header { padding: 25px 0 41px 0; }
#logo-holder { float: left; display: inline; padding: 3px 0 0 11px; }
#logo-holder h1#logo { }
#logo-holder h1#logo a { font-size: 22px; font-weight: normal; color: #000; line-height: 21px; font-style: italic; }
#logo-holder p#quote { font-size: 10px; color: #777; line-height: 12px; padding-left: 3px; letter-spacing: 0.12em; }
#navigation { float: right; display: inline; }
#navigation ul { list-style: none outside none; }
#navigation ul li { float: left; display: inline; padding-right: 7px; }
#navigation ul li a,
#navigation ul li a span { float: left; display: inline; height: 34px; font-weight: bold; font-style: italic; font-size: 12px; color: #8e8e8e; line-height: 33px; padding-left: 15px; }
#navigation ul li a span { padding: 0 15px 0 0; }
#navigation ul li a:hover,
#navigation ul li a.active,
#navigation ul li a:hover span,
#navigation ul li a.active span { background: url(images/nav-hover.gif) no-repeat 0 0; color: #868686; }
#navigation ul li a:hover span,
#navigation ul li a.active span { background-position: right 0; }
/* End Header */
/* Featured Content */
#featured-content { background: url(images/featured-content-bg.gif); padding: 11px 0 18px 0; min-height: 151px; }
#featured-content h2 { font-size: 60px; font-style: italic; line-height: 60px; color: #fff; padding-bottom: 9px;}
#featured-content p { font-size: 22px; color: #cceefb; line-height: 25px; font-style: italic; }
/* End Featuared Content */
/* Main */
#main { padding: 43px 0; }
#main .shell { width: 952px; padding-left: 28px; }
.col { float: left; display: inline; width: 290px; margin-right: 28px; padding-bottom: 43px; }
.col-last { margin: 0; }
#main-content { float: left; display: inline; width: 607px; margin-right: 28px; }
#sidebar { float: left; display: inline; width: 290px; }
.post { }
.post h3 { color: #000; font-size: 22px; font-style: italic; padding-bottom: 4px; line-height: 22px; }
.post p { padding-top: 10px; }
.post p a { color: #0092d7; text-decoration: underline; }
.post p a:hover { color: #000; text-decoration: none; }
/* End Main */
/* Footer */
#footer { background: url(images/footer-bg.gif) repeat-x 0 0; font-family: Verdana, sans-serif; font-size: 9px; color: #7b7b7b; min-height: 60px; }
#footer p a { color: #7b7b7b; }
#footer p a:hover { color: #000; }
#footer p.right { padding: 10px 5px 0 0; }
#footer p.right a { text-decoration: underline; }
#footer-links { padding: 10px 0 2px 0; }
#footer-links p a { padding-right: 27px; }
/* End Footer */
|
examples/CsQuery.WebFormsApp/CsQuery.WebFormsApp/Styles/style.css
|
* { margin: 0; padding: 0; outline:0; }
body {
font-size: 11px;
line-height: 16px;
font-family: Georgia, serif;
color: #7f7f7f;
background: #fff url(images/body-bg.gif) repeat-x 0 0;
}
a { color: #0252aa; text-decoration: none; cursor:pointer; }
a:hover { color: #000; }
a img { border: 0; }
input, textarea, select { font-family: Arial, Helvetica, sans-serif; font-size:12px; border: 0; }
textarea { overflow:hidden; }
.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }
/* Shell */
.shell { width: 980px; margin: 0 auto; }
/* End Shell */
/* Header */
#header { padding: 25px 0 41px 0; }
#logo-holder { float: left; display: inline; padding: 3px 0 0 11px; }
#logo-holder h1#logo { }
#logo-holder h1#logo a { font-size: 22px; font-weight: normal; color: #000; line-height: 21px; font-style: italic; }
#logo-holder p#quote { font-size: 10px; color: #777; line-height: 12px; padding-left: 3px; letter-spacing: 0.12em; }
#navigation { float: right; display: inline; }
#navigation ul { list-style: none outside none; }
#navigation ul li { float: left; display: inline; padding-right: 7px; }
#navigation ul li a,
#navigation ul li a span { float: left; display: inline; height: 34px; font-weight: bold; font-style: italic; font-size: 12px; color: #8e8e8e; line-height: 33px; padding-left: 15px; }
#navigation ul li a span { padding: 0 15px 0 0; }
#navigation ul li a:hover,
#navigation ul li a.active,
#navigation ul li a:hover span,
#navigation ul li a.active span { background: url(images/nav-hover.gif) no-repeat 0 0; color: #868686; }
#navigation ul li a:hover span,
#navigation ul li a.active span { background-position: right 0; }
/* End Header */
/* Featured Content */
#featured-content { background: url(images/featured-content-bg.gif); padding: 11px 0 18px 0; min-height: 151px; }
#featured-content h2 { font-size: 60px; font-style: italic; line-height: 60px; color: #fff; padding-bottom: 9px;}
#featured-content p { font-size: 22px; color: #cceefb; line-height: 25px; font-style: italic; }
/* End Featuared Content */
/* Main */
#main { padding: 43px 0; }
#main .shell { width: 952px; padding-left: 28px; }
.col { float: left; display: inline; width: 290px; margin-right: 28px; padding-bottom: 43px; }
.col-last { margin: 0; }
#main-content { float: left; display: inline; width: 607px; margin-right: 28px; }
#sidebar { float: left; display: inline; width: 290px; }
.post { }
.post h3 { color: #000; font-size: 22px; font-style: italic; padding-bottom: 4px; line-height: 22px; }
.post p { padding-top: 10px; }
.post p a { color: #0092d7; text-decoration: underline; }
.post p a:hover { color: #000; text-decoration: none; }
/* End Main */
/* Footer */
#footer { background: url(images/footer-bg.gif) repeat-x 0 0; font-family: Verdana, sans-serif; font-size: 9px; color: #7b7b7b; min-height: 60px; }
#footer p a { color: #7b7b7b; }
#footer p a:hover { color: #000; }
#footer p.right { padding: 10px 5px 0 0; }
#footer p.right a { text-decoration: underline; }
#footer-links { padding: 10px 0 2px 0; }
#footer-links p a { padding-right: 27px; }
/* End Footer */
| 0.49292 | 0.206454 |
body {
background-color: #222831;
}
/* https://colorhunt.co/palette/66816 */
/* NAV */
/* Navbar container */
.navbar {
overflow: hidden;
background-color: #51c4d3;
font-family: Arial;
}
/* Add a red background color to navbar links on hover */
.navbar a:hover,
.navbar input:hover,
.dropdown:hover .dropbtn {
background-color: #126e82;
}
/* Links inside the navbar */
.navbar a {
float: left;
font-size: 12px;
color: #eeeeee;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.navbar input {
float: left;
font-size: 12px;
color: #eeeeee;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
/* The dropdown container */
.dropdown {
float: left;
overflow: hidden;
margin-left: 20px;
}
/* Dropdown button */
.dropdown .dropbtn {
font-size: 16px;
border: none;
outline: none;
color: #eeeeee;
padding: 10px 12px;
background-color: inherit;
font-family: inherit; /* Important for vertical align on mobile phones */
margin: 0; /* Important for vertical align on mobile phones */
}
/* Dropdown content (hidden by default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #222831;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
float: none;
color: #eeeeee;
padding: 10px 12px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content input {
float: none;
color: #eeeeee;
padding: 10px 12px;
text-decoration: none;
display: block;
text-align: left;
}
/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
background-color: #126e82;
}
.dropdown-content input:hover {
background-color: #126e82;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}
/* TABS */
/* Style the tab */
.tab {
overflow: hidden;
/* margin-right: 100px; */
margin-left: 10px;
margin-top: 100px;
border: 0.5px solid #51c4d3;
background-color: #51c4d3;
color: #eeeeee;
}
/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
color: #eeeeee;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #126e82;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #126e82;
}
/* Style the tab content */
.tabcontent {
display: none;
margin-left: 10px;
/* margin-right: 100px; */
/* padding: 6px 12px; */
border: 0.5px solid;
border-top: none;
}
.izquierda {
align-content: center;
width: 800px;
height: 500px;
display: inline-block;
}
.derecha {
margin-left: 150px;
align-content: center;
width: 800px;
height: 500px;
display: inline-block;
}
.todo {
/* display: table-cell; */
}
#p1 {
display: block;
}
.iden {
color: #eeeeee;
}
.todo h1 {
text-align: center;
}
.tabjs {
border: 0.5px solid;
}
.tabpy {
border: 0.5px solid;
}
.CodeMirror {
/* Set height, width, borders, and global font properties here */
height: 800px;
}
#box {
display: flex; /* establish flex container */
flex-direction: row; /* default value; can be omitted */
flex-wrap: nowrap; /* default value; can be omitted */
justify-content: space-between; /* switched from default (flex-start, see below) */
}
#box > div {
margin: 10px 80px;
width: 800px;
height: 200px;
}
.box-h1 {
color: #51c4d3;
}
|
20211SVAC/G28/OLC2_VJ2021_PY1/src/App.css
|
body {
background-color: #222831;
}
/* https://colorhunt.co/palette/66816 */
/* NAV */
/* Navbar container */
.navbar {
overflow: hidden;
background-color: #51c4d3;
font-family: Arial;
}
/* Add a red background color to navbar links on hover */
.navbar a:hover,
.navbar input:hover,
.dropdown:hover .dropbtn {
background-color: #126e82;
}
/* Links inside the navbar */
.navbar a {
float: left;
font-size: 12px;
color: #eeeeee;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.navbar input {
float: left;
font-size: 12px;
color: #eeeeee;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
/* The dropdown container */
.dropdown {
float: left;
overflow: hidden;
margin-left: 20px;
}
/* Dropdown button */
.dropdown .dropbtn {
font-size: 16px;
border: none;
outline: none;
color: #eeeeee;
padding: 10px 12px;
background-color: inherit;
font-family: inherit; /* Important for vertical align on mobile phones */
margin: 0; /* Important for vertical align on mobile phones */
}
/* Dropdown content (hidden by default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #222831;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
float: none;
color: #eeeeee;
padding: 10px 12px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content input {
float: none;
color: #eeeeee;
padding: 10px 12px;
text-decoration: none;
display: block;
text-align: left;
}
/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
background-color: #126e82;
}
.dropdown-content input:hover {
background-color: #126e82;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}
/* TABS */
/* Style the tab */
.tab {
overflow: hidden;
/* margin-right: 100px; */
margin-left: 10px;
margin-top: 100px;
border: 0.5px solid #51c4d3;
background-color: #51c4d3;
color: #eeeeee;
}
/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
color: #eeeeee;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #126e82;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #126e82;
}
/* Style the tab content */
.tabcontent {
display: none;
margin-left: 10px;
/* margin-right: 100px; */
/* padding: 6px 12px; */
border: 0.5px solid;
border-top: none;
}
.izquierda {
align-content: center;
width: 800px;
height: 500px;
display: inline-block;
}
.derecha {
margin-left: 150px;
align-content: center;
width: 800px;
height: 500px;
display: inline-block;
}
.todo {
/* display: table-cell; */
}
#p1 {
display: block;
}
.iden {
color: #eeeeee;
}
.todo h1 {
text-align: center;
}
.tabjs {
border: 0.5px solid;
}
.tabpy {
border: 0.5px solid;
}
.CodeMirror {
/* Set height, width, borders, and global font properties here */
height: 800px;
}
#box {
display: flex; /* establish flex container */
flex-direction: row; /* default value; can be omitted */
flex-wrap: nowrap; /* default value; can be omitted */
justify-content: space-between; /* switched from default (flex-start, see below) */
}
#box > div {
margin: 10px 80px;
width: 800px;
height: 200px;
}
.box-h1 {
color: #51c4d3;
}
| 0.311427 | 0.049176 |
body,html{width:100%;height:100%}
body{font-family:'Montserrat', sans-serif;}
.btn-xl{padding:1.25rem 2.5rem}
.content-section{padding-top:7.5rem;padding-bottom:7.5rem}
.content-section-heading h2{font-size:3rem}
.content-section-heading h3{font-size:1rem;text-transform:uppercase}
h1,h2,h3,h4,h5,h6{font-weight:700}
.text-faded{color:rgba(255,255,255,.7)}
.map{height:30rem}
@media (max-width:992px){.map{height:75%}}
.map iframe{pointer-events:none}
.scroll-to-top{position:fixed;right:15px;bottom:15px;display:none;width:50px;height:50px;text-align:center;color:#fff;background:rgba(52,58,64,.5);line-height:45px}
.scroll-to-top:focus,.scroll-to-top:hover{color:#fff}
.scroll-to-top:hover{background:#343a40}
.scroll-to-top i{font-weight:800}
.masthead{color: #fff !important;min-height:30rem;position:relative;display:table;width:100%;height:auto;padding-top:8rem;padding-bottom:8rem;background: url(../img/website_header_05.png);background:url(../img/website_header_05.png);background-position:center center;background-repeat:no-repeat;background-size:cover}
.hitchpage {
min-height: 30rem;
position: relative;
display: table;
width: 100%;
height: auto;
padding-top: 8rem;
padding-bottom: 8rem;
background: url("../img/hitch-header.png");
background: url("../img/hitch-header.png");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
color: #fff !important;
}
.tinggpage {
min-height: 30rem;
position: relative;
display: table;
width: 100%;
height: auto;
padding-top: 8rem;
padding-bottom: 8rem;
background: url("../img/tingg-header.png");
background: url("../img/tingg-header.png");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
color: #fff !important;
}
.fishbowlpage {
min-height: 30rem;
position: relative;
display: table;
width: 100%;
height: auto;
padding-top: 8rem;
padding-bottom: 8rem;
background: url("../img/fishbowl-header.png");
background: url("../img/fishbowl-header.png");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
color: #fff !important;
}
.masthead h1, .hitchpage h1, .tinggpage h1, .fishbowlpage h1{color: #fff !important;font-size:4rem;margin:0;padding:0}
@media (min-width:992px){
/*.masthead, .hitchpage{height:100vh}*/
.masthead {
height: 100vh;
}
.hitchpage {
height: 50vh;
}
.tinggpage {
height: 50vh;
}
.fishbowlpage {
height: 50vh;
}
.masthead h1, .hitchpage h1, .tinggpage h1{color: #fff !important;font-size:5.5rem}
}
#sidebar-wrapper{position:fixed;z-index:2;right:0;width:250px;height:100%;-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s;-webkit-transform:translateX(250px);transform:translateX(250px);background:#1d809f;border-left:1px solid rgba(255,255,255,.1)}
.sidebar-nav{position:absolute;top:0;width:250px;margin:0;padding:0;list-style:none}
.sidebar-nav li.sidebar-nav-item a{display:block;text-decoration:none;color:#fff;padding:15px}
.sidebar-nav li a:hover{text-decoration:none;color:#fff;background:rgba(255,255,255,.2)}
.sidebar-nav li a:active,.sidebar-nav li a:focus{text-decoration:none}
.sidebar-nav > .sidebar-brand{font-size:1.2rem;background:rgba(52,58,64,.1);height:80px;line-height:50px;padding-top:15px;padding-bottom:15px;padding-left:15px}
.sidebar-nav > .sidebar-brand a{color:#fff}
.sidebar-nav > .sidebar-brand a:hover{color:#fff;background:0 0}
#sidebar-wrapper.active{right:250px;width:250px;-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s}
.menu-toggle{position:fixed;right:15px;top:15px;width:50px;height:50px;text-align:center;color:#fff;background:rgba(52,58,64,.5);line-height:50px;z-index:999}
.menu-toggle:focus,.menu-toggle:hover{color:#fff}
.menu-toggle:hover{background:#343a40}
.service-icon{background-color:#fff;color:#F3C84E;height:7rem;width:7rem;display:block;line-height:7.5rem;font-size:2.25rem;-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,.1);box-shadow:0 3px 3px 0 rgba(0,0,0,.1)}
.callout{padding:15rem 0;background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.1)),to(rgba(255,255,255,.1))),url(../img/bg-callout.jpg);background:linear-gradient(90deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.1) 100%),url(../img/bg-callout.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover}
.callout h2{font-size:3.5rem;font-weight:700;display:block;max-width:30rem}
.portfolio-item{display:block;position:relative;overflow:hidden;max-width:530px;margin:auto auto 1rem}
.portfolio-item .caption{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;background-color:rgba(33,37,41,.7);position:absolute;top:0;bottom:0;z-index:1}
.portfolio-item .caption .caption-content{color:#fff;margin:auto 2rem 2rem}
.portfolio-item .caption .caption-content h2{font-size:.8rem;text-transform:uppercase}
.portfolio-item .caption .caption-content p{font-weight:300;font-size:1.2rem}
@media (min-width:992px){.portfolio-item{max-width:none;margin:0}.portfolio-item .caption{-webkit-transition:-webkit-clip-path .25s ease-out,background-color .7s;-webkit-clip-path:inset(0);clip-path:inset(0)}.portfolio-item .caption .caption-content{-webkit-transition:opacity .25s;transition:opacity .25s;margin-left:5rem;margin-right:5rem;margin-bottom:5rem}.portfolio-item img{-webkit-transition:-webkit-clip-path .25s ease-out;-webkit-clip-path:inset(-1px);clip-path:inset(-1px)}.portfolio-item:hover img{-webkit-clip-path:inset(2rem);clip-path:inset(2rem)}.portfolio-item:hover .caption{background-color:rgba(89,81,20,.9);-webkit-clip-path:inset(2rem);clip-path:inset(2rem)}}
footer.footer{padding-top:5rem;padding-bottom:0rem}
footer.footer .social-link{display:block;height:4rem;width:4rem;line-height:4.3rem;font-size:1.5rem;background-color:#F3C84E;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out;-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,.1);box-shadow:0 3px 3px 0 rgba(0,0,0,.1)}
footer.footer .social-link:hover{background-color:#595114;text-decoration:none}a{color:#F3C84E}a:active,a:focus,a:hover{color:#595114}
.btn-primary{background-color:#1d809f!important;border-color:#1d809f!important;color:#fff!important}
.btn-primary:active,.btn-primary:focus,.btn-primary:hover{background-color:#155d74!important;border-color:#155d74!important}
.btn-secondary{background-color:#ecb807!important;border-color:#ecb807!important;color:#fff!important}
.btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover{background-color:#ba9106!important;border-color:#ba9106!important}
.btn-dark{color:#fff!important}.btn{-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,.1);box-shadow:0 3px 3px 0 rgba(0,0,0,.1);font-weight:700}
.bg-primary{background-color:#595114!important}.text-primary{color:#595114!important}.text-secondary{color:#ecb807!important}
/*STICKY HORIZONTAL NAVIGATION BAR SETTINGS*/
.topnav {
overflow: hidden;
background-color: rgba(255,255,255,.5);
position: fixed;
z-index: 1;
width: 100%;
}
.topnav a {
float: left;
color: #595114;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: #595114;
}
.topnav a.active {
background-color: #f3c84e;
color: #595114;
}
.pageLogo {
float: left;
padding: none !important;
}
.hitch-main-themes{padding:15rem 0;background: url(../img/hitch-themes.png);background:url(../img/hitch-themes.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.hitch-wireframes{padding:15rem 0;background: url(../img/hitch-wireframes.png);background:url(../img/hitch-wireframes.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.hitch-login{padding:15rem 0;background: url(../img/hitch-login.png);background:url(../img/hitch-login.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.hitch-book{padding:15rem 0;background: url(../img/hitch-book.png);background:url(../img/hitch-book.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.hitch-car-owner{padding:15rem 0;background: url(../img/hitch-car-owner.png);background:url(../img/hitch-car-owner.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.tingg-proto-1{padding:15rem 0;background: url(../img/proto-1-3.png);background:url(../img/proto-1-3.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.tingg-proto-2{padding:15rem 0;background: url(../img/proto-4-6.png);background:url(../img/proto-4-6.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.tingg-wireframes{padding:15rem 0;background: url(../img/tingg-wireframes.png);background:url(../img/tingg-wireframes.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.tingg-proto-prev{padding:15rem 0;background: url(../img/tingg-proto-prev.png);background:url(../img/tingg-proto-prev.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.tingg-main-themes{padding:15rem 0;background: url(../img/tingg-themes.png);background:url(../img/tingg-themes.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.tingg-sitemap{padding:15rem 0;background: url(../img/tingg-sitemap.png);background:url(../img/tingg-sitemap.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.colours-fonts{padding:15rem 0;background: url(../img/tingg-font-colours.png);background:url(../img/tingg-font-colours.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.hitch-colours-fonts{padding:15rem 0;background: url(../img/hitch-font-colours.png);background:url(../img/hitch-font-colours.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.fishbowl-colours-font{padding:15rem 0;background: url(../img/fishbowl-colours-font.png);background:url(../img/fishbowl-colours-font.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.fishbowl-initial-designs{padding:15rem 0;background: url(../img/fishbowl-initial-designs.png);background:url(../img/fishbowl-initial-designs.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.fishbowl-final-design{padding:15rem 0;background: url(../img/fishbowl-final-design.png);background:url(../img/fishbowl-final-design.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.fishbowl-samples{padding:15rem 0;background: url(../img/fishbowl-samples.png);background:url(../img/fishbowl-samples.png);background-position:center center;background-repeat:no-repeat;background-size:cover}
.whitespace-horizontal{padding:5rem 0;background: url(../img/whitespace-horizontal.png);background:url(../img/whitespace-horizontal.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
|
css/stylish-portfolio.min.css
|
body,html{width:100%;height:100%}
body{font-family:'Montserrat', sans-serif;}
.btn-xl{padding:1.25rem 2.5rem}
.content-section{padding-top:7.5rem;padding-bottom:7.5rem}
.content-section-heading h2{font-size:3rem}
.content-section-heading h3{font-size:1rem;text-transform:uppercase}
h1,h2,h3,h4,h5,h6{font-weight:700}
.text-faded{color:rgba(255,255,255,.7)}
.map{height:30rem}
@media (max-width:992px){.map{height:75%}}
.map iframe{pointer-events:none}
.scroll-to-top{position:fixed;right:15px;bottom:15px;display:none;width:50px;height:50px;text-align:center;color:#fff;background:rgba(52,58,64,.5);line-height:45px}
.scroll-to-top:focus,.scroll-to-top:hover{color:#fff}
.scroll-to-top:hover{background:#343a40}
.scroll-to-top i{font-weight:800}
.masthead{color: #fff !important;min-height:30rem;position:relative;display:table;width:100%;height:auto;padding-top:8rem;padding-bottom:8rem;background: url(../img/website_header_05.png);background:url(../img/website_header_05.png);background-position:center center;background-repeat:no-repeat;background-size:cover}
.hitchpage {
min-height: 30rem;
position: relative;
display: table;
width: 100%;
height: auto;
padding-top: 8rem;
padding-bottom: 8rem;
background: url("../img/hitch-header.png");
background: url("../img/hitch-header.png");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
color: #fff !important;
}
.tinggpage {
min-height: 30rem;
position: relative;
display: table;
width: 100%;
height: auto;
padding-top: 8rem;
padding-bottom: 8rem;
background: url("../img/tingg-header.png");
background: url("../img/tingg-header.png");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
color: #fff !important;
}
.fishbowlpage {
min-height: 30rem;
position: relative;
display: table;
width: 100%;
height: auto;
padding-top: 8rem;
padding-bottom: 8rem;
background: url("../img/fishbowl-header.png");
background: url("../img/fishbowl-header.png");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
color: #fff !important;
}
.masthead h1, .hitchpage h1, .tinggpage h1, .fishbowlpage h1{color: #fff !important;font-size:4rem;margin:0;padding:0}
@media (min-width:992px){
/*.masthead, .hitchpage{height:100vh}*/
.masthead {
height: 100vh;
}
.hitchpage {
height: 50vh;
}
.tinggpage {
height: 50vh;
}
.fishbowlpage {
height: 50vh;
}
.masthead h1, .hitchpage h1, .tinggpage h1{color: #fff !important;font-size:5.5rem}
}
#sidebar-wrapper{position:fixed;z-index:2;right:0;width:250px;height:100%;-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s;-webkit-transform:translateX(250px);transform:translateX(250px);background:#1d809f;border-left:1px solid rgba(255,255,255,.1)}
.sidebar-nav{position:absolute;top:0;width:250px;margin:0;padding:0;list-style:none}
.sidebar-nav li.sidebar-nav-item a{display:block;text-decoration:none;color:#fff;padding:15px}
.sidebar-nav li a:hover{text-decoration:none;color:#fff;background:rgba(255,255,255,.2)}
.sidebar-nav li a:active,.sidebar-nav li a:focus{text-decoration:none}
.sidebar-nav > .sidebar-brand{font-size:1.2rem;background:rgba(52,58,64,.1);height:80px;line-height:50px;padding-top:15px;padding-bottom:15px;padding-left:15px}
.sidebar-nav > .sidebar-brand a{color:#fff}
.sidebar-nav > .sidebar-brand a:hover{color:#fff;background:0 0}
#sidebar-wrapper.active{right:250px;width:250px;-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s}
.menu-toggle{position:fixed;right:15px;top:15px;width:50px;height:50px;text-align:center;color:#fff;background:rgba(52,58,64,.5);line-height:50px;z-index:999}
.menu-toggle:focus,.menu-toggle:hover{color:#fff}
.menu-toggle:hover{background:#343a40}
.service-icon{background-color:#fff;color:#F3C84E;height:7rem;width:7rem;display:block;line-height:7.5rem;font-size:2.25rem;-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,.1);box-shadow:0 3px 3px 0 rgba(0,0,0,.1)}
.callout{padding:15rem 0;background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.1)),to(rgba(255,255,255,.1))),url(../img/bg-callout.jpg);background:linear-gradient(90deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.1) 100%),url(../img/bg-callout.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover}
.callout h2{font-size:3.5rem;font-weight:700;display:block;max-width:30rem}
.portfolio-item{display:block;position:relative;overflow:hidden;max-width:530px;margin:auto auto 1rem}
.portfolio-item .caption{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;background-color:rgba(33,37,41,.7);position:absolute;top:0;bottom:0;z-index:1}
.portfolio-item .caption .caption-content{color:#fff;margin:auto 2rem 2rem}
.portfolio-item .caption .caption-content h2{font-size:.8rem;text-transform:uppercase}
.portfolio-item .caption .caption-content p{font-weight:300;font-size:1.2rem}
@media (min-width:992px){.portfolio-item{max-width:none;margin:0}.portfolio-item .caption{-webkit-transition:-webkit-clip-path .25s ease-out,background-color .7s;-webkit-clip-path:inset(0);clip-path:inset(0)}.portfolio-item .caption .caption-content{-webkit-transition:opacity .25s;transition:opacity .25s;margin-left:5rem;margin-right:5rem;margin-bottom:5rem}.portfolio-item img{-webkit-transition:-webkit-clip-path .25s ease-out;-webkit-clip-path:inset(-1px);clip-path:inset(-1px)}.portfolio-item:hover img{-webkit-clip-path:inset(2rem);clip-path:inset(2rem)}.portfolio-item:hover .caption{background-color:rgba(89,81,20,.9);-webkit-clip-path:inset(2rem);clip-path:inset(2rem)}}
footer.footer{padding-top:5rem;padding-bottom:0rem}
footer.footer .social-link{display:block;height:4rem;width:4rem;line-height:4.3rem;font-size:1.5rem;background-color:#F3C84E;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out;-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,.1);box-shadow:0 3px 3px 0 rgba(0,0,0,.1)}
footer.footer .social-link:hover{background-color:#595114;text-decoration:none}a{color:#F3C84E}a:active,a:focus,a:hover{color:#595114}
.btn-primary{background-color:#1d809f!important;border-color:#1d809f!important;color:#fff!important}
.btn-primary:active,.btn-primary:focus,.btn-primary:hover{background-color:#155d74!important;border-color:#155d74!important}
.btn-secondary{background-color:#ecb807!important;border-color:#ecb807!important;color:#fff!important}
.btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover{background-color:#ba9106!important;border-color:#ba9106!important}
.btn-dark{color:#fff!important}.btn{-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,.1);box-shadow:0 3px 3px 0 rgba(0,0,0,.1);font-weight:700}
.bg-primary{background-color:#595114!important}.text-primary{color:#595114!important}.text-secondary{color:#ecb807!important}
/*STICKY HORIZONTAL NAVIGATION BAR SETTINGS*/
.topnav {
overflow: hidden;
background-color: rgba(255,255,255,.5);
position: fixed;
z-index: 1;
width: 100%;
}
.topnav a {
float: left;
color: #595114;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: #595114;
}
.topnav a.active {
background-color: #f3c84e;
color: #595114;
}
.pageLogo {
float: left;
padding: none !important;
}
.hitch-main-themes{padding:15rem 0;background: url(../img/hitch-themes.png);background:url(../img/hitch-themes.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.hitch-wireframes{padding:15rem 0;background: url(../img/hitch-wireframes.png);background:url(../img/hitch-wireframes.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.hitch-login{padding:15rem 0;background: url(../img/hitch-login.png);background:url(../img/hitch-login.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.hitch-book{padding:15rem 0;background: url(../img/hitch-book.png);background:url(../img/hitch-book.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.hitch-car-owner{padding:15rem 0;background: url(../img/hitch-car-owner.png);background:url(../img/hitch-car-owner.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.tingg-proto-1{padding:15rem 0;background: url(../img/proto-1-3.png);background:url(../img/proto-1-3.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.tingg-proto-2{padding:15rem 0;background: url(../img/proto-4-6.png);background:url(../img/proto-4-6.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.tingg-wireframes{padding:15rem 0;background: url(../img/tingg-wireframes.png);background:url(../img/tingg-wireframes.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.tingg-proto-prev{padding:15rem 0;background: url(../img/tingg-proto-prev.png);background:url(../img/tingg-proto-prev.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.tingg-main-themes{padding:15rem 0;background: url(../img/tingg-themes.png);background:url(../img/tingg-themes.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.tingg-sitemap{padding:15rem 0;background: url(../img/tingg-sitemap.png);background:url(../img/tingg-sitemap.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.colours-fonts{padding:15rem 0;background: url(../img/tingg-font-colours.png);background:url(../img/tingg-font-colours.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.hitch-colours-fonts{padding:15rem 0;background: url(../img/hitch-font-colours.png);background:url(../img/hitch-font-colours.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.fishbowl-colours-font{padding:15rem 0;background: url(../img/fishbowl-colours-font.png);background:url(../img/fishbowl-colours-font.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.fishbowl-initial-designs{padding:15rem 0;background: url(../img/fishbowl-initial-designs.png);background:url(../img/fishbowl-initial-designs.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.fishbowl-final-design{padding:15rem 0;background: url(../img/fishbowl-final-design.png);background:url(../img/fishbowl-final-design.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
.fishbowl-samples{padding:15rem 0;background: url(../img/fishbowl-samples.png);background:url(../img/fishbowl-samples.png);background-position:center center;background-repeat:no-repeat;background-size:cover}
.whitespace-horizontal{padding:5rem 0;background: url(../img/whitespace-horizontal.png);background:url(../img/whitespace-horizontal.png);background-position:center center;background-repeat:no-repeat;background-size:contain}
| 0.23292 | 0.05375 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
background: var(--Violet);
font-family: "Open Sans", sans-serif;
}
:root {
--Violet: hsl(257, 40%, 49%);
--Soft-Magenta: hsl(300, 69%, 71%);
}
/* Container */
.c-container-geral {
width: 100vw;
height: 100vh;
padding-top: 40px;
max-height: 900px;
}
.c-container {
display: grid;
grid:
"logo"
"content"
"contact";
margin: 0px 100px 0px 80px;
gap: 20px;
height: 100%;
}
/* Logo */
.c-logo {
grid-area: "logo";
margin-bottom: 30px;
width: 200px;
}
/* Content */
.c-content {
grid-area: "content";
display: grid;
grid:
"illustration content"
"illustration content";
}
.c-illustration-img {
grid-area: "illustration";
}
.c-content-text {
grid-area: "content";
margin: 50px 0 0 60px;
}
.c-content-text h1 {
font-family: "Poppins", sans-serif;
font-size: 40px;
width: 80%;
color: white;
}
.c-content-text p {
color: white;
line-height: 1.5em;
font-size: 18px;
width: 87%;
}
.c-content-text button {
margin-top: 20px;
width: 180px;
height: 50px;
border-radius: 2em;
border: 1px white;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.301);
font-size: 18px;
color: var(--Violet);
}
.c-content-text button:hover {
background: var(--Soft-Magenta);
color: white;
}
/* Redes */
.c-contact {
grid-area: "contact";
display: flex;
list-style-type: none;
justify-content: flex-end;
gap: 10px;
margin-top: 20px;
margin-right: 60px;
}
.c-contact-icons {
width: 40px;
height: 40px;
border: 1px white solid;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.c-face-icon {
width: 28px;
}
.c-twitter-icon {
width: 20px;
}
.c-insta-icon {
width: 30px;
height: 30px;
}
@media (max-width: 1300px) {
.c-content-text {
grid-area: "content";
margin: 0px 0 0 60px;
}
.c-content-text h1 {
font-family: "Poppins", sans-serif;
font-size: 34px;
width: 80%;
color: white;
}
.c-illustration-img {
grid-area: "illustration";
width: 600px;
}
}
@media (max-width: 1100px) {
.c-container {
display: grid;
grid:
"logo"
"content"
"contact";
margin: 0px 40px 0px 40px;
gap: 20px;
height: 100%;
}
.c-logo {
grid-area: "logo";
margin-bottom: 30px;
width: 200px;
}
.c-content-text {
grid-area: "content";
margin: 0px 0 0 40px;
}
.c-content-text h1 {
font-family: "Poppins", sans-serif;
font-size: 32px;
width: 80%;
color: white;
line-height: 1.2em;
margin-bottom: 10px;
}
.c-content-text p {
font-size: 16px;
}
.c-illustration-img {
grid-area: "illustration";
width: 540px;
}
.c-contact {
grid-area: "contact";
display: flex;
list-style-type: none;
justify-content: flex-end;
gap: 10px;
margin-top: 20px;
margin-right: 20px;
}
}
@media (max-width: 840px) {
.c-logo {
grid-area: "logo";
margin: 0 0;
width: 150px;
}
.c-container {
display: grid;
grid:
"logo" 70px
"content"
"contact";
margin: 0px 35px 0px 35px;
gap: 20px;
height: 100%;
}
.c-content {
grid-area: "content";
display: grid;
grid:
"illustration"
"content";
}
.c-illustration-img {
grid-area: "illustration";
margin: 0 auto;
width: 100%;
max-width: 550px;
}
.c-content-text {
margin: 20px auto 0 auto;
text-align: center;
}
.c-content-text h1 {
font-family: "Poppins", sans-serif;
font-size: 23px;
width: 100%;
color: white;
line-height: 1.5em;
margin: 0px 0px 20px 0;
}
.c-content-text p {
margin: 0px 0px 10px;
width: 100%;
font-size: 16px;
}
.c-content-text button {
margin-top: 20px;
width: 230px;
height: 50px;
border-radius: 2em;
border: 1px white;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.301);
font-size: 16px;
}
.c-contact {
grid-area: "contact";
display: flex;
list-style-type: none;
justify-content: center;
gap: 10px;
margin-top: 0px;
margin-right: 0px;
align-self: flex-end;
margin-bottom: 20px;
}
}
|
iniciante/huddle-landing-page/style.css
|
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
background: var(--Violet);
font-family: "Open Sans", sans-serif;
}
:root {
--Violet: hsl(257, 40%, 49%);
--Soft-Magenta: hsl(300, 69%, 71%);
}
/* Container */
.c-container-geral {
width: 100vw;
height: 100vh;
padding-top: 40px;
max-height: 900px;
}
.c-container {
display: grid;
grid:
"logo"
"content"
"contact";
margin: 0px 100px 0px 80px;
gap: 20px;
height: 100%;
}
/* Logo */
.c-logo {
grid-area: "logo";
margin-bottom: 30px;
width: 200px;
}
/* Content */
.c-content {
grid-area: "content";
display: grid;
grid:
"illustration content"
"illustration content";
}
.c-illustration-img {
grid-area: "illustration";
}
.c-content-text {
grid-area: "content";
margin: 50px 0 0 60px;
}
.c-content-text h1 {
font-family: "Poppins", sans-serif;
font-size: 40px;
width: 80%;
color: white;
}
.c-content-text p {
color: white;
line-height: 1.5em;
font-size: 18px;
width: 87%;
}
.c-content-text button {
margin-top: 20px;
width: 180px;
height: 50px;
border-radius: 2em;
border: 1px white;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.301);
font-size: 18px;
color: var(--Violet);
}
.c-content-text button:hover {
background: var(--Soft-Magenta);
color: white;
}
/* Redes */
.c-contact {
grid-area: "contact";
display: flex;
list-style-type: none;
justify-content: flex-end;
gap: 10px;
margin-top: 20px;
margin-right: 60px;
}
.c-contact-icons {
width: 40px;
height: 40px;
border: 1px white solid;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.c-face-icon {
width: 28px;
}
.c-twitter-icon {
width: 20px;
}
.c-insta-icon {
width: 30px;
height: 30px;
}
@media (max-width: 1300px) {
.c-content-text {
grid-area: "content";
margin: 0px 0 0 60px;
}
.c-content-text h1 {
font-family: "Poppins", sans-serif;
font-size: 34px;
width: 80%;
color: white;
}
.c-illustration-img {
grid-area: "illustration";
width: 600px;
}
}
@media (max-width: 1100px) {
.c-container {
display: grid;
grid:
"logo"
"content"
"contact";
margin: 0px 40px 0px 40px;
gap: 20px;
height: 100%;
}
.c-logo {
grid-area: "logo";
margin-bottom: 30px;
width: 200px;
}
.c-content-text {
grid-area: "content";
margin: 0px 0 0 40px;
}
.c-content-text h1 {
font-family: "Poppins", sans-serif;
font-size: 32px;
width: 80%;
color: white;
line-height: 1.2em;
margin-bottom: 10px;
}
.c-content-text p {
font-size: 16px;
}
.c-illustration-img {
grid-area: "illustration";
width: 540px;
}
.c-contact {
grid-area: "contact";
display: flex;
list-style-type: none;
justify-content: flex-end;
gap: 10px;
margin-top: 20px;
margin-right: 20px;
}
}
@media (max-width: 840px) {
.c-logo {
grid-area: "logo";
margin: 0 0;
width: 150px;
}
.c-container {
display: grid;
grid:
"logo" 70px
"content"
"contact";
margin: 0px 35px 0px 35px;
gap: 20px;
height: 100%;
}
.c-content {
grid-area: "content";
display: grid;
grid:
"illustration"
"content";
}
.c-illustration-img {
grid-area: "illustration";
margin: 0 auto;
width: 100%;
max-width: 550px;
}
.c-content-text {
margin: 20px auto 0 auto;
text-align: center;
}
.c-content-text h1 {
font-family: "Poppins", sans-serif;
font-size: 23px;
width: 100%;
color: white;
line-height: 1.5em;
margin: 0px 0px 20px 0;
}
.c-content-text p {
margin: 0px 0px 10px;
width: 100%;
font-size: 16px;
}
.c-content-text button {
margin-top: 20px;
width: 230px;
height: 50px;
border-radius: 2em;
border: 1px white;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.301);
font-size: 16px;
}
.c-contact {
grid-area: "contact";
display: flex;
list-style-type: none;
justify-content: center;
gap: 10px;
margin-top: 0px;
margin-right: 0px;
align-self: flex-end;
margin-bottom: 20px;
}
}
| 0.455683 | 0.080321 |
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
*{
margin: 0;
padding:0;
}
html{
scroll-behavior: smooth;
}
.logo{
width:20%;
display: flex;
justify-content: center;
align-items: center;
}
.logo img{
width: 26%;
border: 3px solid white;
border-radius: 50px;
margin: 5px;
}
.navbar{
display: flex;
align-items: center;
justify-content: center;
position: sticky;
top:0;
cursor: pointer;
}
.nav-list{
width: 70%;
display: flex;
align-items: center;
}
.nav-list li{
list-style: none;
padding: 26px 30px;
}
.nav-list li a{
text-decoration: none;
color: white;
font-size: 20px;
font-family: 'Ubuntu', sans-serif;
}
.nav-list li a:hover{
color: rgb(197, 194, 194);
}
.rightNav{
width: 30%;
text-align: right;
padding: 0 23px;
}
#search{
padding: 5px;
font-size: 17px;
border: 2px solid grey;
border-radius: 9px;
}
.background{
background: grey;
background-size: cover;
background-blend-mode: darken;
}
.firstSection{
height: 100vh;
}
.box-main{
display: flex;
justify-content: center;
align-items: center;
color: white;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
max-width: 50%;
margin: auto;
height: 80%;
}
.firstHalf{
width: 100%;
display: flex;
flex-direction: column;
justify-content: left;
}
.secondHalf{
width: 50%;
height: 50%;
left: 150px;
justify-content: right;
}
.secondHalf img{
width: 100%;
height: 100%;
border: 2px solid white;
border-radius: 100px;
display: block;
margin: auto;
}
.text-big{
font-size: 41px;
}
.text-small{
font-size: 20px;
margin: 20px;
}
.btn{
padding: 8px 20px;
margin: 7px 3px;
border: 2px solid white;
border-radius: 8px;
background: none;
color: white;
cursor: pointer;
font-family: 'Ubuntu', sans-serif;
font-size: 20px;
}
.btn:hover
{
padding: 10px 20px;
margin: 10px 3px;
border: 3px solid white;
border-radius: 10px;
background: none;
color: rgb(153, 111, 111);
cursor: pointer;
font-family: 'Ubuntu', sans-serif;
font-size: 20px;
background-color: honeydew;
}
.btn-sm{
padding: 6px 10px;
vertical-align: middle;
font-size: 16px;
}
.btn-dark{
color: black;
border: 2px solid grey;
}
.section{
display: flex;
align-items: center;
justify-content: space-evenly;
max-width: 80%;
margin: auto;
font-family: 'Ubuntu', sans-serif;
padding: 10px;
}
.section-left{
flex-direction: row-reverse;
}
.paras{
padding: 10px 65px;
}
.sectionTag{
padding: 16px 0;
}
.sectionSubTag{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.thumbnail img{
width: 300px;
border: 2px solid black;
border-radius: 5px;
margin-top: 19px;
}
.thumbnail1
{
width: 300px;
border: 2px solid black;
border-radius: 5px;
margin-top: 19px;
}
.contact{
background-color: #f6f5f4;
height: 833px;
}
.text-center{
text-align: center;
padding-top: 30px;
font-family: 'Ubuntu', sans-serif;
font-size: 35px;
}
.form{
max-width: 62%;
margin: 25px auto;
}
.form-input{
margin: 14px 0;
padding: 5px 13px;
width: 100%;
font-size: 19px;
border: 2px solid grey;
border-radius: 6px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.text-footer{
text-align: center;
padding: 30px 0;
font-family: 'Ubuntu', sans-serif;
display: flex;
justify-content: center;
color: white;
}
.burger{
display: none;
position: absolute;
cursor: pointer;
right: 5%;
top:15px;
}
.line{
width: 33px;
background-color: white;
height: 4px;
margin: 5px 3px;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
.wrapper{
display: flex;
}
.wrapper .static-txt{
color: #fff;
font-size: 50px;
font-weight: 400;
margin: 30px;
}
.wrapper .dynamic-txts{
margin-left: 10px;
height: 90px;
line-height: 90px;
overflow: hidden;
}
.dynamic-txts li{
list-style: none;
color: #FC6D6D;
font-size: 60px;
font-weight: 500;
position: relative;
top: 0;
bottom: 20px;
animation: slide 12s steps(4) infinite;
}
@keyframes slide {
100%{
top: -360px;
}
}
.dynamic-txts li span{
position: relative;
margin: 0px 0;
line-height: 95px;
}
.dynamic-txts li span::after{
content: "";
position: absolute;
left: 0;
height: 120%;
width: 90%;
background: grey;
border-left: 2px solid #FC6D6D;
animation: typing 3s steps(10) infinite;
}
@keyframes typing {
50%, 50%{
left: calc(150% + 30px);
}
100%{
left: 0;
}
}
|
my website.css
|
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
*{
margin: 0;
padding:0;
}
html{
scroll-behavior: smooth;
}
.logo{
width:20%;
display: flex;
justify-content: center;
align-items: center;
}
.logo img{
width: 26%;
border: 3px solid white;
border-radius: 50px;
margin: 5px;
}
.navbar{
display: flex;
align-items: center;
justify-content: center;
position: sticky;
top:0;
cursor: pointer;
}
.nav-list{
width: 70%;
display: flex;
align-items: center;
}
.nav-list li{
list-style: none;
padding: 26px 30px;
}
.nav-list li a{
text-decoration: none;
color: white;
font-size: 20px;
font-family: 'Ubuntu', sans-serif;
}
.nav-list li a:hover{
color: rgb(197, 194, 194);
}
.rightNav{
width: 30%;
text-align: right;
padding: 0 23px;
}
#search{
padding: 5px;
font-size: 17px;
border: 2px solid grey;
border-radius: 9px;
}
.background{
background: grey;
background-size: cover;
background-blend-mode: darken;
}
.firstSection{
height: 100vh;
}
.box-main{
display: flex;
justify-content: center;
align-items: center;
color: white;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
max-width: 50%;
margin: auto;
height: 80%;
}
.firstHalf{
width: 100%;
display: flex;
flex-direction: column;
justify-content: left;
}
.secondHalf{
width: 50%;
height: 50%;
left: 150px;
justify-content: right;
}
.secondHalf img{
width: 100%;
height: 100%;
border: 2px solid white;
border-radius: 100px;
display: block;
margin: auto;
}
.text-big{
font-size: 41px;
}
.text-small{
font-size: 20px;
margin: 20px;
}
.btn{
padding: 8px 20px;
margin: 7px 3px;
border: 2px solid white;
border-radius: 8px;
background: none;
color: white;
cursor: pointer;
font-family: 'Ubuntu', sans-serif;
font-size: 20px;
}
.btn:hover
{
padding: 10px 20px;
margin: 10px 3px;
border: 3px solid white;
border-radius: 10px;
background: none;
color: rgb(153, 111, 111);
cursor: pointer;
font-family: 'Ubuntu', sans-serif;
font-size: 20px;
background-color: honeydew;
}
.btn-sm{
padding: 6px 10px;
vertical-align: middle;
font-size: 16px;
}
.btn-dark{
color: black;
border: 2px solid grey;
}
.section{
display: flex;
align-items: center;
justify-content: space-evenly;
max-width: 80%;
margin: auto;
font-family: 'Ubuntu', sans-serif;
padding: 10px;
}
.section-left{
flex-direction: row-reverse;
}
.paras{
padding: 10px 65px;
}
.sectionTag{
padding: 16px 0;
}
.sectionSubTag{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.thumbnail img{
width: 300px;
border: 2px solid black;
border-radius: 5px;
margin-top: 19px;
}
.thumbnail1
{
width: 300px;
border: 2px solid black;
border-radius: 5px;
margin-top: 19px;
}
.contact{
background-color: #f6f5f4;
height: 833px;
}
.text-center{
text-align: center;
padding-top: 30px;
font-family: 'Ubuntu', sans-serif;
font-size: 35px;
}
.form{
max-width: 62%;
margin: 25px auto;
}
.form-input{
margin: 14px 0;
padding: 5px 13px;
width: 100%;
font-size: 19px;
border: 2px solid grey;
border-radius: 6px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.text-footer{
text-align: center;
padding: 30px 0;
font-family: 'Ubuntu', sans-serif;
display: flex;
justify-content: center;
color: white;
}
.burger{
display: none;
position: absolute;
cursor: pointer;
right: 5%;
top:15px;
}
.line{
width: 33px;
background-color: white;
height: 4px;
margin: 5px 3px;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
.wrapper{
display: flex;
}
.wrapper .static-txt{
color: #fff;
font-size: 50px;
font-weight: 400;
margin: 30px;
}
.wrapper .dynamic-txts{
margin-left: 10px;
height: 90px;
line-height: 90px;
overflow: hidden;
}
.dynamic-txts li{
list-style: none;
color: #FC6D6D;
font-size: 60px;
font-weight: 500;
position: relative;
top: 0;
bottom: 20px;
animation: slide 12s steps(4) infinite;
}
@keyframes slide {
100%{
top: -360px;
}
}
.dynamic-txts li span{
position: relative;
margin: 0px 0;
line-height: 95px;
}
.dynamic-txts li span::after{
content: "";
position: absolute;
left: 0;
height: 120%;
width: 90%;
background: grey;
border-left: 2px solid #FC6D6D;
animation: typing 3s steps(10) infinite;
}
@keyframes typing {
50%, 50%{
left: calc(150% + 30px);
}
100%{
left: 0;
}
}
| 0.45181 | 0.090374 |
@font-face{
font-family: 'Superspace';
font-weight: normal;
src: url('../fonts/Superspace/Superspace Light ver 1.00.otf');
}
@font-face{
font-family: 'Superspace Bold';
font-weight: bold;
src: url('../fonts/Superspace/Superspace Bold ver 1.00.otf');
}
html, body{
height: 100%;
}
body{
margin: 0;
min-height: 100%;
width: 100%;
font-family: "Superspace";
font-size: 24px;
color: white;
position: relative;
}
.screen {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.screen img {
position: absolute;
max-height: 100%;
max-width: 100%;
transform: translateZ(0);
}
div {
display: block;
}
.menu{
position: absolute;
margin: auto;
left: 0;
right: 0;
width: 100%;
text-align: center;
z-index: 300;
margin-top: 30px;
}
.menu ul{
padding: 0;
margin: 0;
}
.menu ul li{
list-style-type: none;
display: inline-block;
padding: 15px 30px;
padding-bottom: 13px;
font-size: 26px;
margin: 0px;
transition: background, border;
transition-duration: 0.2s;
transition-timing-function: ease-out;
border-bottom: 2px solid rgba(255,255,255,0);
}
.menu div{
list-style-type: none;
display: inline-block;
padding: 15px 30px;
padding-bottom: 13px;
font-size: 24px;
margin: 0px;
transition: background, border;
transition-duration: 0.2s;
transition-timing-function: ease-out;
border-bottom: 2px solid rgba(255,255,255,0);
}
div.menu-center{
background: transparent;
display: table;
margin: auto;
border-radius: 0 0 10px 10px;
padding: 0;
}
.menu a{
margin: -3px;
}
.menu-main{
background: rgba(255,255,255,0.1);
}
.menu ul li.active{
background: transparent;
border-bottom: 2px solid rgba(0,0,0,0);
text-decoration: underline;
font-family: "Superspace Bold";
}
.menu ul li:hover{
background: transparent;
border-bottom: 2px solid rgba(0,0,0,0);
text-decoration: underline;
font-family: "Superspace Bold";
}
.menu ul a{
color: white;
text-decoration: none;
}
div.menu-side-container{
top: 0;
position: absolute;
}
.menu div.menu-list-container{
position: relative;
}
.menu-list-left{
position: absolute;
}
.menu-list-right{
position: absolute;
}
img.img-logo{
position: absolute;
max-height: none;
margin-top: -46px;
margin-left: -45px;
height: 74px;
padding: 10px;
padding-top: 20px;
background: transparent;
border: 2px solid rgba(0,0,0,0);
transition: border, margin-top;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
img.img-logo:hover{
margin-top: -30px;
}
.menu-logo{
background: none !important;
width: 36px;
border: none;
}
.l {
}
#gbg {
width: 100%;
height: 100%;
z-index: 5;
}
#lleft {
width: 120%;
height: 130%;
right: 0;
top: -14%;
bottom: 0;
max-height: none;
left: -10.5%;
z-index: 10;
max-width: none;
}
#lright {
width: 120%;
height: 130%;
top: -14%;
left: -10.5%;
right: 0;
max-height: none;
max-width: none;
bottom: 0;
z-index: 11;
}
#galframe {
width: 90.5%;
height: 99.5%;
top: 12%;
bottom: 0;
left: 0;
right: 0;
margin: auto;
z-index: 20;
opacity: 0;
}
#galarrowleft {
height: 7.5%;
width: 8%;
left: 37%;
right: 0;
top: 53%;
bottom: 0;
z-index: 15;
}
#galarrowright {
height: 7.5%;
width: 8%;
right: 0;
left: 54%;
top: 53%;
bottom: 0;
z-index: 16;
}
#imgslide {
width: 85%;
height: 81%;
top: 13%;
bottom: 0;
left: 0;
right: 0;
margin: auto;
position: relative;
opacity: 0;
z-index: 40;
}
#outimg {
width: 74%;
left: 12.9%;
height: 84%;
top: 13%;
position: absolute;
}
#img {
width: 100%;
height: 100%;
transform: translateZ(0);
}
#left_holder {
width: 15%;
left: 13%;
height: 84%;
top: 13%;
position: absolute;
cursor: pointer;
z-index: -1;
}
#right_holder {
width: 15%;
right: 13.2%;
height: 84%;
top: 13%;
position: absolute;
cursor: pointer;
z-index: -1;
}
.left {
width: 100%;
height: 100px;
top: 38%;
opacity: 0;
cursor: pointer;
z-index: 41;
}
.right {
width: 100%;
height: 100px;
top: 38%;
opacity: 0;
cursor: pointer;
z-index: 41;
}
@keyframes fadegal {
from {opacity: 0}
to {opacity: 1}
}
@keyframes mymovelleft {
from {left: -10.5%;}
to {left: -42.4%;}
}
@keyframes mymovelright {
from {left: -10.5%;}
to {left: 22%;}
}
@keyframes mymovealeft {
from {left: 37%;}
to {left: 5%;}
}
@keyframes mymovearight {
from {left: 54%;}
to {left: 86.5%;}
}
div.menu-mobile{
display: none;
}
@media all and (max-width: 780px) {
.menu ul li {
font-size: 20px;
}
.menu div {
font-size: 24px;
}
#right_holder {
width: 15%;
right: 6.7%;
height: 84%;
top: 13%;
position: absolute;
cursor: pointer;
z-index: -1;
}
#left_holder {
width: 15%;
left: 7%;
height: 84%;
top: 13%;
position: absolute;
cursor: pointer;
z-index: -1;
}
#outimg {
width: 85%;
left: 7.7%;
height: 84%;
top: 13%;
position: absolute;
}
#galframe {
width: 105%;
height: 99%;
top: 12%;
bottom: 0;
left: -2%;
right: 0;
margin: auto;
z-index: 20;
opacity: 0;
max-width: none;
}
#imgslide {
width: 85%;
height: 81%;
top: 13%;
bottom: 0;
left: 0;
right: 0;
margin: auto;
position: relative;
opacity: 0;
z-index: 40;
}
#galarrowright {
height: 7.5%;
width: 9%;
right: 0;
left: 54%;
top: 53%;
bottom: 0;
z-index: 16;
}
@keyframes mymovearight {
from {left: 54%;}
to {left: 90.5%;}
}
#galarrowleft {
height: 7.5%;
width: 9%;
left: 37%;
right: 0;
top: 53%;
bottom: 0;
z-index: 15;
}
@keyframes mymovealeft {
from {left: 37%;}
to {left: 1%;}
}
#lright {
width: 130%;
height: 130%;
top: -14%;
left: -15%;
right: 0;
max-height: none;
max-width: none;
bottom: 0;
z-index: 11;
}
@keyframes mymovelleft {
from {left: -15.5%;}
to {left: -52.1%;}
}
#lleft {
width: 130%;
height: 130%;
right: 0;
top: -14%;
bottom: 0;
max-height: none;
left: -15.5%;
z-index: 10;
max-width: none;
}
@keyframes mymovelright {
from {left: -15%;}
to {left: 22.7%;}
}
}
@media all and (max-width: 680px) {
.menu ul li {
font-size: 16px;
}
.menu div {
font-size: 24px;
}
}
@media all and (max-width: 608px) {
.menu ul li {
font-size: 14px;
}
.menu div {
font-size: 14px;
}
}
@media all and (max-width: 562px) {
.menu ul li {
font-size: 12px;
}
.menu div {
font-size: 12px;
}
}
@media all and (max-width: 535px){
.menu ul a {
color: white;
}
.menu ul li {
font-size: 26px;
}
.menu div {
font-size: 24px;
}
#menu{
width: 300%;
left: -99%;
position: absolute;
}
#menu li{
display: none;
}
#menu li#menu-main{
display: none;
padding: 0;
}
div.menu-mobile{
display: block;
background: #272F35;
margin-top: -463px;
transition: margin-top;
transition-duration: 0.6s;
transition-timing-function: ease-in-out;
border-bottom: 2px solid #B2AFAA;
}
#menu-slide li{
display: block;
padding: 10px 0;
}
#menu-slide li:hover{
display: block;
padding: 10px 0;
background: rgba(255,255,255,0.3);
}
img.img-logo-mobile{
max-height: none;
margin-top: 13px;
margin-left: -48px;
height: 74px;
padding: 10px;
padding-top: 20px;
background: #272F35;
border-radius: 0 0 47px 47px;
cursor: pointer;
border: 2px solid #B2AFAA;
border-top: transparent;
}
#imgslide {
width: 120.7%;
height: 81%;
top: 13%;
bottom: 0;
left: -10.7%;
right: 0;
margin: auto;
position: relative;
opacity: 0;
z-index: 40;
}
#lleft {
width: 200%;
height: 130%;
right: 0;
top: -14.5%;
bottom: 0;
max-height: none;
left: -51%;
z-index: 10;
max-width: none;
}
@keyframes mymovelleft {
from {left: -51%;}
to {left: -101%;}
}
#galarrowright {
height: 7.5%;
width: 15%;
right: 0;
left: 54%;
top: 53%;
bottom: 0;
z-index: 16;
}
@keyframes mymovearight {
from {left: 54%;}
to {left: 106%;}
}
#galarrowleft {
height: 7.5%;
width: 15%;
left: 29%;
right: 0;
top: 53%;
bottom: 0;
z-index: 15;
}
@keyframes mymovealeft {
from {left: 29%;}
to {left: -21%;}
}
#lright {
width: 200%;
height: 130%;
top: -14.5%;
left: -51%;
right: 0;
max-height: none;
max-width: none;
bottom: 0;
z-index: 11;
}
@keyframes mymovelright {
from {left: -51%;}
to {left: 1%;}
}
#galframe {
width: 125%;
height: 99.5%;
top: 12%;
bottom: 0;
left: -12%;
right: 0;
margin: auto;
z-index: 20;
opacity: 0;
max-width: none;
}
}
@media all and (max-width: 390px) {
#right_holder {
width: 15%;
right: 6.7%;
height: 52.5%;
top: 29%;
position: absolute;
cursor: pointer;
z-index: -1;
}
#left_holder {
width: 15%;
left: 7%;
height: 52.5%;
top: 29%;
position: absolute;
cursor: pointer;
z-index: -1;
}
#outimg {
width: 85%;
left: 7.7%;
height: 53.5%;
top: 28.5%;
position: absolute;
}
#galframe {
width: 129%;
height: 65.5%;
top: 12%;
bottom: 0;
left: -14%;
right: 0;
margin: auto;
z-index: 20;
opacity: 0;
max-width: none;
}
#lright {
width: 200%;
height: 90%;
top: 8%;
left: -51%;
right: 0;
max-height: none;
max-width: none;
bottom: 0;
z-index: 11;
}
#lleft {
width: 200%;
height: 90%;
right: 0;
top: 8%;
bottom: 0;
max-height: none;
left: -51%;
z-index: 10;
max-width: none;
}
#galarrowleft {
height: 6.5%;
width: 15%;
left: 29%;
right: 0;
top: 55%;
bottom: 0;
}
#galarrowright {
height: 6.5%;
width: 15%;
right: 0;
left: 54%;
top: 55%;
bottom: 0;
z-index: 16;
}
}
|
public/css/gallerystyle.css
|
@font-face{
font-family: 'Superspace';
font-weight: normal;
src: url('../fonts/Superspace/Superspace Light ver 1.00.otf');
}
@font-face{
font-family: 'Superspace Bold';
font-weight: bold;
src: url('../fonts/Superspace/Superspace Bold ver 1.00.otf');
}
html, body{
height: 100%;
}
body{
margin: 0;
min-height: 100%;
width: 100%;
font-family: "Superspace";
font-size: 24px;
color: white;
position: relative;
}
.screen {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.screen img {
position: absolute;
max-height: 100%;
max-width: 100%;
transform: translateZ(0);
}
div {
display: block;
}
.menu{
position: absolute;
margin: auto;
left: 0;
right: 0;
width: 100%;
text-align: center;
z-index: 300;
margin-top: 30px;
}
.menu ul{
padding: 0;
margin: 0;
}
.menu ul li{
list-style-type: none;
display: inline-block;
padding: 15px 30px;
padding-bottom: 13px;
font-size: 26px;
margin: 0px;
transition: background, border;
transition-duration: 0.2s;
transition-timing-function: ease-out;
border-bottom: 2px solid rgba(255,255,255,0);
}
.menu div{
list-style-type: none;
display: inline-block;
padding: 15px 30px;
padding-bottom: 13px;
font-size: 24px;
margin: 0px;
transition: background, border;
transition-duration: 0.2s;
transition-timing-function: ease-out;
border-bottom: 2px solid rgba(255,255,255,0);
}
div.menu-center{
background: transparent;
display: table;
margin: auto;
border-radius: 0 0 10px 10px;
padding: 0;
}
.menu a{
margin: -3px;
}
.menu-main{
background: rgba(255,255,255,0.1);
}
.menu ul li.active{
background: transparent;
border-bottom: 2px solid rgba(0,0,0,0);
text-decoration: underline;
font-family: "Superspace Bold";
}
.menu ul li:hover{
background: transparent;
border-bottom: 2px solid rgba(0,0,0,0);
text-decoration: underline;
font-family: "Superspace Bold";
}
.menu ul a{
color: white;
text-decoration: none;
}
div.menu-side-container{
top: 0;
position: absolute;
}
.menu div.menu-list-container{
position: relative;
}
.menu-list-left{
position: absolute;
}
.menu-list-right{
position: absolute;
}
img.img-logo{
position: absolute;
max-height: none;
margin-top: -46px;
margin-left: -45px;
height: 74px;
padding: 10px;
padding-top: 20px;
background: transparent;
border: 2px solid rgba(0,0,0,0);
transition: border, margin-top;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
img.img-logo:hover{
margin-top: -30px;
}
.menu-logo{
background: none !important;
width: 36px;
border: none;
}
.l {
}
#gbg {
width: 100%;
height: 100%;
z-index: 5;
}
#lleft {
width: 120%;
height: 130%;
right: 0;
top: -14%;
bottom: 0;
max-height: none;
left: -10.5%;
z-index: 10;
max-width: none;
}
#lright {
width: 120%;
height: 130%;
top: -14%;
left: -10.5%;
right: 0;
max-height: none;
max-width: none;
bottom: 0;
z-index: 11;
}
#galframe {
width: 90.5%;
height: 99.5%;
top: 12%;
bottom: 0;
left: 0;
right: 0;
margin: auto;
z-index: 20;
opacity: 0;
}
#galarrowleft {
height: 7.5%;
width: 8%;
left: 37%;
right: 0;
top: 53%;
bottom: 0;
z-index: 15;
}
#galarrowright {
height: 7.5%;
width: 8%;
right: 0;
left: 54%;
top: 53%;
bottom: 0;
z-index: 16;
}
#imgslide {
width: 85%;
height: 81%;
top: 13%;
bottom: 0;
left: 0;
right: 0;
margin: auto;
position: relative;
opacity: 0;
z-index: 40;
}
#outimg {
width: 74%;
left: 12.9%;
height: 84%;
top: 13%;
position: absolute;
}
#img {
width: 100%;
height: 100%;
transform: translateZ(0);
}
#left_holder {
width: 15%;
left: 13%;
height: 84%;
top: 13%;
position: absolute;
cursor: pointer;
z-index: -1;
}
#right_holder {
width: 15%;
right: 13.2%;
height: 84%;
top: 13%;
position: absolute;
cursor: pointer;
z-index: -1;
}
.left {
width: 100%;
height: 100px;
top: 38%;
opacity: 0;
cursor: pointer;
z-index: 41;
}
.right {
width: 100%;
height: 100px;
top: 38%;
opacity: 0;
cursor: pointer;
z-index: 41;
}
@keyframes fadegal {
from {opacity: 0}
to {opacity: 1}
}
@keyframes mymovelleft {
from {left: -10.5%;}
to {left: -42.4%;}
}
@keyframes mymovelright {
from {left: -10.5%;}
to {left: 22%;}
}
@keyframes mymovealeft {
from {left: 37%;}
to {left: 5%;}
}
@keyframes mymovearight {
from {left: 54%;}
to {left: 86.5%;}
}
div.menu-mobile{
display: none;
}
@media all and (max-width: 780px) {
.menu ul li {
font-size: 20px;
}
.menu div {
font-size: 24px;
}
#right_holder {
width: 15%;
right: 6.7%;
height: 84%;
top: 13%;
position: absolute;
cursor: pointer;
z-index: -1;
}
#left_holder {
width: 15%;
left: 7%;
height: 84%;
top: 13%;
position: absolute;
cursor: pointer;
z-index: -1;
}
#outimg {
width: 85%;
left: 7.7%;
height: 84%;
top: 13%;
position: absolute;
}
#galframe {
width: 105%;
height: 99%;
top: 12%;
bottom: 0;
left: -2%;
right: 0;
margin: auto;
z-index: 20;
opacity: 0;
max-width: none;
}
#imgslide {
width: 85%;
height: 81%;
top: 13%;
bottom: 0;
left: 0;
right: 0;
margin: auto;
position: relative;
opacity: 0;
z-index: 40;
}
#galarrowright {
height: 7.5%;
width: 9%;
right: 0;
left: 54%;
top: 53%;
bottom: 0;
z-index: 16;
}
@keyframes mymovearight {
from {left: 54%;}
to {left: 90.5%;}
}
#galarrowleft {
height: 7.5%;
width: 9%;
left: 37%;
right: 0;
top: 53%;
bottom: 0;
z-index: 15;
}
@keyframes mymovealeft {
from {left: 37%;}
to {left: 1%;}
}
#lright {
width: 130%;
height: 130%;
top: -14%;
left: -15%;
right: 0;
max-height: none;
max-width: none;
bottom: 0;
z-index: 11;
}
@keyframes mymovelleft {
from {left: -15.5%;}
to {left: -52.1%;}
}
#lleft {
width: 130%;
height: 130%;
right: 0;
top: -14%;
bottom: 0;
max-height: none;
left: -15.5%;
z-index: 10;
max-width: none;
}
@keyframes mymovelright {
from {left: -15%;}
to {left: 22.7%;}
}
}
@media all and (max-width: 680px) {
.menu ul li {
font-size: 16px;
}
.menu div {
font-size: 24px;
}
}
@media all and (max-width: 608px) {
.menu ul li {
font-size: 14px;
}
.menu div {
font-size: 14px;
}
}
@media all and (max-width: 562px) {
.menu ul li {
font-size: 12px;
}
.menu div {
font-size: 12px;
}
}
@media all and (max-width: 535px){
.menu ul a {
color: white;
}
.menu ul li {
font-size: 26px;
}
.menu div {
font-size: 24px;
}
#menu{
width: 300%;
left: -99%;
position: absolute;
}
#menu li{
display: none;
}
#menu li#menu-main{
display: none;
padding: 0;
}
div.menu-mobile{
display: block;
background: #272F35;
margin-top: -463px;
transition: margin-top;
transition-duration: 0.6s;
transition-timing-function: ease-in-out;
border-bottom: 2px solid #B2AFAA;
}
#menu-slide li{
display: block;
padding: 10px 0;
}
#menu-slide li:hover{
display: block;
padding: 10px 0;
background: rgba(255,255,255,0.3);
}
img.img-logo-mobile{
max-height: none;
margin-top: 13px;
margin-left: -48px;
height: 74px;
padding: 10px;
padding-top: 20px;
background: #272F35;
border-radius: 0 0 47px 47px;
cursor: pointer;
border: 2px solid #B2AFAA;
border-top: transparent;
}
#imgslide {
width: 120.7%;
height: 81%;
top: 13%;
bottom: 0;
left: -10.7%;
right: 0;
margin: auto;
position: relative;
opacity: 0;
z-index: 40;
}
#lleft {
width: 200%;
height: 130%;
right: 0;
top: -14.5%;
bottom: 0;
max-height: none;
left: -51%;
z-index: 10;
max-width: none;
}
@keyframes mymovelleft {
from {left: -51%;}
to {left: -101%;}
}
#galarrowright {
height: 7.5%;
width: 15%;
right: 0;
left: 54%;
top: 53%;
bottom: 0;
z-index: 16;
}
@keyframes mymovearight {
from {left: 54%;}
to {left: 106%;}
}
#galarrowleft {
height: 7.5%;
width: 15%;
left: 29%;
right: 0;
top: 53%;
bottom: 0;
z-index: 15;
}
@keyframes mymovealeft {
from {left: 29%;}
to {left: -21%;}
}
#lright {
width: 200%;
height: 130%;
top: -14.5%;
left: -51%;
right: 0;
max-height: none;
max-width: none;
bottom: 0;
z-index: 11;
}
@keyframes mymovelright {
from {left: -51%;}
to {left: 1%;}
}
#galframe {
width: 125%;
height: 99.5%;
top: 12%;
bottom: 0;
left: -12%;
right: 0;
margin: auto;
z-index: 20;
opacity: 0;
max-width: none;
}
}
@media all and (max-width: 390px) {
#right_holder {
width: 15%;
right: 6.7%;
height: 52.5%;
top: 29%;
position: absolute;
cursor: pointer;
z-index: -1;
}
#left_holder {
width: 15%;
left: 7%;
height: 52.5%;
top: 29%;
position: absolute;
cursor: pointer;
z-index: -1;
}
#outimg {
width: 85%;
left: 7.7%;
height: 53.5%;
top: 28.5%;
position: absolute;
}
#galframe {
width: 129%;
height: 65.5%;
top: 12%;
bottom: 0;
left: -14%;
right: 0;
margin: auto;
z-index: 20;
opacity: 0;
max-width: none;
}
#lright {
width: 200%;
height: 90%;
top: 8%;
left: -51%;
right: 0;
max-height: none;
max-width: none;
bottom: 0;
z-index: 11;
}
#lleft {
width: 200%;
height: 90%;
right: 0;
top: 8%;
bottom: 0;
max-height: none;
left: -51%;
z-index: 10;
max-width: none;
}
#galarrowleft {
height: 6.5%;
width: 15%;
left: 29%;
right: 0;
top: 55%;
bottom: 0;
}
#galarrowright {
height: 6.5%;
width: 15%;
right: 0;
left: 54%;
top: 55%;
bottom: 0;
z-index: 16;
}
}
| 0.585338 | 0.069415 |
body.vscode-light { color: var(--vscode-foreground); }
body.vscode-high-contrast { color: var(--vscode-foreground); }
body.vscode-dark { color: var(--vscode-foreground); }
body {
background: transparent;
padding: 1.5rem 0.5rem;
--font-family: 'Fira Code', 'Consolas', sans-serif;
margin: 0px;
}
.form-control:focus {
box-shadow: none;
outline: none;
}
/*******************************************************************************
*******************************************************************************/
/* build a patch panel for all the css vars vscode sets on the webview that
allows us to style our contents with the current theme colours. this is mostly
because i am not personally convinced yet that their naming is solid. if they
break somethign on me later i want them all crossreferenced here. */
body.vscode-dark,
body.vscode-light {
/* themes the top toolbar */
--DashboardToolbarBg: #00000066;
--DashboardToolbarText: var(--vscode-foreground);
/* themes each project box */
--DashboardProjectBg: #00000044;
--DashboardProjectBgHover: #00000066;
--DashboardProjectText: var(--vscode-editor-foreground);
--DashboardProjectAccent: var(--vscode-editorInfo-foreground);
/* themes the overlay block */
--DashboardOverlayBg: #000000;
--DashboardOverlayOpacity: 0.90;
/* themes the debug widget */
--DashboardDebugBg: var(--vscode-editor-background);
--DashboardDebugText: var(--vscode-editor-foreground);
/* themes the dialogs inside overlays */
--DashboardDialogBg: var(--vscode-editor-background);
--DashboardDialogFg: var(--vscode-editor-foreground);
/* themes buttons */
--DashboardButtonBg: var(--vscode-button-background);
--DashboardButtonBorder: var(--vscode-button-background);
--DashboardButtonFg: var(--vscode-button-foreground);
/* themes input fields. */
--DashboardInputBg: var(--vscode-editorWidget-background);
--DashboardInputBorder: var(--vscode-editorWidget-border);
--DashboardInputFg: var(--vscode-editorWidget-foreground);
/* theme menus */
--DashboardMenuBg: #00000099;
}
body.vscode-light {
--DashboardOverlayBg: #d4d4d4;
--DashboardOverlayOpacity: 0.80;
--DashboardToolbarBg: #0000000f;
--DashboardProjectBg: #0000000f;
--DashboardProjectBgHover: #0000000f;
--DashboardMenuBg: #ffffff44;
}
body.vscode-light .btn-dark {
background-color: #d0d0d0;
border-color: #d0d0d0;
color: #222222;
}
/*******************************************************************************
** misc hacks *****************************************************************/
em {
border-bottom: 1px dotted var(--DashboardToolbarText);
font-style: normal;
font-weight: bold;
}
hr {
border-color: var(--DashboardToolbarBg);
margin: 1.0rem 0rem;
}
input,
select,
textarea {
background-color: var(--DashboardInputBg) !important;
border-color: var(--DashboardInputBorder) !important;
color: var(--DashboardInputFg) !important;
}
/*******************************************************************************
*******************************************************************************/
#Debug {
background: var(--DashboardDebugBg);
color: var(--DashboardDebugText);
border-radius: 6px;
font-size: 0.8em;
opacity: 0.50;
padding: 16px;
}
#Debug > h4 {
color: var(--DashboardDebugText);
font-size: 1em;
font-weight: 300;
line-height: 1em;
margin: 0px;
padding: 0px 0px 4px 0px;
text-transform: uppercase;
}
#Debug > code {
color: var(--DashboardDebugText);
display: block;
font-family: 'Consolas', monospace;
font-size: 0.8em;
padding: 8px 0px 10px 0px;
white-space: pre;
}
/*******************************************************************************
*******************************************************************************/
.Toolbar {
background: var(--DashboardToolbarBg);
color: var(--DashboardToolbarText);
margin-bottom: 1.5rem;
padding: 12px 16px;
}
.ProjectEntry {
background-color: var(--DashboardProjectBg);
border-left: 4px solid var(--DashboardProjectAccent);
padding: 16px;
transition: background-color 250ms, border-color 250ms;
user-select: none;
}
.ProjectEntry:hover {
background-color: var(--DashboardProjectBgHover);
transition: background-color 250ms;
}
.ProjectEntry .ProjectInfo {
-display: flex;
-align-items: center;
}
.ProjectEntry .Info {
min-width: 0px;
flex-grow: 1;
}
.ProjectEntry .Name {
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ProjectEntry .Path {
font-weight: light;
font-size: 0.8em;
opacity: 0.50;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.WhenFolderHovered,
.WhenProjectHovered {
display: none;
}
.Folder:hover .WhenFolderHovered {
display: block;
}
.Project:hover .WhenProjectHovered {
display: block;
}
.IconButton {
color: var(--DashboardProjectText);
background: transparent;
border: 0px;
border-radius: 6px;
padding: 4px;
}
/*******************************************************************************
*******************************************************************************/
.Project .ProjectEntry {
cursor: pointer;
}
.Folder > .ProjectEntry {
border-left: 0px;
border-top: 4px solid var(--DashboardProjectAccent);
}
.Folder .Projects {
display: none;
margin-bottom: -1.25rem;
}
.Folder.Open .Projects {
display: flex;
margin-top: 1.5rem;
}
.Folder .Fold button:nth-of-type(2) {
display: none;
}
.Folder .Fold button:nth-of-type(1) {
display: inline;
}
.Folder.Open .Fold button:nth-of-type(2) {
display: inline;
}
.Folder.Open .Fold button:nth-of-type(1) {
display: none;
}
.Folder.Open {
min-width: 100% !important;
width: 100% !important;
flex-grow: 1 !important;
}
.ReorderFolder .Folder:hover {
filter: invert(25%);
}
.ReorderProject .Folder:not(:hover) {
filter: opacity(50%);
}
.ReorderProject .Project:hover {
filter: invert(25%);
}
/*******************************************************************************
*******************************************************************************/
#Overlay {
position: fixed;
top: 0px;
left: 0px;
height: 100vh;
width: 100vw;
}
#Overlay .Wash {
background-color: var(--DashboardOverlayBg);
opacity: var(--DashboardOverlayOpacity);
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
z-index: 99;
}
#Overlay .Mount {
position: relative;
z-index: 100;
}
.Dialog {
background-color: var(--DashboardDialogBg);
color: var(--DashboardDialogFg);
font-size: 0.80em;
width: 50vw;
backdrop-filter: blur(4px);
box-shadow: 0px 0px 10px #000000;
overflow: auto;
overflow-x: hidden;
max-height: 92vh;
max-width: 92vw;
}
.Dialog > header {
display: flex;
align-items: center;
font-weight: bold;
flex-wrap: nowrap;
text-transform: uppercase;
}
.Dialog > header > div:nth-of-type(1) {
flex-grow: 1;
font-weight: bold;
padding: 8px;
}
.Dialog > header > div:nth-of-type(2) {
flex-grow: 0;
padding: 8px;
}
.Dialog > section {
padding: 8px;
}
.Dialog > footer {
display: flex;
align-items: center;
justify-content: flex-end;
flex-wrap: nowrap;
}
.Dialog > footer > div {
padding: 8px;
}
.Dialog .Close {
background-color: var(--DashboardDialogCloseBg);
color: var(--DashboardDialogCloseFg);
cursor: pointer;
border-radius: 6px;
opacity: 0.5;
transition: opacity 250ms;
}
.Dialog .Close:hover {
opacity: 1.0;
transition: opacity 250ms;
}
.Dialog .btn {
font-weight: bold;
text-transform: uppercase;
}
@media(max-width: 1199.98px) {
.Dialog {
width: 65%;
}
}
@media(max-width: 991.98px) {
.Dialog {
width: 60%;
}
}
@media(max-width: 767.98px) {
.Dialog {
width: 92%;
}
}
/*******************************************************************************
** codicon hacks **************************************************************/
.codicon[class*='codicon-'] {
display: block;
justify-content: center;
font-size: inherit;
}
.codicon[class*='codicon-']::before {
display: block;
}
/*******************************************************************************
** bootstrap hacks ************************************************************/
.row.tight {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.row.tight > [class^="col"] {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.btn {
border-radius: 0px;
}
.btn:focus {
box-shadow: none !important;
outline: none !important;
}
.btn-primary {
background-color: var(--DashboardButtonBg) !important;
border-color: var(--DashboardButtonBorder) !important;
color: var(--DashboardButtonFg) !important;
}
.font-size-normal { font-size: 1.0rem !important; }
.font-size-small { font-size: 0.9rem !important; }
.font-size-smaller { font-size: 0.8rem !important; }
.font-size-smallerer { font-size: 0.7rem !important; }
.font-size-smallerest { font-size: 0.6rem !important; }
.font-size-most-small { font-size: 0.5rem !important; }
.font-size-mostest-small { font-size: 0.4rem !important; }
.font-size-large { font-size: 1.10rem !important; }
.font-size-larger { font-size: 1.20rem !important; }
.font-size-largerer { font-size: 1.30rem !important; }
.font-size-largerest { font-size: 1.50rem !important; }
.font-size-most-large { font-size: 2.00rem !important; }
.font-size-mostest-large { font-size: 3.00rem !important; }
.opacity-0 { opacity: 0.0; }
.opacity-10 { opacity: 0.1; }
.opacity-20 { opacity: 0.2; }
.opacity-25 { opacity: 0.25; }
.opacity-30 { opacity: 0.3; }
.opacity-40 { opacity: 0.4; }
.opacity-50 { opacity: 0.5; }
.opacity-60 { opacity: 0.6; }
.opacity-70 { opacity: 0.7; }
.opacity-75 { opacity: 0.75; }
.opacity-80 { opacity: 0.8; }
.opacity-90 { opacity: 0.9; }
.opacity-100 { opacity: 1.0; }
.text-nobreak {
white-space: nowrap;
}
.clickable {
cursor: pointer;
}
.cased {
text-transform: none !important;
}
.dropdown-menu {
background: var(--DashboardMenuBg) !important;
border-color: var(--DashboardMenuBg);
color: var(--DashboardDialogFg) !important;
backdrop-filter: blur(4px);
box-shadow: 0px 0px 10px #000000;
}
/*******************************************************************************
*******************************************************************************/
.App.Rounded .ProjectEntry,
.App.Rounded .Toolbar,
.App.Rounded .Dialog,
.App.Rounded .btn {
border-radius: 4px;
}
|
local/css/main.css
|
body.vscode-light { color: var(--vscode-foreground); }
body.vscode-high-contrast { color: var(--vscode-foreground); }
body.vscode-dark { color: var(--vscode-foreground); }
body {
background: transparent;
padding: 1.5rem 0.5rem;
--font-family: 'Fira Code', 'Consolas', sans-serif;
margin: 0px;
}
.form-control:focus {
box-shadow: none;
outline: none;
}
/*******************************************************************************
*******************************************************************************/
/* build a patch panel for all the css vars vscode sets on the webview that
allows us to style our contents with the current theme colours. this is mostly
because i am not personally convinced yet that their naming is solid. if they
break somethign on me later i want them all crossreferenced here. */
body.vscode-dark,
body.vscode-light {
/* themes the top toolbar */
--DashboardToolbarBg: #00000066;
--DashboardToolbarText: var(--vscode-foreground);
/* themes each project box */
--DashboardProjectBg: #00000044;
--DashboardProjectBgHover: #00000066;
--DashboardProjectText: var(--vscode-editor-foreground);
--DashboardProjectAccent: var(--vscode-editorInfo-foreground);
/* themes the overlay block */
--DashboardOverlayBg: #000000;
--DashboardOverlayOpacity: 0.90;
/* themes the debug widget */
--DashboardDebugBg: var(--vscode-editor-background);
--DashboardDebugText: var(--vscode-editor-foreground);
/* themes the dialogs inside overlays */
--DashboardDialogBg: var(--vscode-editor-background);
--DashboardDialogFg: var(--vscode-editor-foreground);
/* themes buttons */
--DashboardButtonBg: var(--vscode-button-background);
--DashboardButtonBorder: var(--vscode-button-background);
--DashboardButtonFg: var(--vscode-button-foreground);
/* themes input fields. */
--DashboardInputBg: var(--vscode-editorWidget-background);
--DashboardInputBorder: var(--vscode-editorWidget-border);
--DashboardInputFg: var(--vscode-editorWidget-foreground);
/* theme menus */
--DashboardMenuBg: #00000099;
}
body.vscode-light {
--DashboardOverlayBg: #d4d4d4;
--DashboardOverlayOpacity: 0.80;
--DashboardToolbarBg: #0000000f;
--DashboardProjectBg: #0000000f;
--DashboardProjectBgHover: #0000000f;
--DashboardMenuBg: #ffffff44;
}
body.vscode-light .btn-dark {
background-color: #d0d0d0;
border-color: #d0d0d0;
color: #222222;
}
/*******************************************************************************
** misc hacks *****************************************************************/
em {
border-bottom: 1px dotted var(--DashboardToolbarText);
font-style: normal;
font-weight: bold;
}
hr {
border-color: var(--DashboardToolbarBg);
margin: 1.0rem 0rem;
}
input,
select,
textarea {
background-color: var(--DashboardInputBg) !important;
border-color: var(--DashboardInputBorder) !important;
color: var(--DashboardInputFg) !important;
}
/*******************************************************************************
*******************************************************************************/
#Debug {
background: var(--DashboardDebugBg);
color: var(--DashboardDebugText);
border-radius: 6px;
font-size: 0.8em;
opacity: 0.50;
padding: 16px;
}
#Debug > h4 {
color: var(--DashboardDebugText);
font-size: 1em;
font-weight: 300;
line-height: 1em;
margin: 0px;
padding: 0px 0px 4px 0px;
text-transform: uppercase;
}
#Debug > code {
color: var(--DashboardDebugText);
display: block;
font-family: 'Consolas', monospace;
font-size: 0.8em;
padding: 8px 0px 10px 0px;
white-space: pre;
}
/*******************************************************************************
*******************************************************************************/
.Toolbar {
background: var(--DashboardToolbarBg);
color: var(--DashboardToolbarText);
margin-bottom: 1.5rem;
padding: 12px 16px;
}
.ProjectEntry {
background-color: var(--DashboardProjectBg);
border-left: 4px solid var(--DashboardProjectAccent);
padding: 16px;
transition: background-color 250ms, border-color 250ms;
user-select: none;
}
.ProjectEntry:hover {
background-color: var(--DashboardProjectBgHover);
transition: background-color 250ms;
}
.ProjectEntry .ProjectInfo {
-display: flex;
-align-items: center;
}
.ProjectEntry .Info {
min-width: 0px;
flex-grow: 1;
}
.ProjectEntry .Name {
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ProjectEntry .Path {
font-weight: light;
font-size: 0.8em;
opacity: 0.50;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.WhenFolderHovered,
.WhenProjectHovered {
display: none;
}
.Folder:hover .WhenFolderHovered {
display: block;
}
.Project:hover .WhenProjectHovered {
display: block;
}
.IconButton {
color: var(--DashboardProjectText);
background: transparent;
border: 0px;
border-radius: 6px;
padding: 4px;
}
/*******************************************************************************
*******************************************************************************/
.Project .ProjectEntry {
cursor: pointer;
}
.Folder > .ProjectEntry {
border-left: 0px;
border-top: 4px solid var(--DashboardProjectAccent);
}
.Folder .Projects {
display: none;
margin-bottom: -1.25rem;
}
.Folder.Open .Projects {
display: flex;
margin-top: 1.5rem;
}
.Folder .Fold button:nth-of-type(2) {
display: none;
}
.Folder .Fold button:nth-of-type(1) {
display: inline;
}
.Folder.Open .Fold button:nth-of-type(2) {
display: inline;
}
.Folder.Open .Fold button:nth-of-type(1) {
display: none;
}
.Folder.Open {
min-width: 100% !important;
width: 100% !important;
flex-grow: 1 !important;
}
.ReorderFolder .Folder:hover {
filter: invert(25%);
}
.ReorderProject .Folder:not(:hover) {
filter: opacity(50%);
}
.ReorderProject .Project:hover {
filter: invert(25%);
}
/*******************************************************************************
*******************************************************************************/
#Overlay {
position: fixed;
top: 0px;
left: 0px;
height: 100vh;
width: 100vw;
}
#Overlay .Wash {
background-color: var(--DashboardOverlayBg);
opacity: var(--DashboardOverlayOpacity);
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
z-index: 99;
}
#Overlay .Mount {
position: relative;
z-index: 100;
}
.Dialog {
background-color: var(--DashboardDialogBg);
color: var(--DashboardDialogFg);
font-size: 0.80em;
width: 50vw;
backdrop-filter: blur(4px);
box-shadow: 0px 0px 10px #000000;
overflow: auto;
overflow-x: hidden;
max-height: 92vh;
max-width: 92vw;
}
.Dialog > header {
display: flex;
align-items: center;
font-weight: bold;
flex-wrap: nowrap;
text-transform: uppercase;
}
.Dialog > header > div:nth-of-type(1) {
flex-grow: 1;
font-weight: bold;
padding: 8px;
}
.Dialog > header > div:nth-of-type(2) {
flex-grow: 0;
padding: 8px;
}
.Dialog > section {
padding: 8px;
}
.Dialog > footer {
display: flex;
align-items: center;
justify-content: flex-end;
flex-wrap: nowrap;
}
.Dialog > footer > div {
padding: 8px;
}
.Dialog .Close {
background-color: var(--DashboardDialogCloseBg);
color: var(--DashboardDialogCloseFg);
cursor: pointer;
border-radius: 6px;
opacity: 0.5;
transition: opacity 250ms;
}
.Dialog .Close:hover {
opacity: 1.0;
transition: opacity 250ms;
}
.Dialog .btn {
font-weight: bold;
text-transform: uppercase;
}
@media(max-width: 1199.98px) {
.Dialog {
width: 65%;
}
}
@media(max-width: 991.98px) {
.Dialog {
width: 60%;
}
}
@media(max-width: 767.98px) {
.Dialog {
width: 92%;
}
}
/*******************************************************************************
** codicon hacks **************************************************************/
.codicon[class*='codicon-'] {
display: block;
justify-content: center;
font-size: inherit;
}
.codicon[class*='codicon-']::before {
display: block;
}
/*******************************************************************************
** bootstrap hacks ************************************************************/
.row.tight {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.row.tight > [class^="col"] {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.btn {
border-radius: 0px;
}
.btn:focus {
box-shadow: none !important;
outline: none !important;
}
.btn-primary {
background-color: var(--DashboardButtonBg) !important;
border-color: var(--DashboardButtonBorder) !important;
color: var(--DashboardButtonFg) !important;
}
.font-size-normal { font-size: 1.0rem !important; }
.font-size-small { font-size: 0.9rem !important; }
.font-size-smaller { font-size: 0.8rem !important; }
.font-size-smallerer { font-size: 0.7rem !important; }
.font-size-smallerest { font-size: 0.6rem !important; }
.font-size-most-small { font-size: 0.5rem !important; }
.font-size-mostest-small { font-size: 0.4rem !important; }
.font-size-large { font-size: 1.10rem !important; }
.font-size-larger { font-size: 1.20rem !important; }
.font-size-largerer { font-size: 1.30rem !important; }
.font-size-largerest { font-size: 1.50rem !important; }
.font-size-most-large { font-size: 2.00rem !important; }
.font-size-mostest-large { font-size: 3.00rem !important; }
.opacity-0 { opacity: 0.0; }
.opacity-10 { opacity: 0.1; }
.opacity-20 { opacity: 0.2; }
.opacity-25 { opacity: 0.25; }
.opacity-30 { opacity: 0.3; }
.opacity-40 { opacity: 0.4; }
.opacity-50 { opacity: 0.5; }
.opacity-60 { opacity: 0.6; }
.opacity-70 { opacity: 0.7; }
.opacity-75 { opacity: 0.75; }
.opacity-80 { opacity: 0.8; }
.opacity-90 { opacity: 0.9; }
.opacity-100 { opacity: 1.0; }
.text-nobreak {
white-space: nowrap;
}
.clickable {
cursor: pointer;
}
.cased {
text-transform: none !important;
}
.dropdown-menu {
background: var(--DashboardMenuBg) !important;
border-color: var(--DashboardMenuBg);
color: var(--DashboardDialogFg) !important;
backdrop-filter: blur(4px);
box-shadow: 0px 0px 10px #000000;
}
/*******************************************************************************
*******************************************************************************/
.App.Rounded .ProjectEntry,
.App.Rounded .Toolbar,
.App.Rounded .Dialog,
.App.Rounded .btn {
border-radius: 4px;
}
| 0.437103 | 0.083106 |
body {
text-align: right;
direction: rtl;
}
.input-fille i {
left: 22px;
}
.input-sub-regester i {
left: 15px;
}
.small-img {
left: 0px;
}
.caption {
right: 70px;
}
.end-page a{
text-align: left;
}
.madia ul li a::after {
left: 0px;
right: -1px;
}
.input_newsletter i {
right: 8px;
}
.input_newsletter button {
left: 0px;
}
.input_newsletter input {
padding-right: 40px;
padding-left: 170px;
}
.newsletter h2 img {
right: 0px;
left: 166px;
}
.text-services-index img {
left: 17px;
}
.title h2 img{
right: 0px;
}
.ctm-btn::after {
left: 0px;
}
.text-about-index h2 img{
right: 0px;
}
.img_aboutus_index .img-small {
left: 24%;
}
.sub_services_index .col-lg-4:nth-of-type(3) .sub_services_index_main {
text-align: left;
}
.sub_services_index .col-lg-4:nth-of-type(3) .sub_services_index_main .sub_services_index-text {
text-align: center;
}
.sub_services_index .col-lg-4:nth-of-type(3) .arrow-sub_services_index
{
right: -40px;
}
.arrow-sub_services_index {
left: -40px;
}
.textright {
text-align: right;
}
.img_services_index{
text-align: left;
}
.img_services_index img {
text-align: left;
}
.dots_svg {
left: -38px;
}
.text_header a::after {
left: 0px;
}
@media only screen and (max-width: 1200px) {
.title h2 {
padding: 30px 30px 0px 0px;
}
}
@media only screen and (max-width: 998px) {
.img_aboutus_index .img-small {
left: 15%;
}
.text-about-index h2 {
padding: 6px 25px 0px 0px;
}
}
@media only screen and (max-width: 768px) {
.element ul li {
text-align: center;
}
.times {
left: 60px;
}
.img_aboutus_index .img-small {
left: 11%;
}
.title h2 img {
left: 0px;
right: -163px;
}
.text-services-index img {
left: 17px;
}
.title h2 img {
right: -65px;
}
.end-page a {
text-align: center;
}
.sub_services_index .col-lg-4:nth-of-type(3) .sub_services_index_main .sub_services_index-text {
text-align: center;
}
}
@media only screen and (max-width: 576px) {
.dots_svg {
left: 0px;
}
.text-about-index h2 img {
left: 95px;
}
.newsletter h2 img {
left: 117px;
}
.times {
left: 22px;
}
.small-img {
top: 50%;
transform: translateY(-50%);
left: 0px;
margin: auto;
right: 0px;
}
.caption {
right: 24px;
}
.btn-contectus {
text-align: center;
}
}
|
public/front/css/ar.css
|
body {
text-align: right;
direction: rtl;
}
.input-fille i {
left: 22px;
}
.input-sub-regester i {
left: 15px;
}
.small-img {
left: 0px;
}
.caption {
right: 70px;
}
.end-page a{
text-align: left;
}
.madia ul li a::after {
left: 0px;
right: -1px;
}
.input_newsletter i {
right: 8px;
}
.input_newsletter button {
left: 0px;
}
.input_newsletter input {
padding-right: 40px;
padding-left: 170px;
}
.newsletter h2 img {
right: 0px;
left: 166px;
}
.text-services-index img {
left: 17px;
}
.title h2 img{
right: 0px;
}
.ctm-btn::after {
left: 0px;
}
.text-about-index h2 img{
right: 0px;
}
.img_aboutus_index .img-small {
left: 24%;
}
.sub_services_index .col-lg-4:nth-of-type(3) .sub_services_index_main {
text-align: left;
}
.sub_services_index .col-lg-4:nth-of-type(3) .sub_services_index_main .sub_services_index-text {
text-align: center;
}
.sub_services_index .col-lg-4:nth-of-type(3) .arrow-sub_services_index
{
right: -40px;
}
.arrow-sub_services_index {
left: -40px;
}
.textright {
text-align: right;
}
.img_services_index{
text-align: left;
}
.img_services_index img {
text-align: left;
}
.dots_svg {
left: -38px;
}
.text_header a::after {
left: 0px;
}
@media only screen and (max-width: 1200px) {
.title h2 {
padding: 30px 30px 0px 0px;
}
}
@media only screen and (max-width: 998px) {
.img_aboutus_index .img-small {
left: 15%;
}
.text-about-index h2 {
padding: 6px 25px 0px 0px;
}
}
@media only screen and (max-width: 768px) {
.element ul li {
text-align: center;
}
.times {
left: 60px;
}
.img_aboutus_index .img-small {
left: 11%;
}
.title h2 img {
left: 0px;
right: -163px;
}
.text-services-index img {
left: 17px;
}
.title h2 img {
right: -65px;
}
.end-page a {
text-align: center;
}
.sub_services_index .col-lg-4:nth-of-type(3) .sub_services_index_main .sub_services_index-text {
text-align: center;
}
}
@media only screen and (max-width: 576px) {
.dots_svg {
left: 0px;
}
.text-about-index h2 img {
left: 95px;
}
.newsletter h2 img {
left: 117px;
}
.times {
left: 22px;
}
.small-img {
top: 50%;
transform: translateY(-50%);
left: 0px;
margin: auto;
right: 0px;
}
.caption {
right: 24px;
}
.btn-contectus {
text-align: center;
}
}
| 0.57523 | 0.242632 |
.main-plans-container {
width: 100%;
min-width: 320px;
padding-bottom: 70px;
text-align: center;
}
.plans--title {
width: 90%;
min-width: 288px;
height: auto;
margin: 0 auto;
margin-bottom: 50px;
}
.plans--title h2 {
padding-top: 50px;
font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 26px;
color: var(--warm-black);
}
.plans--title p {
padding-top: 30px;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #757575;
}
.plans-container--card {
position: relative;
scroll-snap-align:center ;
width: 70%;
min-width: 200px;
max-width: 300px;
height: 250px;
margin: 50px auto 0px;
padding: 0 15px;
background-color: var(--just-white);
border-radius: 15px;
box-shadow: 0 4px 8px rgba(89, 73, 30, 0.16);
}
.recommended {
position: absolute;
width: 120px;
height: 32px;
padding: 6px;
left: calc(50% - 60px);
top: -16px;
background-color: var(--bitcoin-orange);
border-radius: 8px;
color: var(--just-white);
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 15px;
}
.plan-card--title {
padding-top: 30px;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 18px;
color: black;
}
.plan-card--price {
padding: 5px 0;
font-style: normal;
font-weight: bold;
font-size: 56px;
line-height: 63px;
color: black;
}
.plan-card--price span {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 15px;
color: #363636;
vertical-align: 25px;
}
.plan-card--saving {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 15px;
color: #757575;
}
.plans-container--slider{
display:flex;
gap:20px;
height:316px;
overflow-y: hidden;
overscroll-behavior-x: contain;
scroll-snap-type: x proximity;
}
.plan-card--ca {
width: 150px;
height: 48px;
margin-top: 20px;
background-color: var(--off-white);
border: 2px solid var(--bitcoin-orange);
border-radius: 4px;
font-style: normal;
font-family: "DM Sans", sans-serif;
font-weight: bold;
font-size: 18px;
line-height: 18px;
color: var(--black)
}
.plan-card--ca span {
display: inline-block;
width: 20px;
height: 20px;
background-image: url('../assets/icons/orange-right-arrow.svg');
vertical-align: text-bottom;
}
.plans-container--card.soft .plan-card--ca {
border: 2px solid #BABABA;
}
.plans-container--card.soft .plan-card--ca span{
background-image: url('../assets/icons/grey-right-arrow.svg');
}
|
src/styles/main-plans.css
|
.main-plans-container {
width: 100%;
min-width: 320px;
padding-bottom: 70px;
text-align: center;
}
.plans--title {
width: 90%;
min-width: 288px;
height: auto;
margin: 0 auto;
margin-bottom: 50px;
}
.plans--title h2 {
padding-top: 50px;
font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 26px;
color: var(--warm-black);
}
.plans--title p {
padding-top: 30px;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #757575;
}
.plans-container--card {
position: relative;
scroll-snap-align:center ;
width: 70%;
min-width: 200px;
max-width: 300px;
height: 250px;
margin: 50px auto 0px;
padding: 0 15px;
background-color: var(--just-white);
border-radius: 15px;
box-shadow: 0 4px 8px rgba(89, 73, 30, 0.16);
}
.recommended {
position: absolute;
width: 120px;
height: 32px;
padding: 6px;
left: calc(50% - 60px);
top: -16px;
background-color: var(--bitcoin-orange);
border-radius: 8px;
color: var(--just-white);
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 15px;
}
.plan-card--title {
padding-top: 30px;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 18px;
color: black;
}
.plan-card--price {
padding: 5px 0;
font-style: normal;
font-weight: bold;
font-size: 56px;
line-height: 63px;
color: black;
}
.plan-card--price span {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 15px;
color: #363636;
vertical-align: 25px;
}
.plan-card--saving {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 15px;
color: #757575;
}
.plans-container--slider{
display:flex;
gap:20px;
height:316px;
overflow-y: hidden;
overscroll-behavior-x: contain;
scroll-snap-type: x proximity;
}
.plan-card--ca {
width: 150px;
height: 48px;
margin-top: 20px;
background-color: var(--off-white);
border: 2px solid var(--bitcoin-orange);
border-radius: 4px;
font-style: normal;
font-family: "DM Sans", sans-serif;
font-weight: bold;
font-size: 18px;
line-height: 18px;
color: var(--black)
}
.plan-card--ca span {
display: inline-block;
width: 20px;
height: 20px;
background-image: url('../assets/icons/orange-right-arrow.svg');
vertical-align: text-bottom;
}
.plans-container--card.soft .plan-card--ca {
border: 2px solid #BABABA;
}
.plans-container--card.soft .plan-card--ca span{
background-image: url('../assets/icons/grey-right-arrow.svg');
}
| 0.420243 | 0.078572 |
:host {
background-color: transparent;
}
table thead th {
text-transform: uppercase;
color: var(--uvi-table-color-mine-shaft);
}
/*
CLAASS EXPDATE ZA REGI EX CLASSLAVELGEN
td.expiry-date {
color: var(--uvi-color-monza);
font-weight: var(--uvi-font-weight-semibold);
}
*/
/*
ADD SORT
th[aria-sort="ascending"],
th[aria-sort="descending"] {
color: var(--uvi-table-color-san-marino);
}
*/
table tbody td {
font-size: 14px;
color: var(--uvi-table-color-mine-shaft-v2);
transition: background-color .3s, color .3s, font-weight .3s;
}
[part~="header-cell"] ::slotted(vaadin-grid-cell-content) {
font-weight: var(--uvi-font-weight-bold);
font-size: 12px;
}
/*MOZDA NE TREBA, STRIPER RADI I BEZ TOGA*/
[part~="cell"] {
background-color: var(--uvi-table-color-selago);
min-height: 48px !important;
}
:host(:not([theme~="no-row-borders"])) [part="row"][first] [part~="cell"]:not([part~="details-cell"]),
:host([theme~="row-stripes"]) [part~="row"]:not([odd]) [part~="body-cell"] {
background-color: var(--uvi-table-color-white);
background-image: none;
}
:host(:not([theme~="no-row-borders"])) [part~="cell"]:not([part~="details-cell"]) {
border-top: 1px solid var(--uvi-table-color-alto);
}
:host(:not([theme~="no-row-borders"])) [part="row"]:last-child [part~="header-cell"] {
border-bottom: 1px solid var(--uvi-table-color-alto);
}
tbody tr:hover td:not(.expiry-date) {
background-color: var(--uvi-table-color-selago-v2-hover) !important;
color: var(--uvi-table-color-san-marino-hover);
}
tbody tr:hover td.expiry-date {
background-color: var(--uvi-color-pastel-pink) !important;
}
tr:hover td [theme="table-icon"] {
display:none;
}
:host(:not([reordering])) [part~="row"][selected] [part~="body-cell"]:not([part~="details-cell"]) {
background-color: var(--uvi-table-color-selago-v2-hover) !important;
background-image: none;
color: var(--uvi-table-color-san-marino-hover);
font-weight: var(--uvi-font-weight-semibold);
}
:host([theme~="wrap-cell-content"]) [part~="cell"] ::slotted(vaadin-grid-cell-content) {
text-overflow: initial;
}
/*visak kao i ovo gore?*/
:host([theme~="wrap-cell-content"]) [part~="cell"] ::slotted(vaadin-grid-cell-content a) {
color: yellow;
}
/*probaj bez ikon*/
tbody tr td.table-icon ::slotted(vaadin-grid-cell-content){
opacity: 0;
transition: opacity .3s;
}
tbody tr:hover td.table-icon ::slotted(vaadin-grid-cell-content){
opacity: 1;
}
:host([theme~="white"]) [part~="cell"] ::slotted(vaadin-grid-cell-content) {
cursor: move;
}
:host([theme~="white"]) table tbody td {
background-color: var(--uvi-table-white-to-black);
}
:host([theme~="white"]) table {
background-color: var(--uvi-table-white-to-black);
}
|
frontend/styles/custom-vaadin-grid-styles.css
|
:host {
background-color: transparent;
}
table thead th {
text-transform: uppercase;
color: var(--uvi-table-color-mine-shaft);
}
/*
CLAASS EXPDATE ZA REGI EX CLASSLAVELGEN
td.expiry-date {
color: var(--uvi-color-monza);
font-weight: var(--uvi-font-weight-semibold);
}
*/
/*
ADD SORT
th[aria-sort="ascending"],
th[aria-sort="descending"] {
color: var(--uvi-table-color-san-marino);
}
*/
table tbody td {
font-size: 14px;
color: var(--uvi-table-color-mine-shaft-v2);
transition: background-color .3s, color .3s, font-weight .3s;
}
[part~="header-cell"] ::slotted(vaadin-grid-cell-content) {
font-weight: var(--uvi-font-weight-bold);
font-size: 12px;
}
/*MOZDA NE TREBA, STRIPER RADI I BEZ TOGA*/
[part~="cell"] {
background-color: var(--uvi-table-color-selago);
min-height: 48px !important;
}
:host(:not([theme~="no-row-borders"])) [part="row"][first] [part~="cell"]:not([part~="details-cell"]),
:host([theme~="row-stripes"]) [part~="row"]:not([odd]) [part~="body-cell"] {
background-color: var(--uvi-table-color-white);
background-image: none;
}
:host(:not([theme~="no-row-borders"])) [part~="cell"]:not([part~="details-cell"]) {
border-top: 1px solid var(--uvi-table-color-alto);
}
:host(:not([theme~="no-row-borders"])) [part="row"]:last-child [part~="header-cell"] {
border-bottom: 1px solid var(--uvi-table-color-alto);
}
tbody tr:hover td:not(.expiry-date) {
background-color: var(--uvi-table-color-selago-v2-hover) !important;
color: var(--uvi-table-color-san-marino-hover);
}
tbody tr:hover td.expiry-date {
background-color: var(--uvi-color-pastel-pink) !important;
}
tr:hover td [theme="table-icon"] {
display:none;
}
:host(:not([reordering])) [part~="row"][selected] [part~="body-cell"]:not([part~="details-cell"]) {
background-color: var(--uvi-table-color-selago-v2-hover) !important;
background-image: none;
color: var(--uvi-table-color-san-marino-hover);
font-weight: var(--uvi-font-weight-semibold);
}
:host([theme~="wrap-cell-content"]) [part~="cell"] ::slotted(vaadin-grid-cell-content) {
text-overflow: initial;
}
/*visak kao i ovo gore?*/
:host([theme~="wrap-cell-content"]) [part~="cell"] ::slotted(vaadin-grid-cell-content a) {
color: yellow;
}
/*probaj bez ikon*/
tbody tr td.table-icon ::slotted(vaadin-grid-cell-content){
opacity: 0;
transition: opacity .3s;
}
tbody tr:hover td.table-icon ::slotted(vaadin-grid-cell-content){
opacity: 1;
}
:host([theme~="white"]) [part~="cell"] ::slotted(vaadin-grid-cell-content) {
cursor: move;
}
:host([theme~="white"]) table tbody td {
background-color: var(--uvi-table-white-to-black);
}
:host([theme~="white"]) table {
background-color: var(--uvi-table-white-to-black);
}
| 0.376623 | 0.102979 |
@font-face {
font-family: 'corpo';
src: url(imagens/Avoda\ Free\ Trial.ttf) format('truetype');
}
@font-face {
font-family: 'menu';
src: url(imagens/PIXEAB__.TTF) format('truetype');
}
@font-face {
font-family: 'logo';
src: url(imagens/Sketchzone.otf) format('opentype');
}
:root {
--font-logo: 'logo';
--font-menu: 'menu';
--font-corpo: 'corpo';
--azul5: #023373;
--azul4: #0468BF;
--azul3: #05AFF2;
--azul2: #05C7F2;
--azul1: #05DBF2;
}
* {
background-color: var(--azul1);
margin: 0px;
padding: 0px;
text-decoration: none;
list-style: none;
font-family: 'Courier New', Courier, monospace, sans-serif;
}
header {
height: 102px;
background-color: var(--azul5);
display: flex;
flex-direction: row;
justify-content: space-evenly;
flex-flow: row wrap;
align-items: center;
border-radius: 0px 0px 10px 10px;
}
header > h1 {
font-size: 3em;
color: var(--azul1);
font-family: var(--font-logo);
margin-left: 15px;
font-weight: lighter;
background-color: var(--azul5);
}
nav {
background-color: var(--azul5);
}
header > nav > ul{
background-color: var(--azul5);
font-size: .7em;
display: flex;
flex-flow: row wrap;
margin-left: 15px;
padding-top: 10px;
display: inline-flex;
gap: 10px;
}
header > nav > ul > li > a {
border-color: var(--azul5);
font-family: var(--font-menu);
background-color: var(--azul5);
color: var(--azul3);
padding: 5px;
}
.link:hover {
transition: .5s;
font-size: 1.5em;
}
.camisanike {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
flex: 1 1 206px;
gap: 2px;
margin-bottom: 15px;
}
.camisanike img {
border: 2px solid var(--azul4);
}
.camisanike p {
margin-bottom: 10px;
}
h1#camisasdanike {
color: var(--azul5);
font-size: 1.8em;
margin: 30px;
text-align: center;
box-shadow: 4px 4px 4px black;
}
footer {
margin-top: 15px;
display: flex;
justify-content: space-around;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
background-color: var(--azul5);
border-radius: 10px 10px 0px 0px;
}
#div1 {
display: inline-flex;
align-items: center;
background-color: none;
background-color: var(--azul5);
}
#div2 {
display: inline-flex;
align-items: center;
background-color: none;
background-color: var(--azul5);
}
#div2 p {
background-color: var(--azul5);
}
main#inicio {
display: flex;
flex-flow: column wrap;
justify-content: center;
align-items: center;
gap: 10px;
}
h2#camisasdalacoste {
color: var(--azul5);
font-size: 1.8em;
box-shadow: 4px 4px 4px black;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}
h3#camisasoakley {
color: var(--azul5);
font-size: 1.8em;
box-shadow: 4px 4px 4px black;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}
#camisarandom {
color: var(--azul5);
font-size: 1.8em;
box-shadow: 4px 4px 4px black;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
#inicio {
margin-top: 20px;
margin-bottom: 20px;
}
footer p {
font-weight: bold;
background-color: var(--azul5);
color: snow;
text-decoration: none;
}
footer p::after {
color: var(--azul4);
}
footer h3 {
color: var(--azul1);
font-weight: bolder;
background-color: var(--azul5);
padding-left: 10px;
padding-top: 10px;
padding-bottom: 8px;
}
.oakleysec {
margin: auto;
max-width: 650px;
}
#iniciosec {
display: flex;
flex-flow: column wrap;
align-content: center;
justify-content: center;
align-items: center;
gap: 5px;
min-height: 500px;
padding-left: 5px;
}
.corpo {
max-width: 650px;
display: flex;
flex-flow: column wrap;
margin: auto;
}
#qmsomos {
text-align: center;
color: var(--azul4);
padding-left: 10px;
margin-top: 45px;
font-size: 1.5em;
max-width: 200px;
box-shadow: 4px 4px 4px black;
margin-bottom: 5px;
}
#pqcomprar {
text-align: center;
color: var(--azul4);
padding-left: 10px;
font-size: 1.5em;
max-width: 230px;
box-shadow: 4px 4px 4px black;
margin-top: 20px;
margin-bottom: 5px;
}
#comocomprar {
text-align: center;
color: var(--azul4);
padding-left: 10px;
font-size: 1.5em;
max-width: 200px;
box-shadow: 4px 4px 4px black;
margin-top: 20px;
margin-bottom: 5px;
}
#promo {
color: snow;
text-align: center;
font-size: 1.7em;
margin-top: 50px;
margin-bottom: 5px;
}
.imgback {
background-color: var(--azul5);
}
.inicioparag {
text-align: center;
font-weight: bold;
}
.preco {color: var(--azul5);}
.destaque {
color: white;
}
|
style.css
|
@font-face {
font-family: 'corpo';
src: url(imagens/Avoda\ Free\ Trial.ttf) format('truetype');
}
@font-face {
font-family: 'menu';
src: url(imagens/PIXEAB__.TTF) format('truetype');
}
@font-face {
font-family: 'logo';
src: url(imagens/Sketchzone.otf) format('opentype');
}
:root {
--font-logo: 'logo';
--font-menu: 'menu';
--font-corpo: 'corpo';
--azul5: #023373;
--azul4: #0468BF;
--azul3: #05AFF2;
--azul2: #05C7F2;
--azul1: #05DBF2;
}
* {
background-color: var(--azul1);
margin: 0px;
padding: 0px;
text-decoration: none;
list-style: none;
font-family: 'Courier New', Courier, monospace, sans-serif;
}
header {
height: 102px;
background-color: var(--azul5);
display: flex;
flex-direction: row;
justify-content: space-evenly;
flex-flow: row wrap;
align-items: center;
border-radius: 0px 0px 10px 10px;
}
header > h1 {
font-size: 3em;
color: var(--azul1);
font-family: var(--font-logo);
margin-left: 15px;
font-weight: lighter;
background-color: var(--azul5);
}
nav {
background-color: var(--azul5);
}
header > nav > ul{
background-color: var(--azul5);
font-size: .7em;
display: flex;
flex-flow: row wrap;
margin-left: 15px;
padding-top: 10px;
display: inline-flex;
gap: 10px;
}
header > nav > ul > li > a {
border-color: var(--azul5);
font-family: var(--font-menu);
background-color: var(--azul5);
color: var(--azul3);
padding: 5px;
}
.link:hover {
transition: .5s;
font-size: 1.5em;
}
.camisanike {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
flex: 1 1 206px;
gap: 2px;
margin-bottom: 15px;
}
.camisanike img {
border: 2px solid var(--azul4);
}
.camisanike p {
margin-bottom: 10px;
}
h1#camisasdanike {
color: var(--azul5);
font-size: 1.8em;
margin: 30px;
text-align: center;
box-shadow: 4px 4px 4px black;
}
footer {
margin-top: 15px;
display: flex;
justify-content: space-around;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
background-color: var(--azul5);
border-radius: 10px 10px 0px 0px;
}
#div1 {
display: inline-flex;
align-items: center;
background-color: none;
background-color: var(--azul5);
}
#div2 {
display: inline-flex;
align-items: center;
background-color: none;
background-color: var(--azul5);
}
#div2 p {
background-color: var(--azul5);
}
main#inicio {
display: flex;
flex-flow: column wrap;
justify-content: center;
align-items: center;
gap: 10px;
}
h2#camisasdalacoste {
color: var(--azul5);
font-size: 1.8em;
box-shadow: 4px 4px 4px black;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}
h3#camisasoakley {
color: var(--azul5);
font-size: 1.8em;
box-shadow: 4px 4px 4px black;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}
#camisarandom {
color: var(--azul5);
font-size: 1.8em;
box-shadow: 4px 4px 4px black;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
#inicio {
margin-top: 20px;
margin-bottom: 20px;
}
footer p {
font-weight: bold;
background-color: var(--azul5);
color: snow;
text-decoration: none;
}
footer p::after {
color: var(--azul4);
}
footer h3 {
color: var(--azul1);
font-weight: bolder;
background-color: var(--azul5);
padding-left: 10px;
padding-top: 10px;
padding-bottom: 8px;
}
.oakleysec {
margin: auto;
max-width: 650px;
}
#iniciosec {
display: flex;
flex-flow: column wrap;
align-content: center;
justify-content: center;
align-items: center;
gap: 5px;
min-height: 500px;
padding-left: 5px;
}
.corpo {
max-width: 650px;
display: flex;
flex-flow: column wrap;
margin: auto;
}
#qmsomos {
text-align: center;
color: var(--azul4);
padding-left: 10px;
margin-top: 45px;
font-size: 1.5em;
max-width: 200px;
box-shadow: 4px 4px 4px black;
margin-bottom: 5px;
}
#pqcomprar {
text-align: center;
color: var(--azul4);
padding-left: 10px;
font-size: 1.5em;
max-width: 230px;
box-shadow: 4px 4px 4px black;
margin-top: 20px;
margin-bottom: 5px;
}
#comocomprar {
text-align: center;
color: var(--azul4);
padding-left: 10px;
font-size: 1.5em;
max-width: 200px;
box-shadow: 4px 4px 4px black;
margin-top: 20px;
margin-bottom: 5px;
}
#promo {
color: snow;
text-align: center;
font-size: 1.7em;
margin-top: 50px;
margin-bottom: 5px;
}
.imgback {
background-color: var(--azul5);
}
.inicioparag {
text-align: center;
font-weight: bold;
}
.preco {color: var(--azul5);}
.destaque {
color: white;
}
| 0.434941 | 0.153232 |
/* default css settings */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-size: 100%;
}
/* default css settings end here */
/* Navbar starts here */
.navbar {
border-bottom: solid 1.5px var(--light-gray);
box-shadow: 2px 2px 3px 2px var(--very-light-gray);
}
/* Navbar ends here */
/* Content-1 CSS starts here */
.content-1 {
display: flex;
flex-direction: row;
width: vw;
height: 80rem;
}
.content-1 > .manipulation {
width: 35%;
display: flex;
flex-direction: column;
border-right: solid 1.5px var(--light-gray);
-webkit-box-shadow: 5px 0 1px -2px var(--very-light-gray);
box-shadow: 5px 0 1px -2px var(--very-light-gray);
z-index: 1;
}
.content-1 > .manipulation > .download {
display: flex;
justify-content: flex-end;
}
.download > .avocado-btn {
padding: 0.7rem 2.5rem;
margin-top : 2rem;
margin-right: 2.5rem;
}
.content-1 > .manipulation > .edit-factor {
display: flex;
width: 100%;
justify-content: center;
align-items: center;
flex-direction: column;
list-style: none;
margin: 7rem 0 5rem 0;
}
.manipulation >.edit-factor > .avocado-btn-flipped {
width: 90%;
text-align: center;
margin-bottom: 0.8rem;
padding: 0.8rem 3rem;
cursor: pointer;
}
.content-1 > .manipulation > .spellcheck{
display: flex;
justify-content: center;
align-items: center;
}
.spellcheck > .avocado-btn {
padding: 0.7rem 4rem;
cursor: pointer;
}
.content-1 > .template-preview {
width:65%;;
}
.template-element.first {
margin-top : 4rem;
border-top: solid 5px var(--pretty-black);
}
.template-element.first > .address {
font-weight: bold;
margin-top: 0.5rem;
}
.template-element > li {
margin: 0.5rem 0 0.5rem 0.5rem;
}
.template-element > h4 {
margin: 0.6rem 0 0.6rem 0.5rem;
}
/* Content-1 CSS ends here */
/* footer CSS starts here */
.footer {
margin-top: 0.5rem;
}
/* footer CSS starts here */
|
frontend/assets/css/editdoc.css
|
/* default css settings */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-size: 100%;
}
/* default css settings end here */
/* Navbar starts here */
.navbar {
border-bottom: solid 1.5px var(--light-gray);
box-shadow: 2px 2px 3px 2px var(--very-light-gray);
}
/* Navbar ends here */
/* Content-1 CSS starts here */
.content-1 {
display: flex;
flex-direction: row;
width: vw;
height: 80rem;
}
.content-1 > .manipulation {
width: 35%;
display: flex;
flex-direction: column;
border-right: solid 1.5px var(--light-gray);
-webkit-box-shadow: 5px 0 1px -2px var(--very-light-gray);
box-shadow: 5px 0 1px -2px var(--very-light-gray);
z-index: 1;
}
.content-1 > .manipulation > .download {
display: flex;
justify-content: flex-end;
}
.download > .avocado-btn {
padding: 0.7rem 2.5rem;
margin-top : 2rem;
margin-right: 2.5rem;
}
.content-1 > .manipulation > .edit-factor {
display: flex;
width: 100%;
justify-content: center;
align-items: center;
flex-direction: column;
list-style: none;
margin: 7rem 0 5rem 0;
}
.manipulation >.edit-factor > .avocado-btn-flipped {
width: 90%;
text-align: center;
margin-bottom: 0.8rem;
padding: 0.8rem 3rem;
cursor: pointer;
}
.content-1 > .manipulation > .spellcheck{
display: flex;
justify-content: center;
align-items: center;
}
.spellcheck > .avocado-btn {
padding: 0.7rem 4rem;
cursor: pointer;
}
.content-1 > .template-preview {
width:65%;;
}
.template-element.first {
margin-top : 4rem;
border-top: solid 5px var(--pretty-black);
}
.template-element.first > .address {
font-weight: bold;
margin-top: 0.5rem;
}
.template-element > li {
margin: 0.5rem 0 0.5rem 0.5rem;
}
.template-element > h4 {
margin: 0.6rem 0 0.6rem 0.5rem;
}
/* Content-1 CSS ends here */
/* footer CSS starts here */
.footer {
margin-top: 0.5rem;
}
/* footer CSS starts here */
| 0.291586 | 0.060557 |
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
body {
margin: 0 auto;
font-family: "Quicksand", sans-serif;
background: url(/images/background.png);
color: #fff;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {
background: #3b3b3b;
}
::-webkit-scrollbar-thumb {
background: #888888;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background: #888888;
}
.text-center {
text-align: center;
}
/* Float four columns side by side */
.column1 {
float: left;
width: 30%;
padding: 0 5px;
}
/* Float four columns side by side */
.column2 {
float: left;
width: 10%;
padding: 0 5px;
}
.row {
margin: 0 auto;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Responsive columns */
@media screen and (max-width: 600px) {
.column1 {
width: 100%;
display: block;
margin-bottom: 10px;
}
}
/* Style the counter cards */
.card1 {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
padding: 15px 15px 15px 15px;
text-align: center;
background-color: rgba(0, 0, 0, 0.4);
color: white;
border-radius: 5px;
}
.fa {
font-size: 50px;
}
.row {
display: flex;
justify-content: center;
}
.container-fluid ul {
list-style: none;
}
.container-fluid ul > li > a {
color: white;
text-decoration: none;
line-height: 1.8;
}
.container-fluid ul > li > a:hover,
a:hover {
color: #00a4dc;
font-weight: 500;
}
.col-heading {
display: block;
font-size: 2rem;
text-transform: uppercase;
font-weight: 500;
margin: 1rem 0;
padding: 0.4rem 0px;
border-bottom: 1px solid #c7c7c7;
letter-spacing: 3px;
}
#to-top {
display: none;
position: fixed;
bottom: 40px;
right: 20px;
font-size: 18px;
border: none;
outline: none;
background-color: #00a4dc;
color: white;
padding: 15px;
border-radius: 14px;
cursor: pointer;
z-index: 99;
}
#to-top:hover {
background-color: #0187b4; /* Green */
color: white;
transition: 0.3s ease-out;
transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}
#bottom-footer {
background-color: rgba(0, 0, 0, 0.7);
color: white;
margin-top: 2rem;
padding-top: 0.3rem;
}
.vertical-links > li {
display: inline-block;
vertical-align: text-bottom;
}
.vertical-links > li > a {
color: white;
font-weight: 400;
margin-left: 1rem;
list-style-type: square;
}
ul {
list-style-type: none;
}
|
site/css/thankyou.css
|
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
body {
margin: 0 auto;
font-family: "Quicksand", sans-serif;
background: url(/images/background.png);
color: #fff;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {
background: #3b3b3b;
}
::-webkit-scrollbar-thumb {
background: #888888;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background: #888888;
}
.text-center {
text-align: center;
}
/* Float four columns side by side */
.column1 {
float: left;
width: 30%;
padding: 0 5px;
}
/* Float four columns side by side */
.column2 {
float: left;
width: 10%;
padding: 0 5px;
}
.row {
margin: 0 auto;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Responsive columns */
@media screen and (max-width: 600px) {
.column1 {
width: 100%;
display: block;
margin-bottom: 10px;
}
}
/* Style the counter cards */
.card1 {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
padding: 15px 15px 15px 15px;
text-align: center;
background-color: rgba(0, 0, 0, 0.4);
color: white;
border-radius: 5px;
}
.fa {
font-size: 50px;
}
.row {
display: flex;
justify-content: center;
}
.container-fluid ul {
list-style: none;
}
.container-fluid ul > li > a {
color: white;
text-decoration: none;
line-height: 1.8;
}
.container-fluid ul > li > a:hover,
a:hover {
color: #00a4dc;
font-weight: 500;
}
.col-heading {
display: block;
font-size: 2rem;
text-transform: uppercase;
font-weight: 500;
margin: 1rem 0;
padding: 0.4rem 0px;
border-bottom: 1px solid #c7c7c7;
letter-spacing: 3px;
}
#to-top {
display: none;
position: fixed;
bottom: 40px;
right: 20px;
font-size: 18px;
border: none;
outline: none;
background-color: #00a4dc;
color: white;
padding: 15px;
border-radius: 14px;
cursor: pointer;
z-index: 99;
}
#to-top:hover {
background-color: #0187b4; /* Green */
color: white;
transition: 0.3s ease-out;
transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}
#bottom-footer {
background-color: rgba(0, 0, 0, 0.7);
color: white;
margin-top: 2rem;
padding-top: 0.3rem;
}
.vertical-links > li {
display: inline-block;
vertical-align: text-bottom;
}
.vertical-links > li > a {
color: white;
font-weight: 400;
margin-left: 1rem;
list-style-type: square;
}
ul {
list-style-type: none;
}
| 0.382141 | 0.126677 |
*
/*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body,
html {
color: #373C40;
font-family: "Lucida Console", Courier, monospace;
height: 100%;
background-color: #dfeef5;
margin: 9px;
}
body {
font-size: 90%;
}
p {
padding: 7px 0 7px 0;
font-weight: 500;
font-size: 10pt;
}
a {
color: #656565;
text-decoration: none;
}
a:hover {
color: #4C99CC;
text-decoration: none;
}
h1 {
font-weight: 200;
color: #888888;
font-size: 16pt;
padding-left: 33px;
margin: 8px;
}
.clear {
width: 100%;
float: none;
clear: both;
}
form.register {
width: 100%;
margin: 20px auto 0px auto;
/* background-color: #fff; */
padding: 5px;
}
form p {
font-size: 10pt;
clear: both;
margin: 0;
color: gray;
padding: 4px;
}
fieldset.row1 {
width: 100%;
padding: 5px;
float: left;
border-top: 1px solid #F5F5F5;
margin-bottom: 15px;
}
fieldset.row2 {
border-top: 1px solid #F1F1F1;
border-right: 1px solid #F1F1F1;
padding: 5px;
float: left;
min-height: 220px;
}
fieldset.row3 {
border-top: 1px solid #F1F1F1;
padding: 5px;
float: left;
margin-bottom: 15px;
width: 159px;
}
fieldset.row4,
fieldset.row5 {
border-top: 1px solid #F1F1F1;
border-right: 1px solid #F1F1F1;
padding: 5px;
float: left;
clear: both;
}
fieldset.row5 {
width: 100%;
}
.register .form label {
float: left;
text-align: left;
margin-right: 5px;
margin-top: 2px;
width: auto;
}
.register .form input {
width: 100px;
}
.form td {
border-right: 1px solid #F1F1F1;
border-top: 1px solid #F1F1F1;
border-bottom: 1px solid #F1F1F1;
border-left: 0px solid #F1F1F1;
padding: 2px;
margin: 0;
}
.register legend {
color: #926717;
padding: 2px;
margin-left: 14px;
font-weight: bold;
font-size: 14px;
font-weight: 100;
}
.register label {
color: #444;
width: 100px;
float: left;
text-align: right;
margin-right: 6px;
margin-top: 2px;
}
form.register label.optional {
float: left;
text-align: right;
margin-right: 6px;
margin-top: 2px;
color: #A3A3A3;
}
form.register label.obinfo {
float: right;
padding: 3px;
font-style: italic;
}
form.register input {
width: 140px;
color: #505050;
float: left;
margin-right: 5px;
}
form.register input.long {
width: 247px;
color: #505050;
}
form.register input.short {
width: 40px;
color: #505050;
}
form.register input[type=radio] {
float: left;
width: 15px;
}
form.register label.gender {
margin-top: -1px;
margin-bottom: 2px;
width: 34px;
float: left;
text-align: left;
line-height: 19px;
}
form.register input[type=text] {
border: 1px solid #E1E1E1;
height: 18px;
}
form.register input[type=password] {
border: 1px solid #E1E1E1;
height: 18px;
}
form.register input[type=button]:hover {
cursor: pointer;
background: #ccc;
}
form.register .submit {
color: #fff;
cursor: pointer;
float: left;
margin: 10px;
padding: 5px;
background: #96812d;
background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(1, rgba(255, 255, 255, 0.1)));
}
form.register .submit:hover {
background: #505050;
}
form.register .submit:active {
background: #ccc;
color: #000;
}
form.register input[type=text].small {
border: 1px solid #E1E1E1;
height: 18px;
width: 30px;
}
form.register input[type=checkbox] {
width: 14px;
margin-top: 4px;
}
form.register select {
border: 1px solid #E1E1E1;
float: left;
margin-bottom: 3px;
color: #505050;
margin-right: 5px;
}
input:focus,
select:focus {
background-color: #F1F1F1;
}
/* img.bus1 {
width: 700px;
margin-left: 900px;
margin-top: -400px;
} */
p.info {
font-size: 7pt;
color: gray;
}
p.agreement {
margin-left: 15px;
}
p.agreement label {
width: 390px;
text-align: left;
margin-top: 3px;
}
/* footer */
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: rgb(102, 196, 118);
color: white;
text-align: center;
}
/* Header/Logo Title */
.header {
padding: 1px;
text-align: center;
background: rgb(102, 196, 118);
color: white;
font-size: 30px;
}
table {
border-collapse: collapse;
width: 100%;
}
td,
th {
border: 1px solid #dddddd;
text-align: left;
padding: 10px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
input[type=submit]:disabled {
background: #dddddd;
}
@media only screen and (min-width:1000px) {
img.bus1 {
width: 500px;
margin-left: 800px;
margin-top: -400px;
}
}
|
css/style.css
|
*
/*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body,
html {
color: #373C40;
font-family: "Lucida Console", Courier, monospace;
height: 100%;
background-color: #dfeef5;
margin: 9px;
}
body {
font-size: 90%;
}
p {
padding: 7px 0 7px 0;
font-weight: 500;
font-size: 10pt;
}
a {
color: #656565;
text-decoration: none;
}
a:hover {
color: #4C99CC;
text-decoration: none;
}
h1 {
font-weight: 200;
color: #888888;
font-size: 16pt;
padding-left: 33px;
margin: 8px;
}
.clear {
width: 100%;
float: none;
clear: both;
}
form.register {
width: 100%;
margin: 20px auto 0px auto;
/* background-color: #fff; */
padding: 5px;
}
form p {
font-size: 10pt;
clear: both;
margin: 0;
color: gray;
padding: 4px;
}
fieldset.row1 {
width: 100%;
padding: 5px;
float: left;
border-top: 1px solid #F5F5F5;
margin-bottom: 15px;
}
fieldset.row2 {
border-top: 1px solid #F1F1F1;
border-right: 1px solid #F1F1F1;
padding: 5px;
float: left;
min-height: 220px;
}
fieldset.row3 {
border-top: 1px solid #F1F1F1;
padding: 5px;
float: left;
margin-bottom: 15px;
width: 159px;
}
fieldset.row4,
fieldset.row5 {
border-top: 1px solid #F1F1F1;
border-right: 1px solid #F1F1F1;
padding: 5px;
float: left;
clear: both;
}
fieldset.row5 {
width: 100%;
}
.register .form label {
float: left;
text-align: left;
margin-right: 5px;
margin-top: 2px;
width: auto;
}
.register .form input {
width: 100px;
}
.form td {
border-right: 1px solid #F1F1F1;
border-top: 1px solid #F1F1F1;
border-bottom: 1px solid #F1F1F1;
border-left: 0px solid #F1F1F1;
padding: 2px;
margin: 0;
}
.register legend {
color: #926717;
padding: 2px;
margin-left: 14px;
font-weight: bold;
font-size: 14px;
font-weight: 100;
}
.register label {
color: #444;
width: 100px;
float: left;
text-align: right;
margin-right: 6px;
margin-top: 2px;
}
form.register label.optional {
float: left;
text-align: right;
margin-right: 6px;
margin-top: 2px;
color: #A3A3A3;
}
form.register label.obinfo {
float: right;
padding: 3px;
font-style: italic;
}
form.register input {
width: 140px;
color: #505050;
float: left;
margin-right: 5px;
}
form.register input.long {
width: 247px;
color: #505050;
}
form.register input.short {
width: 40px;
color: #505050;
}
form.register input[type=radio] {
float: left;
width: 15px;
}
form.register label.gender {
margin-top: -1px;
margin-bottom: 2px;
width: 34px;
float: left;
text-align: left;
line-height: 19px;
}
form.register input[type=text] {
border: 1px solid #E1E1E1;
height: 18px;
}
form.register input[type=password] {
border: 1px solid #E1E1E1;
height: 18px;
}
form.register input[type=button]:hover {
cursor: pointer;
background: #ccc;
}
form.register .submit {
color: #fff;
cursor: pointer;
float: left;
margin: 10px;
padding: 5px;
background: #96812d;
background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(1, rgba(255, 255, 255, 0.1)));
}
form.register .submit:hover {
background: #505050;
}
form.register .submit:active {
background: #ccc;
color: #000;
}
form.register input[type=text].small {
border: 1px solid #E1E1E1;
height: 18px;
width: 30px;
}
form.register input[type=checkbox] {
width: 14px;
margin-top: 4px;
}
form.register select {
border: 1px solid #E1E1E1;
float: left;
margin-bottom: 3px;
color: #505050;
margin-right: 5px;
}
input:focus,
select:focus {
background-color: #F1F1F1;
}
/* img.bus1 {
width: 700px;
margin-left: 900px;
margin-top: -400px;
} */
p.info {
font-size: 7pt;
color: gray;
}
p.agreement {
margin-left: 15px;
}
p.agreement label {
width: 390px;
text-align: left;
margin-top: 3px;
}
/* footer */
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: rgb(102, 196, 118);
color: white;
text-align: center;
}
/* Header/Logo Title */
.header {
padding: 1px;
text-align: center;
background: rgb(102, 196, 118);
color: white;
font-size: 30px;
}
table {
border-collapse: collapse;
width: 100%;
}
td,
th {
border: 1px solid #dddddd;
text-align: left;
padding: 10px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
input[type=submit]:disabled {
background: #dddddd;
}
@media only screen and (min-width:1000px) {
img.bus1 {
width: 500px;
margin-left: 800px;
margin-top: -400px;
}
}
| 0.343562 | 0.098296 |
.hb-calendar, .hb-calendar *{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.hb-calendar{
margin-bottom: 20px;
color: #666;
font-family: "Trebuchet MS";
}
.hb-calendar a{
color: inherit;
text-decoration: none;
transition: .2s;
}
/***** MONTHS *****/
.hb-months{
position: relative;;
height: 90px;
margin-bottom: 15px;
text-align: center;
/*border-bottom: 1px solid white;*/
}
.hb-months:after {
content: "";
display: table;
clear: both;
}
.hb-current-month{
line-height: 46px;
font-size: 46px;
font-weight: 200;
color: white !important;
}
.hb-current-month span{
display: block;
margin-top: 10px;
line-height: 20px;
font-size: 24px;
color: white !important;
}
.hb-change-month{
position: absolute;
bottom: 25px;
display: inline-block;
width: 30px;
height: 40px;
}
.hb-prev-month{
left: 0px;
background-image: url("/Content/images/iconPrev.png");
}
.hb-next-month{
right: 0px;
background-image: url("/Content/images/iconNext.png");
}
/***** DAYS *****/
.hb-days{
width: 300px;
height: auto;
margin: 0 auto;
padding: 10px;
background-color: #fff;
border-radius: 3px;
box-shadow: 0px 1px 4px #999;
}
.hb-days:after {
content: "";
display: table;
clear: both;
}
.hb-day{
float: left;
display: inline-block;
width: 38px;
height: 26px;
line-height: 26px;
margin: 1px;
text-align: center;
border-radius: 1px;
font-size: 12px;
transition: .2s;
}
.hb-day.hb-day-name{
margin-bottom: 6px;
color: #333;
font-size: 14px;
}
.hb-day.hb-day-active{
color: #fff;
background-color: #777;
cursor: pointer;
}
.hb-day.hb-day-active:hover{
background-color: #8a8a8a;
}
.hb-day.hb-day-selected, .hb-day.hb-day-selected:hover{
background-color: #aaa;
cursor: default;
}
/* LOADER */
.hb-loading:before{ content: url("images/iconLoading.gif"); display: block; width: 100%; text-align: center; }
.hb-error{ padding: 10px 15px; background-color: #f2dede; border: 1px solid #ebccd1; border-radius: 3px; color: #b84442; }
|
AWIC/Content/jquery.event.calendar.css
|
.hb-calendar, .hb-calendar *{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.hb-calendar{
margin-bottom: 20px;
color: #666;
font-family: "Trebuchet MS";
}
.hb-calendar a{
color: inherit;
text-decoration: none;
transition: .2s;
}
/***** MONTHS *****/
.hb-months{
position: relative;;
height: 90px;
margin-bottom: 15px;
text-align: center;
/*border-bottom: 1px solid white;*/
}
.hb-months:after {
content: "";
display: table;
clear: both;
}
.hb-current-month{
line-height: 46px;
font-size: 46px;
font-weight: 200;
color: white !important;
}
.hb-current-month span{
display: block;
margin-top: 10px;
line-height: 20px;
font-size: 24px;
color: white !important;
}
.hb-change-month{
position: absolute;
bottom: 25px;
display: inline-block;
width: 30px;
height: 40px;
}
.hb-prev-month{
left: 0px;
background-image: url("/Content/images/iconPrev.png");
}
.hb-next-month{
right: 0px;
background-image: url("/Content/images/iconNext.png");
}
/***** DAYS *****/
.hb-days{
width: 300px;
height: auto;
margin: 0 auto;
padding: 10px;
background-color: #fff;
border-radius: 3px;
box-shadow: 0px 1px 4px #999;
}
.hb-days:after {
content: "";
display: table;
clear: both;
}
.hb-day{
float: left;
display: inline-block;
width: 38px;
height: 26px;
line-height: 26px;
margin: 1px;
text-align: center;
border-radius: 1px;
font-size: 12px;
transition: .2s;
}
.hb-day.hb-day-name{
margin-bottom: 6px;
color: #333;
font-size: 14px;
}
.hb-day.hb-day-active{
color: #fff;
background-color: #777;
cursor: pointer;
}
.hb-day.hb-day-active:hover{
background-color: #8a8a8a;
}
.hb-day.hb-day-selected, .hb-day.hb-day-selected:hover{
background-color: #aaa;
cursor: default;
}
/* LOADER */
.hb-loading:before{ content: url("images/iconLoading.gif"); display: block; width: 100%; text-align: center; }
.hb-error{ padding: 10px 15px; background-color: #f2dede; border: 1px solid #ebccd1; border-radius: 3px; color: #b84442; }
| 0.221435 | 0.036528 |
body {
font-family: 'Roboto', sans-serif;
font-weight: 300;
text-align: justify;
font-size: 16px;
line-height: 20px;
color: #333333;
background: #FFFFFF;
text-rendering: optimizelegibility;
-webkit-font-smoothing: antialiased;
}
h1 {
margin: 0px;
padding: 60px 0px 0px 0px;
font-family: 'Roboto Slab', serif;
font-weight: 700;
font-size: 64px;
line-height: 64px;
text-shadow: 0px 1px 6px #000000;
}
h2, .bullet {
margin: 0px;
padding: 0px 0px 20px 0px;
font-family: 'Roboto Slab', serif;
font-weight: 700;
font-size: 29px;
line-height: 29px;
}
h2 span.fa {
margin-top: 40px;
}
h3 {
margin: 0px;
padding: 20px 0px 0px 0px;
font-size: 20px;
line-height: 20px;
}
a:hover {
color: inherit;
}
span.strong {
font-weight: bold;
}
.container-fluid {
background: #ffffff;
}
.container-fluid:nth-child(odd) {
background: #ffffff;
}
.container-fluid:nth-child(even) {
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
background: #f8f8f8;
}
.container-fluid:last-child {
border-bottom: none;
color: #ffffff;
background: #333333;
}
.container-fluid:last-child a {
color: #ffffff;
background: #333333;
}
.container {
margin: 40px auto;
}
#header {
height: 500px;
padding: 0px;
border-top: none;
color: #ffffff;
background: transparent;
overflow: hidden;
}
#header-img {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
height: 500px;
background: #ffffff no-repeat 20% center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: none important!;
z-index: -100;
}
#header p {
padding: 0px 0px 200px 0px;
text-shadow: 0px 1px 3px #000000;
font-weight: 300;
font-size: 32px;
}
#header .btn-lg {
font-family: 'Roboto Slab', serif;
font-weight: 700;
}
.nav-link {
margin: 0px 0px 0px 20px;
color: #ffffff;
text-shadow: 0px 1px 3px #000000;
font-weight: 500;
font-size: 16px;
}
.price {
padding: 0px 5px;
text-align: center;
}
.price h3 {
padding: 20px 0px 20px 0px;
background: #ffffff;
font-size: 24px;
}
.price p {
margin: 0px;
padding: 10px 0px;
border-top: 1px solid #dddddd;
}
#join-submit {
margin-top: 20px;
font-family: 'Roboto Slab', serif;
font-weight: 700;
}
|
stylesheets/style.css
|
body {
font-family: 'Roboto', sans-serif;
font-weight: 300;
text-align: justify;
font-size: 16px;
line-height: 20px;
color: #333333;
background: #FFFFFF;
text-rendering: optimizelegibility;
-webkit-font-smoothing: antialiased;
}
h1 {
margin: 0px;
padding: 60px 0px 0px 0px;
font-family: 'Roboto Slab', serif;
font-weight: 700;
font-size: 64px;
line-height: 64px;
text-shadow: 0px 1px 6px #000000;
}
h2, .bullet {
margin: 0px;
padding: 0px 0px 20px 0px;
font-family: 'Roboto Slab', serif;
font-weight: 700;
font-size: 29px;
line-height: 29px;
}
h2 span.fa {
margin-top: 40px;
}
h3 {
margin: 0px;
padding: 20px 0px 0px 0px;
font-size: 20px;
line-height: 20px;
}
a:hover {
color: inherit;
}
span.strong {
font-weight: bold;
}
.container-fluid {
background: #ffffff;
}
.container-fluid:nth-child(odd) {
background: #ffffff;
}
.container-fluid:nth-child(even) {
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
background: #f8f8f8;
}
.container-fluid:last-child {
border-bottom: none;
color: #ffffff;
background: #333333;
}
.container-fluid:last-child a {
color: #ffffff;
background: #333333;
}
.container {
margin: 40px auto;
}
#header {
height: 500px;
padding: 0px;
border-top: none;
color: #ffffff;
background: transparent;
overflow: hidden;
}
#header-img {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
height: 500px;
background: #ffffff no-repeat 20% center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: none important!;
z-index: -100;
}
#header p {
padding: 0px 0px 200px 0px;
text-shadow: 0px 1px 3px #000000;
font-weight: 300;
font-size: 32px;
}
#header .btn-lg {
font-family: 'Roboto Slab', serif;
font-weight: 700;
}
.nav-link {
margin: 0px 0px 0px 20px;
color: #ffffff;
text-shadow: 0px 1px 3px #000000;
font-weight: 500;
font-size: 16px;
}
.price {
padding: 0px 5px;
text-align: center;
}
.price h3 {
padding: 20px 0px 20px 0px;
background: #ffffff;
font-size: 24px;
}
.price p {
margin: 0px;
padding: 10px 0px;
border-top: 1px solid #dddddd;
}
#join-submit {
margin-top: 20px;
font-family: 'Roboto Slab', serif;
font-weight: 700;
}
| 0.302391 | 0.075585 |
.displayTable .tbody, .displayTable .thead{
font-weight: 300;
display: grid;
grid-template-columns: 1fr 1fr;
grid-row-gap: 2em;
text-align: center;
}
.displayTable .thead{
font-weight: 600;
padding-bottom: 1em;
border-bottom: 1px solid #dfe6e9;
margin-bottom: 1em;
position: sticky;
padding-top: 1em;
color: #34ace0;
margin-top: -1em;
top: 0;
background: #ffffff;
}
@-moz-document url-prefix() {
.displayTable .thead{
top: -1.6em;
}
}
.displayTable{
position: relative;
border-radius: 5px;
box-shadow: 0 0 50px 2px rgba(222, 222, 222, 0.5);
padding: 20px;
height: 36vw;
max-height: 350px;
overflow-y: scroll;
}
/* */
.ViewDetails .container-fluid{
max-width: 1000px;
}
.chartDes{
display: grid;
grid-template-columns: auto;
grid-column-gap: 1em;
margin: 25px auto 20px;
max-width: 800px;
}
.chartDes2{
display: grid;
grid-template-columns: 70% 1fr;
grid-column-gap: 1em;
margin: 0px auto;
width: 100%;
position: relative;
max-width: 800px;
}
.day{
border-radius: 5px;
box-shadow: 0 0 50px 2px rgba(222, 222, 222, 0.5);
padding: 20px;
height: 100%;
max-width: 800px;
max-height: 500px;
position: relative;
}
.day .title, .hour .title{
font-weight: 600;
color: #34ace0;
margin-bottom: 1em;
}
.day select{
float:right;
border: 1px solid #34ace0;
color: #227093;
font-weight: 300;
background: #fff;
}
.day select:not(:first-child) {
margin-right: 5px;
}
.day select:active{
outline: none;
}
.day select:focus{
outline: none;
}
.daySelect{
display: block;
overflow: hidden;
margin: 0 auto;
width: 350px;
}
.daySelect b{
float:left;
margin-top: 2px;
font-weight: 400;
font-size: .7em;
}
.daySelect button.daySelection{
padding: .1em;
float: left;
width: 25px;
height: 25px;
color: white;
border-radius: 2px;
border: 0;
background: #34ace0;
/* border: 2px solid #34ace0; */
transition: .5s;
}
.daySelect button.daySelection:not(:first-child) {
margin-left: .5em;
}
.daySelect button.daySelection:hover{
background: #33d9b2;
color: white;
cursor: pointer;
}
.daySelect button.daySelection:focus{
outline:none;
}
.daySelect button.daySelectionActive{
color: white;
background: #3abd9e;
}
.hour{
border-radius: 5px;
box-shadow: 0 0 50px 2px rgba(222, 222, 222, 0.5);
padding: 20px;
position: relative;
}
.hour input{
width: 100%;
background: transparent;
border-color: transparent;
}
input[type=range] {
-webkit-appearance: none;
width: 100%;
margin: 4.5px 0;
direction: rtl;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 5px;
cursor: pointer;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
background: #ff6384;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
border: 1px solid rgba(0, 0, 0, 0);
height: 14px;
width: 40px;
border-radius: 10px;
background: #ff6384;
cursor: pointer;
-webkit-appearance: none;
margin-top: -4.7px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: #ff7d98;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 5px;
cursor: pointer;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
background: #ff6384;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
border: 1px solid rgba(0, 0, 0, 0);
height: 14px;
width: 40px;
border-radius: 10px;
background: #ff6384;
cursor: pointer;
}
input[type=range]::-ms-track {
width: 100%;
height: 5px;
cursor: pointer;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type=range]::-ms-fill-lower {
background: #ff4970;
border: 0.2px solid #010101;
border-radius: 2.6px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
background: #ff6384;
border: 0.2px solid #010101;
border-radius: 2.6px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
border: 1px solid rgba(0, 0, 0, 0);
height: 14px;
width: 40px;
border-radius: 10px;
background: #ff6384;
cursor: pointer;
height: 5px;
}
input[type=range]:focus::-ms-fill-lower {
background: #ff6384;
}
input[type=range]:focus::-ms-fill-upper {
background: #ff7d98;
}
.loading{
position: absolute;
left: 50%;
transform: translateX(-50%) translateY(-50%);
top: 50%;
color: #34ace0;
}
.lds-ring {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 51px;
height: 51px;
margin: 6px;
border: 6px solid #34ace0;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #34ace0 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@media (max-width: 930px) {
.displayTable {
font-size: .8em;
}
}
@media (max-width: 840px) {
.chartDes2 {
grid-template-columns: 1fr;
}
.displayTable{
margin-top: 20px;
}
}
@media (max-width: 608px) {
.ViewDetails div.container-fluid{
padding: 0;
}
.displayTable{
height: 250px;
}
.day, .hour{
border-radius: 0;
}
}
|
client/src/stylesheet/viewdetails.css
|
.displayTable .tbody, .displayTable .thead{
font-weight: 300;
display: grid;
grid-template-columns: 1fr 1fr;
grid-row-gap: 2em;
text-align: center;
}
.displayTable .thead{
font-weight: 600;
padding-bottom: 1em;
border-bottom: 1px solid #dfe6e9;
margin-bottom: 1em;
position: sticky;
padding-top: 1em;
color: #34ace0;
margin-top: -1em;
top: 0;
background: #ffffff;
}
@-moz-document url-prefix() {
.displayTable .thead{
top: -1.6em;
}
}
.displayTable{
position: relative;
border-radius: 5px;
box-shadow: 0 0 50px 2px rgba(222, 222, 222, 0.5);
padding: 20px;
height: 36vw;
max-height: 350px;
overflow-y: scroll;
}
/* */
.ViewDetails .container-fluid{
max-width: 1000px;
}
.chartDes{
display: grid;
grid-template-columns: auto;
grid-column-gap: 1em;
margin: 25px auto 20px;
max-width: 800px;
}
.chartDes2{
display: grid;
grid-template-columns: 70% 1fr;
grid-column-gap: 1em;
margin: 0px auto;
width: 100%;
position: relative;
max-width: 800px;
}
.day{
border-radius: 5px;
box-shadow: 0 0 50px 2px rgba(222, 222, 222, 0.5);
padding: 20px;
height: 100%;
max-width: 800px;
max-height: 500px;
position: relative;
}
.day .title, .hour .title{
font-weight: 600;
color: #34ace0;
margin-bottom: 1em;
}
.day select{
float:right;
border: 1px solid #34ace0;
color: #227093;
font-weight: 300;
background: #fff;
}
.day select:not(:first-child) {
margin-right: 5px;
}
.day select:active{
outline: none;
}
.day select:focus{
outline: none;
}
.daySelect{
display: block;
overflow: hidden;
margin: 0 auto;
width: 350px;
}
.daySelect b{
float:left;
margin-top: 2px;
font-weight: 400;
font-size: .7em;
}
.daySelect button.daySelection{
padding: .1em;
float: left;
width: 25px;
height: 25px;
color: white;
border-radius: 2px;
border: 0;
background: #34ace0;
/* border: 2px solid #34ace0; */
transition: .5s;
}
.daySelect button.daySelection:not(:first-child) {
margin-left: .5em;
}
.daySelect button.daySelection:hover{
background: #33d9b2;
color: white;
cursor: pointer;
}
.daySelect button.daySelection:focus{
outline:none;
}
.daySelect button.daySelectionActive{
color: white;
background: #3abd9e;
}
.hour{
border-radius: 5px;
box-shadow: 0 0 50px 2px rgba(222, 222, 222, 0.5);
padding: 20px;
position: relative;
}
.hour input{
width: 100%;
background: transparent;
border-color: transparent;
}
input[type=range] {
-webkit-appearance: none;
width: 100%;
margin: 4.5px 0;
direction: rtl;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 5px;
cursor: pointer;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
background: #ff6384;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
border: 1px solid rgba(0, 0, 0, 0);
height: 14px;
width: 40px;
border-radius: 10px;
background: #ff6384;
cursor: pointer;
-webkit-appearance: none;
margin-top: -4.7px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: #ff7d98;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 5px;
cursor: pointer;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
background: #ff6384;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
border: 1px solid rgba(0, 0, 0, 0);
height: 14px;
width: 40px;
border-radius: 10px;
background: #ff6384;
cursor: pointer;
}
input[type=range]::-ms-track {
width: 100%;
height: 5px;
cursor: pointer;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type=range]::-ms-fill-lower {
background: #ff4970;
border: 0.2px solid #010101;
border-radius: 2.6px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
background: #ff6384;
border: 0.2px solid #010101;
border-radius: 2.6px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
border: 1px solid rgba(0, 0, 0, 0);
height: 14px;
width: 40px;
border-radius: 10px;
background: #ff6384;
cursor: pointer;
height: 5px;
}
input[type=range]:focus::-ms-fill-lower {
background: #ff6384;
}
input[type=range]:focus::-ms-fill-upper {
background: #ff7d98;
}
.loading{
position: absolute;
left: 50%;
transform: translateX(-50%) translateY(-50%);
top: 50%;
color: #34ace0;
}
.lds-ring {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 51px;
height: 51px;
margin: 6px;
border: 6px solid #34ace0;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #34ace0 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@media (max-width: 930px) {
.displayTable {
font-size: .8em;
}
}
@media (max-width: 840px) {
.chartDes2 {
grid-template-columns: 1fr;
}
.displayTable{
margin-top: 20px;
}
}
@media (max-width: 608px) {
.ViewDetails div.container-fluid{
padding: 0;
}
.displayTable{
height: 250px;
}
.day, .hour{
border-radius: 0;
}
}
| 0.400398 | 0.134264 |
.wrap img{ width:100%; display: block;}
/**/
.zs { height: 12rem; background: #0674b1; overflow: hidden;}
.zs ul { width: 89.2%; margin: 0 auto; padding-top: 0.92rem;}
.zs li { float: left; width: 46.8%; height: 2.83rem; background: #ffffff; border-radius: 2rem; margin-bottom: 0.88rem; font-size: 1.25rem; color: #0674b1; text-align: center; line-height: 2.83rem;}
.zs li a { color: #0674b1;}
.zs li:nth-child(odd) { margin-right: 6.4%;}
/**/
.zs1 { height: 29.63rem; overflow: hidden;}
.zs1 ul { width: 68.6%; margin: 0 auto; padding-top: 3.13rem;}
.zs1 li { float: left; width: 46.15%; height: 6.75rem; background: url("/static/images/zsy.jpg") no-repeat; background-size: 100% 8.13rem; padding-top: 1.38rem; font-size: 1rem; text-align: center; margin-bottom: 1.08rem;}
.zs1 li a { color: #ffffff;}
.zs1 li p { width: 38%; margin: 0 auto 0.5rem;}
.zs1 li:nth-child(odd) { margin-right: 7.7%;}
/**/
.qs { height: 123.5rem; overflow: hidden;}
.qs h3 { height: 9.21rem; text-align: center; font-size: 1rem; color: #666666; background: url("/static/images/qs_03.jpg") no-repeat center 5.08rem; background-size: 84.7% 0.88rem;}
.qs h3 p { font-size: 1.5rem; color: #0674b1; font-weight: bold; padding: 2.8rem 0 1.4rem;}
.qsk1 { width: 84.7%; height: 40.8rem; overflow: hidden; margin: 0 auto;}
.qsk1 h4 { height: 1.46rem; background: url("/static/images/qs_06.jpg") no-repeat; background-size: 100% 1.46rem; font-size:1rem; color: #0674b1; text-align: center; line-height: 1.46rem; font-weight: bold; margin-bottom: 1.29rem;}
.qsk1 .qsu1 { height: 7.46rem;}
.qsk1 .qsu1 li { height: 2.25rem; margin-bottom: 1px;}
.qsk1 .qsu1 li p { float: left; width: 22%; height: 2.25rem;line-height: 2.25rem; background: #0674b1; font-size: 1.08rem; color: #ffffff; padding-left: 3%;vertical-align: middle;display: table-cell; }
.qsk1 .qsu1 li em { display: block; float: left; width: 70%; height: 2.25rem; background: #e6e6e6; font-size: 0.92rem; color: #333333; line-height: 2.25rem; padding-left: 5%;}
.qsk1 .qsu1 li span { color: #0674b1;}
.qsk1 .qsu2 { height: 28.63rem;}
.qsk1 .qsu2 li { float: left; width: 49.05%; margin-bottom: 0.5rem;}
.qsk1 .qsu2 li img { height: 11rem;}
.qsk1 .qsu2 li p { height: 2.5rem; background: #0674b1; font: 0.85rem Arial; color: #ffffff; text-align: center; line-height: 2.5rem; text-transform: uppercase; font-weight: bold;}
.qsk1 .qsu2 li:nth-child(odd) { margin-right: 1.9%;}
.qsk1 .qsa { width: 62.5%; height: 1.96rem; background: url("/static/images/qs_18.jpg") no-repeat; background-size: 100% 1.96rem; margin: 0 auto;}
.qsk1 .qsa a { display: block; width: 55%; height: 1.96rem; background: #2ea20c; border-radius: 1.2rem; font-size: 0.92rem; color: #ffffff; text-align: center; line-height: 1.96rem; margin: 0 auto;}
.qsk1 .m-box .con{ display:inline; float:left;}
.qsk2 { margin-top: 2.79rem; height:45.25rem;}
.qsk2 h4 { font-size: 1rem;}
.qsk2 .qsu1 { height: 7.17rem;}
.qsk2 .qsu1 li:last-child{height:4.55rem; }
.qsk2 .qsu1 li:last-child em{height:4.55rem;}
.qsk2 .qsu1 li:last-child p{height:4.55rem;line-height: 4.55rem; }
.qsk2 .qsu1 li:last-child em a{ display:inline-block;}
.qsk3 { width: 84.7%; height: 25.04rem; overflow: hidden; margin: 0 auto; position: relative;}
.qsk3 h4 { height: 1.46rem; background: url("/static/images/qs_06.jpg") no-repeat; background-size: 100% 1.46rem; font-size: 1rem; color: #0674b1; text-align: center; line-height: 1.46rem; font-weight: bold; margin-bottom: 1.4rem;}
.qsk3 .c-list { font-size:1.08rem; height:3.25rem; line-height:2.25rem; margin-bottom:0.46rem;}
.qsk3 .c-list li { float:left; text-align:center; color:#333333; width:50%; background:#e6e6e6; height:3.25rem;line-height:3.25rem; overflow:hidden; font-size:0.95rem; display: table-cell;vertical-align: middle;}
.qsk3 .c-list li.z-on { background:#0674b1; color:#fff;}
.qsk3 .m-cpcon { height: 19.79rem; overflow: hidden;}
.qsk3 .no_ov .m-box .page { position:relative; float:left}
.qsk3 .no_ov .m-box .page ul { height: 14.79rem;width:100%;}
.qsk3 .no_ov .m-box .page li { float: left; width: 49.05%;}
.qsk3 .no_ov .m-box .page li img{height:11rem;}
.qsk3 .no_ov .m-box .page li p { height: 2.42rem; font-size: 1rem; color: #ffffff; text-align: center; line-height: 2.42rem; background: #0674b1; font-weight: bold;}
.qsk3 .no_ov .m-box .page li:nth-child(odd) { margin-right: 1.9%;}
.qsk3 .qsa { position: absolute; left: 18%; top: 22.08rem; width: 62.5%; height: 1.96rem; background: url("/static/images/qs_18.jpg") no-repeat; background-size: 100% 1.96rem; margin: 0 auto;}
.qsk3 .qsa a { display: block; width: 55%; height: 1.96rem; background: #2ea20c; border-radius: 1.2rem; font-size: 0.92rem; color: #ffffff; text-align: center; line-height: 1.96rem; margin: 0 auto;}
/**/
.fs { height: 29rem; overflow: hidden;}
.fs h3 { height: 5.09rem; text-align: center; padding-top: 2.7rem; font-size: 1.5rem; color: #0674b1; font-weight: bold; background: url("/static/images/qs_03.jpg") no-repeat center 5.7rem; background-size: 84.7% 0.88rem;}
.fs h3 span { color: #2ea20c;}
.fs .m-box .con{ display:inline; float:left;}
.fs ul { width: 84.7%; height:16rem; margin: 0 auto;}
.fs li { float: left; width: 49.2%;}
.fs li img { height: 11rem;}
.fs li p { height: 2.42rem; background: #0674b1; font-size: 0.92rem; color: #ffffff; text-align: center; line-height: 2.42rem;}
.fs li:last-child { margin-left: 1.6%;}
.fs li:last-child p { }
.fs li:last-child p span { display: block;}
.fs .qsa { width: 55.5%; height: 1.96rem; background: url("/static/images/qs_18.jpg") no-repeat; background-size: 100% 1.96rem; margin: 0 auto;}
.fs .qsa a { display: block; width: 55%; height: 1.96rem; background: #2ea20c; border-radius: 1.2rem; font-size: 0.92rem; color: #ffffff; text-align: center; line-height: 1.96rem; margin: 0 auto;}
/**/
.ss { height: 46.46rem; overflow: hidden;}
.ss h3 { height: 8.55rem; text-align: center; font-size: 1rem; color: #666666; background: url("/static/images/qs_03.jpg") no-repeat center 5.2rem; background-size: 84.7% 0.88rem;}
.ss h3 p { padding: 2.6rem 0 1.8rem 0; font-size: 1.5rem; color: #0674b1; font-weight: bold;}
.ss dl { height: 12.21rem; margin-bottom: 0.63rem;}
.ss dt { float: left; width: 54%; margin: 1.3rem 0 0 3.8%; border: 4px solid #ffffff;}
.ss dd { float: left; width: 37%; padding-left: 2%; background: url("/static/images/ssx.png") no-repeat 0 3.96rem; background-size: 35.3% 2px;}
.ss dd p { font-size: 1.25rem; color: #ffffff; font-weight: bold; padding-top: 1.9rem;}
.ss dd em { display: block; font-size: 0.92rem; color: #ffffff; line-height: 1.33rem; margin-top: 0.9rem;}
.ss dd em span { display: block;}
.ss dd a { display: block; width: 74.3%; height: 1.96rem; font-size: 0.92rem; color: #2ea20c; background: #ffffff; border-radius: 1.2rem; text-align: center; line-height: 1.96rem; margin-top: 1.2rem;}
.ss .ssd1 { background: url("/static/images/ssb_02.jpg") no-repeat; background-size: 100% 12.21rem;}
.ss .ssd2 { background: url("/static/images/ssb_04.jpg") no-repeat; background-size: 100% 12.21rem;}
.ss .ssd3 { background: url("/static/images/ssb_06.jpg") no-repeat; background-size: 100% 12.21rem;}
/**/
.lr { height: 35.46rem; overflow: hidden;}
.lr h3 { height: 4.5rem; text-align: center; font-size: 1.5rem; color: #0674b1; font-weight: bold; padding-top: 3.5rem; background: url("/static/images/qs_03.jpg") no-repeat center 6rem; background-size: 84.7% 0.88rem;}
.lr .m-box .con{ display:inline; float:left;}
.lr dl { height: 25.33rem;}
.lr dt { width: 100%; position: relative;}
.lr dt em { display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 2.38rem; background: url("/static/images/lrtm.png") repeat; font-size: 0.92rem; color: #feffff; text-align: center; line-height: 2.38rem;}
.lr dd { width: 84.4%; font-size: 0.92rem; color: #666666; line-height: 1.5rem; margin: 0 auto; padding-top: 0.5rem;}
.lr .qsa { width: 55.5%; height: 1.96rem; background: url("/static/images/qs_18.jpg") no-repeat; background-size: 100% 1.96rem; margin: 0 auto;}
.lr .qsa a { display: block; width: 55%; height: 1.96rem; background: #2ea20c; border-radius: 1.2rem; font-size: 0.92rem; color: #ffffff; text-align: center; line-height: 1.96rem; margin: 0 auto;}
/**/
.ws { height: 34.9rem; overflow: hidden;}
.ws h3 { height: 9.54rem; text-align: center; font-size: 1rem; color: #666666; background: url("/static/images/qs_03.jpg") no-repeat center 5.5rem; background-size: 84.7% 0.88rem;}
.ws h3 p { font-size: 1.5rem; color: #0674b1; font-weight: bold; padding: 3rem 0 1.7rem;}
.ws .m-box .con{ display:inline; float:left;}
.ws dl { width: 84.7%; height: 19.33rem; margin: 0 auto;}
.ws dt { width: 100%;}
.ws dd { height: 5.83rem; background: #e5e5e5; position: relative;}
.ws dd p { position: absolute; left: 2%; top: -2.42rem; width: 22%; height: 4rem; background: #0674b1; border-radius: 100%; font-size: 1.25rem; color: #ffffff; text-align: center; padding-top: 0.75rem; line-height: 1.5rem;}
.ws dd p span { display: block;}
.ws dd em { display: block; width: 68%; font-size: 0.92rem; color: #666666; line-height: 1.33rem; padding: 0.8rem 0 0 30%;}
.ws .m-cnt{ width:37.7%; height: 2rem; display:block; margin: 0 auto; padding: 0.83rem 0 0 15%; background: url("/static/images/qs_18.jpg") no-repeat; background-size: 100% 2rem;}
.ws .m-cnt li{ width: 0.71rem; height: 0.71rem; border: 1px solid #5db742; float: left; border-radius: 100%; margin-right: 4.5%;}
.ws .m-cnt li.z-on{ background:#2ea20c; }
/**/
.ms { height: 81.5rem; overflow: hidden;}
.ms h3 { height: 8rem; text-align: center; background: url("/static/images/msb.jpg") no-repeat; background-size: 100%; font-size: 1rem; color: #b8cbde; margin-bottom: 0.75rem;}
.ms h3 p { font-size: 1.5rem; color: #ffffff; font-weight: bold; padding: 1.6rem 0 2.1rem;}
.ms h4 { padding-left: 8%; height: 3.5rem;}
.ms h4 p { float: left; width: 13%; height: 2.5rem; background: #0674b1; font-size: 2.5rem; color: #ffffff; text-align: center; line-height: 2.5rem; padding-top: 1rem;}
.ms h4 span { display: block; float: left; font-size: 1.25rem; color: #333333; margin: 1.7rem 0 0 1%;}
.ms li { margin-left: 11.6%; padding-left: 8%; width: 74%; font-size: 0.92rem; color: #666666; background: url("/static/images/ms_07.jpg") no-repeat left 0.2rem; background-size: 0.92rem 0.83rem; margin-top: 0.5rem;}
.ms .msk1 { height: 37.2rem;}
/**/
.dz { height: 27.8rem; overflow: hidden;}
.dz h3 { height: 6.42rem; text-align: center; font-size: 1rem; color: #666666; background: url("/static/images/qs_03.jpg") no-repeat center 3.1rem; background-size: 84.7% 0.88rem; overflow: hidden;}
.dz h3 p { font-size: 1.5rem; color: #0674b1; font-weight: bold; padding: 0.8rem 0 1.3rem;}
.dz .m-cnt{ width:100%; display:block; height: 3rem; margin-bottom: 1.2rem;}
.dz .m-cnt li{ width: 50%; float: left; height: 3rem; font-size: 1.25rem; color: #333333; text-align: center; line-height: 3rem;}
.dz .m-cnt li.z-on{ background:#0674b1; color: #ffffff;}
.dz .m-cnt li:nth-child(1) { background: #e6e6e6 url("/static/images/dzt_03.png") no-repeat 20% center; background-size: 1.42rem 1.25rem;}
.dz .m-cnt li:nth-child(2) { background: #e6e6e6 url("/static/images/dzt_05.png") no-repeat 20% center; background-size: 1.42rem 1.25rem;}
.dz .m-cnt li:nth-child(1).z-on { background: #0674b1 url("/static/images/dzb_05.png") no-repeat 20% center; background-size: 1.42rem 1.25rem;}
.dz .m-cnt li:nth-child(2).z-on { background: #0674b1 url("/static/images/dzb_05.png") no-repeat 20% center; background-size: 1.42rem 1.25rem;}
.dz .m-box .con{ display:inline; float:left;}
.dz .m-box .con ul { width: 85.2%; margin: 0 auto; height: 15.13rem;}
.dz .m-box .con li { font-size: 1rem; color: #666666; line-height: 2.79rem; border-bottom: 1px dashed #999999; padding-left: 5%; background: url("/static/images/dzj.jpg") no-repeat left center; background-size: 0.67rem 0.75rem;height: 2.79rem; display:block;}
.dz .m-box .con li i{overflow: hidden; text-overflow:ellipsis;white-space:nowrap; display:block; float:left; width:70%;}
.dz .m-box .con li span { display: block; float: right;}
.dz .m-box .con li:last-child { border: 0;}
.dz .dza { display: block; width: 28.1%; height: 2.08rem; margin: 0 auto; background: #2ea20c; border-radius: 2rem; font-size: 0.92rem; color: #ffffff; text-align: center; line-height: 2.08rem;}
/**/
.dk { height: 31.21rem; overflow: hidden;}
.dk h3 { height: 4.76rem; font-size: 1.5rem; color: #0674b1; padding-top: 2.7rem; background: url("/static/images/qs_03.jpg") no-repeat center 5.58rem; background-size: 84.7% 0.88rem; overflow: hidden; font-weight: bold; text-align: center;}
.dk dt { width: 100%;}
.dk dd { width: 84.7%; height: 9.04rem; border: 1px solid #0674b1; border-top: 0; margin: 0 auto; position: relative; font-size: 1.25rem; color: #0674b1; text-align: center; padding-top: 0.5rem;}
.dk dd p { width: 88%; margin: 0 auto; font-size: 0.92rem; color: #333333; line-height: 1.5rem; margin-top: 0.5rem;}
.dk dd a { display: block; position: absolute; left: 33%; top: 8.58rem; width: 32.3%; height: 1.96rem; background: #2ea20c; border-radius: 2rem; font-size: 0.92rem; color: #ffffff; text-align: center; line-height: 1.96rem;}
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
@media screen and (min-width:320px) {
html { font-size:75%;}
}
@media screen and (min-width:360px) {
html { font-size:87%;}
}
@media screen and (min-width:480px) {
html { font-size:112%;}
}
@media screen and (min-width:568px) {
html { font-size:131%;}
}
@media screen and (min-width:639px) {
html { font-size:150%;}
}
|
mobile/web/mobile/css/index.css
|
.wrap img{ width:100%; display: block;}
/**/
.zs { height: 12rem; background: #0674b1; overflow: hidden;}
.zs ul { width: 89.2%; margin: 0 auto; padding-top: 0.92rem;}
.zs li { float: left; width: 46.8%; height: 2.83rem; background: #ffffff; border-radius: 2rem; margin-bottom: 0.88rem; font-size: 1.25rem; color: #0674b1; text-align: center; line-height: 2.83rem;}
.zs li a { color: #0674b1;}
.zs li:nth-child(odd) { margin-right: 6.4%;}
/**/
.zs1 { height: 29.63rem; overflow: hidden;}
.zs1 ul { width: 68.6%; margin: 0 auto; padding-top: 3.13rem;}
.zs1 li { float: left; width: 46.15%; height: 6.75rem; background: url("/static/images/zsy.jpg") no-repeat; background-size: 100% 8.13rem; padding-top: 1.38rem; font-size: 1rem; text-align: center; margin-bottom: 1.08rem;}
.zs1 li a { color: #ffffff;}
.zs1 li p { width: 38%; margin: 0 auto 0.5rem;}
.zs1 li:nth-child(odd) { margin-right: 7.7%;}
/**/
.qs { height: 123.5rem; overflow: hidden;}
.qs h3 { height: 9.21rem; text-align: center; font-size: 1rem; color: #666666; background: url("/static/images/qs_03.jpg") no-repeat center 5.08rem; background-size: 84.7% 0.88rem;}
.qs h3 p { font-size: 1.5rem; color: #0674b1; font-weight: bold; padding: 2.8rem 0 1.4rem;}
.qsk1 { width: 84.7%; height: 40.8rem; overflow: hidden; margin: 0 auto;}
.qsk1 h4 { height: 1.46rem; background: url("/static/images/qs_06.jpg") no-repeat; background-size: 100% 1.46rem; font-size:1rem; color: #0674b1; text-align: center; line-height: 1.46rem; font-weight: bold; margin-bottom: 1.29rem;}
.qsk1 .qsu1 { height: 7.46rem;}
.qsk1 .qsu1 li { height: 2.25rem; margin-bottom: 1px;}
.qsk1 .qsu1 li p { float: left; width: 22%; height: 2.25rem;line-height: 2.25rem; background: #0674b1; font-size: 1.08rem; color: #ffffff; padding-left: 3%;vertical-align: middle;display: table-cell; }
.qsk1 .qsu1 li em { display: block; float: left; width: 70%; height: 2.25rem; background: #e6e6e6; font-size: 0.92rem; color: #333333; line-height: 2.25rem; padding-left: 5%;}
.qsk1 .qsu1 li span { color: #0674b1;}
.qsk1 .qsu2 { height: 28.63rem;}
.qsk1 .qsu2 li { float: left; width: 49.05%; margin-bottom: 0.5rem;}
.qsk1 .qsu2 li img { height: 11rem;}
.qsk1 .qsu2 li p { height: 2.5rem; background: #0674b1; font: 0.85rem Arial; color: #ffffff; text-align: center; line-height: 2.5rem; text-transform: uppercase; font-weight: bold;}
.qsk1 .qsu2 li:nth-child(odd) { margin-right: 1.9%;}
.qsk1 .qsa { width: 62.5%; height: 1.96rem; background: url("/static/images/qs_18.jpg") no-repeat; background-size: 100% 1.96rem; margin: 0 auto;}
.qsk1 .qsa a { display: block; width: 55%; height: 1.96rem; background: #2ea20c; border-radius: 1.2rem; font-size: 0.92rem; color: #ffffff; text-align: center; line-height: 1.96rem; margin: 0 auto;}
.qsk1 .m-box .con{ display:inline; float:left;}
.qsk2 { margin-top: 2.79rem; height:45.25rem;}
.qsk2 h4 { font-size: 1rem;}
.qsk2 .qsu1 { height: 7.17rem;}
.qsk2 .qsu1 li:last-child{height:4.55rem; }
.qsk2 .qsu1 li:last-child em{height:4.55rem;}
.qsk2 .qsu1 li:last-child p{height:4.55rem;line-height: 4.55rem; }
.qsk2 .qsu1 li:last-child em a{ display:inline-block;}
.qsk3 { width: 84.7%; height: 25.04rem; overflow: hidden; margin: 0 auto; position: relative;}
.qsk3 h4 { height: 1.46rem; background: url("/static/images/qs_06.jpg") no-repeat; background-size: 100% 1.46rem; font-size: 1rem; color: #0674b1; text-align: center; line-height: 1.46rem; font-weight: bold; margin-bottom: 1.4rem;}
.qsk3 .c-list { font-size:1.08rem; height:3.25rem; line-height:2.25rem; margin-bottom:0.46rem;}
.qsk3 .c-list li { float:left; text-align:center; color:#333333; width:50%; background:#e6e6e6; height:3.25rem;line-height:3.25rem; overflow:hidden; font-size:0.95rem; display: table-cell;vertical-align: middle;}
.qsk3 .c-list li.z-on { background:#0674b1; color:#fff;}
.qsk3 .m-cpcon { height: 19.79rem; overflow: hidden;}
.qsk3 .no_ov .m-box .page { position:relative; float:left}
.qsk3 .no_ov .m-box .page ul { height: 14.79rem;width:100%;}
.qsk3 .no_ov .m-box .page li { float: left; width: 49.05%;}
.qsk3 .no_ov .m-box .page li img{height:11rem;}
.qsk3 .no_ov .m-box .page li p { height: 2.42rem; font-size: 1rem; color: #ffffff; text-align: center; line-height: 2.42rem; background: #0674b1; font-weight: bold;}
.qsk3 .no_ov .m-box .page li:nth-child(odd) { margin-right: 1.9%;}
.qsk3 .qsa { position: absolute; left: 18%; top: 22.08rem; width: 62.5%; height: 1.96rem; background: url("/static/images/qs_18.jpg") no-repeat; background-size: 100% 1.96rem; margin: 0 auto;}
.qsk3 .qsa a { display: block; width: 55%; height: 1.96rem; background: #2ea20c; border-radius: 1.2rem; font-size: 0.92rem; color: #ffffff; text-align: center; line-height: 1.96rem; margin: 0 auto;}
/**/
.fs { height: 29rem; overflow: hidden;}
.fs h3 { height: 5.09rem; text-align: center; padding-top: 2.7rem; font-size: 1.5rem; color: #0674b1; font-weight: bold; background: url("/static/images/qs_03.jpg") no-repeat center 5.7rem; background-size: 84.7% 0.88rem;}
.fs h3 span { color: #2ea20c;}
.fs .m-box .con{ display:inline; float:left;}
.fs ul { width: 84.7%; height:16rem; margin: 0 auto;}
.fs li { float: left; width: 49.2%;}
.fs li img { height: 11rem;}
.fs li p { height: 2.42rem; background: #0674b1; font-size: 0.92rem; color: #ffffff; text-align: center; line-height: 2.42rem;}
.fs li:last-child { margin-left: 1.6%;}
.fs li:last-child p { }
.fs li:last-child p span { display: block;}
.fs .qsa { width: 55.5%; height: 1.96rem; background: url("/static/images/qs_18.jpg") no-repeat; background-size: 100% 1.96rem; margin: 0 auto;}
.fs .qsa a { display: block; width: 55%; height: 1.96rem; background: #2ea20c; border-radius: 1.2rem; font-size: 0.92rem; color: #ffffff; text-align: center; line-height: 1.96rem; margin: 0 auto;}
/**/
.ss { height: 46.46rem; overflow: hidden;}
.ss h3 { height: 8.55rem; text-align: center; font-size: 1rem; color: #666666; background: url("/static/images/qs_03.jpg") no-repeat center 5.2rem; background-size: 84.7% 0.88rem;}
.ss h3 p { padding: 2.6rem 0 1.8rem 0; font-size: 1.5rem; color: #0674b1; font-weight: bold;}
.ss dl { height: 12.21rem; margin-bottom: 0.63rem;}
.ss dt { float: left; width: 54%; margin: 1.3rem 0 0 3.8%; border: 4px solid #ffffff;}
.ss dd { float: left; width: 37%; padding-left: 2%; background: url("/static/images/ssx.png") no-repeat 0 3.96rem; background-size: 35.3% 2px;}
.ss dd p { font-size: 1.25rem; color: #ffffff; font-weight: bold; padding-top: 1.9rem;}
.ss dd em { display: block; font-size: 0.92rem; color: #ffffff; line-height: 1.33rem; margin-top: 0.9rem;}
.ss dd em span { display: block;}
.ss dd a { display: block; width: 74.3%; height: 1.96rem; font-size: 0.92rem; color: #2ea20c; background: #ffffff; border-radius: 1.2rem; text-align: center; line-height: 1.96rem; margin-top: 1.2rem;}
.ss .ssd1 { background: url("/static/images/ssb_02.jpg") no-repeat; background-size: 100% 12.21rem;}
.ss .ssd2 { background: url("/static/images/ssb_04.jpg") no-repeat; background-size: 100% 12.21rem;}
.ss .ssd3 { background: url("/static/images/ssb_06.jpg") no-repeat; background-size: 100% 12.21rem;}
/**/
.lr { height: 35.46rem; overflow: hidden;}
.lr h3 { height: 4.5rem; text-align: center; font-size: 1.5rem; color: #0674b1; font-weight: bold; padding-top: 3.5rem; background: url("/static/images/qs_03.jpg") no-repeat center 6rem; background-size: 84.7% 0.88rem;}
.lr .m-box .con{ display:inline; float:left;}
.lr dl { height: 25.33rem;}
.lr dt { width: 100%; position: relative;}
.lr dt em { display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 2.38rem; background: url("/static/images/lrtm.png") repeat; font-size: 0.92rem; color: #feffff; text-align: center; line-height: 2.38rem;}
.lr dd { width: 84.4%; font-size: 0.92rem; color: #666666; line-height: 1.5rem; margin: 0 auto; padding-top: 0.5rem;}
.lr .qsa { width: 55.5%; height: 1.96rem; background: url("/static/images/qs_18.jpg") no-repeat; background-size: 100% 1.96rem; margin: 0 auto;}
.lr .qsa a { display: block; width: 55%; height: 1.96rem; background: #2ea20c; border-radius: 1.2rem; font-size: 0.92rem; color: #ffffff; text-align: center; line-height: 1.96rem; margin: 0 auto;}
/**/
.ws { height: 34.9rem; overflow: hidden;}
.ws h3 { height: 9.54rem; text-align: center; font-size: 1rem; color: #666666; background: url("/static/images/qs_03.jpg") no-repeat center 5.5rem; background-size: 84.7% 0.88rem;}
.ws h3 p { font-size: 1.5rem; color: #0674b1; font-weight: bold; padding: 3rem 0 1.7rem;}
.ws .m-box .con{ display:inline; float:left;}
.ws dl { width: 84.7%; height: 19.33rem; margin: 0 auto;}
.ws dt { width: 100%;}
.ws dd { height: 5.83rem; background: #e5e5e5; position: relative;}
.ws dd p { position: absolute; left: 2%; top: -2.42rem; width: 22%; height: 4rem; background: #0674b1; border-radius: 100%; font-size: 1.25rem; color: #ffffff; text-align: center; padding-top: 0.75rem; line-height: 1.5rem;}
.ws dd p span { display: block;}
.ws dd em { display: block; width: 68%; font-size: 0.92rem; color: #666666; line-height: 1.33rem; padding: 0.8rem 0 0 30%;}
.ws .m-cnt{ width:37.7%; height: 2rem; display:block; margin: 0 auto; padding: 0.83rem 0 0 15%; background: url("/static/images/qs_18.jpg") no-repeat; background-size: 100% 2rem;}
.ws .m-cnt li{ width: 0.71rem; height: 0.71rem; border: 1px solid #5db742; float: left; border-radius: 100%; margin-right: 4.5%;}
.ws .m-cnt li.z-on{ background:#2ea20c; }
/**/
.ms { height: 81.5rem; overflow: hidden;}
.ms h3 { height: 8rem; text-align: center; background: url("/static/images/msb.jpg") no-repeat; background-size: 100%; font-size: 1rem; color: #b8cbde; margin-bottom: 0.75rem;}
.ms h3 p { font-size: 1.5rem; color: #ffffff; font-weight: bold; padding: 1.6rem 0 2.1rem;}
.ms h4 { padding-left: 8%; height: 3.5rem;}
.ms h4 p { float: left; width: 13%; height: 2.5rem; background: #0674b1; font-size: 2.5rem; color: #ffffff; text-align: center; line-height: 2.5rem; padding-top: 1rem;}
.ms h4 span { display: block; float: left; font-size: 1.25rem; color: #333333; margin: 1.7rem 0 0 1%;}
.ms li { margin-left: 11.6%; padding-left: 8%; width: 74%; font-size: 0.92rem; color: #666666; background: url("/static/images/ms_07.jpg") no-repeat left 0.2rem; background-size: 0.92rem 0.83rem; margin-top: 0.5rem;}
.ms .msk1 { height: 37.2rem;}
/**/
.dz { height: 27.8rem; overflow: hidden;}
.dz h3 { height: 6.42rem; text-align: center; font-size: 1rem; color: #666666; background: url("/static/images/qs_03.jpg") no-repeat center 3.1rem; background-size: 84.7% 0.88rem; overflow: hidden;}
.dz h3 p { font-size: 1.5rem; color: #0674b1; font-weight: bold; padding: 0.8rem 0 1.3rem;}
.dz .m-cnt{ width:100%; display:block; height: 3rem; margin-bottom: 1.2rem;}
.dz .m-cnt li{ width: 50%; float: left; height: 3rem; font-size: 1.25rem; color: #333333; text-align: center; line-height: 3rem;}
.dz .m-cnt li.z-on{ background:#0674b1; color: #ffffff;}
.dz .m-cnt li:nth-child(1) { background: #e6e6e6 url("/static/images/dzt_03.png") no-repeat 20% center; background-size: 1.42rem 1.25rem;}
.dz .m-cnt li:nth-child(2) { background: #e6e6e6 url("/static/images/dzt_05.png") no-repeat 20% center; background-size: 1.42rem 1.25rem;}
.dz .m-cnt li:nth-child(1).z-on { background: #0674b1 url("/static/images/dzb_05.png") no-repeat 20% center; background-size: 1.42rem 1.25rem;}
.dz .m-cnt li:nth-child(2).z-on { background: #0674b1 url("/static/images/dzb_05.png") no-repeat 20% center; background-size: 1.42rem 1.25rem;}
.dz .m-box .con{ display:inline; float:left;}
.dz .m-box .con ul { width: 85.2%; margin: 0 auto; height: 15.13rem;}
.dz .m-box .con li { font-size: 1rem; color: #666666; line-height: 2.79rem; border-bottom: 1px dashed #999999; padding-left: 5%; background: url("/static/images/dzj.jpg") no-repeat left center; background-size: 0.67rem 0.75rem;height: 2.79rem; display:block;}
.dz .m-box .con li i{overflow: hidden; text-overflow:ellipsis;white-space:nowrap; display:block; float:left; width:70%;}
.dz .m-box .con li span { display: block; float: right;}
.dz .m-box .con li:last-child { border: 0;}
.dz .dza { display: block; width: 28.1%; height: 2.08rem; margin: 0 auto; background: #2ea20c; border-radius: 2rem; font-size: 0.92rem; color: #ffffff; text-align: center; line-height: 2.08rem;}
/**/
.dk { height: 31.21rem; overflow: hidden;}
.dk h3 { height: 4.76rem; font-size: 1.5rem; color: #0674b1; padding-top: 2.7rem; background: url("/static/images/qs_03.jpg") no-repeat center 5.58rem; background-size: 84.7% 0.88rem; overflow: hidden; font-weight: bold; text-align: center;}
.dk dt { width: 100%;}
.dk dd { width: 84.7%; height: 9.04rem; border: 1px solid #0674b1; border-top: 0; margin: 0 auto; position: relative; font-size: 1.25rem; color: #0674b1; text-align: center; padding-top: 0.5rem;}
.dk dd p { width: 88%; margin: 0 auto; font-size: 0.92rem; color: #333333; line-height: 1.5rem; margin-top: 0.5rem;}
.dk dd a { display: block; position: absolute; left: 33%; top: 8.58rem; width: 32.3%; height: 1.96rem; background: #2ea20c; border-radius: 2rem; font-size: 0.92rem; color: #ffffff; text-align: center; line-height: 1.96rem;}
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
@media screen and (min-width:320px) {
html { font-size:75%;}
}
@media screen and (min-width:360px) {
html { font-size:87%;}
}
@media screen and (min-width:480px) {
html { font-size:112%;}
}
@media screen and (min-width:568px) {
html { font-size:131%;}
}
@media screen and (min-width:639px) {
html { font-size:150%;}
}
| 0.632049 | 0.215021 |
html,
body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
left: 0;
top: 0;
font-size: 100%;
}
*{
font-family: 'Lato', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.375rem;
}
h4 {
font-size: 1.125rem;
}
h5 {
font-size: 1rem;
}
h6 {
font-size: 0.875rem;
}
p {
font-size: 1.125rem;
font-weight: 200;
line-height: 1.8;
}
.font-light {
font-weight: 300;
}
.font-regular {
font-weight: 400;
}
.font-heavy {
font-weight: 700;
}
/* POSITIONING */
.left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.justify {
text-align: justify;
}
/* ==== GRID SYSTEM ==== */
.container {
max-width: 1200px;
width: 90%;
margin-left: auto;
margin-right: auto;
}
.button-wrapper {
max-width: 1200px;
width: 90%;
margin-left: auto;
margin-right: auto;
}
.row {
position: relative;
width: 100%;
}
.row [class^="col"] {
float: left;
margin: 0.5rem 2%;
min-height: 0.125rem;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
width: 96%;
}
.col-1-sm {
width: 4.33%;
}
.col-2-sm {
width: 12.66%;
}
.col-3-sm {
width: 21%;
}
.col-4-sm {
width: 29.33%;
}
.col-5-sm {
width: 37.66%;
}
.col-6-sm {
width: 46%;
}
.col-7-sm {
width: 54.33%;
}
.col-8-sm {
width: 62.66%;
}
.col-9-sm {
width: 71%;
}
.col-10-sm {
width: 79.33%;
}
.col-11-sm {
width: 87.66%;
}
.col-12-sm {
width: 96%;
}
.row::after {
content: "";
display: table;
clear: both;
}
.hidden-sm {
display: none;
}
@media (min-width: 640px) and (max-width: 1024px) {
.container {
width: 80%;
}
.col-1-md {
width: 4.33%;
}
.col-2-md {
width: 12.66%;
height: 100%
}
.col-3-md {
width: 21%;
height: 100%
}
.col-4-md {
width: 29.33%;
height: 100%
}
.col-5-md {
width: 37.66%;
height: 100%
}
.col-6-md {
width: 46%;
height: 100%
}
.col-7-md {
width: 54.33%;
height: 100%
}
.col-8-md {
width: 62.66%;
height: 100%
}
.col-9-md {
width: 71%;
height: 100%
}
.col-10-md {
width: 79.33%;
height: 100%
}
.col-11-md {
width: 87.66%;
height: 100%
}
.col-12-md {
width: 96%;
height: 100%
}
#md-hack {
display: none;
height: 0;
width:0;
}
.hidden-sm {
display: block;
}
}
@media only screen and (min-width:1025px) {
.col-1-lg {
width: 4.33%;
}
.col-2-lg {
width: 12.66%;
height: 100%
}
.col-3-lg {
width: 21%;
height: 100%
}
.col-4-lg {
width: 29.33%;
height: 100%
}
.col-5-lg {
width: 37.66%;
height: 100%
}
.col-6-lg {
width: 46%;
height: 100%
}
.col-7-lg {
width: 54.33%;
height: 100%
}
.col-8-lg {
width: 62.66%;
height: 100%
}
.col-9-lg {
width: 71%;
height: 100%
}
.col-10-lg {
width: 79.33%;
height: 100%
}
.col-11-lg {
width: 87.66%;
height: 100%
}
.col-12-lg {
width: 96%;
height: 100%
}
#lg-hack {
display:none;
height: 0;
width: 0;
}
.hidden-sm {
display: block;
}
}
/* this is mine */
img {
width:100%;
height:100%;
}
.container {
height: 700px;
}
.image-container {
width:100%;
height:100%;
}
.more {
display:none;
}
.my-button-1 {
box-shadow:inset 0px -3px 7px 0px #29bbff;
background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
background-color:#2dabf9;
border-radius:3px;
border:1px solid #0b0e07;
color:#ffffff;
padding:9px 23px;
text-decoration:none;
text-shadow:0px 1px 0px #263666;
}
.my-button-1:hover {
background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
background-color:#0688fa;
}
.my-button-1:active {
position:relative;
top:1px;
}
.my-button-2 {
box-shadow:inset 0px 1px 0px 0px #cf866c;
background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
background-color:#d0451b;
border-radius:3px;
border:1px solid #942911;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:13px;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #854629;
}
.my-button-2:hover {
background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
background-color:#bc3315;
}
.my-button-2:active {
position:relative;
top:1px;
}
.top-left {
position: absolute;
top: 25px;
left: 16px;
font-size: 18px;
background-color: white;
}
.second-image-container {
position: relative;
}
/*
**Breakpoints**
Large - 1025px and up
Medium - 641px and up
Small - 640px and below
1200px
*/
@media only screen and (min-width: 640px) { /* 960px */
.container {
width: 70%;
max-width: 60rem;
}
}
|
central-css/main.css
|
html,
body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
left: 0;
top: 0;
font-size: 100%;
}
*{
font-family: 'Lato', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.375rem;
}
h4 {
font-size: 1.125rem;
}
h5 {
font-size: 1rem;
}
h6 {
font-size: 0.875rem;
}
p {
font-size: 1.125rem;
font-weight: 200;
line-height: 1.8;
}
.font-light {
font-weight: 300;
}
.font-regular {
font-weight: 400;
}
.font-heavy {
font-weight: 700;
}
/* POSITIONING */
.left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.justify {
text-align: justify;
}
/* ==== GRID SYSTEM ==== */
.container {
max-width: 1200px;
width: 90%;
margin-left: auto;
margin-right: auto;
}
.button-wrapper {
max-width: 1200px;
width: 90%;
margin-left: auto;
margin-right: auto;
}
.row {
position: relative;
width: 100%;
}
.row [class^="col"] {
float: left;
margin: 0.5rem 2%;
min-height: 0.125rem;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
width: 96%;
}
.col-1-sm {
width: 4.33%;
}
.col-2-sm {
width: 12.66%;
}
.col-3-sm {
width: 21%;
}
.col-4-sm {
width: 29.33%;
}
.col-5-sm {
width: 37.66%;
}
.col-6-sm {
width: 46%;
}
.col-7-sm {
width: 54.33%;
}
.col-8-sm {
width: 62.66%;
}
.col-9-sm {
width: 71%;
}
.col-10-sm {
width: 79.33%;
}
.col-11-sm {
width: 87.66%;
}
.col-12-sm {
width: 96%;
}
.row::after {
content: "";
display: table;
clear: both;
}
.hidden-sm {
display: none;
}
@media (min-width: 640px) and (max-width: 1024px) {
.container {
width: 80%;
}
.col-1-md {
width: 4.33%;
}
.col-2-md {
width: 12.66%;
height: 100%
}
.col-3-md {
width: 21%;
height: 100%
}
.col-4-md {
width: 29.33%;
height: 100%
}
.col-5-md {
width: 37.66%;
height: 100%
}
.col-6-md {
width: 46%;
height: 100%
}
.col-7-md {
width: 54.33%;
height: 100%
}
.col-8-md {
width: 62.66%;
height: 100%
}
.col-9-md {
width: 71%;
height: 100%
}
.col-10-md {
width: 79.33%;
height: 100%
}
.col-11-md {
width: 87.66%;
height: 100%
}
.col-12-md {
width: 96%;
height: 100%
}
#md-hack {
display: none;
height: 0;
width:0;
}
.hidden-sm {
display: block;
}
}
@media only screen and (min-width:1025px) {
.col-1-lg {
width: 4.33%;
}
.col-2-lg {
width: 12.66%;
height: 100%
}
.col-3-lg {
width: 21%;
height: 100%
}
.col-4-lg {
width: 29.33%;
height: 100%
}
.col-5-lg {
width: 37.66%;
height: 100%
}
.col-6-lg {
width: 46%;
height: 100%
}
.col-7-lg {
width: 54.33%;
height: 100%
}
.col-8-lg {
width: 62.66%;
height: 100%
}
.col-9-lg {
width: 71%;
height: 100%
}
.col-10-lg {
width: 79.33%;
height: 100%
}
.col-11-lg {
width: 87.66%;
height: 100%
}
.col-12-lg {
width: 96%;
height: 100%
}
#lg-hack {
display:none;
height: 0;
width: 0;
}
.hidden-sm {
display: block;
}
}
/* this is mine */
img {
width:100%;
height:100%;
}
.container {
height: 700px;
}
.image-container {
width:100%;
height:100%;
}
.more {
display:none;
}
.my-button-1 {
box-shadow:inset 0px -3px 7px 0px #29bbff;
background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
background-color:#2dabf9;
border-radius:3px;
border:1px solid #0b0e07;
color:#ffffff;
padding:9px 23px;
text-decoration:none;
text-shadow:0px 1px 0px #263666;
}
.my-button-1:hover {
background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
background-color:#0688fa;
}
.my-button-1:active {
position:relative;
top:1px;
}
.my-button-2 {
box-shadow:inset 0px 1px 0px 0px #cf866c;
background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
background-color:#d0451b;
border-radius:3px;
border:1px solid #942911;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:13px;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #854629;
}
.my-button-2:hover {
background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
background-color:#bc3315;
}
.my-button-2:active {
position:relative;
top:1px;
}
.top-left {
position: absolute;
top: 25px;
left: 16px;
font-size: 18px;
background-color: white;
}
.second-image-container {
position: relative;
}
/*
**Breakpoints**
Large - 1025px and up
Medium - 641px and up
Small - 640px and below
1200px
*/
@media only screen and (min-width: 640px) { /* 960px */
.container {
width: 70%;
max-width: 60rem;
}
}
| 0.420838 | 0.084078 |
img {
vertical-align: top;
transition: all .3s ease 0s;
}
a {
color: #2D549A;
outline: none;
}
a:hover,
a img:hover {
opacity: 0.8;
color: #D2232A;
text-decoration: none
}
body {
background: #fff;
color: #27292b;
font-size: 16px;
font-family: 'MuseoSansCyrl', Arial, Helvetica, sans-serif;
line-height: 1.25;
}
h2,
h3 {
font-size: 36px;
font-family: 'MuseoSansCyrl', Arial, Helvetica, sans-serif;
font-weight: 500;
text-transform: uppercase;
margin: 0 0 30px;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
.left {
float: left;
}
.right {
float: right;
}
/* Forms */
.form > p {
font-size: 14px;
line-height: 18px;
margin: 0 0 20px;
position: relative;
clear: both;
}
.form input.input {
font-size: 18px;
line-height: 1.75;
font-weight: 400;
border: 1px solid #e0e0e0;
outline: none;
margin: 0;
padding: 0px 8px;
width: 440px;
height: 32px;
vertical-align: top;
transition: all .3s ease 0s;
}
.form textarea {
overflow-x: hidden;
resize: vertical;
height: 82px;
}
.form .error {
box-shadow: inset 0 0 2px 0 #F00;
}
.form label.error,
.form span.error {
display: none !important;
}
/* Fancybox */
/* Carousel */
.wrapper {
margin: 0 auto;
overflow: hidden;
}
/* Bootstrap
-----------------------------------------------------------------------------*/
.container {
padding-left: 10px;
padding-right: 10px;
}
.row {
margin-left: -10px;
margin-right: -10px;
}
.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 {
padding-left: 10px;
padding-right: 10px;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
background: #f5f5f5;
padding-bottom: 17px;
}
.header .logo {
margin-top: 15px;
}
.flex-cont {
display: flex;
align-items: center;
}
.header .logo IMG {
max-width: 100%;
/*max-width: 155px;*/
max-height: 39px;
}
.header .phone {
margin-top: 15px;
margin-left: auto;
}
@media (max-width:768px){
.header .logo IMG {
max-width: 240px;
max-height: 39px;
}
.header .phone {
display: flex;
justify-content: space-around;
}
}
.menu-toggle {
display: none;
}
.menu-toggle .bar{
width: 25px;
height: 2px;
background: #3f3f3f;
margin: 3px auto;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
@media (max-width:768px) {
.menu-toggle {
display: grid;
margin-top: 15px;
margin-right: 20px;
}
.header .phone {
position: absolute;
align-items: flex-start;
margin: 0;
top: -300px;
}
.header .phone.mobile-nav {
top: 55px;
position: absolute;
left: 0;
height: 30px;
width: 100%;
background: #f5f5f5;
z-index: 1000;
opacity: 1;
transition: 0.3s ease-in-out;
}
}
#mobile-menu.is-active .bar:nth-child(2){
opacity: 0;
}
#mobile-menu.is-active .bar:nth-child(1){
transform: translateY(8px) rotate(45deg);
}
#mobile-menu.is-active .bar:nth-child(3){
transform: translateY(-8px) rotate(-45deg);
}
@keyframes gradbar {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
.header .phone-number {
font-size: 16px;
font-weight: 500;
white-space: nowrap;
}
.header .phone-number A {
color: #242527;
}
/* -----------------------------------------------------------------------------*/
.button {
display: inline-block;
width: 100%;
max-width: 232px;
height: 43px;
background: #27292b;
box-shadow: 0 3px 0 #424345;
border: 0;
font-size: 14px;
font-weight: 700;
line-height: 43px;
color: #fff;
text-transform: uppercase;
text-decoration: none;
text-align: center;
cursor: pointer;
opacity: 1;
}
.button:hover,
.button:focus {
background: #000;
box-shadow: 0 -3px 0 #424345;
color: #fff;
opacity: 1;
text-decoration: none;
}
.title {
font: 500 45px 'Cormorant', serif;
line-height: 50px;
position: relative;
}
.title:before {
content: '';
position: absolute;
left: -53px;
top: 26px;
display: block;
width: 35px;
height: 4px;
background: #b55857;
}
.form-section {
padding: 28px 0 33px 0;
background: #b78b5c;
}
.landformbox {
float: left;
width: 100%;
margin: 0 auto;
}
.landformbox-inner {
margin: 0 auto;
}
.formtitle {
font: 700 32px 'Cormorant', serif;
color: #fff;
text-align: center;
margin-bottom: 21px;
}
.landformbox .form {
width: 100%;
}
.landformbox .form > P {
float: left;
clear: none;
width: 25.2%;
padding-right: 10px;
}
.landformbox .form .input {
width: 100%;
max-width: 232px;
height: 43px;
padding: 0 20px;
background: #fff;
border: 0;
font-size: 13px;
font-weight: 500;
color: #27292b;
}
.landformbox .form .submit {
width: 24.4%;
padding-right: 0;
}
.top-section {
position: relative;
padding-top: 51px;
background: #242527 url(/img/main/top-section-1964cbecfb.jpg) no-repeat 50% 0;
background-size: cover;
color: #fff;
text-align: center;
}
.top-section__bg {
display: none;
position: absolute;
background: #00000063;
width: 100%;
z-index: 0;
left: 0;
top: 0;
}
@media (max-width:505px){
.top-section__bg {
display: block;
height: 300px;
}
}
@media (max-width:420px){
.top-section__bg {
height: 350px;
}
}
.top-section .extratitle {
position: relative;
z-index: 10;
font-size: 16px;
font-weight: 900;
color: #b78b5c;
letter-spacing: 3px;
text-transform: uppercase;
}
H1 {
position: relative;
z-index: 10;
font: 700 89px 'Cormorant', serif;
letter-spacing: -1px;
line-height: 71px;
margin: 0 0 5px 0;
}
H1:after {
position: relative;
z-index: 10;
content: '';
display: block;
width: 100%;
max-width: 502px;
height: 15px;
background: url(/img/main/figure-2eb6c5352a.png) no-repeat 50% 0;
opacity: 0.4;
margin: 26px auto 0 auto;
}
.top-section .subtitle {
position: relative;
z-index: 10;
max-width: 500px;
font-size: 18px;
font-weight: 500;
line-height: 26px;
margin: 0 auto 206px auto;
}
.top-section-bar {
padding: 107px 0 62px 0;
background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
}
.top-section-bar UL {
display: table;
width: 100%;
}
.top-section-bar LI {
display: table-cell;
width: 34%;
font-size: 16px;
font-weight: 700;
position: relative;
}
.top-section-bar LI:first-child {
width: 32%;
text-align: left;
}
.top-section-bar LI:last-child {
width: 34%;
text-align: right;
}
.top-section-bar LI:after {
content: '';
position: absolute;
top: -6px;
right: 0;
display: block;
width: 4px;
height: 35px;
background: #b55857;
}
.top-section-bar LI:last-child:after {
display: none;
}
.top__section-link {
color: #fff;
text-decoration: none;
}
.top__section-link:focus {
color: #fff;
text-decoration: none;
}
.section1 {
padding: 77px 0 86px 0;
background: #fff url(/img/main/section1-cbb7e914ba.jpg) no-repeat 50% 0;
background-size: cover;
}
.section1 .title {
margin-bottom: 29px;
}
.section1 .description {
max-width: 520px;
font-size: 16px;
font-weight: 300;
line-height: 26px;
margin-bottom: 17px;
}
.section1 .description1:after {
content: '';
display: block;
width: 100%;
max-width: 502px;
height: 15px;
background: url(/img/main/figure-2eb6c5352a.png) no-repeat 50% 0;
margin: 33px 0 0 0;
}
.section1 .pdf {
display: inline-block;
padding: 10px 99px 10px 26px;
border: 1px solid #b55857;
background: url(/img/main/pdf-4a36189fa3.png) no-repeat 100% 50%;
font-size: 14px;
font-weight: 300;
color: #b55857;
text-decoration: underline;
margin-top: 10px;
}
.section2 {
padding: 90px 0 0 0;
background: #27292b url(/img/main/section2-d3ad528b28.jpg) no-repeat 50% 100%;
background-size: cover;
color: #fff;
}
.section2 .title {
margin-bottom: 29px;
}
.section2 .description {
max-width: 620px;
font-size: 16px;
font-weight: 300;
line-height: 26px;
margin-bottom: 78px;
}
.section2 .description:after {
content: '';
display: block;
width: 100%;
max-width: 502px;
height: 15px;
background: url(/img/main/figure-2eb6c5352a.png) no-repeat 50% 0;
opacity: 0.11;
margin: 44px 0 0 0;
}
.section2 .point {
padding: 0 0 82px 69px;
position: relative;
}
.section2 .point2 {
margin-left: -20px;
}
.section2 .point .number {
position: absolute;
left: -8px;
top: -44px;
display: block;
font: 300 160px 'Cormorant', serif;
color: rgba(255,255,255,0.1);
line-height: 50px;
}
.section2 .point .point-title {
max-width: 480px;
font: 700 32px 'Cormorant', serif;
line-height: 40px;
margin-bottom: 21px;
}
.section2 .point P {
max-width: 450px;
font-size: 16px;
font-weight: 300;
line-height: 26px;
margin: 0;
}
.section2 .point .list-title {
font-size: 16px;
font-weight: 700;
margin-bottom: 10px;
}
.section2 .point LI {
font-size: 16px;
font-weight: 300;
line-height: 26px;
position: relative;
}
.section2 .point LI:before {
content: '';
position: absolute;
left: -12px;
top: 13px;
display: block;
width: 4px;
height: 4px;
border-radius: 50%;
background: #b78b5c;
}
.section3 {
padding: 95px 0 42px 0;
background: #fff;
text-align: center;
}
.section3 .subtitle {
font-size: 16px;
font-weight: 700;
letter-spacing: 3.2px;
color: #b78b5c;
text-transform: uppercase;
margin-bottom: 3px;
}
.section3-title {
font: 500 45px 'Cormorant', serif;
margin-bottom: 43px;
}
.section3-title:after {
content: '';
display: block;
width: 100%;
max-width: 502px;
height: 15px;
background: url(/img/main/figure-2eb6c5352a.png) no-repeat 50% 0;
margin: 30px auto 0 auto;
}
.section3 .box {
display: inline-block;
margin: 0 15px 35px 15px;
}
.section3 .box-inner {
display: table-cell;
width: 392px;
height: 203px;
padding: 0 10px;
border: 1px solid #e4e4e4;
vertical-align: middle;
position: relative;
}
.section3 .box-inner:after {
content: '';
position: absolute;
left: 50%;
bottom: -9px;
margin-left: -9px;
display: block;
width: 17px;
height: 17px;
background: url(/img/main/figure2-04b4090935.png) no-repeat 50% 0;
}
.section3 .box-title {
font: 700 25px 'Cormorant', serif;
margin-bottom: 3px;
}
.section3 .box-title:after {
content: '';
display: block;
width: 6px;
height: 4px;
background: #b55857;
margin: 8px auto 0 auto;
}
.section3 .box P {
padding: 0 60px;
font-size: 16px;
font-weight: 300;
line-height: 26px;
margin: 0;
}
.section4 {
padding: 78px 0 42px 0;
background: #f5f5f5 url(/img/main/section4-772d7e15d1.png) no-repeat 50% 0;
}
.section4 .title {
margin-bottom: 48px;
}
.section4 .point {
max-width: 290px;
font-size: 18px;
font-weight: 300;
line-height: 28px;
position: relative;
margin-bottom: 39px;
}
.section4 .point:before {
content: '';
position: absolute;
left: -45px;
top: 50%;
margin-top: -12px;
display: block;
width: 24px;
height: 24px;
background: url(/img/main/icons-78ba4be05e.png) no-repeat 0 0;
}
.section5 {
padding: 80px 0 50px 0;
background: #27292b url(/img/main/section5-d1a225efee.png) no-repeat 50% 0;
color: #fff;
}
.section5 .title {
margin-bottom: 29px;
}
.section5 .description {
max-width: 520px;
font-size: 16px;
font-weight: 300;
line-height: 26px;
margin-bottom: 47px;
}
.section5 .description:after {
content: '';
display: block;
width: 100%;
max-width: 502px;
height: 15px;
background: url(/img/main/figure-2eb6c5352a.png) no-repeat 50% 0;
opacity: 0.11;
margin: 32px 0 0 0;
}
.section5 .owl-carousel {
position: relative;
}
.section5 .owl-carousel .owl-stage-outer {
margin-bottom: -120px;
}
.section5 .owl-carousel .owl-item IMG {
display: inline-block;
width: auto;
margin-bottom: -78px;
}
.owl-nav {
position: absolute;
left: 0;
right: 0;
top: 50%;
margin-top: -36px;
}
.owl-prev,
.owl-next {
position: absolute;
display: block;
width: 36px;
height: 72px;
background: url(/img/main/icons-78ba4be05e.png) no-repeat;
text-indent: -10000px;
}
.owl-prev {
background-position: 0 -35px;
left: -98px;
}
.owl-next {
background-position: 0 -110px;
right: -98px;
}
.section5 .slide .photo IMG {
width: 100%;
max-width: 488px;
}
.opinion-box {
position: relative;
margin: 61px 0 88px 36px;
}
.opinion-box .slide-wrap {
max-height: 350px;
overflow: hidden;
transition: .3s;
}
.opinion-box .slide-wrap.open {
max-height: 999em;
}
.opinion-box .name {
font: 700 32px 'Cormorant', serif;
margin-bottom: 20px;
}
.opinion {
font-size: 16px;
font-weight: 300;
line-height: 26px;
margin-bottom: 28px;
}
.opinion-box STRONG {
display: block;
font-size: 16px;
font-weight: 700;
margin-bottom: 3px;
}
.slide .slide-toggle {
position: absolute;
top: 100%;
color: #b55857;
text-decoration: underline;
}
.slide-wrap.open .slide-toggle {
display: none;
}
.section6 {
padding: 135px 0 11px 0;
background: #fff url(/img/main/section6-bbf991f0eb.jpg) no-repeat 50% 104px;
}
.section6 .title {
margin-bottom: 29px;
}
.section6 .description {
font-size: 16px;
font-weight: 300;
line-height: 26px;
margin-bottom: 80px;
}
.section6 .description:after {
content: '';
display: block;
width: 100%;
max-width: 502px;
height: 15px;
background: url(/img/main/figure-2eb6c5352a.png) no-repeat 50% 0;
margin: 46px 0 0 0;
}
.point-list {
display: table;
width: 100%;
}
.point-list LI {
display: table-cell;
width: 36%;
padding: 0 65px 60px 65px;
position: relative;
}
.point-list LI:first-child {
width: 40%;
}
.point-list LI:last-child {
width: 24%;
padding-right: 0;
}
.point-list LI:after {
content: '';
position: absolute;
top: 37px;
right: 48px;
display: block;
width: 22px;
height: 5px;
background: url(/img/main/icons-78ba4be05e.png) no-repeat 0 -27px;
}
.point-list LI:last-child:after {
display: none;
}
.point-list .number {
position: absolute;
left: -19px;
top: 10px;
width: 60px;
height: 60px;
border: 1px solid #d5bb9f;
transform: rotate(45deg);
}
.point-list .number SPAN {
display: block;
width: 60px;
height: 60px;
transform: rotate(-45deg);
text-align: center;
font-size: 34px;
font-weight: 100;
color: #b78b5c;
line-height: 60px;
}
.point-list P {
font-size: 16px;
font-weight: 300;
line-height: 26px;
}
.video-link {
display: inline-block;
padding: 0 40px 0 6px;
border: 1px solid #b55857;
background: url(/img/main/video-link-430490fdb9.png) no-repeat 100% 50%;
font-size: 14px;
font-weight: 500;
color: #b55857;
line-height: 25px;
margin-top: 7px;
}
.section7 {
padding: 78px 0 92px 0;
background: #f5f5f5;
}
.section7 .title {
margin-bottom: 49px;
}
.contacts {
font-size: 18px;
font-weight: 300;
line-height: 28px;
}
.contacts2 {
position: relative;
padding-left: 130px;
margin-left: -10px;
}
.contacts2 .photo {
position: absolute;
left: 0;
top: -5px;
display: block;
width: 101px;
height: 101px;
border-radius: 50%;
overflow: hidden;
}
.section8 {
padding: 51px 0 162px 0;
background: #242527 url(/img/main/section8-b7271377ac.jpg) no-repeat 50% 0;
background-size: cover;
color: #fff;
text-align: center;
}
.section8 .extratitle {
font-size: 16px;
font-weight: 900;
color: #b78b5c;
letter-spacing: 3px;
text-transform: uppercase;
}
.section8 H2 {
font: 700 89px 'Cormorant', serif;
letter-spacing: -1px;
line-height: 71px;
margin: 0 0 5px 0;
text-transform: none;
}
.section8 H2:after {
content: '';
display: block;
width: 100%;
max-width: 502px;
height: 15px;
background: url(/img/main/figure-2eb6c5352a.png) no-repeat 50% 0;
opacity: 0.4;
margin: 26px auto 0 auto;
}
.section8 .subtitle {
max-width: 500px;
font-size: 18px;
font-weight: 500;
line-height: 26px;
margin: 0 auto 206px auto;
}
/* Popup & Form */
.popup-reg {
background: #b78b5c;
width: 100vw;
}
.form__reg {
max-width: 1150px;
margin: 0 auto;
}
.form__title {
color: #fff;
font-family: 'Cormorant';
font-style: normal;
font-weight: bold;
font-size: 60px;
line-height: 73px;
text-transform: initial;
align-self: flex-start;
}
.form__items {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
.form__item {
margin-right: 1vw;
}
.form__item:last-child {
margin-right: 0;
}
.form__input {
border-radius: 50px;
border: none;
padding: 20px 2vw;
}
.form__more {
align-self: flex-start;
}
.form__footer {
display: flex;
align-items: center;
}
.form__footer-checkbox {
margin-right: 5px;
}
.form__more-link {
color: #fff;
}
.form__more-link:hover {
color: lightseagreen;
}
.form__button {
max-width: 250px;
height: 60px;
background: #000000;
border-radius: 50px;
padding: 0 4.5vw;
}
.form__button:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.form__footer-text {
font-family: 'MuseoSansCyrl';
font-size: 11px;
line-height: 12px;
color: #FFFFFF;
font-weight: 300;
letter-spacing: 0.4px;
}
/* Responsive */
@media (min-width: 1200px) {
.container {
width: 980px;
}
}
@media (max-width: 992px) {
.top-section {
padding-top: 41px;
}
H1 {
font-size: 70px;
line-height: 61px;
}
.top-section .subtitle {
text-shadow: 0 0 10px rgba(0,0,0,1);
margin: 0 auto 90px auto;
}
.top-section-bar LI {
display: block;
width: 100% !important;
padding-bottom: 10px;
text-align: center !important;
}
.top-section-bar LI:after {
display: none;
}
.section2 .point2 {
margin-left: 0;
}
.section4 .point {
max-width: none;
}
.section5 .owl-carousel .owl-stage-outer {
margin-bottom: 0;
}
.owl-prev {
left: 0;
}
.owl-next {
right: 0;
}
.opinion-box {
padding: 61px 0 0px 0;
}
.point-list LI {
display: block;
width: 100% !important;
padding: 0 0 60px 96px;
}
.point-list LI:after {
display: none;
}
.point-list .number {
left: 12px;
top: -15px;
}
.section7 {
padding: 78px 0 42px 0;
}
.contacts {
margin-bottom: 40px;
}
.contacts2 {
padding-left: 0;
margin-left: 0;
}
.contacts2 .photo {
position: static;
left: 0;
top: 0;
margin-bottom: 10px;
}
.section8 H2 {
font-size: 70px;
line-height: 61px;
}
.popup-reg {
width: auto;
}
.form__reg {
max-width: 350px;
}
.form__title {
font-size: 40px;
line-height: 1.2;
}
.form__items {
flex-direction: column;
align-items: center;
margin-bottom: 0;
}
.form__item {
margin-right: 0;
margin-bottom: 30px;
}
.form__item:last-child {
margin-right: 0;
}
.form__input {
width: 350px;
padding: 20px 25px;
}
.form__button {
max-width: 350px;
padding: 0 133px;
}
.form__footer-checkbox {
align-self: flex-start;
}
.form__footer-checkbox input {
margin: 0;
}
.form__footer-text {
font-size: 9px;
}
}
@media (max-width: 768px) {
.header .logo,
.header .phone {
float: none;
}
.landformbox {
float: none;
max-width: 300px;
}
.landformbox .form {
width: 100%;
}
.landformbox .form > P {
float: none;
width: 100%;
padding-right: 0;
}
.landformbox .form .input {
max-width: 300px;
}
.landformbox .form .submit {
width: 100%;
text-align: center;
}
.section2 {
padding: 90px 0 78px 0;
}
.section2 .description {
margin-bottom: 0;
}
.section2 .point {
padding: 0;
}
.section2 .point .number {
position: static;
left: 0;
top: 0;
font-size: 140px;
line-height: 140px;
}
.section3 .box {
display: block;
max-width: 392px;
margin: 0 auto 35px auto;
}
.section3 .box-inner {
display: block;
width: 100%;
max-width: 392px;
height: auto;
padding: 10px 10px 20px 10px;
}
.section3 .box P {
padding: 0;
}
.section4 .point {
padding-left: 45px;
}
.section4 .point:before {
left: 0;
}
.point-list LI {
padding: 0 0 40px 66px;
}
.point-list .number {
left: 10px;
top: -10px;
width: 40px;
height: 40px;
}
.point-list .number SPAN {
width: 40px;
height: 40px;
font-size: 24px;
line-height: 40px;
}
VIDEO {
width: 100%;
height: auto;
}
}
.footer {
padding: 25px 0;
background: #27292b;
font-size: 12px;
color: #fff;
}
.footer a {
color: #fff;
}
@media (max-width: 575px) {
.form__reg {
max-width: 290px;
}
.form__input {
width: 290px;
}
.form__button {
max-width: 290px;
padding: 0 103px;
}
.form__title {
font-size: 36px;
}
}
@media (min-width: 992px) {
.footer__right {
text-align: right;
}
}
|
public/mainpage/css/style.css
|
img {
vertical-align: top;
transition: all .3s ease 0s;
}
a {
color: #2D549A;
outline: none;
}
a:hover,
a img:hover {
opacity: 0.8;
color: #D2232A;
text-decoration: none
}
body {
background: #fff;
color: #27292b;
font-size: 16px;
font-family: 'MuseoSansCyrl', Arial, Helvetica, sans-serif;
line-height: 1.25;
}
h2,
h3 {
font-size: 36px;
font-family: 'MuseoSansCyrl', Arial, Helvetica, sans-serif;
font-weight: 500;
text-transform: uppercase;
margin: 0 0 30px;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
.left {
float: left;
}
.right {
float: right;
}
/* Forms */
.form > p {
font-size: 14px;
line-height: 18px;
margin: 0 0 20px;
position: relative;
clear: both;
}
.form input.input {
font-size: 18px;
line-height: 1.75;
font-weight: 400;
border: 1px solid #e0e0e0;
outline: none;
margin: 0;
padding: 0px 8px;
width: 440px;
height: 32px;
vertical-align: top;
transition: all .3s ease 0s;
}
.form textarea {
overflow-x: hidden;
resize: vertical;
height: 82px;
}
.form .error {
box-shadow: inset 0 0 2px 0 #F00;
}
.form label.error,
.form span.error {
display: none !important;
}
/* Fancybox */
/* Carousel */
.wrapper {
margin: 0 auto;
overflow: hidden;
}
/* Bootstrap
-----------------------------------------------------------------------------*/
.container {
padding-left: 10px;
padding-right: 10px;
}
.row {
margin-left: -10px;
margin-right: -10px;
}
.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 {
padding-left: 10px;
padding-right: 10px;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
background: #f5f5f5;
padding-bottom: 17px;
}
.header .logo {
margin-top: 15px;
}
.flex-cont {
display: flex;
align-items: center;
}
.header .logo IMG {
max-width: 100%;
/*max-width: 155px;*/
max-height: 39px;
}
.header .phone {
margin-top: 15px;
margin-left: auto;
}
@media (max-width:768px){
.header .logo IMG {
max-width: 240px;
max-height: 39px;
}
.header .phone {
display: flex;
justify-content: space-around;
}
}
.menu-toggle {
display: none;
}
.menu-toggle .bar{
width: 25px;
height: 2px;
background: #3f3f3f;
margin: 3px auto;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
@media (max-width:768px) {
.menu-toggle {
display: grid;
margin-top: 15px;
margin-right: 20px;
}
.header .phone {
position: absolute;
align-items: flex-start;
margin: 0;
top: -300px;
}
.header .phone.mobile-nav {
top: 55px;
position: absolute;
left: 0;
height: 30px;
width: 100%;
background: #f5f5f5;
z-index: 1000;
opacity: 1;
transition: 0.3s ease-in-out;
}
}
#mobile-menu.is-active .bar:nth-child(2){
opacity: 0;
}
#mobile-menu.is-active .bar:nth-child(1){
transform: translateY(8px) rotate(45deg);
}
#mobile-menu.is-active .bar:nth-child(3){
transform: translateY(-8px) rotate(-45deg);
}
@keyframes gradbar {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
.header .phone-number {
font-size: 16px;
font-weight: 500;
white-space: nowrap;
}
.header .phone-number A {
color: #242527;
}
/* -----------------------------------------------------------------------------*/
.button {
display: inline-block;
width: 100%;
max-width: 232px;
height: 43px;
background: #27292b;
box-shadow: 0 3px 0 #424345;
border: 0;
font-size: 14px;
font-weight: 700;
line-height: 43px;
color: #fff;
text-transform: uppercase;
text-decoration: none;
text-align: center;
cursor: pointer;
opacity: 1;
}
.button:hover,
.button:focus {
background: #000;
box-shadow: 0 -3px 0 #424345;
color: #fff;
opacity: 1;
text-decoration: none;
}
.title {
font: 500 45px 'Cormorant', serif;
line-height: 50px;
position: relative;
}
.title:before {
content: '';
position: absolute;
left: -53px;
top: 26px;
display: block;
width: 35px;
height: 4px;
background: #b55857;
}
.form-section {
padding: 28px 0 33px 0;
background: #b78b5c;
}
.landformbox {
float: left;
width: 100%;
margin: 0 auto;
}
.landformbox-inner {
margin: 0 auto;
}
.formtitle {
font: 700 32px 'Cormorant', serif;
color: #fff;
text-align: center;
margin-bottom: 21px;
}
.landformbox .form {
width: 100%;
}
.landformbox .form > P {
float: left;
clear: none;
width: 25.2%;
padding-right: 10px;
}
.landformbox .form .input {
width: 100%;
max-width: 232px;
height: 43px;
padding: 0 20px;
background: #fff;
border: 0;
font-size: 13px;
font-weight: 500;
color: #27292b;
}
.landformbox .form .submit {
width: 24.4%;
padding-right: 0;
}
.top-section {
position: relative;
padding-top: 51px;
background: #242527 url(/img/main/top-section-1964cbecfb.jpg) no-repeat 50% 0;
background-size: cover;
color: #fff;
text-align: center;
}
.top-section__bg {
display: none;
position: absolute;
background: #00000063;
width: 100%;
z-index: 0;
left: 0;
top: 0;
}
@media (max-width:505px){
.top-section__bg {
display: block;
height: 300px;
}
}
@media (max-width:420px){
.top-section__bg {
height: 350px;
}
}
.top-section .extratitle {
position: relative;
z-index: 10;
font-size: 16px;
font-weight: 900;
color: #b78b5c;
letter-spacing: 3px;
text-transform: uppercase;
}
H1 {
position: relative;
z-index: 10;
font: 700 89px 'Cormorant', serif;
letter-spacing: -1px;
line-height: 71px;
margin: 0 0 5px 0;
}
H1:after {
position: relative;
z-index: 10;
content: '';
display: block;
width: 100%;
max-width: 502px;
height: 15px;
background: url(/img/main/figure-2eb6c5352a.png) no-repeat 50% 0;
opacity: 0.4;
margin: 26px auto 0 auto;
}
.top-section .subtitle {
position: relative;
z-index: 10;
max-width: 500px;
font-size: 18px;
font-weight: 500;
line-height: 26px;
margin: 0 auto 206px auto;
}
.top-section-bar {
padding: 107px 0 62px 0;
background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
}
.top-section-bar UL {
display: table;
width: 100%;
}
.top-section-bar LI {
display: table-cell;
width: 34%;
font-size: 16px;
font-weight: 700;
position: relative;
}
.top-section-bar LI:first-child {
width: 32%;
text-align: left;
}
.top-section-bar LI:last-child {
width: 34%;
text-align: right;
}
.top-section-bar LI:after {
content: '';
position: absolute;
top: -6px;
right: 0;
display: block;
width: 4px;
height: 35px;
background: #b55857;
}
.top-section-bar LI:last-child:after {
display: none;
}
.top__section-link {
color: #fff;
text-decoration: none;
}
.top__section-link:focus {
color: #fff;
text-decoration: none;
}
.section1 {
padding: 77px 0 86px 0;
background: #fff url(/img/main/section1-cbb7e914ba.jpg) no-repeat 50% 0;
background-size: cover;
}
.section1 .title {
margin-bottom: 29px;
}
.section1 .description {
max-width: 520px;
font-size: 16px;
font-weight: 300;
line-height: 26px;
margin-bottom: 17px;
}
.section1 .description1:after {
content: '';
display: block;
width: 100%;
max-width: 502px;
height: 15px;
background: url(/img/main/figure-2eb6c5352a.png) no-repeat 50% 0;
margin: 33px 0 0 0;
}
.section1 .pdf {
display: inline-block;
padding: 10px 99px 10px 26px;
border: 1px solid #b55857;
background: url(/img/main/pdf-4a36189fa3.png) no-repeat 100% 50%;
font-size: 14px;
font-weight: 300;
color: #b55857;
text-decoration: underline;
margin-top: 10px;
}
.section2 {
padding: 90px 0 0 0;
background: #27292b url(/img/main/section2-d3ad528b28.jpg) no-repeat 50% 100%;
background-size: cover;
color: #fff;
}
.section2 .title {
margin-bottom: 29px;
}
.section2 .description {
max-width: 620px;
font-size: 16px;
font-weight: 300;
line-height: 26px;
margin-bottom: 78px;
}
.section2 .description:after {
content: '';
display: block;
width: 100%;
max-width: 502px;
height: 15px;
background: url(/img/main/figure-2eb6c5352a.png) no-repeat 50% 0;
opacity: 0.11;
margin: 44px 0 0 0;
}
.section2 .point {
padding: 0 0 82px 69px;
position: relative;
}
.section2 .point2 {
margin-left: -20px;
}
.section2 .point .number {
position: absolute;
left: -8px;
top: -44px;
display: block;
font: 300 160px 'Cormorant', serif;
color: rgba(255,255,255,0.1);
line-height: 50px;
}
.section2 .point .point-title {
max-width: 480px;
font: 700 32px 'Cormorant', serif;
line-height: 40px;
margin-bottom: 21px;
}
.section2 .point P {
max-width: 450px;
font-size: 16px;
font-weight: 300;
line-height: 26px;
margin: 0;
}
.section2 .point .list-title {
font-size: 16px;
font-weight: 700;
margin-bottom: 10px;
}
.section2 .point LI {
font-size: 16px;
font-weight: 300;
line-height: 26px;
position: relative;
}
.section2 .point LI:before {
content: '';
position: absolute;
left: -12px;
top: 13px;
display: block;
width: 4px;
height: 4px;
border-radius: 50%;
background: #b78b5c;
}
.section3 {
padding: 95px 0 42px 0;
background: #fff;
text-align: center;
}
.section3 .subtitle {
font-size: 16px;
font-weight: 700;
letter-spacing: 3.2px;
color: #b78b5c;
text-transform: uppercase;
margin-bottom: 3px;
}
.section3-title {
font: 500 45px 'Cormorant', serif;
margin-bottom: 43px;
}
.section3-title:after {
content: '';
display: block;
width: 100%;
max-width: 502px;
height: 15px;
background: url(/img/main/figure-2eb6c5352a.png) no-repeat 50% 0;
margin: 30px auto 0 auto;
}
.section3 .box {
display: inline-block;
margin: 0 15px 35px 15px;
}
.section3 .box-inner {
display: table-cell;
width: 392px;
height: 203px;
padding: 0 10px;
border: 1px solid #e4e4e4;
vertical-align: middle;
position: relative;
}
.section3 .box-inner:after {
content: '';
position: absolute;
left: 50%;
bottom: -9px;
margin-left: -9px;
display: block;
width: 17px;
height: 17px;
background: url(/img/main/figure2-04b4090935.png) no-repeat 50% 0;
}
.section3 .box-title {
font: 700 25px 'Cormorant', serif;
margin-bottom: 3px;
}
.section3 .box-title:after {
content: '';
display: block;
width: 6px;
height: 4px;
background: #b55857;
margin: 8px auto 0 auto;
}
.section3 .box P {
padding: 0 60px;
font-size: 16px;
font-weight: 300;
line-height: 26px;
margin: 0;
}
.section4 {
padding: 78px 0 42px 0;
background: #f5f5f5 url(/img/main/section4-772d7e15d1.png) no-repeat 50% 0;
}
.section4 .title {
margin-bottom: 48px;
}
.section4 .point {
max-width: 290px;
font-size: 18px;
font-weight: 300;
line-height: 28px;
position: relative;
margin-bottom: 39px;
}
.section4 .point:before {
content: '';
position: absolute;
left: -45px;
top: 50%;
margin-top: -12px;
display: block;
width: 24px;
height: 24px;
background: url(/img/main/icons-78ba4be05e.png) no-repeat 0 0;
}
.section5 {
padding: 80px 0 50px 0;
background: #27292b url(/img/main/section5-d1a225efee.png) no-repeat 50% 0;
color: #fff;
}
.section5 .title {
margin-bottom: 29px;
}
.section5 .description {
max-width: 520px;
font-size: 16px;
font-weight: 300;
line-height: 26px;
margin-bottom: 47px;
}
.section5 .description:after {
content: '';
display: block;
width: 100%;
max-width: 502px;
height: 15px;
background: url(/img/main/figure-2eb6c5352a.png) no-repeat 50% 0;
opacity: 0.11;
margin: 32px 0 0 0;
}
.section5 .owl-carousel {
position: relative;
}
.section5 .owl-carousel .owl-stage-outer {
margin-bottom: -120px;
}
.section5 .owl-carousel .owl-item IMG {
display: inline-block;
width: auto;
margin-bottom: -78px;
}
.owl-nav {
position: absolute;
left: 0;
right: 0;
top: 50%;
margin-top: -36px;
}
.owl-prev,
.owl-next {
position: absolute;
display: block;
width: 36px;
height: 72px;
background: url(/img/main/icons-78ba4be05e.png) no-repeat;
text-indent: -10000px;
}
.owl-prev {
background-position: 0 -35px;
left: -98px;
}
.owl-next {
background-position: 0 -110px;
right: -98px;
}
.section5 .slide .photo IMG {
width: 100%;
max-width: 488px;
}
.opinion-box {
position: relative;
margin: 61px 0 88px 36px;
}
.opinion-box .slide-wrap {
max-height: 350px;
overflow: hidden;
transition: .3s;
}
.opinion-box .slide-wrap.open {
max-height: 999em;
}
.opinion-box .name {
font: 700 32px 'Cormorant', serif;
margin-bottom: 20px;
}
.opinion {
font-size: 16px;
font-weight: 300;
line-height: 26px;
margin-bottom: 28px;
}
.opinion-box STRONG {
display: block;
font-size: 16px;
font-weight: 700;
margin-bottom: 3px;
}
.slide .slide-toggle {
position: absolute;
top: 100%;
color: #b55857;
text-decoration: underline;
}
.slide-wrap.open .slide-toggle {
display: none;
}
.section6 {
padding: 135px 0 11px 0;
background: #fff url(/img/main/section6-bbf991f0eb.jpg) no-repeat 50% 104px;
}
.section6 .title {
margin-bottom: 29px;
}
.section6 .description {
font-size: 16px;
font-weight: 300;
line-height: 26px;
margin-bottom: 80px;
}
.section6 .description:after {
content: '';
display: block;
width: 100%;
max-width: 502px;
height: 15px;
background: url(/img/main/figure-2eb6c5352a.png) no-repeat 50% 0;
margin: 46px 0 0 0;
}
.point-list {
display: table;
width: 100%;
}
.point-list LI {
display: table-cell;
width: 36%;
padding: 0 65px 60px 65px;
position: relative;
}
.point-list LI:first-child {
width: 40%;
}
.point-list LI:last-child {
width: 24%;
padding-right: 0;
}
.point-list LI:after {
content: '';
position: absolute;
top: 37px;
right: 48px;
display: block;
width: 22px;
height: 5px;
background: url(/img/main/icons-78ba4be05e.png) no-repeat 0 -27px;
}
.point-list LI:last-child:after {
display: none;
}
.point-list .number {
position: absolute;
left: -19px;
top: 10px;
width: 60px;
height: 60px;
border: 1px solid #d5bb9f;
transform: rotate(45deg);
}
.point-list .number SPAN {
display: block;
width: 60px;
height: 60px;
transform: rotate(-45deg);
text-align: center;
font-size: 34px;
font-weight: 100;
color: #b78b5c;
line-height: 60px;
}
.point-list P {
font-size: 16px;
font-weight: 300;
line-height: 26px;
}
.video-link {
display: inline-block;
padding: 0 40px 0 6px;
border: 1px solid #b55857;
background: url(/img/main/video-link-430490fdb9.png) no-repeat 100% 50%;
font-size: 14px;
font-weight: 500;
color: #b55857;
line-height: 25px;
margin-top: 7px;
}
.section7 {
padding: 78px 0 92px 0;
background: #f5f5f5;
}
.section7 .title {
margin-bottom: 49px;
}
.contacts {
font-size: 18px;
font-weight: 300;
line-height: 28px;
}
.contacts2 {
position: relative;
padding-left: 130px;
margin-left: -10px;
}
.contacts2 .photo {
position: absolute;
left: 0;
top: -5px;
display: block;
width: 101px;
height: 101px;
border-radius: 50%;
overflow: hidden;
}
.section8 {
padding: 51px 0 162px 0;
background: #242527 url(/img/main/section8-b7271377ac.jpg) no-repeat 50% 0;
background-size: cover;
color: #fff;
text-align: center;
}
.section8 .extratitle {
font-size: 16px;
font-weight: 900;
color: #b78b5c;
letter-spacing: 3px;
text-transform: uppercase;
}
.section8 H2 {
font: 700 89px 'Cormorant', serif;
letter-spacing: -1px;
line-height: 71px;
margin: 0 0 5px 0;
text-transform: none;
}
.section8 H2:after {
content: '';
display: block;
width: 100%;
max-width: 502px;
height: 15px;
background: url(/img/main/figure-2eb6c5352a.png) no-repeat 50% 0;
opacity: 0.4;
margin: 26px auto 0 auto;
}
.section8 .subtitle {
max-width: 500px;
font-size: 18px;
font-weight: 500;
line-height: 26px;
margin: 0 auto 206px auto;
}
/* Popup & Form */
.popup-reg {
background: #b78b5c;
width: 100vw;
}
.form__reg {
max-width: 1150px;
margin: 0 auto;
}
.form__title {
color: #fff;
font-family: 'Cormorant';
font-style: normal;
font-weight: bold;
font-size: 60px;
line-height: 73px;
text-transform: initial;
align-self: flex-start;
}
.form__items {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
.form__item {
margin-right: 1vw;
}
.form__item:last-child {
margin-right: 0;
}
.form__input {
border-radius: 50px;
border: none;
padding: 20px 2vw;
}
.form__more {
align-self: flex-start;
}
.form__footer {
display: flex;
align-items: center;
}
.form__footer-checkbox {
margin-right: 5px;
}
.form__more-link {
color: #fff;
}
.form__more-link:hover {
color: lightseagreen;
}
.form__button {
max-width: 250px;
height: 60px;
background: #000000;
border-radius: 50px;
padding: 0 4.5vw;
}
.form__button:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.form__footer-text {
font-family: 'MuseoSansCyrl';
font-size: 11px;
line-height: 12px;
color: #FFFFFF;
font-weight: 300;
letter-spacing: 0.4px;
}
/* Responsive */
@media (min-width: 1200px) {
.container {
width: 980px;
}
}
@media (max-width: 992px) {
.top-section {
padding-top: 41px;
}
H1 {
font-size: 70px;
line-height: 61px;
}
.top-section .subtitle {
text-shadow: 0 0 10px rgba(0,0,0,1);
margin: 0 auto 90px auto;
}
.top-section-bar LI {
display: block;
width: 100% !important;
padding-bottom: 10px;
text-align: center !important;
}
.top-section-bar LI:after {
display: none;
}
.section2 .point2 {
margin-left: 0;
}
.section4 .point {
max-width: none;
}
.section5 .owl-carousel .owl-stage-outer {
margin-bottom: 0;
}
.owl-prev {
left: 0;
}
.owl-next {
right: 0;
}
.opinion-box {
padding: 61px 0 0px 0;
}
.point-list LI {
display: block;
width: 100% !important;
padding: 0 0 60px 96px;
}
.point-list LI:after {
display: none;
}
.point-list .number {
left: 12px;
top: -15px;
}
.section7 {
padding: 78px 0 42px 0;
}
.contacts {
margin-bottom: 40px;
}
.contacts2 {
padding-left: 0;
margin-left: 0;
}
.contacts2 .photo {
position: static;
left: 0;
top: 0;
margin-bottom: 10px;
}
.section8 H2 {
font-size: 70px;
line-height: 61px;
}
.popup-reg {
width: auto;
}
.form__reg {
max-width: 350px;
}
.form__title {
font-size: 40px;
line-height: 1.2;
}
.form__items {
flex-direction: column;
align-items: center;
margin-bottom: 0;
}
.form__item {
margin-right: 0;
margin-bottom: 30px;
}
.form__item:last-child {
margin-right: 0;
}
.form__input {
width: 350px;
padding: 20px 25px;
}
.form__button {
max-width: 350px;
padding: 0 133px;
}
.form__footer-checkbox {
align-self: flex-start;
}
.form__footer-checkbox input {
margin: 0;
}
.form__footer-text {
font-size: 9px;
}
}
@media (max-width: 768px) {
.header .logo,
.header .phone {
float: none;
}
.landformbox {
float: none;
max-width: 300px;
}
.landformbox .form {
width: 100%;
}
.landformbox .form > P {
float: none;
width: 100%;
padding-right: 0;
}
.landformbox .form .input {
max-width: 300px;
}
.landformbox .form .submit {
width: 100%;
text-align: center;
}
.section2 {
padding: 90px 0 78px 0;
}
.section2 .description {
margin-bottom: 0;
}
.section2 .point {
padding: 0;
}
.section2 .point .number {
position: static;
left: 0;
top: 0;
font-size: 140px;
line-height: 140px;
}
.section3 .box {
display: block;
max-width: 392px;
margin: 0 auto 35px auto;
}
.section3 .box-inner {
display: block;
width: 100%;
max-width: 392px;
height: auto;
padding: 10px 10px 20px 10px;
}
.section3 .box P {
padding: 0;
}
.section4 .point {
padding-left: 45px;
}
.section4 .point:before {
left: 0;
}
.point-list LI {
padding: 0 0 40px 66px;
}
.point-list .number {
left: 10px;
top: -10px;
width: 40px;
height: 40px;
}
.point-list .number SPAN {
width: 40px;
height: 40px;
font-size: 24px;
line-height: 40px;
}
VIDEO {
width: 100%;
height: auto;
}
}
.footer {
padding: 25px 0;
background: #27292b;
font-size: 12px;
color: #fff;
}
.footer a {
color: #fff;
}
@media (max-width: 575px) {
.form__reg {
max-width: 290px;
}
.form__input {
width: 290px;
}
.form__button {
max-width: 290px;
padding: 0 103px;
}
.form__title {
font-size: 36px;
}
}
@media (min-width: 992px) {
.footer__right {
text-align: right;
}
}
| 0.312685 | 0.094636 |
*{
margin:0px;
padding:0px;
}
body{
font-family: 'Montserrat' ;
text-transform: uppercase;
word-break: break-all;
}
main{
min-height:100vh;
z-index: -2;
}
.manje{
min-height:65vh;
}
.carousel-indicators{
z-index:1;
}
.linija .dropdown-item:hover{
background-color: #cc0000;
color: #fff;
}
.cenovnikov{
font-size:8px;
}
.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('../img/animacija.gif') 50% 50% no-repeat rgb(249,249,249);
}
.greska{
font-size: 13px;
color: #cc0000;
font-weight: bold;
}
.carousel-caption {
top: 0;
bottom: auto;
font-family: 'Indie Flower', cursive;
z-index: 1;
}
.drugi {
bottom: 0;
top: auto;
z-index: 1;
font-family: 'Indie Flower', cursive;
}
nav ul li{
font-size:15px;
}
footer h1,h2,h3{
font-size:24px;
color: #cc0000;
margin-top:1em;
}
footer h4{
font-size:13px;
}
footer{
padding-top:10vh;
}
footer ul{
list-style-type: none;
color:#fff;
margin-top:4vh;
}
footer ul li a{
color:#fff;
}
footer ul li a:hover{
color:#cccccc;
}
footer span{
color: #cc0000;
}
.nista li{
font-size:15px;
}
.spusti{
padding-top: 13vh;
}
.ph{
padding-bottom: 5px;
}
.kockice{
min-height: 100vh;
width: 100%;
background-image: url("../img/kockice.jpg");
background-attachment: fixed;
}
.ukupno{
font-size:18px;
}
.bezkockica{
min-height: 100vh;
width: 100%;
}
.kockice1{
min-height: 100vh;
width: 100%;
background-image: url("../img/kockice.jpg");
background-attachment: fixed;
}
.crna{
background-color:#343a40 ;
height:40vh;
color: #cc0000;
cursor: pointer;
}
.crna a{
color: #cc0000;
width: 100%;
height: 100%;
}
.crna:hover {
color: #fff;
background-color: #cc0000;
height:40vh;
cursor: pointer;
transition:0.7s;
}
.crna a:hover{
color: #fff;
}
.crna h5,h6{
font-size: 21px;
}
.form-control:focus {
border-color: #ff4d4d;
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
#dodatni{
font-size:30px;
cursor:pointer;
}
.belapozadina{
color:#fff;
background-image: linear-gradient(to bottom right, #cc0000, #4d4d4d);
}
.borderboja{
border:0.5px solid #cc0000;
}
.proizvodnja h1{
color: #cc0000;
font-size: 26px;
}
.cenovnik{
font-size:21px;
}
.staracena{
font-size:18px;
}
.crvenp:hover{
color: #cc0000;
}
.novih5{
font-size:35px;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 2;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 25vh;
text-align:center;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 15.5px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidenav a:hover{
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 66px;
margin-left: 50px;
padding-top:17vh;
}
.manji{
z-index: 1;
}
.spustaj{
margin-top:23vh;
}
.sidenav li{
list-style-type: none;
}
.dropdown-menu-center {
left: 50% !important;
right: auto !important;
margin-top:6vh;
text-align: center !important;
transform: translate(-50%, 0) !important;
}
.btn-group .dropdown-item:hover{
color:#fff;
background-color:#cc0000;
}
.border-siva{
border-bottom: 1.2px solid #cccccc;
padding-bottom: 6vh;
}
.border-siva1{
border-bottom: 1.2px solid #cccccc;
padding-bottom: 0.5vh;
padding-top:1.5vh;
}
.pt-6{
padding-top:9vh;
}
.velicina{
font-size:22px;
}
.cistoae .card h6{
font-size:18px;
}
.cistoae .cena{
font-size: 22px;
}
.cistoae .card{
width: 20rem;
margin-right: 20px;
margin-left: 20px;
margin-bottom: 4vh;
}
.cistoae .card img{
height: 200px; width: 100%
}
.mrezeneke{
font-size: 24px;
}
.centisi{
margin:0px auto !important;
}
.bg-danger1{
background-color:#cc0000;
}
.text-danger1{
color:#cc0000;
}
.border-danger1{
border:1px solid #cc0000;
}
.samodole{
padding:140px 0px;
}
.sakriven{
color:#fff;
}
.listic:hover .sakriven{
color:#000;
}
#dodatni{
color:#fff;
-webkit-transition: 1.5s;
}
#dodatni:hover{
-webkit-transition: 1.5s;
color:#292b2c;
}
@media (max-width: 575.98px) {
.kockice{
padding:0vh 10vh;
padding-top:30vh;
}
.kockice1{
padding:0vh 5vh;
padding-top:27vh;
padding-bottom:12vh;
}
.bezkockica{
padding-top:27vh;
padding-bottom:12vh;
}
.manje{
padding-top:15vh;
padding-bottom:15vh;
}
.spustaj1{
margin-top:5vh;
}
.sidenav .closebtn {
padding-right: 0vh;
}
.btn-group{
min-width: 30vh;
height:7vh;
}
.zamobilni{
margin-top:10vh;
padding-top:10vh;
border-top: 1px solid #ccc;
}
.carts{
font-size:10px;
}
.carts a{
font-size:20px;
}
.carts span{
font-size:14px;
}
.carousel-caption h6 {
font-size: 13px;
}
.drugi h2{
font-size: 17px;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
.kockice{
padding:0vh 10vh;
padding-top:30vh;
}
.kockice1{
padding:0vh 5vh;
padding-top:27vh;
padding-bottom:12vh;
}
.bezkockica{
padding-top:27vh;
padding-bottom:12vh;
}
.manje{
padding-top:15vh;
padding-bottom:15vh;
}
.spustaj1{
margin-top:5vh;
}
.sidenav .closebtn {
padding-right: 0vh;
}
.btn-group{
min-width: 30vh;
height:7vh;
}
.zamobilni{
margin-top:10vh;
padding-top:10vh;
border-top: 1px solid #ccc;
}
.carts{
font-size:10px;
}
.carts a{
font-size:21px;
}
.carts span{
font-size:16px;
}
.carousel-caption h6 {
font-size: 16px;
}
.drugi h2{
font-size: 20px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.kockice{
padding:0vh 30vh;
padding-top:30vh;
}
.kockice1{
padding:0vh 10vh;
padding-top:30vh;
padding-bottom:14vh;
}
.bezkockica{
padding-top:30vh;
padding-bottom:14vh;
}
.manje{
padding-top:15vh;
padding-bottom:15vh;
}
.spustaj1{
margin-top:5vh;
}
.sidenav .closebtn {
padding-right: 12vh;
}
.btn-group{
min-width: 35vh;
height:7vh;
}
.zamobilni{
margin-top:10vh;
padding-top:10vh;
border-top: 1px solid #ccc;
}
.carts{
font-size:11px;
}
.carts a{
font-size:21px;
}
.carousel-caption h6 {
font-size: 17px;
}
.drugi h2{
font-size: 21px;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.kockice{
padding-top:32vh;
}
.kockice1{
padding-top:29vh;
padding-bottom:12vh;
}
.bezkockica{
padding-top:29vh;
padding-bottom:12vh;
}
.manje{
padding-top:15vh;
padding-bottom:15vh;
}
.linija{
border-right:1px solid #fff;
}
.spustaj1{
margin-top:23vh;
}
.sidenav .closebtn {
padding-right: 15vh;
}
.btn-group{
min-width: 40vh;
height:7vh;
}
.carts{
font-size:13px;
}
.carts a{
font-size:22px;
}
.carousel-caption h6 {
font-size: 18px;
}
.drugi h2{
font-size: 22px;
}
.pomeri{
padding-left: 1vh;
}
}
@media (min-width: 1200px) {
.kockice{
padding-top:35vh;
}
.kockice1{
padding-top:27vh;
padding-bottom:12vh;
}
.bezkockica{
padding-top:27vh;
padding-bottom:12vh;
}
.manje{
padding-top:15vh;
padding-bottom:15vh;
}
.linija{
border-right:1px solid #fff;
}
.spustaj1{
margin-top:23vh;
}
.sidenav .closebtn {
padding-right: 15vh;
}
.btn-group{
min-width: 45vh;
height:7vh;
}
.carts{
font-size:15px;
}
.carts a{
font-size:22px;
}
.carousel-caption h6 {
font-size: 20px;
}
.drugi h2{
font-size: 24px;
}
.pomeri{
padding-left: 1vh;
}
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
.page-link{
color: #cc0000;
}
.page-link:hover{
color: #cc0000;
}
.page-item{
border: 1px solid #cc0000;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.page-item.active .page-link {
background-color: #cc0000;
border-color: #cc0000;
}
.page-item .active , .page-link:active{
background-color: #cc0000;
border-color: #cc0000;
}
|
public/css/style.css
|
*{
margin:0px;
padding:0px;
}
body{
font-family: 'Montserrat' ;
text-transform: uppercase;
word-break: break-all;
}
main{
min-height:100vh;
z-index: -2;
}
.manje{
min-height:65vh;
}
.carousel-indicators{
z-index:1;
}
.linija .dropdown-item:hover{
background-color: #cc0000;
color: #fff;
}
.cenovnikov{
font-size:8px;
}
.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('../img/animacija.gif') 50% 50% no-repeat rgb(249,249,249);
}
.greska{
font-size: 13px;
color: #cc0000;
font-weight: bold;
}
.carousel-caption {
top: 0;
bottom: auto;
font-family: 'Indie Flower', cursive;
z-index: 1;
}
.drugi {
bottom: 0;
top: auto;
z-index: 1;
font-family: 'Indie Flower', cursive;
}
nav ul li{
font-size:15px;
}
footer h1,h2,h3{
font-size:24px;
color: #cc0000;
margin-top:1em;
}
footer h4{
font-size:13px;
}
footer{
padding-top:10vh;
}
footer ul{
list-style-type: none;
color:#fff;
margin-top:4vh;
}
footer ul li a{
color:#fff;
}
footer ul li a:hover{
color:#cccccc;
}
footer span{
color: #cc0000;
}
.nista li{
font-size:15px;
}
.spusti{
padding-top: 13vh;
}
.ph{
padding-bottom: 5px;
}
.kockice{
min-height: 100vh;
width: 100%;
background-image: url("../img/kockice.jpg");
background-attachment: fixed;
}
.ukupno{
font-size:18px;
}
.bezkockica{
min-height: 100vh;
width: 100%;
}
.kockice1{
min-height: 100vh;
width: 100%;
background-image: url("../img/kockice.jpg");
background-attachment: fixed;
}
.crna{
background-color:#343a40 ;
height:40vh;
color: #cc0000;
cursor: pointer;
}
.crna a{
color: #cc0000;
width: 100%;
height: 100%;
}
.crna:hover {
color: #fff;
background-color: #cc0000;
height:40vh;
cursor: pointer;
transition:0.7s;
}
.crna a:hover{
color: #fff;
}
.crna h5,h6{
font-size: 21px;
}
.form-control:focus {
border-color: #ff4d4d;
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
#dodatni{
font-size:30px;
cursor:pointer;
}
.belapozadina{
color:#fff;
background-image: linear-gradient(to bottom right, #cc0000, #4d4d4d);
}
.borderboja{
border:0.5px solid #cc0000;
}
.proizvodnja h1{
color: #cc0000;
font-size: 26px;
}
.cenovnik{
font-size:21px;
}
.staracena{
font-size:18px;
}
.crvenp:hover{
color: #cc0000;
}
.novih5{
font-size:35px;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 2;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 25vh;
text-align:center;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 15.5px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidenav a:hover{
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 66px;
margin-left: 50px;
padding-top:17vh;
}
.manji{
z-index: 1;
}
.spustaj{
margin-top:23vh;
}
.sidenav li{
list-style-type: none;
}
.dropdown-menu-center {
left: 50% !important;
right: auto !important;
margin-top:6vh;
text-align: center !important;
transform: translate(-50%, 0) !important;
}
.btn-group .dropdown-item:hover{
color:#fff;
background-color:#cc0000;
}
.border-siva{
border-bottom: 1.2px solid #cccccc;
padding-bottom: 6vh;
}
.border-siva1{
border-bottom: 1.2px solid #cccccc;
padding-bottom: 0.5vh;
padding-top:1.5vh;
}
.pt-6{
padding-top:9vh;
}
.velicina{
font-size:22px;
}
.cistoae .card h6{
font-size:18px;
}
.cistoae .cena{
font-size: 22px;
}
.cistoae .card{
width: 20rem;
margin-right: 20px;
margin-left: 20px;
margin-bottom: 4vh;
}
.cistoae .card img{
height: 200px; width: 100%
}
.mrezeneke{
font-size: 24px;
}
.centisi{
margin:0px auto !important;
}
.bg-danger1{
background-color:#cc0000;
}
.text-danger1{
color:#cc0000;
}
.border-danger1{
border:1px solid #cc0000;
}
.samodole{
padding:140px 0px;
}
.sakriven{
color:#fff;
}
.listic:hover .sakriven{
color:#000;
}
#dodatni{
color:#fff;
-webkit-transition: 1.5s;
}
#dodatni:hover{
-webkit-transition: 1.5s;
color:#292b2c;
}
@media (max-width: 575.98px) {
.kockice{
padding:0vh 10vh;
padding-top:30vh;
}
.kockice1{
padding:0vh 5vh;
padding-top:27vh;
padding-bottom:12vh;
}
.bezkockica{
padding-top:27vh;
padding-bottom:12vh;
}
.manje{
padding-top:15vh;
padding-bottom:15vh;
}
.spustaj1{
margin-top:5vh;
}
.sidenav .closebtn {
padding-right: 0vh;
}
.btn-group{
min-width: 30vh;
height:7vh;
}
.zamobilni{
margin-top:10vh;
padding-top:10vh;
border-top: 1px solid #ccc;
}
.carts{
font-size:10px;
}
.carts a{
font-size:20px;
}
.carts span{
font-size:14px;
}
.carousel-caption h6 {
font-size: 13px;
}
.drugi h2{
font-size: 17px;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
.kockice{
padding:0vh 10vh;
padding-top:30vh;
}
.kockice1{
padding:0vh 5vh;
padding-top:27vh;
padding-bottom:12vh;
}
.bezkockica{
padding-top:27vh;
padding-bottom:12vh;
}
.manje{
padding-top:15vh;
padding-bottom:15vh;
}
.spustaj1{
margin-top:5vh;
}
.sidenav .closebtn {
padding-right: 0vh;
}
.btn-group{
min-width: 30vh;
height:7vh;
}
.zamobilni{
margin-top:10vh;
padding-top:10vh;
border-top: 1px solid #ccc;
}
.carts{
font-size:10px;
}
.carts a{
font-size:21px;
}
.carts span{
font-size:16px;
}
.carousel-caption h6 {
font-size: 16px;
}
.drugi h2{
font-size: 20px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.kockice{
padding:0vh 30vh;
padding-top:30vh;
}
.kockice1{
padding:0vh 10vh;
padding-top:30vh;
padding-bottom:14vh;
}
.bezkockica{
padding-top:30vh;
padding-bottom:14vh;
}
.manje{
padding-top:15vh;
padding-bottom:15vh;
}
.spustaj1{
margin-top:5vh;
}
.sidenav .closebtn {
padding-right: 12vh;
}
.btn-group{
min-width: 35vh;
height:7vh;
}
.zamobilni{
margin-top:10vh;
padding-top:10vh;
border-top: 1px solid #ccc;
}
.carts{
font-size:11px;
}
.carts a{
font-size:21px;
}
.carousel-caption h6 {
font-size: 17px;
}
.drugi h2{
font-size: 21px;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.kockice{
padding-top:32vh;
}
.kockice1{
padding-top:29vh;
padding-bottom:12vh;
}
.bezkockica{
padding-top:29vh;
padding-bottom:12vh;
}
.manje{
padding-top:15vh;
padding-bottom:15vh;
}
.linija{
border-right:1px solid #fff;
}
.spustaj1{
margin-top:23vh;
}
.sidenav .closebtn {
padding-right: 15vh;
}
.btn-group{
min-width: 40vh;
height:7vh;
}
.carts{
font-size:13px;
}
.carts a{
font-size:22px;
}
.carousel-caption h6 {
font-size: 18px;
}
.drugi h2{
font-size: 22px;
}
.pomeri{
padding-left: 1vh;
}
}
@media (min-width: 1200px) {
.kockice{
padding-top:35vh;
}
.kockice1{
padding-top:27vh;
padding-bottom:12vh;
}
.bezkockica{
padding-top:27vh;
padding-bottom:12vh;
}
.manje{
padding-top:15vh;
padding-bottom:15vh;
}
.linija{
border-right:1px solid #fff;
}
.spustaj1{
margin-top:23vh;
}
.sidenav .closebtn {
padding-right: 15vh;
}
.btn-group{
min-width: 45vh;
height:7vh;
}
.carts{
font-size:15px;
}
.carts a{
font-size:22px;
}
.carousel-caption h6 {
font-size: 20px;
}
.drugi h2{
font-size: 24px;
}
.pomeri{
padding-left: 1vh;
}
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
.page-link{
color: #cc0000;
}
.page-link:hover{
color: #cc0000;
}
.page-item{
border: 1px solid #cc0000;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.page-item.active .page-link {
background-color: #cc0000;
border-color: #cc0000;
}
.page-item .active , .page-link:active{
background-color: #cc0000;
border-color: #cc0000;
}
| 0.229794 | 0.061593 |
@-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@-moz-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@font-face {
font-family: 'fontello';
src: url('font/fontello.eot?86501713');
src: url('font/fontello.eot?86501713#iefix') format('embedded-opentype'),
url('font/fontello.woff?86501713') format('woff'),
url('font/fontello.ttf?86501713') format('truetype'),
url('font/fontello.svg?86501713#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-github:before { content: '\e801'; }
.icon-spotify:before { content: '\e802'; }
.icon-lastfm-squared:before { content: '\e803'; }
.icon-facebook-squared:before { content: '\e804'; }
.icon-mail-alt:before { content: '\e800'; }
body {
height: 100%;
width: 100%;
margin: 0;
opacity: 0;
position: absolute;
display: table;
background: #fefefe;
font-family: 'Quicksand', sans-serif;
-webkit-animation: fadeIn ease-in;
-moz-animation: fadeIn ease-in;
animation: fadeIn ease-in;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: .5s;
-moz-animation-duration: .5s;
animation-duration: .5s;
}
.container {
display: table-cell;
vertical-align: middle;
box-sizing: border-box;
text-align: center;
border-top: 5px solid #05D6CF;
border-bottom: 5px solid #0AD8AE;
min-width: 350px;
}
h1 {
font-size: 3em;
color: #0AD8AE;
}
h2 {
font-size: 1.5em;
color: #05D6CF;
line-height: 1.7em;
}
.container ul {
list-style: none;
padding: 0;
font-size: 2.3em;
}
.container li {
display: inline-block;
padding: .3em;
}
a:link, a:hover, a:visited, a:active {
color: #AEC5CA;
}
[class^="icon-"] {
-webkit-transition: color .3s ease-in-out;
-moz-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.icon-github:hover {
color: #83939C;
}
.icon-spotify:hover {
color: #0AD8AE;
}
.icon-lastfm-squared:hover {
color: #E46F7C;
}
.icon-facebook-squared:hover {
color: #5792F1;
}
.icon-mail-alt:hover {
color: #83939C;
}
.container span {
display: none;
}
@media only screen and (max-width: 350px) {
.container {
min-width: 100%;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.2em;
}
.container ul {
font-size: 2em;
}
.container li {
padding: .1em;
}
}
|
style.css
|
@-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@-moz-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@font-face {
font-family: 'fontello';
src: url('font/fontello.eot?86501713');
src: url('font/fontello.eot?86501713#iefix') format('embedded-opentype'),
url('font/fontello.woff?86501713') format('woff'),
url('font/fontello.ttf?86501713') format('truetype'),
url('font/fontello.svg?86501713#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-github:before { content: '\e801'; }
.icon-spotify:before { content: '\e802'; }
.icon-lastfm-squared:before { content: '\e803'; }
.icon-facebook-squared:before { content: '\e804'; }
.icon-mail-alt:before { content: '\e800'; }
body {
height: 100%;
width: 100%;
margin: 0;
opacity: 0;
position: absolute;
display: table;
background: #fefefe;
font-family: 'Quicksand', sans-serif;
-webkit-animation: fadeIn ease-in;
-moz-animation: fadeIn ease-in;
animation: fadeIn ease-in;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: .5s;
-moz-animation-duration: .5s;
animation-duration: .5s;
}
.container {
display: table-cell;
vertical-align: middle;
box-sizing: border-box;
text-align: center;
border-top: 5px solid #05D6CF;
border-bottom: 5px solid #0AD8AE;
min-width: 350px;
}
h1 {
font-size: 3em;
color: #0AD8AE;
}
h2 {
font-size: 1.5em;
color: #05D6CF;
line-height: 1.7em;
}
.container ul {
list-style: none;
padding: 0;
font-size: 2.3em;
}
.container li {
display: inline-block;
padding: .3em;
}
a:link, a:hover, a:visited, a:active {
color: #AEC5CA;
}
[class^="icon-"] {
-webkit-transition: color .3s ease-in-out;
-moz-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.icon-github:hover {
color: #83939C;
}
.icon-spotify:hover {
color: #0AD8AE;
}
.icon-lastfm-squared:hover {
color: #E46F7C;
}
.icon-facebook-squared:hover {
color: #5792F1;
}
.icon-mail-alt:hover {
color: #83939C;
}
.container span {
display: none;
}
@media only screen and (max-width: 350px) {
.container {
min-width: 100%;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.2em;
}
.container ul {
font-size: 2em;
}
.container li {
padding: .1em;
}
}
| 0.442155 | 0.094887 |
@-moz-document url-prefix("https://www.amazon.com/Prime-Video/"), url-prefix("https://www.amazon.com/gp/video/"), url-prefix("https://www.amazon.com/b"), url-prefix("https://www.amazon.com/Amazon-Video") {
#nav-main, #nav-belt, #nav-upnav, .navFooterVerticalColumn.navAccessibility, .navFooterLine.navFooterLinkLine.navFooterPadItemLine, .navFooterLine.navFooterLinkLine.navFooterDescLine, .tancaccept, .share-widget, .feedback-box, .dv-el-more-offers {
display: none!important;
}
#content, .dv-ajax-page, .a-meter-animate, #dv-ajax-btn-overlay, .dv-cl-empty-holder, .dv-dp-top-wrapper {
background-color: #2F2F2F!important;
}
.dv-facets-prime, #dv-cl-top-bar, .dv-carousel-heading, .a-button-inner {
background-color: #777!important;
border: 0px!important;
}
.dv-tile:hover, .dv-carousel-heading.dv-carousel-heading-edit, .cr-lighthouse-term, .av-badges.dv-el-badges.avu-section-alt {
background-color: #222!important;
color: #fff!important;
}
.dv-episode-container {
background-color: #222!important;
border: 1px solid #111!important;
}
.dv-episode-wrap {
box-shadow: 1px 1px 5px 1px #252525;
}
.navLeftFooter {
background-color: #333!important;
}
#nav-subnav, #dv-cl-breadcrumb, .dv-hero-carousel.dv-superhero-carousel {
background-color: #000!important;
border-bottom: 1px solid #111!important;
}
.navFooterBackToTop {
background-color: #222!important;
border-bottom: 1px solid #222!important;
margin-bottom: -41px!important;
}
.dv-fs-list-wrapper {
background-color: #252525!important;
border-bottom: 1px solid #222!important;
border-top: 1px solid #111!important;
text-align: center!important;
}
.dv-carousel-control {
background-color: rgba(0,0,0,0.7)!important;
margin-left: -1px!important;
margin-right: -1px!important;
}
.dv-cl-remove-div {
background-color: rgba(0,0,0,0.8)!important;
}
h3, a.nav-a, a.a-link-normal, .a-spacing-none.a-text-normal, a.dv-list-remove-item-edit, a.dv-list-remove-item-toggle, .dv-cl-breadcrumb-text, a.dv-cl-tab, .dv-cl-prime-only-show-text, .a-checkbox-label, .a-size-base, .dv-cl-remove-div, .dv-cl-other-lists-trigger, #aiv-settings-heading, h2.a-spacing-small, .a-text-bold, .dv-pm, .a-radio-label, #aiv-devices-title, .aiv-device-name, .dv-settings-payment-pref > p, .a-expander-content > p, #aiv-settings-autoplay-container > p, .a-row, .a-profile-name, h1.a-size-large, .a-color-base, .dv-el-title, .dv-el-attr-key {
color: #fff!important;
}
.a-color-secondary, .a-size-small, .dv-el-attr-value, .av-badge {
color: #ccc!important;
}
h2.a-expander-prompt {
color: #000!important;
}
.dv-season-selector-text {
color: #e47911!important;
}
a.nav-a:hover {
border-bottom: 2px solid #e47911!important;
}
a.nav-a, a.a-link-normal {
font-size: 14px!important;
}
.dv-icon.dv-icon-right, .dv-prime-logo, .dv-image-wrapper, .dv-cl-prime-icon {
filter: brightness(0) invert(1);
}
li.dv-shelf-item, .dv-carousel-heading {
margin: 10px!important;
}
table, td {
border: 1px solid #111!important;
color: #fff!important;
}
th {
background-color: #222!important;
color: #fff!important;
border: 1px solid #111!important;
}
::selection {
background: #555!important;
}
}
|
data/usercss/154017.user.css
|
@-moz-document url-prefix("https://www.amazon.com/Prime-Video/"), url-prefix("https://www.amazon.com/gp/video/"), url-prefix("https://www.amazon.com/b"), url-prefix("https://www.amazon.com/Amazon-Video") {
#nav-main, #nav-belt, #nav-upnav, .navFooterVerticalColumn.navAccessibility, .navFooterLine.navFooterLinkLine.navFooterPadItemLine, .navFooterLine.navFooterLinkLine.navFooterDescLine, .tancaccept, .share-widget, .feedback-box, .dv-el-more-offers {
display: none!important;
}
#content, .dv-ajax-page, .a-meter-animate, #dv-ajax-btn-overlay, .dv-cl-empty-holder, .dv-dp-top-wrapper {
background-color: #2F2F2F!important;
}
.dv-facets-prime, #dv-cl-top-bar, .dv-carousel-heading, .a-button-inner {
background-color: #777!important;
border: 0px!important;
}
.dv-tile:hover, .dv-carousel-heading.dv-carousel-heading-edit, .cr-lighthouse-term, .av-badges.dv-el-badges.avu-section-alt {
background-color: #222!important;
color: #fff!important;
}
.dv-episode-container {
background-color: #222!important;
border: 1px solid #111!important;
}
.dv-episode-wrap {
box-shadow: 1px 1px 5px 1px #252525;
}
.navLeftFooter {
background-color: #333!important;
}
#nav-subnav, #dv-cl-breadcrumb, .dv-hero-carousel.dv-superhero-carousel {
background-color: #000!important;
border-bottom: 1px solid #111!important;
}
.navFooterBackToTop {
background-color: #222!important;
border-bottom: 1px solid #222!important;
margin-bottom: -41px!important;
}
.dv-fs-list-wrapper {
background-color: #252525!important;
border-bottom: 1px solid #222!important;
border-top: 1px solid #111!important;
text-align: center!important;
}
.dv-carousel-control {
background-color: rgba(0,0,0,0.7)!important;
margin-left: -1px!important;
margin-right: -1px!important;
}
.dv-cl-remove-div {
background-color: rgba(0,0,0,0.8)!important;
}
h3, a.nav-a, a.a-link-normal, .a-spacing-none.a-text-normal, a.dv-list-remove-item-edit, a.dv-list-remove-item-toggle, .dv-cl-breadcrumb-text, a.dv-cl-tab, .dv-cl-prime-only-show-text, .a-checkbox-label, .a-size-base, .dv-cl-remove-div, .dv-cl-other-lists-trigger, #aiv-settings-heading, h2.a-spacing-small, .a-text-bold, .dv-pm, .a-radio-label, #aiv-devices-title, .aiv-device-name, .dv-settings-payment-pref > p, .a-expander-content > p, #aiv-settings-autoplay-container > p, .a-row, .a-profile-name, h1.a-size-large, .a-color-base, .dv-el-title, .dv-el-attr-key {
color: #fff!important;
}
.a-color-secondary, .a-size-small, .dv-el-attr-value, .av-badge {
color: #ccc!important;
}
h2.a-expander-prompt {
color: #000!important;
}
.dv-season-selector-text {
color: #e47911!important;
}
a.nav-a:hover {
border-bottom: 2px solid #e47911!important;
}
a.nav-a, a.a-link-normal {
font-size: 14px!important;
}
.dv-icon.dv-icon-right, .dv-prime-logo, .dv-image-wrapper, .dv-cl-prime-icon {
filter: brightness(0) invert(1);
}
li.dv-shelf-item, .dv-carousel-heading {
margin: 10px!important;
}
table, td {
border: 1px solid #111!important;
color: #fff!important;
}
th {
background-color: #222!important;
color: #fff!important;
border: 1px solid #111!important;
}
::selection {
background: #555!important;
}
}
| 0.352425 | 0.077343 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.